Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (103)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (8339)

  • avutil/film_grain_params : add metadata to common struct

    15 mars 2024, par Niklas Haas
    avutil/film_grain_params : add metadata to common struct
    

    This is needed for AV1 film grain as well, when using AFGS1 streams.
    Also add extra width/height and subsampling information, which AFGS1
    cares about, as part of the same API bump. (And in principle, H274
    should also expose this information, since it is needed downstream to
    correctly adjust the chroma grain frequency to the subsampling ratio)

    Deprecate the equivalent H274-exclusive fields. To avoid breaking ABI,
    add the new fields after the union ; but with enough of a paper trail to
    hopefully re-order them on the next bump.

    • [DH] doc/APIchanges
    • [DH] libavutil/film_grain_params.h
    • [DH] libavutil/version.h
  • lavc/vulkan : add SPIR-V compilation support

    4 octobre 2024, par Lynne
    lavc/vulkan : add SPIR-V compilation support
    

    This is the same as with libavfilter.

    We will need SPIR-V compilation for at least three different things,
    like the VC-2 encoder and decoder, AV1 film grain synthesis for
    hardware with no support for it, and possibly other codecs.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vulkan_glslang.c
    • [DH] libavcodec/vulkan_shaderc.c
  • libdav1d : update API usage to the first stable release

    11 décembre 2018, par James Almer
    libdav1d : update API usage to the first stable release
    

    The color fields were moved to another struct, and a way to propagate
    timestamps and other input metadata was introduced, so the packet
    fifo can be removed.

    Add support for 12bit streams, an option to disable film grain, and
    read the profile from the sequence header referenced by the ouput
    picture instead of guessing based on output pix_fmt.

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

    • [DBH] configure
    • [DBH] libavcodec/libdav1d.c
    • [DBH] libavcodec/version.h