Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (91)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7443)

  • Revision d67b608c5d : Remove redundant vp9_init_plane_quantizers call When aq mode is on, the quantiz

    14 août 2014, par Jingning Han

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



    Remove redundant vp9_init_plane_quantizers call

    When aq mode is on, the quantizer will be reset later in the same
    function (line 571).

    Change-Id : I20635db31261d136d04d5deeb881ad3957078bf1

  • lavc/qsvenc : enable QVBR mode

    23 janvier 2019, par Zhong Li
    lavc/qsvenc : enable QVBR mode
    

    QVBR mode is to use the variable bitrate control algorithm
    with constant quality.
    mfxExtCodingOption3 should be supported to enable QVBR mode.

    It is neccesary to specify a max_rate for QVBR, else it may be ICQ mode.
    Example usage : ffmpeg -hwaccel qsv -c:v h264_qsv -i input.mp4 -c:v
    h264_qsv -global_quality 25 -maxrate 2M test_qvbr.mp4 -v verbose

    Clip QVBR quality range to be [0, 51] as Mark's commments.
    It is similar to qp range of CQP but possibly should be updated when VP8/VP9
    encoding can be supported.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
  • Core : Don't call submitHandler when in debug mode (#2193)

    29 juillet 2018, par Arkni
    Core : Don’t call submitHandler when in debug mode (#2193)
    

    Fixes #2042