-
watermarking
i need to watermark some videos using with FFMPEG.
this is my command line:
ffmpeg -v 9 -i “input\%1.mp4” -vf “movie=straight.png [logo]; [in][logo] overlay=10:main_h-overlay_h-10 [out]” -vcodec dvvideo -s 720×576 -y “output\%1.mp4”
this is the error:
[movie @ 0x4010d20] Missing key or no key/value separator found after key ‘logo.
png’
[movie @ 0x371f420] Error parsing options string: ‘logo.png’
Error initializing filter ‘movie’ with args ‘png:logo.png’
Error opening filters!can anyone help?