Search code examples
pythonvideo-processingwatermarkvideo-watermarking

Is there a standard way of Watermarking videos in Python?


Is there any standard method of watermarking videos of some format in Python?

And how about still images?


Solution

  • I'd suggest checking out pyffmpeg or pymedia, but that's about as good as it gets. Try to find a way to leverage ffmpeg proper if you can.

    For still images, simply use PIL, the Python Imaging Library.