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.

Video decoding acceleration via Media SDK

Roman_T_
New Contributor I
284 Views

Hi all!

As I understood from MSDK tutorial samples, MSDK is able to accelerate video decoding via GPU usage (DXVA library) or parallel processing (OpenMP library).

But is MSDK able to use CPU specific features for video decoding acceleration (like Intel IPP)?

Best regards,

Roman

 

0 Kudos
4 Replies
OTorg
New Contributor III
284 Views
0 Kudos
Roman_T_
New Contributor I
284 Views

Thank you for reply, but all I can see there is optimization for the latest Intel CPU generation.

When I use IPP in my application, I can see that IPP detected my CPU type and loaded proper DLL set specially for this CPU type.

When I use MSDK in my application, I see nothing...

Best regards,

Roman

0 Kudos
OTorg
New Contributor III
284 Views

All processor-dependent branches are assembled into single libmfxsw*.dll. And hardware implementation interlayers are collected at libmfxhw*.dll

0 Kudos
Roman_T_
New Contributor I
284 Views

Thanks, these are very good news for me :)

Best regards,

Roman

0 Kudos
Reply