3
votes

I have been looking over the internet on how to display a video in my Direct3D11 game. In Direct3D9 we could use DirectShow, but I haven't been able to find anything comparable in the new version of Direct3D11.

How would we efficiently display videos in an application in Direct3D11?

I'm targeting Windows 7.

1

1 Answers

2
votes

Not sure if you are using Windows 8, there is an sample to display video by using Media Foundation APIs and DirectX 11, you can take a look.

http://code.msdn.microsoft.com/windowsdesktop/DirectX-11-Video-Renderer-0e749100