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

2 questions on UMC::DXVideoRender.

david_jacksonipfx_co
324 Views
I am trying to render video from a UMC::H246VideoDecode using the UMC::DXVideoRender and am not meeting with much success...

1. The color format of the decoder is UMC::YUV420 none of the "color_format" values for the render params seem to match this output, are they supposed to match? What should I be doing here?
2. The render Init fails due to the lack of support for DDCAPS_OVERLAY and DDCKEYCAPS_DESTOVERLAYYUV, what does this mean? is it a direct X version problem?
3. Is there any example code anywhere?

Sorry if these questions seem basic, but the documentation is very basic and there seems to be nothing on the Internet.
Thanks in advance,
David.
0 Kudos
1 Reply
jacobh
Beginner
324 Views
1. The color format of the decoder is UMC::YUV420 none of the "color_format" values for the render params seem to match this output, are they supposed to match? What should I be doing here?


I use YV12 as color_format. I think when you pass YV12 as colorformat through the video bufferto the decoder it will automaticly do a color conversion for you.

Jacob
0 Kudos
Reply