
Recherche avancée
Autres articles (20)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (6434)
-
How to use ffmpeg to apply scrolling text from bottom to top of subtitles
3 août 2019, par Sergei SolomatinHow to use ffmpeg to apply scrolling text from bottom to top of subtitles and add a delay at the beginning and end of the video 5 seconds
ffmpeg -i video.mp4 -vf "ass=bigtext.ass" -c:v libx264 -t 200 -max_muxing_queue_size 9999 Output.mp4
-
ffmpeg : How to make -vf "movie=..." point to another folder [closed]
21 mars 2013, par evilheinzI'm trying to watermark a video with another video placed in a different folder.
Source video [video.mov] is placed in a folder like
x :\test1
Overlay video [overlay.mov] is placed in
x :\test2
I'm using this command :
ffmpeg.exe -y -i x:\test1\video.mov -vf "movie=x:\test2\overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" x:\test3\video_overlay.mov
But I'm getting an error saying
Missing key or no key/value separator found after key 'test2overlay.mov'
When placing all files in the same folder and using this :
ffmpeg.exe -y -i video.mov -vf "movie=overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" video_overlay.mov
everything works fine...
So how do I get the video filter to load the overlay file from a different folder on Windows ?
-
subtitles : introduce ASS codec id and use it.
3 janvier 2013, par Clément Bœschsubtitles : introduce ASS codec id and use it.