Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

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)

  • Revision 34537 : un pour englober le contenu principal de ...

    17 janvier 2010, par cedric@… — Log

    un pour englober le contenu principal de chaque objet. Permet de cibler le debut ou la fin du contenu principal, ou, en passant par le parent, la fin du contenu.

  • Revision 33458 : retablir le pied de la dist

    1er décembre 2009, par cedric@… — Log

    retablir le pied de la dist

  • ffmpeg : make reading packets from thread blocking.

    25 octobre 2013, par Nicolas George
    ffmpeg : make reading packets from thread blocking.
    

    If a packet is not ready on the input selected by ffmpeg,
    it will read from another input instead. If that happens
    repeatedly, frames will accumulate somewhere later in the
    processing to ensure streams synchronization. It can happen
    in particular when reading from a slow medium or an
    expensive lavfi filter graph.

    Make reading from normal demuxers on non-streamed data and
    from the lavfi pseudo-device blocking to avoid that.

    Should fix trac ticket #3079.

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h