
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (34)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (6085)
-
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. -
avcodec/mpeg4videodec : Check read profile before setting it
27 juin 2018, par Michael Niedermayeravcodec/mpeg4videodec : Check read profile before setting it
Fixes : null pointer dereference
Fixes : ffmpeg_crash_7.aviFound-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
fftools/ffmpeg : Fallback to duration if sample rate is unavailable
1er mai 2018, par Michael Niedermayerfftools/ffmpeg : Fallback to duration if sample rate is unavailable
Regression since : af1761f7
Fixes : Division by 0
Fixes : ffmpeg_crash_1Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>