Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (103)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7646)

  • Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'

    20 mai 2017, par Clément Bœsch
    Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'
    

    * commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18' :
    dashenc : add mandatory id to AdaptationSet and Period in manifest

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavformat/dashenc.c
  • Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36'

    7 novembre 2017, par James Almer
    Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36'
    

    * commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36' :
    rmdec : don't ignore the return value of av_get_packet()

    See 65b83ce01b94eae944290c11257799a9288f2d4c

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/rmdec.c
  • tools/target_swr_fuzzer : do not use negative numbers of samples

    30 novembre 2024, par Michael Niedermayer
    tools/target_swr_fuzzer : do not use negative numbers of samples
    

    Fixes : signed integer overflow : -277109688 * 8 cannot be represented in type 'int'
    Fixes : 376118159/clusterfuzz-testcase-minimized-ffmpeg_SWR_fuzzer-5884436320681984

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_swr_fuzzer.c