Remove station logo from video using FFmpeg

FFmpeg delivers a lot of video filters including a filter called “delogo”. This one can be used to remove a station logo from a video. How it works First we need to define a square that contains the logo. Then the filter uses surrounding pixels outside of the square to calculate new pixels that are

Read More