ffmpeg overlay video command
Budget: $8 – $15 USD
Hello ffmpeg pros
I need a command that does following:
Overlay presentor video on the main video with following features:
start after 5 seconds of main main video
Displayed in a circle (alpha effect?)
Display in right bottom
Currently using:
ffmpeg -i presentor.mp4 -i final.mp4 -filter_complex "[0]scale=300:-1 [overlay]; [1][overlay] overlay=main_w - overlay_w:main_h - overlay_h" -map 0:a -c:a copy production.mp4
I need a command that does following:
Overlay presentor video on the main video with following features:
start after 5 seconds of main main video
Displayed in a circle (alpha effect?)
Display in right bottom
Currently using:
ffmpeg -i presentor.mp4 -i final.mp4 -filter_complex "[0]scale=300:-1 [overlay]; [1][overlay] overlay=main_w - overlay_w:main_h - overlay_h" -map 0:a -c:a copy production.mp4