Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (62)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12156)

  • avformat/img2dec : add option to provide metadata fields related to input path

    1er janvier 2020, par Alexandre Heitor Schmidt
    avformat/img2dec : add option to provide metadata fields related to input path
    

    libavformat/img2.h : New field export_path_metadata to
    VideoDemuxData to only allow the use of the extra metadata
    upon explicit user request, for security reasons.

    libavformat/img2dec.c : Modify image2 demuxer to make available
    two special metadata entries called lavf.image2dec.source_path
    and lavf.image2dec.source_basename, which represents, respectively,
    the complete path to the source image for the current frame and
    the basename i.e. the file name related to the current frame.
    These can then be used by filters like drawtext and others. The
    metadata fields will only be available when explicitly enabled
    with image2 option -export_path_metadata 1.

    doc/demuxers.texi : Documented the new metadata fields available
    for image2 and how to use them.

    doc/filters.texi : Added an example on how to use the new metadata
    fields with drawtext filter, in order to plot the input file path
    to each output frame.

    Usage example :

    ffmpeg -f image2 -export_path_metadata 1 -pattern_type glob
    -framerate 18 -i '/path/to/input/files/*.jpg'
    -filter_complex drawtext="fontsize=40:fontcolor=white :
    fontfile=FreeSans.ttf:borderw=2:bordercolor=black :
    text='%metadata\:lavf.image2dec.source_basename\:NA':x=5:y=50"
    output.avi

    Fixes #2874.

    Signed-off-by : Alexandre Heitor Schmidt <alexandre.schmidt@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/demuxers.texi
    • [DH] doc/filters.texi
    • [DH] libavformat/img2.h
    • [DH] libavformat/img2dec.c
    • [DH] libavformat/version.h
  • avcodec/mlp_parse : move TrueHD channel layout and sample rate related code to the...

    31 juillet 2019, par James Almer
    avcodec/mlp_parse : move TrueHD channel layout and sample rate related code to the header
    

    It will be needed by the next commit.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mlp_parse.c
    • [DH] libavcodec/mlp_parse.h
  • avcodec/libaomenc : remove AVOption related to frame partitions

    12 septembre 2018, par James Almer
    avcodec/libaomenc : remove AVOption related to frame partitions
    

    Support for it was apparently never in the codebase, and the enum
    value was recently removed from the public headers [1]

    [1] https://aomedia.googlesource.com/aom/+/df4ffb73140fe31bebdabd17c1a7b53721e74838

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/libaomenc.c