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.

PPL and Intel media SDK

kyviquel
Beginner
326 Views
Hi,

I would like to integrate the Intel QSV encoder in myproject.There is a point in your known limitations release noteI like to be clarified:

"Using the Intel Media SDK in parallel with Intel Threading Building Blocks could impact performance"
Why does thread management impact the Intel QSV encoder?

Myproject doesn't use Intel TBB but uses the Microsoft concurrency runtimeParallel Paterns Library (PPL) technology. Would the PPLimpact theIntel QSV performance?

Thanks

0 Kudos
1 Reply
Petter_L_Intel
Employee
326 Views
Hi,

I'm sorry the release notes are not very clear. Basically the statement applies to the Media SDK SW codecs and boils down to the fact that the SW codecs utilizes all available logical processor cores when executing a workload. This is regardless of using threading framework such as PPL or TBB, or generic threading. There is always the possibility that the processor cores will be oversubscribed thus potentially impacting performance. Media SDK currently has no mechanism to control the number of internal threads for the SW codecs.

Regards,
Petter
0 Kudos
Reply