Recherche avancée

Médias (91)

Autres articles (104)

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

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

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

  • avformat : Add ZeroMQ as a protocol

    30 juillet 2019, par Andriy Gelman
    avformat : Add ZeroMQ as a protocol
    

    When ffmpeg was streaming, multiple clients were only supported by using a
    multicast destination address. An alternative was to stream to a server which
    re-distributes the content. This commit adds ZeroMQ as a protocol, which allows
    multiple clients to connect to a single ffmpeg instance.

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

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] doc/protocols.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/libzmq.c
    • [DH] libavformat/protocols.c
    • [DH] libavformat/version.h
  • aptx : add raw muxer and demuxer for aptX HD

    6 janvier 2018, par Aurelien Jacobs
    aptx : add raw muxer and demuxer for aptX HD
    
    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/aptxdec.c
    • [DH] libavformat/rawenc.c
  • Silicon Graphics Motion Video Compressor 1 & 2 decoder

    17 décembre 2012, par Peter Ross
    Silicon Graphics Motion Video Compressor 1 & 2 decoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/mvcdec.c
    • [DBH] libavcodec/version.h