Recherche avancée

Médias (91)

Autres articles (66)

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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (5003)

  • Revision 625c0961ff : Adds supertx experiment adopted from playground Reimplements the supertx experi

    3 décembre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_common_data.c


     Modify /vp9/common/vp9_common_data.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodemv.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Adds supertx experiment adopted from playground

    Reimplements the supertx experiment from the playground branch.
    Makes it work with other experiments.

    Results :
    With —enable-superttx
    derflr : +0.958

    With —enable-supertx —enable-ext-tx
    derflr : +2.25%

    With —enable-supertx —enable-ext-tx —enable-filterintra
    derflr : +2.73%

    Change-Id : I5012418ef2556bf2758146d90c4e2fb8a14610c7

  • 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 d97fd3eef6 : Non transform coding experiment Non-transform option is enabled in both intra a

    12 novembre 2014, par hui su

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_rdopt.c



    Non transform coding experiment

    Non-transform option is enabled in both intra and inter modes.
    In lossless case, the average coding gain on screen content
    clips is 11.3% in my test.

    Change-Id : I2e8de515fb39e74c61bb86ce0f682d5f79e15188