Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (104)

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

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (6985)

  • Revision 34b6abefa2 : Enable dual buffer rd search and encoding scheme This commit enables the dual b

    6 novembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    Enable dual buffer rd search and encoding scheme

    This commit enables the dual buffer rate-distortion optimization
    and encoding scheme. It stacks the original transform coefficients,
    quantized levels, and reconstructed coefficients, in the rate-
    distortion optimization search process, hence eliminates the need
    to re-run residual generation, forward transform, and quantization
    in the encoding stage.

    Change-Id : I011bfad3a59a380a869ee552e91dae0394ec492e

  • Revision 539c961ed4 : Use modeled rate distortion costs for non-RD mode This commit replaces SAD cost

    7 mars 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Use modeled rate distortion costs for non-RD mode

    This commit replaces SAD cost with modeled rate-distortion cost
    for non-RD mode decision. It translates the prediction residual
    SSE into estimate rate and reconstruction distorion costs, hence
    capturing the quantization setting effect. The compression
    performance of speed -7 for rtc set is improved by 14.79%.

    Change-Id : Ifda014eb0501d13109fe7f92680bf1410b463632

  • Revision a2e711ce38 : Properly reset the block coding skip flag array in non-RD mode The block coding

    14 mars 2014, par Jingning Han

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



    Properly reset the block coding skip flag array in non-RD mode

    The block coding skip flags are assigned in the normal RD mode
    decision loop. They are then used in the final encoding stage.
    In the non-RD mode decision, the forward transform and quantization
    stages are replaced by modeling based on SSE and variance of
    prediction residues. This commit applies reset to this array in
    the non-RD coding mode.

    Change-Id : I66584669b035e9c8ac23e95047849ff277472742