Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (9124)

  • Revision 9f128b3ed9 : Hybrid partition search for rtc coding mode This commit re-designs the recursiv

    17 octobre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_speed_features.c



    Hybrid partition search for rtc coding mode

    This commit re-designs the recursive partition search scheme in
    rtc speed -5. It first checks if the current block is under cyclic
    refresh mode. If so, apply recursive partition search. Otherwise,
    perform sub-sampled pixel based partition selection. When the
    pre-selection finds the partition size should be 32x32 or above,
    use the partition size directly. Otherwise, apply partition search
    at nearby levels around the preset partition size.

    It is enabled in speed -5. The compression performance of rtc
    speed -5 is improved by 9.4%. Speed wise, the run-time goes slower
    from 1% to 10%.

    nik_720p, 1000 kbps
    33220 b/f, 38.977 dB, 10109 ms -> 33200 b/f, 39.119 dB, 10210 ms

    vidyo1_720p, 1000 kbps
    16536 b/f, 40.495 dB, 10119 ms -> 16536 b/f, 40.827 dB, 11287 ms

    Change-Id : I65adba352e3adc03bae50854ddaea1b421653c6c

  • Revision 07711e9b27 : Use hybrid RD and non-RD coding flow for key frame coding When block size is be

    4 décembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c



    Use hybrid RD and non-RD coding flow for key frame coding

    When block size is below 16x16, the encoder swap from non-RD to
    RD mode for key frame coding. This largely brough back the key
    frame compression performance. For vidyo1 at 1000 kbps, the key
    frame coding statistics are changed

    9978F, 34.183 dB, 36807 us -> 9838F, 35.020 dB, 61677 us

    As compared to the full RD case
    7187F, 34.930 dB, 214470 us

    The overall rtc set coding performance (single key frame setting)
    is improved by 1.5%.

    Change-Id : I78a4ecf025d7b24ec911e85be94e01da05e77878

  • Revision 389ed6da10 : Refactor highbd forward transform use case Separate the hybrid transform case f

    20 juillet 2015, par Jingning Han

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


     Modify /vp9/encoder/vp9_rdopt.c



    Refactor highbd forward transform use case

    Separate the hybrid transform case from 2D-DCT case. This will
    allow us to clear up cross dependency between c and SIMD
    implementations later.

    Change-Id : Iaa499e8b096850a1c5a0c50a3b6e63e15d0184bf