Recherche avancée

Médias (91)

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)

  • 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
  • avformat/dvdvideodec : Fix duration logic with 1 chapter and validate chapter range

    27 juin 2024, par Marth64
    avformat/dvdvideodec : Fix duration logic with 1 chapter and validate chapter range
    

    Chapters and duration are calculated together in dvdvideo demuxer.
    Previous chapter calculation logic treated extraction of 1 chapter
    using chapter_start and chapter_end switches incorrectly, returning
    the duration of the entire title instead of just the segment.

    Fix the logic so that it calculates and returns the duration of the
    chapter segment instead. Additionally, validate that chapter_end
    exceeds chapter_start (except in the special case of 0).

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c