Recherche avancée

Médias (91)

Autres articles (103)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (12609)

  • 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