
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (42)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5575)
-
avfilter : avfilter_register() that works in O(1) time
8 décembre 2013, par Michael Niedermayer -
How to add a subtitle stream with date/time (or timestamp) in ffmpeg
4 juillet 2024, par EelcoHow can I add an input source to ffmpeg so I can add the current datetime/timestamp/ISO-time as a seperate subtitle stream ? E.g. something like this :


ffmpeg -i video.mp4 -i audio.mp3 -i -map 0:v -map 1:a -map 2:s -c:v copy -c:a copy -c:s srt -f flv output.flv



The idea is that ffmpeg always takes the current datetime for the specific frame that ffmpeg encodes at that moment, and not the (static) datetime when the ffmpeg process was started.


-
how to play multiple videos at the same time using ffplay ?
13 juillet 2016, par Jong Hyeok ParkI install the ffmpeg source file and I can play one video file using ffplay.
However, I have to play multiple video files at the same time, using ffplay ?
How can I do ?++ what is the method of rewind/fast-forward in ffplay using command line option.
(I can’t find that contents in DOC file.)++ If I can play the multiple video files, I make a script file for play multiple video files automatically.