压缩 AVI 文件

发布于 2024-11-24 14:13:47 字数 175 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

合久必婚 2024-12-01 14:13:47

如果您有 AVI 文件,您可以将

AVI File -> AVI SPlitter -> (compressor/encoder like ffdshow video encoder) -> AVI Mux -> File writer

2.16gb avi 转换为 5.56mb avi

If you have an AVI file, you can go

AVI File -> AVI SPlitter -> (compressor/encoder like ffdshow video encoder) -> AVI Mux -> File writer

turned a 2.16gb avi into a 5.56mb avi

谢绝鈎搭 2024-12-01 14:13:47

你确定你说的是压缩吗?您的问题缺乏信息,但我认为您想使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文