Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (106)

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

  • Transparent movie with video format qtrle unplayable in QuickTime

    1er janvier 2021, par 220284

    I use the python library Manim to generate mathematical animations. I want to use the animations in Keynote presentations. Manim has the option to produce movie clips with a transparent background. Unfortunately, QuickTime won't play the files generated by Manim. Here's the metadata for a file produced by Manim

    


    Metadata:
    major_brand     : qt  
    minor_version   : 512
    compatible_brands: qt  
    encoder         : Lavf58.45.100
  Duration: 00:01:07.00, start: 0.000000, bitrate: 6635 kb/s
    Stream #0:0: Video: qtrle (rle  / 0x20656C72), argb(progressive), 1280x960, 6632 kb/s, 60 fps, 60 tbr, 15360 tbn, 15360 tbc (default)
    Metadata:
      handler_name    : VideoHandler
      encoder         : Lavc58.91.100 qtrle


    


    Ideally, I would want to use ffmpeg to turn these files into movie clips with transparent background which are playable in QuickTime. Can this be done ?

    


    As a work around, I imported the files into Final Cut Pro and exported them again using Apple Pro Res 4444, but this resulted in huge file sizes.

    


  • avformat/utils : fix av_probe_input_buffer2() so it returns the probe score

    29 août 2013, par Michael Niedermayer
    avformat/utils : fix av_probe_input_buffer2() so it returns the probe score
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c
  • mjpegdec : replace returns by goto fail in frame decode.

    27 novembre 2012, par Michael Niedermayer

    mjpegdec : replace returns by goto fail in frame decode.