Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (25)

  • 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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (3771)

  • avfilter/avf_showcqt : change fft left-right separation

    14 septembre 2015, par Muhammad Faiz
    avfilter/avf_showcqt : change fft left-right separation
    

    This simplifies the code

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

    • [DH] libavfilter/avf_showcqt.c
  • asfdec : add more checks for size left in asf packet buffer

    7 septembre 2015, par Alexandra Hájková
    asfdec : add more checks for size left in asf packet buffer
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/asfdec.c
  • vp9/x86 : 16x16 sub-IDCT for top-left 8x8 subblock (eob = 38).

    14 décembre 2013, par Ronald S. Bultje
    vp9/x86 : 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38).
    

    Sub8x8 speed (w/o dc-only case) goes from 750 cycles (inter) or 735
    cycles (intra) to 415 cycles (inter) or 430 cycles (intra). Average
    overall 16x16 idct speed goes from 635 cycles (inter) or 720 cycles
    (intra) to 415 cycles (inter) or 545 (intra) - all measurements done
    using ped1080p.webm.

    • [DH] libavcodec/x86/vp9itxfm.asm