Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

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 (7103)

  • avformat/xmv : Simplify cleanup after read_header failure

    21 mars 2020, par Andreas Rheinhardt
    avformat/xmv : Simplify cleanup after read_header failure
    

    by setting the FF_FMT_INIT_CLEANUP flag.

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

    • [DH] libavformat/xmv.c
  • avcodec/avcodec : Don't include hwcontext.h

    12 juin 2021, par Andreas Rheinhardt
    avcodec/avcodec : Don't include hwcontext.h
    

    It is no longer used directly ; but it is still indirectly included via
    codec.h.

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

    • [DH] libavcodec/avcodec.h
  • avcodec/vp3 : Use range-based loop variables

    13 septembre 2023, par Andreas Rheinhardt
    avcodec/vp3 : Use range-based loop variables
    

    Motivated by :
    #if CONFIG_VP4_DECODER
    int j ;
    #endif

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

    • [DH] libavcodec/vp3.c