Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

IPP Color Conversion from DirectX Formats to X264 Formats

jpbischo
Beginner
648 Views
Hello!
I was wondering if there will be any expansion the already long list of supported color conversion formats? I am trying to convert DirectX surfaces (usually ARGB8) to FFMPEG X264 (requires YUV420) and I am suprised to see that particular conversion missing. It looks like most of the conversions expect no alpha channel to be present.
What I was hoping for is :
ippiRGBToYUV420_8u_AC4P3R()
I tried removing the alpha channel from my source RGB surface, but DirectX9 render targets or plain surfaces don't support R8G8B8 formats.
Thanks,
-Justin
0 Kudos
1 Reply
oxydius
New Contributor I
648 Views
Try ippiRGBToYCbCr411_JPEG_8u_C4P3R
0 Kudos
Reply