
Recherche avancée
Autres articles (54)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 (5201)
-
Changing the background color of the movie while using tpad and adelay
1er août 2019, par S.Ti want to change the background color of a movie while using
tpad
andadelay
commands. it is now black ( until the movie starts).the command i tried listed below, and i don’t know how to change the color while the movie is in it’s delay ( probably something with the
tpad
that needs to be change).-filter_complex [0:v]scale=1920:1080,tpad=start_duration=5[v];
[0:a]adelay=5s|s[a] -map [v] -map [a] -b 6000kthe 5 seconds that the movie is in its
"waiting mode"
needs to be changed from default black to some other color. Thanks. -
Ffmpeg color opacity
19 janvier 2016, par SandraI tried to rotate a video and keep the unused place due to the rotation transparent, to be able to overlay it later and to do that, I suppose that if the color was transparent is will be right ; and in the official page (https://www.ffmpeg.org/ffmpeg-filters.html#rotate) they said that you can give a color that ffmpeg would use in place of unused place due to the rotation of the video. So I tried, relatively to https://www.ffmpeg.org/ffmpeg-utils.html#Color to put a color with these commands
ffmpeg -i video.mp4 -vf "rotate=PI/6:fillcolor=red@0.0" -acodec copy output.mp4
and
ffmpeg -i video.mp4 -vf "rotate=PI/6:fillcolor=red@0x00" -acodec copy output.mp4
And it doesn’t work. The color remain opaque, and that whatever the value of the opacity (0.0 to 1.0)
Any of you can know what is happened ?
-
doc/filters : Document missing options for scale in/out color matrix
5 juillet 2019, par Jun Zhao