Which Activex control should i add to my MFC app if I want to output video using FFmpeg library?

  • Thread starter Thread starter aks2161989
  • Start date Start date
A

aks2161989

Guest
Hi,

I want to make a video player with MFC using the library FFmpeg. I have created the GUI using the "toolbox" in Visual Studio and have added a MS TV Video Control activex element to the app. However, this MSDN page (Video Control (Windows)) says that the MS TV video control is in fact a wrapper for the DirectShow framework.

I do not want to use the DirectShow framework. I want to use ffmpeg. Can I use the MS TV Video control with ffmpeg?

If not, which activex control in MFC supports ffmpeg?

Thanks

Continue reading...
 
Back
Top