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.

Does open source Media SDK software stack support 7th & 8th Core under linux OS?

david123456
Beginner
587 Views

Hi Mark,

From https://software.intel.com/en-us/articles/build-and-debug-open-source-me... you mentioned, does it mean msdk can support 7th or 8th Core CPU under linux OS?

Thanks

David

0 Kudos
6 Replies
Michael_C_Intel1
Moderator
587 Views

Hello,

I don't have a system to check immediately. I have asked some developers for a break down. Current expectation is that between 6th gen processors codename skylake and 7th gen processors codename kabylake there isn't anything that should preclude functionality.

EDIT: Those SKUs are not currently supported. The driver itself is expected to perform device id checks against the known hardware listed. User mode runtimes can be linked and built on a wider ranging set of platforms... but for execution... the platforms laid out here are the only ones expected to function: https://github.com/intel/media-driver/. Please reference this form post: https://software.intel.com/en-us/forums/intel-media-sdk/topic/735307

Have you tried building an application against the latest checkin here: https://github.com/Intel-Media-SDK/MediaSDK? Did you experience issues? Can you share what they were if you did.

 

-MichaelC

 

0 Kudos
david123456
Beginner
587 Views

I'm confused with following descriptions:

From https://github.com/intel/media-driver/. The supported platform

11.JPG

From https://github.com/intel/intel-vaapi-driver/releases, Coffee lake is supported 22.PNG

 

BTW,I will buy I3 8100(CFL) and Z370 board to test.

Thanks

David

 

0 Kudos
Mark_L_Intel1
Moderator
587 Views

Hi David,

If you are using the guide to build the open source media stack(https://software.intel.com/en-us/articles/build-and-debug-open-source-media-stack), you have to refer to the release note of https://github.com/intel/media-driver because this is the driver the open source Media SDK is using.

During the build process by the guide, the default media driver will be replaced. This built media driver was validated by the Media SDK team and it should have the good quality.

Mark

0 Kudos
david123456
Beginner
587 Views

Hi Mark,

I confirm that media driver(open source Media SDK software stack) not support I3 8100(coffeelake).

We must wait cannonlake for about one year.

My question is if MSS support cannonlake in the future? Should we move our project from MSS to media driver for future cannonlake?

Best Regards

David

0 Kudos
david123456
Beginner
587 Views

update:

By using new open source msdk (https://github.com/Intel-Media-SDK/MediaSDK) , I3 8100 can work  under cent7.4.

David

0 Kudos
Mark_L_Intel1
Moderator
587 Views

Thanks David,

This is a good news and let me if you have further questions.

Under current status, I recommend to use master to build MSDK library when you refer the article I mentioned in my previous post. The tested commit ID in the article has some work around and also has an issue which causes rendering problematic.

Mark

0 Kudos
Reply