
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (83)
-
Amélioration de la version de base
13 septembre 2013Jolie 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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe 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" ; -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (11745)
-
sanm : check image dimensions before using them
22 janvier 2013, par Michael Niedermayersanm : check image dimensions before using them
-
mpegts : Share the cleanup code between the demuxer and lavf-internal parser functions
20 janvier 2013, par Martin Storsjömpegts : Share the cleanup code between the demuxer and lavf-internal parser functions
-
How to place a video at a specific location on top a larger static background image using ffmpeg ?
1er août 2012, par ylluminateI have installed a current build of
ffmpeg
in order to gain access to the-filter_complex
option in hopes to be able to use a video as an overlay over a static background image that's larger than the video.Initially I'm simply trying to get the overlay of the video over the static background image to work with the following command (which does not work) :
ffmpeg -loop 1 -i background.png -i overlay.mov -filter_complex overlay -shortest -y output.mov
The
output.mov
only has a single frame composed of thebackground.png
file with no video overlay.How can I make this work and additionally add a specific coordinate location for the video atop the background ?
BONUS : with a singular command, is it also possible to resize the overlay video to a larger size while placing it atop the bg image ?