문제

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