
Recherche avancée
Autres articles (51)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (8350)
-
How can I connect drawtext to filter complex for change logo size ?
19 novembre 2016, par parsaI want to have a text and a logo on video. for this I used below code.
I want to change size of logo byscale2ref
,but I don’t know how can I connect scale2ref withdrawtext
.ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
=C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]scale2ref=-1:120[0v]
[logo];[logo][0v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4top code return this error :
[libx264 @ 00000000004ea0c0] width not divisible by 2 (271x120)
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or heightThis below code works when I don’t use
scale2ref
and the video output has logo with defualt size and the text.ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
=C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4How can I connect drawtext to filter complex for change logo size ?
-
avfilter/delogo : Check that logo area is inside the picture
10 mai 2016, par Jean Delvareavfilter/delogo : Check that logo area is inside the picture
We can only remove the logo if it is inside the picture. We need at
least one pixel around the logo area for interpolation.Fixes ticket #5527 (Delogo crash with x=0 and/or y=0).
Signed-off-by : Jean Delvare <jdelvare@suse.com>
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Evolution #2487 (Nouveau) : Pas d’alternative textuelle sur le logo d’un article ou d’une rubrique
12 janvier 2012, par Steven MouretDans SPIP 3.0.0-beta2 [18874] Sauf erreur de ma part, lors de l’ajout d’un logo à un article ou une rubrique il n’est pas possible de préciser une alternative textuelle.