comment filigraner une vidéo à l'aide de python

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