Как подмечать видео с помощью Python

ffmpeg -i input.mp4 -i watermark.png -filter_complex "overlay=1500:1000" output.mp4
Hungry Hamster