Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Video decoding acceleration via Media SDK

Roman_T_
New Contributor I
140 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
140 Views
Roman_T_
New Contributor I
140 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

OTorg
New Contributor III
140 Views

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

Roman_T_
New Contributor I
140 Views

Thanks, these are very good news for me :)

Best regards,

Roman

Reply