How to retrieve codec name of an .avi file using VC++/mfc programming.
Hi,
I have an .avi file which doesn't run in windows media player. It has been encoded using a codec which is not installed on my PC. Using GSpot and other utilities we can find out which codec is missing. But I want to retrieve the missing codec name programmatically. How to retrieve the codec name using VC++/mfc programming. Is there any DirectShow API or any other APIs available using which we can find the missing codec name. I want to display to the user about that codec info.
Thanx in advance.
|