O
O
OKNOZA2015-04-20 12:23:30
fmpeg
OKNOZA, 2015-04-20 12:23:30

Is it correct to apply a watermark?

I have this code

FFmpeg -i c:/tv/1.mp4 -i c:/tv/logo5.png -filter_complex overlay="(main_w/4)-(overlay_w/1):(main_h/6)-(overlay_h/1)" c:/tv/10.mp4

It imposes a watermark well, but the problem is that sometimes the watermark goes to the left for part 3, how can I fix it so that it is always under a different video.
It needs to be top right, indent 1 and left 1. With different video formats.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
monah_tuk, 2015-04-21
@monah_tuk

I did not quite understand the question, or it is really too simple: just correct the arithmetic. Something like this:
For details:
https://ffmpeg.org/ffmpeg-filters.html#overlay-1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question