Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (34)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La 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 2011

    Documentation 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 2013

    Puis-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 Tibo

    I'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 Niedermayer
    avcodec/mpeg4videodec : Check read profile before setting it
    

    Fixes : null pointer dereference
    Fixes : ffmpeg_crash_7.avi

    Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpeg4videodec.c
  • fftools/ffmpeg : Fallback to duration if sample rate is unavailable

    1er mai 2018, par Michael Niedermayer
    fftools/ffmpeg : Fallback to duration if sample rate is unavailable
    

    Regression since : af1761f7
    Fixes : Division by 0
    Fixes : ffmpeg_crash_1

    Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] fftools/ffmpeg.c