
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (105)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (8611)
-
Revision 606ac45b2f : keyframe_test : use a fixed speed step for realtime The lower complexity modes m
11 juillet 2012, par John KoleszarChanged Paths : Modify /test/encode_test_driver.cc Modify /test/encode_test_driver.h Modify /test/keyframe_test.cc keyframe_test : use a fixed speed step for realtime The lower complexity modes may not generate a keyframe automatically. This behavior was found when running under Valgrind, as the (...)
-
Revision 336ca9a43a : Merge "keyframe_test : use a fixed speed step for realtime"
8 août 2012, par John KoleszarChanged Paths : Modify /test/encode_test_driver.h Merge "keyframe_test : use a fixed speed step for realtime"
-
ffmpeg : need for speed
21 juillet 2012, par roufamaticI am using ffmpeg to convert a set of images (bmps) with an audio track into Web ready video. Target formats are h.264 mp4, webm and flv.
This is on a Windows Azure extra-large instance (8 proc) using the prebuilt zeranoe static builds ( http://ffmpeg.zeranoe.com/builds/).Suppose I'm willing to sacrifice quality and size for raw speed. What options for each format will yield the quickest result ?
My "baseline" command looks like this (swap the extension for the other formats) :
ffmpeg -y -i frames%5d.bmp -i audio.mp3 -r 23.97 out.mp4
I can change the inputs to other formats if needed (jpg images, aac audio, etc).