Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top