If you’re looking for a way to easily remove a logo or watermark from a video, look no further than ffmpeg’s delogo filter.

To preview your logo removal:

ffplay -f lavfi -i "movie=input.mp4,delogo=x=200:y=500:w=150:h=20:show=1"

Execute the de-logo:

ffmpeg -i input.mp4 -vf "delogo=x=200:y=500:w=150:h=20" output.mp4