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.

how to utilize vpp to convert rgb to yuv?

zhengbinham
Beginner
414 Views
I want to know the specific steps of a project to implement colorspace conversion by using visual studio 2010 ,vpp in msdk is supposed to used.
0 Kudos
1 Reply
Petter_L_Intel
Employee
414 Views
Hi,
Intel Media SDK supports color space conversion from RGB(32)->NV12, YUY2->NV12 and YV12->NV12.

More details on how to use VPP to perform conversion is described in the Media SDK manuals.

There is also a vpp sample part of the SDK that can be used as reference.

If color space conversion is needed beyond the ones supported by Media SDK VPP then you can explore the capabilities of Intel Integrated Performance Primitives (IPP) which provides a wide range of conversion routines.

Regards,
Petter
0 Kudos
Reply