I'm trying to watermark on video but there is any way to do it without re encoding video for losing quality?
Im trying with simple command:
ffmpeg -i input.flv -vf "movie=logo.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" output.flv
The answer is no, watermark is designed to merge into the video which is not easy to be removed perfectly, so ffmpeg have to decode original video, merge the original video together with watermark logo, and then re-encode it to form a new video clip.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With