Recherche avancée

Médias (91)

Autres articles (71)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par 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, par

    Cette 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, par

    Unlike 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 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.

  • matroskaenc : Write muxingapp and writingapp elements when using bitexact flag

    18 septembre 2013, par James Almer
    matroskaenc : 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>

    • [DH] libavformat/matroskaenc.c
    • [DH] tests/fate/wavpack.mak
    • [DH] tests/ref/lavf/mkv
    • [DH] tests/ref/seek/lavf-mkv
  • avformat/movenchint : revert "Use av_reallocp() where suitable"

    22 septembre 2013, par Michael Niedermayer
    avformat/movenchint : revert "Use av_reallocp() where suitable"
    

    reverts movenchin part of 5626f994f273af80fb100d4743b963304de9e05c
    The change left the fields in an inconsistent state

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenchint.c