Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

To do multiple stream decoding,I should use D3D9,or D3D11?

Zheng_L_
Beginner
798 Views

my program do multiple video stream decoding,every stream create it's sole use decoder, and there are 2 platform for hardware accelerated decoder on windows : MFX_IMPL_VIA_D3D9 and MFX_IMPL_VIA_D3D11,so which one should I use? Is D3D11 better than D3D9?

0 Kudos
1 Reply
Zheng_L_
Beginner
798 Views

I forgot to say my program use OpenGL to display video, not DirectX, and I use WGLEW_NV_DX_interop extension to do texture copy, or GPU->CPU->GPU memory copy;

0 Kudos
Reply