Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (43)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8425)

  • avcodec/mpeg12enc : support mpeg2 encoder const profile

    30 mai 2020, par Limin Wang
    avcodec/mpeg12enc : support mpeg2 encoder const profile
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/profiles.h
  • avcodec : add constants for KLV pseudo-profile.

    27 mai 2020, par Brad Hards
    avcodec : add constants for KLV pseudo-profile.
    

    There are two different ways KLV is used in MISB specs - sync and async.
    The corresponding text (in ST1401) says :

    ISO/IEC 13818-1 Table-34 defines a stream_type = 0x15 for “Metadata carried in PES packets,”
    and Table 2-22 defines a stream_id = 0xFC for “metadata stream.”

    and

    In ISO/IEC 13818-1, Table-34 defines a stream_type = 0x06 for “PES packets containing private
    data,” and Table 2-22 defines a stream_id = 0xBD for “private_stream_1.”

    These constants allow us to distinguish the two cases, as codec profiles.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/avcodec.h
  • avformat/mpegtsenc : set stream_id correctly based on KLV profile selected

    27 mai 2020, par Brad Hards
    avformat/mpegtsenc : set stream_id correctly based on KLV profile selected
    

    Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains
    the default value.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegtsenc.c