Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (35)

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

  • avformat/mov_chan : never override number of channels based on chan atom

    29 janvier 2024, par Marton Balint
    avformat/mov_chan : never override number of channels based on chan atom
    

    The channel designation metadata should not override the number of channels.
    Let's warn the user if it is inconsistent, and keep the channel layout
    unspecified.

    Before the conversion to the channel layout API the code only set the mask, but
    never overridden the channel count, so this restores the old behaviour.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mov_chan.c
  • flacdec : do not overwrite a channel layout set by the caller

    25 mai 2014, par Anton Khirnov
    flacdec : do not overwrite a channel layout set by the caller
    

    The channel layout mask for non-standard layouts is typically stored at
    the container level (as a vorbiscomment tag) for FLAC.

    • [DBH] libavcodec/flac.c
  • lavu/riscv : add assembler macros for adjusting vector LMUL

    14 mai 2024, par Rémi Denis-Courmont
    lavu/riscv : add assembler macros for adjusting vector LMUL
    

    vtype_vli computes the VTYPE value with the optimal LMUL for a given
    element width, tail and mask policies and a run-time vector length.

    vtype_ivli does the same, but with the compile-time constant vector
    length.

    vwtypei and vntypei can be used to widen or narrow a VTYPE value for
    use in mixed-width vector-optimised functions.

    • [DH] libavutil/riscv/asm.S