
Recherche avancée
Autres articles (55)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8182)
-
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.