Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (12941)

  • Where to inject code to print out motion vectors and DC coefficients inside ffmpeg lib

    6 mai 2016, par Kindermann

    For research purposes, I need to extract information about motion vectors and DC coefficients from an MPEG4 video.

    I have inserted many printf into virtually each function inside mpeg4videodec.c and recompiled the ffmpeg library then executed demuxing_decoding.c which is available at : http://ffmpeg.org/doxygen/trunk/demuxing_decoding_8c-example.html

    Surprisingly none of those printf I inserted was shown in the console. Can you give me some hints which file(s) in the ffmpeg library should I touch in order to print out MVectors and DC coefficients of a MPEG4 video file ?

  • mmaldec : print the MMAL format FourCC automatically

    14 avril 2016, par wm4
    mmaldec : print the MMAL format FourCC automatically
    

    Slight simplification. The result is the same. Also, change the
    wording of the message as requested in patch review.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/mmaldec.c
  • Print time to end (decremental) in drawtext in ffmpeg

    27 octobre 2016, par Jan

    I’m trying to figure how to use ffmpeg drawtext function, which prints overlays over video where will be time remains to end of video file.

    Seems it’s not problem to do it from start (00:00:00) using %{pts\:hms} where time counting from start to end of video file, but how to do the same from end of video file to start (it starts counting from 00:02:00 to 00:00:00 for 2min video) ?