Recherche avancée

Médias (91)

Autres articles (101)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10138)

  • Revision aa706c1530 : Merge "Enable recursive partition type search" into experimental

    10 mai 2013, par Jingning Han

    Merge "Enable recursive partition type search" into experimental

  • Revision 11abab356e : Refactor inter mode rate-distortion search This commit separates the rate-disto

    28 septembre 2013, par Jingning Han

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


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Refactor inter mode rate-distortion search

    This commit separates the rate-distortion optimization loop of
    superblocks from that of sub8x8 blocks. This allows better design
    rate-distortion optimization search loop for each setting. It also
    removes the use of SPLITMV and I4X4_PRED therein.

    No performance change in speed 0 settings. For bus@CIF at 2000kbps,
    the speed 1 runtime goes from 48009ms to 43894ms (about 10% faster).
    The overall compression performance on derf changed by -0.021%.

    Speed 2 runtime goes from 27114ms to 28700ms (6% slower), while the
    overall coding efficiency goes up by 1.629% for derf, 1.236% for yt.

    Change-Id : Ie6bdfa0a370148dd60bd800961077f7e97e67dd4

  • Revision 9349a28e80 : Enable mode search threshold update in non-RD coding mode Adaptively adjust the

    28 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c



    Enable mode search threshold update in non-RD coding mode

    Adaptively adjust the mode thresholds after each mode search round
    to skip checking less likely selected modes. Local tests indicate
    5% - 10% speed-up in speed -5 and -6. Average coding performance
    loss is -1.055%.

    speed -5
    vidyo1 720p 1000 kbps
    16533 b/f, 40.851 dB, 12607 ms -> 16556 b/f, 40.796 dB, 11831 ms

    nik 720p 1000 kbps
    33229 b/f, 39.127 dB, 11468 ms -> 33235 b/f, 39.131 dB, 10919 ms

    speed -6
    vidyo1 720p 1000 kbps
    16549 b/f, 40.268 dB, 10138 ms -> 16538 b/f, 40.212 dB, 8456 ms

    nik 720p 1000 kbps
    33271 b/f, 38.433 dB, 7886 ms -> 33279 b/f, 38.416 dB, 7843 ms

    Change-Id : I2c2963f1ce4ed9c1cf233b5b2c880b682e1c1e8b