Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avcodec/libvpxenc : add ROI-based encoding support for VP8/VP9

    12 septembre 2019, par Guo, Yejun
    avcodec/libvpxenc : add ROI-based encoding support for VP8/VP9
    

    example command line to verify it :
    ./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3 :-0.8 -c:v libvpx -b:v 2M tmp.webm

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/version.h
  • avcodec/dvbsubdec : Compute default CLUT based on bitmap analysis

    26 juillet 2015, par Michael Niedermayer
    avcodec/dvbsubdec : Compute default CLUT based on bitmap analysis
    

    Fixes displaying subtitles before any CLUT has been received
    Fixes Ticket153

    This will of course not display these initial subtitles in the correct
    color (as that is not known at that point) but they should look clean
    and not corrupted

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dvbsubdec.c
  • Browsers based Live video chat with no flash [on hold]

    4 décembre 2016, par cheinan

    On server side I need to convert the uploded incoming webRTC streming into sequence of binary image data
    with ffmpeg for example or other tool

    Dose anyone have an idea how to do this ?