Recherche avancée

Médias (91)

Autres articles (45)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • Made the _loadImage method return true/false depending on the browser support for local image loading.

    16 septembre 2011, par Sebastian Tschan

    m jquery.fileupload-ui.js Made the _loadImage method return true/false depending on the browser support for local image loading.

  • Test : required method should return false for null & undefined values

    2 septembre 2017, par Arkni
    Test : required method should return false for null & undefined values
  • Revision 8d7f53f04c : Account for rate error in GF group Q calculation. When GF group adaptive maxQ i

    20 février 2015, par paulwilkins

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


     Modify /vp9/vp9_cx_iface.c



    Account for rate error in GF group Q calculation.

    When GF group adaptive maxQ is enabled this patch accounts
    somewhat for accumulated error in the rate control.

    This improves accuracy quite a bit on many clips especially
    when there is overshoot.

    Examples when the overshoot and undershoot command line
    parameters are set to 100 :

    Hall @ 1200 overshoot is reduced from 67-24%.
    Akiyo @ 400 undershoot is reduced from 28%-15%.

    Setting a lower value for undershoot or overshoot still
    reduces the error further.

    Impact on metrics is mixed with some gains in average psnr
    but generally a little lower (e.g. 0.5%) on overall and ssim.

    The GF group adaptation is still off by default in this patch.
    Compared to with the head, enabling this mode now gives
    big average psnr gains on the YT sets (e.g. YT_HD >11.2%),
    a drop in overall PSNR (YT-HD 3.9%) and a smaller drop or
    neutral for SSIM.

    Change-Id : If4b32cd0740d3fb941317b374f9c2951954eee90