Recherche avancée

Médias (91)

Autres articles (18)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • H264 annexb format storing ? [on hold]

    2 août 2017, par latha sri

    I am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?

  • How to convert raw video data from mp4 to annex b format ? [on hold]

    3 août 2017, par latha sri

    I am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?

  • Can ffmpeg be used multiple times at the same time ? (Image converting) [on hold]

    28 août 2017, par Mikael Danielson

    I’m developing a community website in php where a lot of picture formats will be converted to jpg files.

    Can ffmpeg be used by 10 - 100 users at the same time ?

    How is ffmpeg performing if you compare it to phps own image converter imagejpeg() ; ?