Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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

Sur d’autres sites (16217)

  • 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