VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    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
    http://ffmpeg.org/ffmpeg-filters.html#toc-Examples-54

    Maybe you could add everything in the -vf command also...but I'm not sure how.
    Quote Quote  
  3. 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"
    Quote Quote  
  4. Thank you very much Baldrick and pandy
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!