
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (15)
-
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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (4975)
-
Trying to create a batch file to convert mp4 to avi with ffmpeg [closed]
19 février 2013, par thirdtimeThis is what I have currently, and it works fine to convert, but what I want to do, is check and see if the file has already been converted first. Then, if it hasn't been converted, save the converted file to a different folder.
FOR %%f IN (E:/TV/TOP.GEAR*.MP4) DO
E:/TV/FFMPEG.EXE -i %%f -q:vi.e. file located at
e:/TV/filename.mp4
. Check ife:/TVTranscode/filename.avi
exists. If not, run theffmpeg.exe
line. The last bit of the ffmpeg line%f.avi
is the output, so I don't know how I would change the directory of the output. Any help would be greatly appreciated. -
dsputil : convert remaining op_pixels_func
10 février 2013, par Luca Barbatodsputil : convert remaining op_pixels_func
-
fastest way to convert any audio file to low bitrate ? [migrated]
16 février 2013, par kainusing
ffmpeg
I'd like to have some directions/parameters to :- encode any audio file to a poor bitrate
- strip artwork from file
- optimize for speed
- optimize for size
My goal is to have a bare-bone file encoded in mp3 in the fastest time possible, quality does not matter (even 96kbps or less), it just needs to be extremely fast and result in small size.
Any preset to share ?