View Single Post
  #1  
Old 03-26-2017, 02:28 AM
sarjukhe sarjukhe is offline
Junior Member
 
Join Date: Mar 2017
Posts: 2
sarjukhe is on a distinguished road
Default

add logo in ffmpeg Without loss of quality


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?
Reply With Quote