
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (97)
-
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 (...) -
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. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (11097)
-
vf_colorspace : Interpret unspecified color range as limited range
19 septembre 2016, par Vittorio Giovaravf_colorspace : Interpret unspecified color range as limited range
This is the assumption that is made in pixel format conversion do
throughout the code (in particular swscale), and BT-specifications
mandate.Add a warning to inform the user that an automatic selection is being
made.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com> -
How to scale watermark in percent with ffmpeg ? [duplicate]
31 décembre 2015, par user3390767This question already has an answer here :
I run a video site, but watermark logo still in different sizes in every video with different resolution.
My question : is there a way to scale watermark image in every video by some kind of percentage ?
I use next command :/usr/bin/ffmpeg -i video_in.mp4 -f mp4 -vcodec libx264 -r 30 -movflags
faststart -profile:v baseline -vf "movie=logo.png, scale=200:37
[watermark] ; [in][watermark] overlay=10:10 [out]" -s 640x360 -acodec
libfaac -ab 128k -ar 44100 video_out.mp4So as you see the scale of watermark is static, but I want to make it dynamic. Is there way to do this in percentage by depending of video resolution ?
Cheers !
-
FFmpeg : How to convert vertical video with black sides, to video 16:9, replacing the black sides with an image
15 juin 2016, par John DakotaThe question is similar to this question, only that instead of replacing the black sides with a blurred image, how can I use a specific image ?