Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • adler32 : Fix doxy group definition

    14 juin 2013, par Timothy Gu
    adler32 : Fix doxy group definition
    

    Based on a patch by James Almer <jamrial@gmail.com>.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavutil/adler32.c
    • [DH] libavutil/adler32.h
  • configure : do not allow nvenc to be build on cygwin to avoid _WIN32 definition hack

    11 décembre 2014, par Michael Niedermayer
    configure : do not allow nvenc to be build on cygwin to avoid _WIN32 definition hack
    

    Suggested-by : James Almer <jamrial@gmail.com>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • vf_tonemap : Fix logic for detecting the maximum peak of untagged sources

    25 juillet 2018, par Vittorio Giovara
    vf_tonemap : Fix logic for detecting the maximum peak of untagged sources
    

    When there is no metadata attached to a frame, take into account both
    the PQ and HLG transfers, and change the HLG default value to 10 :
    the value of 12 is the maximum range in scene referred light, but
    the reference OOTF maps this from 0 to 1000 cd/m² on the ideal HLG
    monitor.

    This matches what vf_tonemap_opencl does.

    • [DH] libavfilter/vf_tonemap.c