Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (34)

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

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

  • Add a libwebp encoder

    22 novembre 2013, par Justin Ruggles
    Add a libwebp encoder
    
    • [DH] Changelog
    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libwebpenc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/img2enc.c
  • avcodec/webvttenc : add webvtt encoder

    23 mai 2014, par Aman Gupta
    avcodec/webvttenc : add webvtt encoder
    

    Based off the srt encoder. The following features are unimplemented :

    - fonts, colors, sizes
    - alignment and positioning

    The rest works well. For example, use ffmpeg to convert subtitles into the .vtt format :

    ffmpeg -i input.srt output.vtt

    Signed-off-by : Aman Gupta <ffmpeg@tmm1.net>
    Signed-off-by : Clément Bœsch <u@pkh.me>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/webvttenc.c
    • [DH] libavformat/webvttenc.c
    • [DH] tests/fate/subtitles.mak
    • [DH] tests/ref/fate/sub-webvttenc
  • sbc : implement SBC decoder (low-complexity subband codec)

    17 décembre 2017, par Aurelien Jacobs
    sbc : implement SBC decoder (low-complexity subband codec)
    

    This was originally based on libsbc, and was fully integrated into ffmpeg.

    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/sbc.c
    • [DH] libavcodec/sbc.h
    • [DH] libavcodec/sbcdec.c
    • [DH] libavcodec/sbcdec_data.c
    • [DH] libavcodec/sbcdec_data.h