
Recherche avancée
Autres articles (90)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (13043)
-
FFMPEG Waveform with specific color
17 octobre 2016, par Jeremylooking to get a waveform from an input that is this specific gold color #ad9557 (173/255, 149/255, 87/255) and have a transparent background / or black if not possible.
I’m currently using this script to generate it :
command = new String[]{
"-i", mRapFile.getAbsolutePath(),
"-filter_complex",
"showwavespic",
"-frames:v",
"1",
mWaveFormFile.getAbsolutePath()};The waveform is there but is a weird orange color now. How can I change this ?
Thank you !
-
Ffmpeg thumbnail with background color
4 mars 2019, par Onur YılmazI tried to generate a thumbnail from a video with a specific height and width and apply a background color. I am succeeded to generate the image with a specific size but I could not apply a background color. Below is my command :
ffmpeg -ss 00:00:03.500 -i input.mp4 -frames:v 1 -q:v 5 -vf "scale=400:400:force_original_aspect_ratio=increase,crop=400:400" output.png
What should I do to add a background color to thumbnail ?
-
Revision 644587cfdd : ads2gas : Allow converting code to thumb mode Currently this only supports thumb
12 mai 2013, par Martin StorsjoChanged Paths :
Modify /build/make/ads2gas.pl
ads2gas : Allow converting code to thumb modeCurrently this only supports thumb2.
This involves rewriting certain instructions that can't be expressed
in thumb2 into equivalent instruction sequences. The regexps for
rewriting are currently written pretty narrowly, only covering the
exact cases currently encountered in the code base.No IT instructions are added (since that would require more logic than
plain regexps), so using the thumb mode requires enablingmimplicit-it=always/thumb.
Change-Id : I1f676ad1d351381f02bcf00105102aa8dd7ae364