RedditVideoMakerBot icon indicating copy to clipboard operation
RedditVideoMakerBot copied to clipboard

Question: How do i add a watermark to the video?

Open CJthisis opened this issue 3 years ago • 4 comments
trafficstars

I tried to read the code itself to learn this, but I am not particularly good at that.

How do I add the watermark?

CJthisis avatar Aug 10 '22 15:08 CJthisis

from pyffmpeg import FFmpeg

ff = FFmpeg()
ff.options("-i input.mp4 -i watermark.png -filter_complex overlay=1500:10 output.mp4")

randomsnippets avatar Aug 10 '22 18:08 randomsnippets

There already is one. Why do you want to add another

JasonLovesDoggo avatar Aug 10 '22 23:08 JasonLovesDoggo

There already is one. Why do you want to add another

I mean there is no guide to do a watermark and no setting in toml.config that suggests how to add one.

Where do I have to put an image so that is is recognized as a watermark, and where do I change the position?

CJthisis avatar Aug 11 '22 08:08 CJthisis

There already is one. Why do you want to add another

I mean there is no guide to do a watermark and no setting in toml.config that suggests how to add one.

Where do I have to put an image so that is is recognized as a watermark, and where do I change the position?

Again you have not answered my question Why would you want to The whole purpose of the watermark is to prevent copyright strikes for the background video creators and not designed for you to change

JasonLovesDoggo avatar Aug 11 '22 17:08 JasonLovesDoggo