[FFmpeg-user] [delogo @ 0x4bfaba0] Logo area is outside of the frame.

Jim Worrall coniophora at gmail.com
Tue Dec 27 18:26:44 EET 2016


> On 2016 Dec 26, at 11:36 AM, Moritz Barsnick <barsnick at gmx.net> wrote:
> 
> Actually, the issue is easy to reproduce:
> 
> $ ffmpeg -loglevel verbose -f lavfi -i testsrc2 -vf delogo=0:0:50:50 -t 1 -f null -
> 

If I change the delogo to delogo=1:1:50:50, I don’t get the error.  Since there
is a default ‘band’ of 1 pixel, I guess using x=0, y=0, puts it out of the
frame.

Adding :band=0 doesn’t work; apparently the band option is deprecated,
and the filter will just add the band it wants, at least 1 pixel.



More information about the ffmpeg-user mailing list