> On 2016 Dec 24, at 12:43 AM, 周红 <[email protected]> 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@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?

_______________________________________________
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".

Reply via email to