Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

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

  • fftools/ffmpeg_opt : Remove write-only variable

    1er octobre 2021, par Andreas Rheinhardt
    fftools/ffmpeg_opt : Remove write-only variable
    

    Unused since 6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (the removal of
    ffserver).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_opt.c
  • avcodec/av1dec : Don't rely on AV_PIX_FMT_NONE == -1

    10 septembre 2023, par Andreas Rheinhardt
    avcodec/av1dec : Don't rely on AV_PIX_FMT_NONE == -1
    

    Since fb548fba04193a418f118d21b261ba05db4f480b,
    this return -1 is in a function returning enum AVPixelFormat
    whose caller checks for AV_PIX_FMT_NONE for failure.

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

    • [DH] libavcodec/av1dec.c
  • fftools/ffmpeg : Fix declaration-after-statement warning

    17 juillet 2021, par Andreas Rheinhardt
    fftools/ffmpeg : Fix declaration-after-statement warning
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg.c