Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

IPP Scaling - YCbCr BT.601 to BT.709 and vice-versa

Gavin_S_
Beginner
574 Views

I'm interested in using Intel's IPP to do some (basic) digital video processing.  In particular, I am interested in being able to:

  • Upscale BT.601 SD to BT.709 HD (YCbCr)
  • Downscale BT.709 to BT.601 SD (YCbCr)

Having read/studied the available online documentation, I cannot see how this can be achieved. Does this conversion require a 2-step process by namely first scaling and then using another operation to perform a colorspace conversion or would I be able to scale while performing on-the-fly colorspace conversion.

Any tips/suggestions would be much appreciated.

0 Kudos
1 Solution
Shaojuan_Z_Intel
Employee
574 Views

Hi Gavin,

Video processing domain has been moved from IPP to Media SDK. You can find some sample code here https://software.intel.com/en-us/intel-media-server-studio-support/code-samples. Or you may ask video processing related question here https://software.intel.com/forums/intel-media-sdk. Thanks. 

View solution in original post

0 Kudos
2 Replies
Shaojuan_Z_Intel
Employee
575 Views

Hi Gavin,

Video processing domain has been moved from IPP to Media SDK. You can find some sample code here https://software.intel.com/en-us/intel-media-server-studio-support/code-samples. Or you may ask video processing related question here https://software.intel.com/forums/intel-media-sdk. Thanks. 

0 Kudos
Gavin_S_
Beginner
574 Views

Thanks very much for your assistance. I will see what I can find.

 

0 Kudos
Reply