什么 C# 库提供无损视频压缩?

发布于 2024-12-01 09:39:53 字数 200 浏览 5 评论 0原文

我想知道什么是用于进行 C# 无损视频压缩的好库?我有很多硬盘空间,所以这不是问题。只有无损才可以,没有其他选择。
谢谢
我也在考虑类似 http://zlib.net/ 包装数据的东西,但是有没有任何编解码器可以能够打开它并播放它,或者有人有任何想法如何使类似的东西起作用吗?

I was wondering what a good library would be for doing c# lossless video compression? I have a lot of hard drive space so that's not an issue. Only lossless will do, no alternatives.
thanks


I was also thinking something like http://zlib.net/ wrapping the data, but is there any codec that would be able to unwrap it and play it, or does anyone have any ideas how to make something like that work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夏九 2024-12-08 09:39:53

您应该能够使用无损编解码器制作 AVI,例如 Lagarith。有多种选项可用于从图像制作 AVI 文件,例如这个 AviFile 的 C# 包装器< /a>.

You should be able to make an AVI using a lossless codec, such as Lagarith. There are various options for making AVI files from images, such as this C# wrapper for AviFile.

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