Recherche avancée

Médias (91)

Autres articles (68)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • avcodec/hevcdec : set the film grain property if present

    23 septembre 2021, par Limin Wang
    avcodec/hevcdec : set the film grain property if present
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/hevcdec.c
  • avcodec/h264_sei : fix H.274 film grain parsing

    2 août 2021, par Niklas Haas
    avcodec/h264_sei : fix H.274 film grain parsing
    

    The current code reads the wrong number of bits for `fg_model_id`, which
    causes all of the values downstream of this to contain corrupt values.

    Fixes : corrupt SEI values
    Fixes : 4ff73add5dbe6c319d693355be44df2e17a0b8bf

    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/h264_sei.c
  • avcodec/loco : rotate other planes too for non-power of 2 widths

    11 septembre 2018, par Paul B Mahol
    avcodec/loco : rotate other planes too for non-power of 2 widths
    

    This was forgotten in df05fd3131fd94d01ebeaa58b4c60510961b8be2.

    • [DH] libavcodec/loco.c