Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (31)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

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

Sur d’autres sites (6721)

  • +archived download

    19 mars 2012, par Scott Schiller

    m doc/download/index.html +archived download

  • How to download .m3u8 parts separately ?

    21 mars 2023, par Jon Freynik

    My google skills are failing me this morning - I can only seem to find how to download the full .m3u8 listings file.

    


    Using the following ffmpeg command works to download and concat all the video files into 1.

    


    ffmpeg -i "http://example.com/chunklist.m3u8" -codec copy file.ts

    


    Is there a similar command to download each chunk separately ? - So the resulting files would be : chunk1.ts, chunk2.ts, etc.

    


  • how to create a custom video codec ? [on hold]

    26 juin 2017, par Karthik Murugesan

    How to create a custom video codec using ffmpeg ?

    I’m not able find out how to create a custom codec or make changes to an existing one.

    I mean what are the steps involved in creating and adding it ?