Hello guys, adding one logo I do like this (no problems):
-vf "scale=100:200 [0:v]; movie=logo1.png [1:v]; [0:v][1:v] overlay=0:0"
But how can I add a second logo (logo2.png)?
Regards, Basher.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Code:
Insert 2 different transparent PNG logos (second logo on bottom right corner) using the ffmpeg tool: ffmpeg -i video.mp4 -i logo1.png -i logo2.png -filter_complex 'overlay=x=10:y=H-h-10,overlay=x=W-w-10:y=H-h-10' output.mp4
Maybe you could add everything in the -vf command also...but I'm not sure how. -
Add 3 video and additional overlay at the end.
-vf "scale=100:200 [0:v]; movie=logo1.png [1:v]; movie=logo2.png [2:v]; [0:v][1:v] overlay=0:0[out1];[out1][2:v] overlay=xxx:yyy"
Similar Threads
-
FFMPEG and H264VFW add comment to encoded file
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 26th Oct 2014, 09:24 -
ffmpeg: add audio track to a mp4
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 2nd Sep 2014, 09:28 -
How to add text or logos in a mkv video?
By Choey in forum EditingReplies: 3Last Post: 11th Jul 2013, 01:06 -
How do i add 2 logos to dvds and upload to youtube
By Ak_wf1 in forum DVD RippingReplies: 6Last Post: 23rd Feb 2013, 18:10 -
add background music using ffMpeg or any commandline tool (free)
By Shohag_ifas in forum AudioReplies: 2Last Post: 21st Jan 2011, 06:25