Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (104)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9166)

  • 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
  • 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
  • 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