RenderStream() to uncompressed avi
ICaptureGraphBuilder2::RenderStream interface. Following the documentation for"Recompressing an AVI File" You set a video compressor by filtering through the system encoders, and passing it to RenderStream asIBaseFilter*pIntermediateMy question is if you pass NULL as the intermediate filter, does this write "uncompressed" avi, since there is no "uncompressed" filter when you enumerate all the system encoders. I ask this since the exported movies aren't being imported into a video editor called "Pinnacle Studio", and wondering whether its that particular program, or the code I have written. I hope this is a simple question to answer, thank you
Tim

