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.

VPP convert

china_y_
Beginner
332 Views

i want to use media sdk convert color space 

when i see media sdk manual  i found that the media sdk vpp

support  only some color space 

i want to know does vpp can  convert  RGB24  to yuv420

or convert RGB24 to NV12

thank  you advanced 

0 Kudos
1 Reply
Petter_L_Intel
Employee
332 Views

Hi,

Media SDK VPP component only supports a limited set of color conversion routines (HW accelerated) as listed in the Media SDK manual.

RGB24 is not supported so you will have to rely on other methods to perform color space conversions. The Intel IPP product provides one way of doing this, as illustrated in the Media SDK tutorial sample (http://software.intel.com/en-us/articles/intel-media-sdk-tutorial-simple-6-encode-ipp-cc)

Regards,
Petter 

0 Kudos
Reply