Hello
I am trying to capture some stream from a device and save it to an uncompressed avi file. I am using C# + DirectShowLib, and the resulting file is always compressed(mjpeg or dv codec).
Any ideas?
Hello
I am trying to capture some stream from a device and save it to an uncompressed avi file. I am using C# + DirectShowLib, and the resulting file is always compressed(mjpeg or dv codec).
Any ideas?
In case the captured stream is already uncompressed AVI you can just make use of the Dump Filter, which writes the stream as is to a file.