Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (37)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (11054)

  • Fix mp4 file downloaded with rtmpdump

    18 octobre 2014, par Mega-X

    Some days ago I’ve downloaded a mp4 file using rtmpdump but, unluckily, I didn’t know about the --live option which I needed to put in order to download that mp4 correctly. So now I have a mp4 file which jumps back and I cannot download that another time since it is not online anymore. How can I fix the corrupt mp4 file ? I’ve tried with ffmpeg -i old_file.mp4 new_file.mp4 but the file is still corrupted.

  • Decrypt mpeg dash live streaming with Widevine decryption url and restream with ffmpeg

    29 septembre 2021, par Duong

    I have

    


      

    1. MPD file by URL (Video URL) - Stream type DASH

      


    2. 


    3. Widevine License URL - https: // drm .... /widevine/cenc/..../getlicense
This bunch can be opened using an online player and view the entire mpd file
I want open this video url and restream it with ffmpeg
Is there any ffmpeg command to do that ?

      


    4. 


    


  • looking to download ffmpeg 32-bit windows with developer files (libs, dlls, headers)

    26 juillet 2023, par Peter

    I can't find a 32-bit version of ffmpeg for Windows with developer files anywhere. When I say "developer files" I mean avcodec-xx.dll, avcodec.lib, avcodec.h, et cetera.

    


    Is there something available online other than the source code ?