Hi guys
I have two questions
1-how i can use The following codes in the 1 code? (in ffmpeg)
Code:
ffmpeg -i input.mkv -vf delogo=x=271:y=300:w=97:h=12 Output.mkv
Code:
ffmpeg -i input.mkv -i logo.png -filter_complex "overlay=62:39" Output.mkv
2-how i can delogo or add logo in ffmpeg Without loss of quality?