压缩 AVI 文件
我正在尝试使用 Visual Basic 6.0 压缩 AVI 文件,但无法找到有关如何执行此操作的信息。
我知道我也许能够使用直接显示并使用文件源、AVI 压缩器和文件写入器过滤器,但在快速测试中我无法获得要连接的过滤器的引脚。
有没有其他简单的方法可以实现这一点,例如DLL?
谢谢/
I am trying to compress an AVI file using Visual Basic 6.0 but having trouble finding out information on how I can do this.
I am aware that I may be able to use direct show and use the File Source, AVI Compressor and File Writer filters but in quick tests I have not been able to get the Pins of the Filters to Connect.
Is there any other simple mmethod of achieving this such as a DLL?
Thanks/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有 AVI 文件,您可以将
2.16gb avi 转换为 5.56mb avi
If you have an AVI file, you can go
turned a 2.16gb avi into a 5.56mb avi
你确定你说的是压缩吗?您的问题缺乏信息,但我认为您想使用 ffmpeg/libav 将文件转换为另一种格式。
Are you sure you mean compress? Your question lack information but I think you want to convert the file using ffmpeg/libav to another format.