Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (104)

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

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

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

  • avcodec/mpeg4video_parser : Don't set write-only current_picture_ptr

    7 octobre 2023, par Andreas Rheinhardt
    avcodec/mpeg4video_parser : Don't set write-only current_picture_ptr
    

    It is unused by ff_mpeg4_decode_picture_header() (unsurprisingly given
    that when decoding this function is called before the context has been
    initialized).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg4video_parser.c
  • avcodec/msrleenc : Check allocation

    16 juillet 2023, par Andreas Rheinhardt
    avcodec/msrleenc : Check allocation
    

    Fixes Coverity issue #1538297.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/msrleenc.c
  • avcodec/iff : Pass extradata and extradata_size explicitly

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Pass extradata and extradata_size explicitly
    

    This might be useful in case this decoder were changed to support
    new extradata passed via side-data.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/iff.c