Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (41)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (2959)

  • avcodec : add adpcm_ima_ssi encoder

    16 mai 2020, par Zane van Iperen
    avcodec : add adpcm_ima_ssi encoder
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcmenc.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
  • Merge commit ’9af7a8523a6bb517834ebed36093bdab11a8b38e’

    1er novembre 2013, par Michael Niedermayer
    Merge commit ’9af7a8523a6bb517834ebed36093bdab11a8b38e’
    

    * commit ’9af7a8523a6bb517834ebed36093bdab11a8b38e’ :
    HNM4/HNM4A demuxer & video decoder

    Conflicts :
    Changelog
    doc/general.texi
    libavcodec/Makefile
    libavcodec/allcodecs.c
    libavcodec/avcodec.h
    libavcodec/version.h
    libavformat/Makefile
    libavformat/allformats.c
    libavformat/version.h

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/hnm4video.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/hnm.c
    • [DH] libavformat/version.h
  • AVFormat : LRC demuxer and muxer

    9 juillet 2014, par Star Brilliant
    AVFormat : LRC demuxer and muxer
    

    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/lrc.c
    • [DH] libavformat/lrc.h
    • [DH] libavformat/lrcdec.c
    • [DH] libavformat/lrcenc.c