Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (107)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7247)

  • Revision a8d8c0f633 : Remove unused ONE_LOOP entry from speed feature Change-Id : I56ead0ebc2491144c4e

    3 décembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.h



    Remove unused ONE_LOOP entry from speed feature

    Change-Id : I56ead0ebc2491144c4e79e5859b05e126176702c

  • Revision 9d88b30854 : Remove redundant vp9_zero in choose_partitioning It makes the overall speed -6

    5 décembre 2014, par Jingning Han

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



    Remove redundant vp9_zero in choose_partitioning

    It makes the overall speed -6 about 2% faster with no compression
    performance change.

    Change-Id : I680a967b421caa2c5a5cdb821311c4726a2df45a

  • Revision 8fd3f9a2fb : Enable non-rd mode coding on key frame, for speed 6. For key frame at speed 6 :

    12 novembre 2014, par Marco

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_avg.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Enable non-rd mode coding on key frame, for speed 6.

    For key frame at speed 6 : enable the non-rd mode selection in speed setting
    and use the (non-rd) variance_based partition.

    Adjust some logic/thresholds in variance partition selection for key frame only
    (no change to delta frames),
    mainly to bias to selecting smaller prediction blocks, and also set max tx size
    of 16x16.

    Loss in key frame quality ( 0.6-0.7dB) compared to rd coding,
    but speeds up key frame encoding by at least 6x.
    Average PNSR/SSIM metrics over RTC clips go down by 1-2% for speed 6.

    Change-Id : Ie4845e0127e876337b9c105aa37e93b286193405