Question

I am having problems locating any documentation or examples for rendering video on a form using DirectX. I need to use DirectX because I will be putting overlay's on the video loaded dynamically. I will also want to perform transitions between 2 video instances.

I can not find any documentation on Google or Microsoft's site, any thing to point me in the right direction would help. Such as render the video on a 3d object as a texture, maybe... IDK?

This is for Visual Studio 2010, .net framework 4.0, using vb.net.

Was it helpful?

Solution

DirectX 11 is not for rendering video. It is for 3D graphics, Audio and Input.

Look up DirectShow (Which MS are trying to replace) or the Media Foundation (which they are attempting to replace DShow with).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top