
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (71)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (9043)
-
FFMPEG : snapshots are not immediately generated but have "delay"
1er août 2013, par TiboI'm using FFMPEG to capture a live stream from a directshow device (here a VGA2USB adapter).
I need to generate snapshot on scene change which I manage to do with the following command line :
ffmpeg -v verbose -r 20 -f dshow -rtbufsize 2000M -i "video=VGA2USB V2U115452" -s 1024x768 -pix_fmt yuv420p -filter:v yadif=2:0:0 -vcodec mjpeg -muxdelay 0.1 -f image2 -vf select='gt(scene\,0.1)' -vsync vfr "c:\tmp\image%3d.jpg"
This command line generates the snapshot but they are "delayed". I mean, when a scene change is detected with the filter, the previous snapshot is written in the jpg file and the current stay in "buffer" (or whereever it is).
If I try to generate a snapshot every 5 seconds (with -vf fps=fps=1/5 option) the first snapshot is written on the hard disk at the 5th second.
How can I force FFMPEG to write immediately the snapshot and not to wait the next snapshot ?
Thanks for any help you can provide. -
matroskaenc : Write muxingapp and writingapp elements when using bitexact flag
18 septembre 2013, par James Almermatroskaenc : Write muxingapp and writingapp elements when using bitexact flag
Files won’t validate with mkvalidtor if these two elements are missing.
Use a const "Lavf" string that wont change with library version bumps.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
avformat/movenchint : revert "Use av_reallocp() where suitable"
22 septembre 2013, par Michael Niedermayer