Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (13)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (1518)

  • Revision d39f279daa : vp9_decode_frame : group assignments/setup calls group error checking at the top

    26 octobre 2013, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    vp9_decode_frame : group assignments/setup calls

    group error checking at the top followed by allocations, setup then
    decode.

    Change-Id : I877d21326bb767885520511ecea70e5fd1e28054

  • 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

  • Revision 691ec45b4e : Enable group adaptive max q by default. Set the GF group adaptive max Q compile

    23 mars 2015, par paulwilkins

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



    Enable group adaptive max q by default.

    Set the GF group adaptive max Q compile flag to 1 by default.

    This change has a quite big visual impact in some clips and also
    contributes to tighter rate control.

    For short test clips that have consistent content the impact is
    quite small on metrics but for more varied long form clips there is
    a drop in overal psnr but a sharp rise in average psnr caused by
    greater expenditure on some easier sections and tighter rate clipping
    in hard sections.

    In chunck’ed encodes some of the effect will already be present due
    to the independent rate control in each chunk but this change takes
    the control down to a smaller scale.

    yt hd +10.67%, - 3.77%, -1.56%
    yt +9.654%, - 3.6%, - 1.82%
    std hd +0.25%, -0.85%, -0.42%
    derf +0.25%, - 1.1%. - 0.87%

    Change-Id : Ibbc39b800d99d053939f4c6712d715124082843e