将一系列图像转换为视频
我有一系列带有排序名称的图像,例如 0000000354 ... 0000008591 我尝试过使用 ffmpeg 或 MEncoder 来转换主题。在 ffmpeg 中,问题是它会在名称类似于 0000000001 ... 00000000009 且具有 %010d 语法的情况下运行。我不知道我的图像名称应该使用什么语法。在 mencoder 中它将覆盖所有图像但是当我播放输出视频它不显示图像,我想在 5 秒内显示每个图像或类似的东西,任何人都可以帮忙吗?
I have series of images with sorted names, like 0000000354 ... 0000008591
I have tried using ffmpeg or MEncoder to convert theme. In ffmpeg the problem is this that it will operate while the names are like 0000000001 ... 00000000009 with %010d syntax.I don't know what syntax i should use for my images names.in mencoder it will cover all images But when i play the output video it doesn't show images,I want to show every image in 5 seconds or somthing like this, any one can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ffmpeg 无法读取任意命名的图像。您必须重命名它们或使用符号链接做一些巧妙的事情才能让 ffmpeg 将它们作为输入。
从手册页:
ffmpeg can't read in arbitrarily named images. You'll have to rename them or do something clever with symlinks to get ffmpeg to take them as input.
From the man page:
假设您有:
要使用 ffmpeg 将其编码到电影中,只需使用文件名模式:
Let's say you have:
To encode it into a movie using ffmpeg just use the filename pattern: