Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (40)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7407)

  • dxva2_hevc : properly fill the scaling list structure

    3 février 2015, par Hendrik Leppkes
    dxva2_hevc : properly fill the scaling list structure
    

    The scaling list can be specified in either the SPS or PPS.
    Additionally, compensate for the diagonal scan permutation applied
    in the decoder.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dxva2_hevc.c
  • avcodec/libdav1d : use ff_decode_frame_props() to fill frame properties

    26 juin 2021, par James Almer
    avcodec/libdav1d : use ff_decode_frame_props() to fill frame properties
    

    The main benefit comes from propagating container level metadata like hdr,
    which is more commonly used than the relevant Metadata OBUs.

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

    • [DH] libavcodec/libdav1d.c
  • mjpegdec : Fill raw huffman tables with default values too

    11 novembre 2018, par Mark Thompson
    mjpegdec : Fill raw huffman tables with default values too
    

    These may be used by hwaccel decoders when the standard tables are not
    otherwise available. At the same time, clean up that code into an array
    so it's a little less repetitive.

    • [DH] libavcodec/mjpegdec.c