Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (51)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (10853)

  • Where is the initialization of motion vector in source code ?

    3 novembre 2019, par Alex

    In IMPROVED RATE CONTROL AND MOTION ESTIMATION FOR H.264 ENCODER this paper introduce initialize with extra motion vector. I would like to try some other initialization methods, but I can not find where the initialization code realized.

    



    In encoder/me.c I can only find the function which uses mvc. But for where mv is initialized, I am get confused with the code.

    


  • Revision a81baae7c7 : change to enable encoder to clamp UV motion vector This is to avoid a rare enco

    29 juin 2012, par Yaowu Xu

    Changed Paths : Modify /vp8/common/reconinter.c change to enable encoder to clamp UV motion vector This is to avoid a rare encoder/decoder mismatch for MB using SPLITMV mode. In decoder, the UV mv can be determined to need clamp, but the flag is never set in encoder motion vector selection (...)

  • Is it possible to get motion vector from ffmpeg using cuvid decoder (h264_cuvid)

    17 novembre 2017, par user8957959

    I wonder if is it possible to get motion vector data from the decoding of an h264 stream with ffmpeg using the h264_cuvid decoder. With the standard "h264" decoder, I can get them in the sidedata of the avframe (passing the av_dict_set(&opts, "flags2", "+export_mvs", 0) ; to the avcodec_open2 function).
    But what about the cuvid version ? I’ve done a search, but with no success.
    Does someone know anything about it ?
    Thanks