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.

Is VPP supported in ubuntu?

james_l_1
Beginner
282 Views

Hi,

I used "Media SDK 2013 R3 LinuxServers" in ubuntu 12.04 and cpu is i3-3225.

Today, I run "sample_vpp_drm" in samples fold to convert a YUY2 file to NV12.

In "top" result, I saw that cpu is too high.

In "intel_gpu_top" result, "render busy & bitstream busy & blitter busy" are all in idle.

Is VPP hardware accelerate supported  in linux ?

If yes, how can I do about it?

Thanks.

0 Kudos
2 Replies
Jeffrey_M_Intel1
Employee
282 Views

While most of the basic functionality in VPP is hardware accelerated for 3rd and 4th Generation Core processors (Ivybridge and Haswell),  many of the new features in the 16.3 release are hardware accelerated only for 4th Generation/Haswell.  More details are in the release notes.

Another thing to keep in mind is that the VPP samples read and write raw frames.  The biggest bottleneck by far for individual pipeline components is raw file I/O.  If you're interested in VPP effects on transcode performance a better place to start may be sample_multi_transcode, which will give a better sense of how VPP functions without I/O overhead.

Regards, Jeff

0 Kudos
james_l_1
Beginner
282 Views

thanks, Jeffrey.
 

0 Kudos
Reply