Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (39)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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 (7815)

  • doc/av1_qsv : Fix typo

    26 août 2024, par Fei Wang
    doc/av1_qsv : Fix typo
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] doc/encoders.texi
  • cbs_av1 : fix incorrect data type

    12 octobre 2021, par Fei Wang
    cbs_av1 : fix incorrect data type
    

    Since order_hint_bits_minus_1 range is 0 7, cur_frame_hint can be
    most 128. And similar return value for cbs_av1_get_relative_dist.
    So if plus them and use int8_t for the result may lose its precision.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/cbs_av1_syntax_template.c
  • lavc/vaapi_encode : Init pic at the beginning of API

    11 septembre 2023, par Fei Wang
    lavc/vaapi_encode : Init pic at the beginning of API
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/vaapi_encode.c