Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (42)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

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

  • Revision 6be2b750b8 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    2 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h


     Add /vpx_temporal_scalable_patterns.c



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I9cb6cce2494390ae6096ee17774af7fb9308bde7

  • Revision 4230c2306c : Fixed calling of highbd transform. This patch does not change behaviour because

    22 octobre 2014, par Peter de Rivaz

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



    Fixed calling of highbd transform.

    This patch does not change behaviour because
    vp9_fwht4x4 is identical to vp9_highbd_fwht4x4,
    but it becomes important when accelerations are made
    to vp9_highbd_fwht4x4 in a later patch.

    Change-Id : I2b790316cdd498727c4951a9e591edb291de3ac8

  • Revision 4864ab21b0 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    6 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Add /examples/vpx_temporal_scalable_patterns.c


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Delete /vp8_scalable_patterns.c


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I8900a854288b9354d9c697cfeb0243a9fd6790b1