将 BMP 转换为 avi
我想将带有位图中视频帧的文件夹转换为 avi 或 mpeg 文件。我已经有一个 VBScript,它可以对这些文件执行很多操作,因此集成一个从我的脚本自动转换这些文件夹的功能会很方便。我只能找到看起来水平相当低的解决方案,不幸的是我对视频文件格式不太了解。在不重新发明轮子的情况下实现这一目标的最简单方法是什么?我的问题是,似乎有太多信息,我不知道从哪里开始。
I want to convert folders with video-frames in bitmaps into avi or mpeg files. I already have a VBScript which does a lot of stuff on those files, so it would be neat to integrate a functionallity to convert those folders automatically from my script. I can only find solutions that seem pretty low level and unfortunatley I don't know a whole lot about video file formats. What is the easiest approach to achieve that without reinventing the wheel? My problem is that there is seem to be so much information that I am not sure where to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Virtualdub 可以做到这一点。
如果您想要一个代码解决方案,有很多 ffmpeg 的包装器
Virtualdub can do this.
If you want a code solution there is plenty of wrappers for ffmpeg