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)

  • Linux Platform : Enlarge video screen size N times

    27 janvier 2012, par Susan Mayer

    I am looking for a application on Linux platforms (Ubuntu/CentOS etc) that can enlarge video size N times. N could be any number, like 1.5, 4 etc

    For example, if I have a video with screen size 100*200, I want to make it 1.5 times larger, that will be : 150*300. Of course, I will expect the video quality to drop but it doesnt matter.

    I am not sure whether ffmpeg has this function but a quick Google lands me nowhere. So I am here now.

    Thanks a lot !

  • FFmpeg screen recording in grayscale to reduce file size ?

    6 octobre 2016, par wetjosh

    First off, I am unable to capture the screen of my Mac in grayscale. I’ve tried various combinations of -pix_fmt gray (for the input, for the output, and for both) but they never turn out grayscale.

    Secondly, assuming I figure out how to do it, is it actually a viable option for reducing file size ? I was surprised that reducing the frame rate (-r) did not affect file size (though -size did).

    ffmpeg -f avfoundation -pix_fmt gray -s 1440x900 -i 1 \
    -pix_fmt gray -r 30 -preset ultrafast -b:v 5000k -t 5 out.mov
  • avcodec/movtextdec : Redo TextSampleModifierBox size checks

    8 décembre 2021, par Andreas Rheinhardt
    avcodec/movtextdec : Redo TextSampleModifierBox size checks
    

    The current checks just check whether the boxes fit into the remaining
    size of the packet instead of whether they actually fit into the box
    size. This has been changed ; part of this change is to pass the size of
    the box (minus the box header) as parameter instead of a pointer to
    the AVPacket by which the box parsing function is supposed to
    recalculate whether enough data is available.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/movtextdec.c