CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2009
    Posts
    24

    Question 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 the 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.

  2. #2
    Join Date
    Feb 2012
    Location
    Fremont,CA
    Posts
    37

    Re: How to retrieve codec name of an .avi file using VC++/mfc programming.

    I have already a same problem.

  3. #3
    Join Date
    Aug 2012
    Posts
    20

    Re: How to retrieve codec name of an .avi file using VC++/mfc programming.

    Please provide the solution here also,, if anyone know about this problem.........

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured