Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (24)

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

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

  • 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 ;

Sur d’autres sites (2360)

  • avformat/hls : reset the playlist init segment on seek

    15 août 2023, par Timo Rothenpieler
    avformat/hls : reset the playlist init segment on seek
    

    The mp4 demuxer gets very upset when it gets flushed and not re-fed this
    data.

    • [DH] libavformat/hls.c
  • avcodec/hevc_ps : More complete window reset

    27 novembre 2014, par Michael Niedermayer
    avcodec/hevc_ps : More complete window reset
    

    Fixes out of array read
    Fixes : signal_sigsegv_35bcf26_471_cov_2806540268_CAINIT_A_SHARP_4.bit
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc_ps.c
  • vc1 : Always reset numref when parsing a new frame header.

    19 janvier 2014, par Michael Niedermayer
    vc1 : Always reset numref when parsing a new frame header.
    

    Fixes an issue where the B-frame coding mode switches from interlaced
    fields to interlaced frames, causing incorrect decisions in the motion
    compensation code and resulting in visual artifacts.

    CC : libav-stable@libav.org
    Signed-off-by : Tim Walker <tdskywalker@gmail.com>

    • [DH] libavcodec/vc1.c