Recherche avancée

Médias (91)

Autres articles (92)

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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7206)

  • What is the smallest possible size of ffmpeg bars file

    17 octobre 2022, par wondergrandma

    What could be the smallest possible size of the video (bars file) that you can generate with ffmpeg, while not taking video quality into consideration ?

    


    Which parameters could be used ?

    


    So far i tried :

    


    ffmpeg -f lavfi -i testsrc=duration=10:size=sqcif:rate=30 -b:v 1k -max_fps 1 bars.mpg


    


    Which yielded the smallest result (44kB) i want to keep the video lenght of 10 seconds.

    


  • How to get the GOP size of a video with ffmpeg (C) ?

    2 octobre 2018, par necrosato

    Is there any way to get the gop size of a video I’m decoding using the ffmpeg C API, that isn’t demuxing until I find an iframe ?

  • pgssubdec : Check RLE size before copying

    31 juillet 2014, par Michael Niedermayer
    pgssubdec : Check RLE size before copying
    

    Make sure the buffer size does not exceed the expected
    RLE size.

    Prevent an out of array bound write.

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

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/pgssubdec.c