> On 2016 Dec 26, at 11:36 AM, Moritz Barsnick <[email protected]> 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
