
Recherche avancée
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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. -
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 (...)
Sur d’autres sites (11828)
-
FFMPEG convert GIF to MP4 is cutting GIF short
31 août 2019, par JayI have this command line to run ffmpeg from aws lambda.
The code is suppose to convert a GIF to a black background mp4.
On my local PC it works perfectly.
For whatever reason the ouput out of AWS Lambda is missing some of the GIF frames.
Any Ideas ?????
I have checked to make sure /tmp/2.gif is an accurate input and it is.
os.system("/tmp/ffmpeg -f lavfi -i color=black -i /tmp/2.gif -movflags faststart -pix_fmt yuv420p -filter_complex '[0][1]scale2ref[bg][gif];[bg]scale=2*trunc(iw/2):2*trunc(ih/2),setsar=1[bg];[bg][gif]overlay=1' -c:v libx264 -preset veryslow /tmp/black.mp4")
-
mips : intreadwrite : Only execute that code for mips r1 or r2
25 septembre 2015, par Vicente Olivert Rieramips : intreadwrite : Only execute that code for mips r1 or r2
MIPS R6 supports unaligned memory access and does not have
the load/store-left/right family of instructions.Signed-off-by : Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by : Luca Barbato <lu_zero at gentoo.org>
Signed-off-by : Luca Barbato <lu_zero@gentoo.org> -
"No accelerated colorspace conversion found from yuv420p to bgr24" when using OpenCV with FFMPEG on mac
6 décembre 2024, par Itay kWhen trying to acquire a frame from a video file (I've tried several video formats) I am getting an error message "No accelerated colorspace conversion found from yuv420p to bgr24".
The exact same code ran perfectly fine on a windows machine and I couldn't get it to run on a mac even after I recompiled and installed FFMPEG and OpenCV. I am using lion for my OS.
Any ideas ?