
Recherche avancée
Autres articles (78)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang 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. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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" ;
Sur d’autres sites (7624)
-
FFmpeg : How to Stack/Overlay images over each other
9 juin 2019, par Raj DhakadI am making a logo making app with
Flutter
. I have logo assets saved in my project/app now I want to overlay these images based on user choices. I am thinking to use theFFmpeg
library, beacuase flutter has support for it. I want to stack images over each other what’scommand
andfiltering
option I had for it ?Note : I am new to FFmpeg
-
Stack gifs with FFmpeg without loss of quality
28 mai 2019, par Kostiantyn LapchevskyiI have two animated gifs of the same duration and size that I am trying to stack vertically with ffmpeg :
ffmpeg input_1.gif -i input_2.gif -filter_complex vstack -q:v 1 output.gif
The problem is that resulting gif experience quite some loss of quality. Furthermore, it seems that option
-q:v
has no effect at all, regardless of supplied value and (valid) positioning within command.Does anybody know a way to overcome it ?
-
x86inc : Preserve arguments when allocating stack space
21 janvier 2016, par Henrik Gramnerx86inc : Preserve arguments when allocating stack space
When allocating stack space with a larger alignment than the known stack
alignment a temporary register is used for storing the stack pointer.
Ensure that this isn’t one of the registers used for passing arguments.Signed-off-by : Anton Khirnov <anton@khirnov.net>