ffmpeg未知输入格式:' lavfi'

时间:2014-05-08 09:02:07

标签: unix ssh ffmpeg

我尝试使用ffmpeg device" lavfi"创建这样的测试图像视频,但我的LTS Ubuntu告诉我:

  

"未知输入格式:' lavfi'"

我知道我的ffmpeg似乎错过了那个设备。 但是如何解决这个问题?

我用过这个:

ffmpeg -f lavfi -i testsrc=duration=120:size=1280x720:rate=30 test.mp4

1 个答案:

答案 0 :(得分:7)

您可以ffmpeg -formats | grep lavfi查看是否支持该格式。

您的ffmpeg可能过时,请尝试使用较新版本。有一个PPA for Trusty,但我们建议compile it yourself git development branch snapshotStatic builds也可用。