
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (102)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (6254)
-
avcodec/apedec : Fix 2 signed overflows
4 août 2019, par Michael Niedermayeravcodec/apedec : Fix 2 signed overflows
Fixes : left shift of 1073741824 by 1 places cannot be represented in type 'int'
Fixes : signed integer overflow : 2049431315 + 262759074 cannot be represented in type 'int'
Fixes : 16012/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5719016003338240Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
lavf : Implement ff_brktimegm using gmtime_r
24 octobre 2014, par Martin Storsjö -
Where to find old ffmpeg/ffprobe documentation ?
5 mars 2019, par MultihunterThere are several different versions of
ffmpeg
andffprobe
flying around, and each version has a different API.If I
apt-get install ffmpeg
on Ubuntu 16.04, I get ffmpegversion 2.8.15-0ubuntu0.16.04.1
. If I installapt-get install ffmpeg
on Ubuntu 18.04, I getversion 3.4.4-0ubuntu0.18.04.1
.When I visit the ffmpeg documentation, it says "The following documentation is regenerated nightly, and corresponds to the newest FFmpeg revision. Consult your locally installed documentation for older versions." That is, the hosted documentation is neither of those two versions.
So I have two questions :
- What does it mean "your locally installed documentation" ? Is it only talking about
man ffmpeg
? Or is there some way to host the documentation as a webpage ? - Are there any places that simply host the older versions of the ffmpeg documentation ?
- What does it mean "your locally installed documentation" ? Is it only talking about