Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (69)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

Sur d’autres sites (3906)

  • Revision 2ffe64ad5c : Cleanup/enhancements of switchable filter search Cleans up the switchable filte

    16 août 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Cleanup/enhancements of switchable filter search

    Cleans up the switchable filter search logic. Also adds a
    speed feature - a variance threshold - to disable filter search
    if source variance is lower than this value.

    Results : derfraw300
    threshold = 16, psnr -0.238%, 4-5% speedup (tested on football)
    threshold = 32, psnr -0.381%, 8-9% speedup (tested on football)
    threshold = 64, psnr -0.611%, 12-13% speedup (tested on football)
    threshold = 96, psnr -0.804%, 16-17% speedup (tested on football)

    Based on these results, the threshold is chosen as 16 for speed 1,
    32 for speed 2, 64 for speed 3 and 96 for speed 4.

    Change-Id : Ib630d39192773b1983d3d349b97973768e170c04

  • Revision a0b9b050b8 : Added a speed feature That force the stop of subpel search possibly at full/hal

    22 janvier 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Added a speed feature

    That force the stop of subpel search possibly at full/half/quater pel
    stages

    Change-Id : Ie50c500417bd78e1a53e6620bd4c2b85f63d9c67

  • Revision 1434f7695b : Skip ref frame mode search conditioned on predicted mv residuals This commit ma

    3 novembre 2014, par Jingning Han

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



    Skip ref frame mode search conditioned on predicted mv residuals

    This commit makes the RTC coding mode to conditionally skip the
    reference frame mode search, when the predicted motion vector of
    the current reference frame gives more than two times sum of
    absolute difference compared to that of other reference frames.

    It reduces the runtim by 1% - 4% for speed -5 and -6. The average
    compression performance is improved by about 0.1% in both settings.

    It is of particular benefit to light change scenarios. The
    compression performance of test clip mmmovingvga.y4m is improved by
    6.39% and 15.69% at high bit rates for speed -5 and -6, respectively.

    Speed -5
    vidyo1 16555 b/f, 40.818 dB, 12422 ms ->
    16552 b/f, 40.804 dB, 12100 ms

    nik 33211 b/f, 39.138 dB, 11341 ms ->
    33228 b/f, 39.139 dB, 11023 ms

    mmmoving 33263 b/f, 40.935 dB, 13508 ms ->
    33256 b/f, 41.068 dB, 12861 ms

    Speed -6
    vidyo1 16541 b/f, 40.227 dB, 8437 ms ->
    16540 b/f, 40.220 dB, 8216 ms

    nik 33272 b/f, 38.399 dB, 7610 ms ->
    33267 b/f, 38.414 dB, 7490 ms

    mmmoving 33255 b/f, 40.555 dB, 7523 ms ->
    33257 b/f, 40.975 dB, 7493 ms

    Change-Id : Id2aef76ef74a3cba5e9a82a83b792144948c6a91