Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (103)

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

  • src/test_streams/main.c : Use flac_snprintf() instead of snprintf().

    24 février 2015, par Erik de Castro Lopo
    src/test_streams/main.c : Use flac_snprintf() instead of snprintf().
    

    MSVC doesn’t have snprintf().

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/test_streams/main.c
  • vmdav : Try to fix unpack_rle()

    1er mai 2013, par Michael Niedermayer
    vmdav : Try to fix unpack_rle()
    

    This fixes out of array accesses
    The code prior to this commit could not have worked, thus obviously
    was untested. I was also not able to find a valid sample that uses this
    code.
    This fix is thus only based on the description of the format

    If someone has a sample that uses unpack_rle(), please mail me.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vmdav.c
  • MAINTAINERS : Mark parts from Robert as unmaintained

    31 août 2024, par Michael Niedermayer
    MAINTAINERS : Mark parts from Robert as unmaintained
    

    Last mail and commit from Robert seems from 2011, thats 13 years ago

    CC : Rob <robert.swain@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS