Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (15)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (2945)

  • Adding support for muxing VP8 Alpha files

    9 mai 2013, par Vignesh Venkatasubramanian
    Adding support for muxing VP8 Alpha files
    

    This patch adds support for muxing VP8 Alpha Files. The Alpha channel data is
    placed in BlockAdditional element of the matroska container. More information
    & exact spec on how this is implemented can be found here : http://goo.gl/wCP1y

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c
  • Adding support for encoding VP8 Alpha

    9 mai 2013, par Vignesh Venkatasubramanian
    Adding support for encoding VP8 Alpha
    

    This patch adds support for encoding VP8 files with alpha. The alpha channel
    is encoded separately and the output is placed in AVPacket’s side_data. The
    muxer then muxes it into the BlockAdditional element of the matroska container.
    More details on spec here : http://goo.gl/wCP1y

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libvpxenc.c
    • [DH] libavformat/mux.c
  • prores : decode alpha plane when it’s present

    17 mai 2013, par Kostya Shishkov
    prores : decode alpha plane when it’s present
    
    • [DBH] libavcodec/proresdec.c