Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (15394)

  • avfilter/vf_blend_vulkan : add multiply blend mode

    12 janvier 2022, par Wu Jianhua
    avfilter/vf_blend_vulkan : add multiply blend mode
    

    Use the commands below to test : (href : https://trac.ffmpeg.org/wiki/Blend)

    I. make an image for test
    ffmpeg -f lavfi -i color=s=256x256,geq=r='H-1-Y':g='H-1-Y':b='H-1-Y' -frames 1 \
    - y -pix_fmt yuv420p test.jpg

    II. blend in sw
    ffmpeg -i test.jpg -vf "split[a][b] ;[b]transpose[b] ;[a][b]blend=all_mode=multiply,\
    pseudocolor=preset=turbo" -y multiply_sw.jpg

    III. blend in vulkan
    ffmpeg -init_hw_device vulkan -i test.jpg -vf "split[a][b] ;[b]transpose[b] ;\
    [a]hwupload[a] ;[b]hwupload[b] ;[a][b]blend_vulkan=all_mode=multiply,hwdownload,\
    format=yuv420p,pseudocolor=preset=turbo" -y multiply_vulkan.jpg

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

    • [DH] libavfilter/vf_blend_vulkan.c
  • Evolution #4366 (En cours) : Ajouter systématiquement un attribut id sur les intertitres

    7 août 2019, par tcharlss (*´_ゝ`)

    Il pourrait être pratique que les intertitres aient systématiquement un attribut id ajouté, ça permettrait de partager des liens vers une section précise.
    Optionnellement, il pourrait y avoir également un lien affiché sous forme d’icône au survol, comme vu sur les readme des dépôts de gitlab ou github

    Exemple de base :

    Installation

    Exemple en activant l’ajout des liens icônes :

    Installation

  • The new FOMS : Open Media Developers at OVC

    13 août 2011, par silvia

    Since 2007 I have organised the annual Foundations of Open Media Software (FOMS) developers workshop. Last year it was held for the first time in the northern hemisphere, in fact on the two days straight after the Open Video Conference (OVC). This year I’m really excited to announce that the (...)