Unrecognized option 'filter_complex'

时间:2016-03-02 11:02:49

标签: ffmpeg

I am using ffmpeg version 0.10.15. When I try to run this command:

/usr/bin/ffmpeg -i test.mp4 -i wlogo.png -filter_complex "overlay=x=(main_w-overlay_w)-10:y=(main_h-overlay_h)-10" test123.mp4

It gives me error:

Unrecognized option 'filter_complex'
Failed to set value 'overlay=x=(main_w-overlay_w)-10:y=(main_h-overlay_h)-10' for option 'filter_complex'

0 个答案:

没有答案