Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (14)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (3667)

  • avcodec : Support EBU Tech. 3213-E primaries values

    11 août 2019, par Raphaël Zumer
    avcodec : Support EBU Tech. 3213-E primaries values
    

    Signed-off-by : Raphaël Zumer <rzumer@tebako.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/version.h
  • avutil/pixfmt : Add EBU Tech. 3213-E AVColorPrimaries value

    11 août 2019, par Raphaël Zumer
    avutil/pixfmt : Add EBU Tech. 3213-E AVColorPrimaries value
    

    This is an alias for JEDEC P22.

    The name associated with the value is also changed
    from jedec-p22 to ebu3213 to match ITU-T H.273.

    Signed-off-by : Raphaël Zumer <rzumer@tebako.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
  • avfilter : Support EBU Tech. 3213-E primaries values

    11 août 2019, par Raphaël Zumer
    avfilter : Support EBU Tech. 3213-E primaries values
    

    Signed-off-by : Raphaël Zumer <rzumer@tebako.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_colorspace.c
    • [DH] libavfilter/vf_setparams.c
    • [DH] libavfilter/vf_zscale.c