Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (39)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3628)

  • Revision 5a3e3c6d3f : Adaptive txfm size selection depending on residual sse/variance This commit ena

    26 juin 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_speed_features.c



    Adaptive txfm size selection depending on residual sse/variance

    This commit enables an adaptive transform size selection method
    for speed -6. It uses largest transform size when the sse is more
    than 4 times of variance, i.e., most energy is compacted in the
    DC coefficient. Otherwise, use the default TX_8X8. It improves
    the compression efficiency for rtc set of speed -6 by 0.8%, no
    speed change observed.

    Change-Id : Ie6ed1e728ff7bf88ebe940a60811361cdd19969c

  • Revision e4aac6bb61 : Modify block transform skipping check Block transform skipping was implemented

    1er octobre 2014, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_rdopt.c



    Modify block transform skipping check

    Block transform skipping was implemented based on DCT’s energy
    conservation property. Modified the thresholds using zero bin
    parameters. AC and DC coefficients were checked separately to
    allow better identifying of skippable blocks.

    Borg test at speed 3 showed :
    stdhd set : psnr gain : 0.153%, ssim gain : 0.051% ;
    derf set : psnr gain : 0.023%, ssim gain : 0.036%

    For most test clips, the encoding speedup is 1% - 2%.
    parkrun(720p) : 7.5% speedup, park_joy(1080p) : 3.5% speedup.

    Change-Id : If28eb81113a077414f5ca7b021c14f9069b373bb

  • Merge pull request #579 from jhaglund/patch-1

    8 juin 2015, par jonrohan
    Merge pull request #579 from jhaglund/patch-1
    

    Update LICENSE