
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (111)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (7982)
-
Revision 7203 : $GLOBALS[’meta’][’zengarden_theme’] fournit le répertoire complet à la ...
29 novembre 2012, par kent1 — Log$GLOBALSmeta ?zengarden_theme ? fournit le répertoire complet à la racine
-
Encoder for FLV ffmpeg
13 mars 2014, par user2171669I need to grab desktop and write it to FLV video using ffmpeg. I need low CPU usage, but also need text to be recognizable.
Also I see, that many players (f.e. OSFLV) doesnt support H264 FLV.
1. Which codec should I choose ?
2. Which encoder should I use ?
See please (http://en.wikipedia.org/wiki/Flash_Video, 'Support for audio and video compression formats in Flash Player and in Flash Video' TABLE).
If I am wrong somewhere (I am newbie), forgive me please. Thanks in advance.
-
ffmpeg only shows one Image ?
8 juillet 2021, par m_so99Here are the images I have in my folder :


img001.png
img002.png



They are stored in
c:/frames
.

Because that my frames are not shown correctly, used the FPS filter video shown below (documentation from https://trac.ffmpeg.org/wiki/Slideshow) :


ffmpeg -r 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4



I tried running on my VLC media player but it still doesn't work. It only shows one image.