Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

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/libopenh264enc : make the profile configuablable correctly

    14 janvier 2022, par Limin Wang
    avcodec/libopenh264enc : make the profile configuablable correctly
    

    due to the limitations set in d3a7bdd4ac54349aea9150a234478635d50ebd87,
    you weren't able to use main profile with OpenH264 1.8, or high profile
    with older versions

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/libopenh264enc.c
  • lavc/qsvenc : specify codec name when print profile

    21 décembre 2021, par Zhong Li
    lavc/qsvenc : specify codec name when print profile
    

    It is more clear and easily to detect the issues similar to commit
    3857ecbe70e81cb6ad7a7f155c311e8522b93b3e

    Signed-off-by : Zhong Li <zhongli_dev@126.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc.c
  • lavc/qsvenc : define profile array per codec

    13 décembre 2021, par Haihao Xiang
    lavc/qsvenc : define profile array per codec
    

    The SDK defines HEVC, VP9 and AV1 profiles in the same values
    e.g.
    MFX_PROFILE_HEVC_MAIN =1,
    MFX_PROFILE_VP9_0 =1,
    MFX_PROFILE_AV1_MAIN =1,

    To avoid potential errors when adding VP9, AV1 profiles later,
    this patch defines profile array per codec.

    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] libavcodec/qsvenc.c