Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

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)

  • avcodec/get_bits : add BITS_LEFT() for finding the bits left with an opened reader

    11 août 2014, par Michael Niedermayer
    avcodec/get_bits : add BITS_LEFT() for finding the bits left with an opened reader
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/get_bits.h
  • avcodec/x86/lossless_videodsp : Fix size of values read for left/left_top

    19 juin 2014, par Michael Niedermayer
    avcodec/x86/lossless_videodsp : Fix size of values read for left/left_top
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/lossless_videodsp.asm
  • lavfi/delogo : remember left and right samples when interpolating

    5 juillet 2013, par Jean Delvare
    lavfi/delogo : remember left and right samples when interpolating
    

    The left and right samples are the same for the whole line, so store
    their values and don’t recompute them for every iteration of "y".

    This simple optimization results in a speed improvement between 15%
    and 20% in my tests (depending on the logo geometry.)

    Result is obviously the same.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_delogo.c