Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

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)

  • How to create video from audio files using ffmpeg [duplicate]

    8 juillet 2020, par Prateek Singla

    I have around 8000 audio files ( 6 GB in total) mostly in either m4a or mp3 format. Is there a way to convert these audio files to video with filename appearing as a static poster image in video.
I was able to find drawtext filter in ffmpeg which might be helpful. But don't know how to write it out in one command so that I just pass in name of the audio file (mp3/m4a) and as output I get a video containing name of audio file as a display (with 256 by 144 pixel resolution).

    


    So far I have been able to do this all by using ImageMagick convert commmand to first create static images and then combine using ffmpeg.

    


    Since, there are many files I want this to be done programmatically using ffmpeg/python/javascript.
I want to do this to archive my audio recordings in Google Photos. Google photos accept unlimited storage for High Quality videos.

    


  • avcodec/flac_parser : Update nb_headers_buffered

    24 novembre 2016, par Michael Niedermayer
    avcodec/flac_parser : Update nb_headers_buffered
    

    Fixes infinite loop
    Fixes : fuzz.flac

    Found-by : Frank Liberato <liberato@google.com>
    Reviewed-by : Frank Liberato <liberato@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/flac_parser.c
  • libavformat/oggparsevorbis : Fix memleak on multiple headers

    6 mars 2018, par Michael Niedermayer
    libavformat/oggparsevorbis : Fix memleak on multiple headers
    

    Fixes : Chromium bug 800123
    Reported-by : Matt Wolenetz <wolenetz@google.com>
    Reviewed-by : Matt Wolenetz <wolenetz@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/oggparsevorbis.c