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

Jim Worrall coniophora at gmail.com
Sun Dec 25 18:15:20 EET 2016


> On 2016 Dec 24, at 12:43 AM, 周红 <271697892 at qq.com> wrote:
> 
> Hello, Everyone,
> I got ffmpeg 3.2.2 compile on my linux centOS 6.2 width gcc 5.3。I used to use ffmpeg 2.8 static binaray, but when I switch to 3.2.2
> 
> [zhouhong at localhost bin]$ /home/zhouhong/Downloads/ffmpeg-3.2/ffmpeg -y -i "/mnt/hgfs/downloads/light.mp4" -i "/mnt/hgfs/downloads/light.mp4" -filter_complex '[0:v]yadif,delogo=0:0:50:50:band=10,delogo=20:20:20:20:band=10,split=5[vstream1][vstream2][vstream3][vstream4][vstream5];[vstream1]scale=480:204,pad=480:270:0:33[ld];[vstream2]scale=768:328,pad=768:432:0:52,split=2[sd][sd_1];[vstream3]scale=960:408,pad=960:540:0:66,split=2[qhd][qhd_1];[vstream4]scale=1280:544,pad=1280:720:0:88[hd];[vstream5]scale=1920:816,pad=1920:1080:0:132[fhd];

You are more likely to get help with this if you reduce your command line to the simplest command necessary to produce the problem.  Yours is very complex.  You may have syntax problems in the filter graph such as missing semicolon, etc.

Could part of the problem be that the two delogo boxes overlap?  In fact one is contained entirely in the other.  Is that the intention?  Do you still get the error if you do just one delogo?



More information about the ffmpeg-user mailing list