如何在视频流之前放置静止图像

时间:2018-08-15 21:07:40

标签: ffmpeg

我的问题已经回答,请参见以下主题: How can I place a still image before the first frame of a video? 不幸的是,非音频解决方案不适用于我。 我有一个输入BMP文件和一个输入CINE文件[由Vision Research SDK编写],并希望生成一个输出MP4文件。 我通过以下命令:

ffmpeg -y -r 100 -loop 1 -framerate 100 -t 1 -ic:\ x.bmp -ic:\ x.cine -filter_complex'[0:0] [1:0] concat = n = 2 :v = 1:a = 0'c:\ x.mp4

并收到错误消息:

[AVFilterGraph @ 000000000346be80]没有这样的过滤器:'[0:0]' 初始化复杂过滤器时出错。 参数无效

原始线程回答的非音频错误吗? 还是我没有完全按照原始线程回答的建议进行操作?

0 个答案:

没有答案