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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top