Hi Fabrizio,
I've been working on a DirectShow video capture application using IEvolution and am currently creating the output AVI using:
Dim result As HiComponents.IEvolution.IEImage.CreateAVIFileResult
result = (IeViewer1.Image.CreateAVIFile("Output12.avi", 25, "dmb1"))
I am using the Morgan MJEG codec to write the AVI file (available from http://www.morgan-multimedia.com/morgan/php/products.php?sProductId=4&sProductSub=info ). I want to be able to access the Codec property pages for the codec that control the output parameters for the AVI (the Morgan MJPEG codec in this case), like I can for the DirectShow filters. Is this possible?
thanks
matt