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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.