Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (88)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • avcodec : add MagicYUV encoder

    8 juillet 2017, par Paul B Mahol
    avcodec : add MagicYUV encoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/magicyuvenc.c
  • Merge commit ’a420ccd4f2a011887451a7d5e1bebba4fd7c40e2’

    6 avril 2014, par Michael Niedermayer
    Merge commit ’a420ccd4f2a011887451a7d5e1bebba4fd7c40e2’
    

    * commit ’a420ccd4f2a011887451a7d5e1bebba4fd7c40e2’ :
    LucasArts SMUSH SANM video decoder

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

    See : 69254f46286099588514454f60fad12f6e51b2cd and others
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/sanm.c
    • [DH] libavcodec/sanm_data.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
  • Magic Lantern Video (MLV) demuxer

    17 avril 2014, par Peter Ross
    Magic Lantern Video (MLV) demuxer
    

    Signed-off-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/mlvdec.c