
Recherche avancée
Autres articles (39)
-
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 -
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (4928)
-
vc1 : Make INIT_LUT() self contained
24 avril 2013, par Michael Niedermayer -
ffmpeg make gif file size too big
26 octobre 2023, par Allen_TsangI am trying to make gif from video by ffmpeg, but the output gif file size is too big.



'/usr/bin/ffmpeg' '-ss' '00:00:00.00' '-t' '5' '-i' '/htdocs/vv.mp4' '-vf' 'scale=480:-1' '-gifflags' '+transdiff' '-y' '/htdocs/gg.gif'



the input file size is just 259k, and the output file size is 1.7M.



Is there a simple way to lower down the gif size ?


-
Make video file playable in html5
1er décembre 2015, par Léo Le GallI have a video file with Codec : H264 - MPEG-4 AVC (part 10) (h264). I want to make it playable in html5
<video></video>
.I have another file that is Codec : H264 - MPEG-4 AVC (part 10) (avc1), which is playable in
<video></video>
.So, the only difference as I can see is (h264) vs (avc1).
How can I make the first file playable in
<video></video>
with the least CPU usage ? I want to use ffmpeg or similar tools from terminal.