Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (104)

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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (10528)

  • libavcodec : add decoder for Photoshop PSD image files

    24 novembre 2016, par Martin Vignali
    libavcodec : add decoder for Photoshop PSD image files
    

    Decode the Image Data Section (which contains merged pictures).
    Support RGB/A and Grayscale/A in 8bits and 16 bits per channel.
    Support uncompress and rle decompression in Image Data Section.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/psd.c
  • Merge commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’

    7 décembre 2015, par Hendrik Leppkes
    Merge commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’
    

    * commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’ :
    lavc : G.723.1 encoder

    Split existing FFmpeg G.723.1 encoder into a new file.

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/celp_math.h
    • [DH] libavcodec/g723_1.c
    • [DH] libavcodec/g723_1.h
    • [DH] libavcodec/g723_1dec.c
    • [DH] libavcodec/g723_1enc.c
  • lavc, doc, configure : add avs2 video decoder wrapper

    27 juillet 2018, par hwren
    lavc, doc, configure : add avs2 video decoder wrapper
    

    Tested-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : hwren <hwrenx@126.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/decoders.texi
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c