Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7067)

  • Revision 9f5811c2da : Add joint motion search in comp_inter_inter mode(experiment) In current code, m

    7 mai 2013, par Yunqing Wang

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_variance.h


     Modify /vp9/encoder/vp9_variance_c.c



    Add joint motion search in comp_inter_inter mode(experiment)

    In current code, motion vectors got from single prediction mode are used
    in compound prediction mode directly. These motion vectors may not give
    accurate prediction since they are searched independently. In this patch,
    we took Pascal's suggestion, and did joint motion search in compound
    prediction mode to find better motion vectors in this situation.
    Test results :
    Overall PSNR : 0.570%(derf), 0.918%(stdhd) ;
    SSIM : 0.572%(derf), 1.009%(stdhd) ;

    The encoder is a little slower. This can be improved since some c
    code is used in motion search.

    Change-Id : Ib30c9240f6c56c9b070867b4ca89412a76d9f3c6

  • Revision 35abb70353 : Joint Spatio-temporal Prediction : Updated A new prediction scheme is implemente

    30 juillet 2013, par Yue Chen

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_reconintra.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_subexp.h



    Joint Spatio-temporal Prediction : Updated

    A new prediction scheme is implemented within July 3 experimental branch
    exploiting both motion compensation and intra prediction in Inter frames.

    Bit-rate reduction :
    derf : +0.147% (on July 3 head)
    stdhd : +0.591% (on June 25 head)

    Change-Id : Iec3d97afaad6fa99881187228971a405c3d2ec88

  • Revision e2bb669a3d : Improved joint spatio-temporal prediction Full search of optimal interintra mod

    13 août 2013, par Yue Chen

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



    Improved joint spatio-temporal prediction

    Full search of optimal interintra mode is performed instead of
    inferring the interintra mode from optimal intra mode.

    Bit-rate reduction :
    +0.811% stdhdraw250
    +0.238% derf

    Change-Id : I80e905a51fba0e9fb7eb00a3342d21f452825377