
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (103)
-
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 -
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8341)
-
Is there a lossy compression option for video to GIF conversion in ffmpeg ?
3 octobre 2019, par formiciniI’m trying to achieve a certain minimum file size when converting videos to GIF files, and willing to sacrifice video quality to get to that size if it’s required.
I have tried the usual stuff : reducing framerate and resolution. Reducing color palette’s max_colors gave no noticable loss in file size.
My current code :
ffmpeg -i in.mp4 -filter_complex "fps=3,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse[s2];[s2]scale='min(200,iw)':'min(200,ih)':force_original_aspect_ratio=decrease:flags=lanczos" out.gif
I know using another tool like gifsicle or ImageMagick is an option, is there any built-in way in ffmpeg to reduce output quality in order to lose file size ?
-
How to add compression to ffmpeg command
13 septembre 2019, par balfredI am trying to add a good level of compression to the following ffmpeg command or if it is already good can you help me understand ?
I have seen that people might have luck using this command but I dont know how to merge it into mine
ffmpeg -i sourceFilePath -vcodec h264 -acodec mp3 newFilePath
This is my current command that I am using that I need help understanding why the previous command might be a better solution but how to implement my additional arguments
ffmpeg -i sourceFilePath -vcodec libx264 -profile:v baseline -level 3 newFilePath
I want to see optimal compression and still have my existing functionality using my additional arguments. I dont know what will produce the best results, this is out of my area of expertise.
-
avcodec/agm : add support for higher compression
29 mars 2019, par Paul B Mahol