RedditVideoMakerBot
RedditVideoMakerBot copied to clipboard
Question: How do i add a watermark to the video?
I tried to read the code itself to learn this, but I am not particularly good at that.
How do I add the watermark?
from pyffmpeg import FFmpeg
ff = FFmpeg()
ff.options("-i input.mp4 -i watermark.png -filter_complex overlay=1500:10 output.mp4")
There already is one. Why do you want to add another
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?
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