I'm a bit puzzled here and can't find an answer to the following question. Is it possible to have 2 .png
files watermarked into a video in a single command line with Libavfilter
?
I'm using this commandline, but everything I try to get the second PNG image in it fails.
ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" outputvideo.flv