Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (16)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (3409)

  • Revision b03d3da9c1 : Merge "Speed setting review."

    3 octobre 2013, par Paul Wilkins

    Merge "Speed setting review."

  • Revision d129eea9fa : Merge "Further clean up of speed 4"

    4 octobre 2013, par Yaowu Xu

    Merge "Further clean up of speed 4"

  • Revision 24856b6abc : Speed feature to skip split partition based on var Adds a speed feature to disa

    3 août 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Speed feature to skip split partition based on var

    Adds a speed feature to disable split partition search based on a
    given threshold on the source variance. A tighter threshold derived
    from the threshold provided is used to also disable horizontal and
    vertical partitions.

    Results on derfraw300 :
    threshold = 16, psnr = -0.057%, speedup 1% (football)
    threshold = 32, psnr = -0.150%, speedup 4-5% (football)
    threshold = 64, psnr = -0.570%, speedup 10-12% (football)

    Results on stdhdraw250 :
    threshold = 32, psnr = -0.18%, speedup is somewhat more than derf
    because of a larger number of smoother blocks at higher resolution.

    Based on these results, a threshold of 32 is chosen for speed 1,
    and a threshold of 64 is chosen for speeds 2 and above.

    Change-Id : If08912fb6c67fd4242d12a0d094783a99f52f6c6