Recherche avancée

Médias (91)

Autres articles (97)

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

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

  • VLC/FFMPEG streaming, how to detect ?

    22 novembre 2011, par John Smith

    I want something like that : user(s) decide to start a stream to my site. I know VLC and FFMPEG is able to do that. But how could a site detect that it's getting stream(s) ? Because I want it to then display on a page "current live videos". And what kind of streams should I need to use ? HTTP ? RTSP ? UPD ?

    Thanx in advance.

  • How to use FFmpeg to register certain Codecs ?

    14 mars 2012, par limitfan

    I want to use H264 decoder in FFmpeg only. How to register it instead of using following codes.Thank you in advance.

    avcodec_register_all();
    codec=avcodec_find_decoder(CODEC_ID_H264);  // find the decoder with the corresponding FCC
  • Using FFMPEG in PHP video convertor issue .webm to .flv ? [on hold]

    18 décembre 2014, par Baskaran

    Using the FFMPEG in PHP,The file size is appearing 0 bytes after file converted from .webm to .flv.

    How to resolve this issue.

    Thanks in advance.