Logo insert inside ffmpeg H264
Posted: Fri Oct 04, 2019 1:47 pm
I would like to insert a logo in the ffmpeg process.
Use
Can I use it this way?
Inside Encoder H264, go to Custom x264 options and add:
does not work for me! Another way is possible?
Use
Code: Select all
ffmpeg -i video.mp4 -i logo.png -filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10" -codec:a copy out.mp4
Inside Encoder H264, go to Custom x264 options and add:
Code: Select all
[code]-i "c:\logo.png" -filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10" -codec:a