Recherche avancée

Médias (91)

Autres articles (9)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (2630)

  • avcodec/h2645_parse : skip NALUs with no content after stripping all the trailing...

    14 mai 2018, par James Almer
    avcodec/h2645_parse : skip NALUs with no content after stripping all the trailing zeros
    

    The GetBitContext is effectively empty in them.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h2645_parse.c
  • avformat/matroskadec : export Content Light Level metadata

    25 avril 2017, par James Almer
    avformat/matroskadec : export Content Light Level metadata
    

    Based on a patch by Hendrik Leppkes

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskadec.c
  • Icecast : Send content-type in all cases

    11 novembre 2014, par Marvin Scholz
    Icecast : Send content-type in all cases
    

    This is needed because Icecast since version 2.4.1 doesn’t default
    to audio/mpeg anymore. AVOption default not used here, since a later
    check if -content_type is set is performed and would break.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/icecast.c