Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (88)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (4729)

  • hwcontext_qsv : transfer data through the child context when VPP fails

    10 août 2016, par Anton Khirnov
    hwcontext_qsv : transfer data through the child context when VPP fails
    

    Uploading/downloading data through VPP may not work for some formats, in
    that case we can still try to call av_hwframe_transfer_data() on the
    child context.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavutil/hwcontext_qsv.c
  • avformat/mov : check that child boxes of trak are only present inside it

    29 juin 2024, par James Almer
    avformat/mov : check that child boxes of trak are only present inside it
    

    Based on the check done for the stco box.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c
  • ffmpeg : Add an option "qsv_device" to choose proper node for QSV child device (vaapi...

    5 janvier 2017, par Zhengxu
    ffmpeg : Add an option "qsv_device" to choose proper node for QSV child device (vaapi or dxva2)
    

    Reason : For some cases, such as 2 or more graphics cards existing, the
    default command line may fail because ffmpeg does not open the correct
    device node :
    ffmpeg -hwaccel qsv -c:v h264_qsv -i test.264 -c:v h264_qsv out.264
    Let user choose the proper one by running like below :
    ffmpeg -hwaccel qsv -qsv_device /dev/dri/renderD128 -c:v h264_qsv \
    - i test.264 -c:v h264_qsv out.264

    Signed-off-by : ChaoX A Liu <chaox.a.liu@gmail.com>
    Signed-off-by : Huang, Zhengxu <zhengxu.maxwell@gmail.com>
    Signed-off-by : Andrew, Zhang <huazh407@gmail.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] ffmpeg.h
    • [DH] ffmpeg_opt.c
    • [DH] ffmpeg_qsv.c