我正在尝试使用 avconv 裁剪视频
avconv -r 25 -i test.avi -vf "crop=out_w=in_w" -b 1024k test2.avi
但 avconv 告诉我
Invalid chars '=in_w' at the end of expression 'out_w=in_w'
无论我做什么,它似乎都无法理解“out_w”之后的东西。
我哪里错了?谢谢!
我正在尝试使用 avconv 裁剪视频
avconv -r 25 -i test.avi -vf "crop=out_w=in_w" -b 1024k test2.avi
但 avconv 告诉我
Invalid chars '=in_w' at the end of expression 'out_w=in_w'
无论我做什么,它似乎都无法理解“out_w”之后的东西。
我哪里错了?谢谢!