
Recherche avancée
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (13108)
-
How to stack 2 raw videos ( YUV ) horizontally, using ffplay & lavfi ?
1er juillet 2024, par Pranav SodhaniI know how to stack 2 videos horizontally when they are in a container format using the following ffplay command :


ffplay -f lavfi “movie=movie1.mov[v0];movie=movie2.mov[v1];[v0][v1]hstack"



If my videos, however, are in YUV-format where can I specify the
pix_fmt
&video_size
flags ?

-
swscale : refactor horizontal scaling
17 août 2015, par Pedro Arthurswscale : refactor horizontal scaling
+ split color conversion from scaling
disabled gamma correction, until it’s refactored too
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
swscale : process horizontal lines in batches
17 août 2015, par Pedro Arthur