Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (105)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (15317)

  • Revision ec658125b0 : Add option to disable documentation Documentation is typically auto-detected by

    10 octobre 2012, par Johann

    Changed Paths : Modify /configure Add option to disable documentation Documentation is typically auto-detected by checking for php and doxygen. Add an option to explicitly disable it. Remove toggle keywords from libraries, examples, documentation and unit tests. They were not consistent with the (...)

  • Core : Added new config option `fixLineEnding : true` to ensure OS-comp…

    24 août 2015, par JamesMGreene
    Core : Added new config option `fixLineEnding : true` to ensure OS-compliant line endings by default
    

    Fixes #595.

    Ref #222.
    Ref #453.

  • avfilter/vf_transpose_vulkan : add clock and cclock option

    10 décembre 2021, par Wu Jianhua
    avfilter/vf_transpose_vulkan : add clock and cclock option
    

    The following command is on how to apply cclock option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=cclock,hwdownload,format=yuv420p \
    output.264

    The following command is on how to apply clock_flip option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock_flip,hwdownload,format=yuv420p \
    output.264

    The following command is on how to apply clock option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock,hwdownload,format=yuv420p \
    output.264

    Signed-off-by : Wu Jianhua <jianhua.wu@intel.com>

    • [DH] libavfilter/vf_transpose_vulkan.c