Recherche avancée

Médias (91)

Autres articles (71)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11832)

  • 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

  • Merge commit ’5d6a990c115850326711c2f5be4d9fd33f399616’

    11 novembre 2013, par Michael Niedermayer
    Merge commit ’5d6a990c115850326711c2f5be4d9fd33f399616’
    

    * commit ’5d6a990c115850326711c2f5be4d9fd33f399616’ :
    mpegaudioenc : Remove broken integer-only quantization code path

    Conflicts :
    libavcodec/mpegaudioenc.c

    Mostly not merged, the integer code works fine.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegaudioenc.c
  • Why low qmax value improve video quality ?

    14 novembre 2013, par theateist

    Maybe my questions doesn't make sense due to not understanding but please explain me what I miss because I did read posts and wiki and still it's not clear to me.

    As I understand setting low value for qmax will improve the quality by increasing the bitrate.
    Maybe I didn't understood something but isn't lowing the Q(quantization) will decrease the quantization levels and thus the bitrate which means degradation in quality ? Or in ffmpeg lowing Q means increasing the quantization levels ? If the last is true so it make sense that lower qmax improves the quality.

    If the above is true, so increasing qmax will decrease the quantization levels which means less bits for coding a quantization level. So, if number of bits for a level is lower, so total bits per frame will be lower, so how the encoder manage to get to the desired bitrate ?