
Recherche avancée
Autres articles (76)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (13673)
-
Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'
1er novembre 2017, par James AlmerMerge commit '61cec5adaacb358783c18aa07362f15824c1b274'
* commit '61cec5adaacb358783c18aa07362f15824c1b274' :
tls : Hide backend implementation details from usersAlso includes ed434be106a4615e0419b3ac7664220741afda2d
Changes were made to support schannel and securetransport.Merged-by : James Almer <jamrial@gmail.com>
-
Multiple video input to Video grid using vstack and hstack in ffmpeg
22 mars 2017, par Newbee7I am trying to find a working example for ffmpeg to combine 4 videos (2x2 stack) and 9 videos (3x3 stack) that are not the same resolution.
For the 2x2 example I am currently I am using the documentation example but it only works if all videos are the same resolution. see command
ffmpeg -i top_l.mp4 -i top_r.mp4 -i bottom_l.mp4 -i bottom_r.mp4 -i audio.mp4 \
-filter_complex "[0:v][1:v]hstack[t];[2:v][3:v]hstack[b];[t][b]vstack[v]" \
-map "[v]" -an -sn -shortest -f flv rtmp://server/streamThis does not work with my videos inputs with the following error.
[Parsed_vstack_2 @ 0000000003245cc0] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 0000000003245cc0] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while decoding stream #3:0: Invalid argument
[Parsed_vstack_2 @ 00000000033fec20] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033fec20] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Error while filtering: Invalid argument
[Parsed_vstack_2 @ 00000000033feb40] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033feb40] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while decoding stream #0:0: Invalid argument
[Parsed_vstack_2 @ 00000000033fec20] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033fec20] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while decoding stream #1:0: Invalid argument
[Parsed_vstack_2 @ 00000000033fece0] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033fece0] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while decoding stream #2:0: Invalid argument
[Parsed_vstack_2 @ 00000000033ff1c0] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033ff1c0] Failed to configure output pad on Parsed_vstack_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while decoding stream #3:0: Invalid argument
Finishing stream 0:0 without any data written to it.
[Parsed_vstack_2 @ 00000000033fec20] Input 1 width 1440 does not match input 0 width 1264.
[Parsed_vstack_2 @ 00000000033fec20] Failed to configure output pad on Parsed_vstack_2
Error configuring filter graph
Conversion failed!Also if anyone knows how to do the 3x3 stack, feel free to comment.
-
os2threads : move from lavc to compat/
28 mai 2013, par Dave Yeoos2threads : move from lavc to compat/
For useage in other places besides lavc. Needed after commit
90f9a5830b5d332de7ebb1ab45589f1870cbd65dSigned-off-by : Michael Niedermayer <michaelni@gmx.at>