Answer the question
In order to leave comments, you need to log in
How to decrypt such a record?
ffmpeg -i wmark.png -filter_complex "[1:v]scale=w=0.25*iw:h=0.25*ih [ovrl],[0:v][ovrl]overlay=x=10:y=main_h-overlay_h-10"
Answer the question
In order to leave comments, you need to log in
You scale the image with the command: scale=w=0.25*iw:h=0.25*ih.
With this command, it is scaled by exactly 25% of the original value.
Remove this command completely, and make the watermark image so that its size matches the size of the video you are overlaying it on (naturally, the watermark image itself can be either full screen or, for example, smaller). This operation will speed up the program, because. does not require a scaling operation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question