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.
3058 Discussions

Comparison of performance between SDK and only VAAPI based Application

sumit_j_1
Beginner
525 Views

HI

I am looking for  comparison of the performance between Media SDK and Vaapi based application. In other words, If i develop my application using Media SDK and same application using only VAAPI API's ( no SDK involved), then which one will be better in term of performance.

Presently, I am able to run Media SDK examples(here) on Linux machine and in some documentation I am seeing -vaapi options. Can I run same examples using -vaapi options  to see performance. 

With -vaapi option enabled, what difference it creates in actual implementation compare to Media SDK ?

Regards,

Sumit

0 Kudos
1 Reply
Sravanthi_K_Intel
525 Views

Hi Sumit -

If your intention is to use the QSV HW capability, then using the SDK will give better performance compared to direct VAAPI. The driver stack with Media SDK includes i915 (with our patches folded in), iHD (closed source), and VAAPI and MSDK as the public API. So, if you are planning to use opensource VAAPI, it will not come with all the perf features we added in (fast GPU copy, threading model, async depth etc.). It is up to the user application to add these. So in short, SDK perf >> direct VAAPI perf.

0 Kudos
Reply