Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (104)

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

  • How to increase the compression rate of a video using FFmpeg [on hold]

    23 avril 2014, par Amit Chandra

    I am trying to compress a video for that i am using the following ffmpeg command :

    ffmpeg i input.mp4 -c:v libx264 -preset ultrafast -crf 30 -strict -2 output.mp4

    But it’s taking more time,for example if i am selecting 1 min video it’s taking almost 5 min to compress it. Can anyone tell me that how to fast the compress rate. PS : I am trying to achieve this in android.

  • ffmpeg_filter : fix pointer to local outside scope

    27 avril 2014, par Michael Niedermayer
    ffmpeg_filter : fix pointer to local outside scope
    

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

    • [DH] ffmpeg_filter.c
  • ffmpeg : move field order decision making to encoder initialization

    20 septembre 2020, par Jan Ekström
    ffmpeg : move field order decision making to encoder initialization
    

    We now have the possibility of getting AVFrames here, and we should
    not touch the muxer's codecpar after writing the header.

    Results of FATE tests change as the MXF and Matroska muxers actually
    write down the field/frame coding type of a stream in their
    respective headers. Before this change, these values in codecpar
    would only be set after the muxer was initialized. Now, the
    information is also available for encoder and muxer initialization.

    • [DH] fftools/ffmpeg.c
    • [DH] tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10
    • [DH] tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10
    • [DH] tests/ref/fate/rgb24-mkv
    • [DH] tests/ref/lavf/mxf_d10