Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (25)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avcodec/huffyuvdec : Don't zero unnecessarily

    4 avril 2024, par Andreas Rheinhardt
    avcodec/huffyuvdec : Don't zero unnecessarily
    

    A decoder's private data has already been zeroed (apart from options)
    before init is called.

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

    • [DH] libavcodec/huffyuvdec.c
  • avcodec/d3d12va_encode : fix l0 reference count limit

    4 juin, par Araz Iusubov
    avcodec/d3d12va_encode : fix l0 reference count limit
    

    Prevents potential null pointer dereference when querying
    MaxL1ReferencesForB from codec-specific support structures
    during GOP structure initialization.

    Signed-off-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavcodec/d3d12va_encode.c
  • avutil/mem : Correct av_calloc() documentation

    10 août 2021, par Andreas Rheinhardt
    avutil/mem : Correct av_calloc() documentation
    

    Incorrect since 4959f18a8e11ad7d3529b1c4fc429f1b6b76ad7c.

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

    • [DH] libavutil/mem.h