Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (105)

  • 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

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

Sur d’autres sites (6956)

  • Read pictures in id3v2.2

    23 décembre 2013, par Carl Eugen Hoyos
    Read pictures in id3v2.2
    
    • [DH] libavformat/id3v2.c
  • avcodec/vaapi : do not parse MVMODE for VC-1 interlaced frame pictures

    29 mars 2018, par Jerome Borsboom
    avcodec/vaapi : do not parse MVMODE for VC-1 interlaced frame pictures
    

    Interlaced frame pictures do not contain the MVMODE or MVMODE2 bitstream
    element. Trying to parse this element and passing a nonzero value to the
    hardware decoder results in small inaccuracies in the decoded picture.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vaapi_vc1.c
  • id3v2 : fix reading v2.2 attached pictures

    10 janvier 2015, par Anton Khirnov
    id3v2 : fix reading v2.2 attached pictures
    

    In v2.2, the picture type is not a zero-terminated string, but has a
    constant size of 3 bytes.

    • [DH] libavformat/id3v2.c