Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I try to run my application which uses DVSDK, I am able to open my codec but my IMGENC_Control() fails. What could be the possible solution?

0
Posted

When I try to run my application which uses DVSDK, I am able to open my codec but my IMGENC_Control() fails. What could be the possible solution?

0

For the control problem check that the input color format (set by base param inputChromaFormat) and the output color format (set by dynamic param forceChromaFormat) matches the note in the users guide: The output formats supported for each input format are as follows: Input Format Supported Output Formats XDM_YUV_420P XDM_YUV_420P, XDM_GRAY XDM_YUV_422P XDM_YUV_422P, XDM_GRAY XDM_YUV_422ILE XDM_YUV_422P, XDM_YUV_420P, XDM_GRAY XDM_YUV_444P XDM_YUV_444P, XDM_GRAY XDM_YUV_411P XDM_YUV_411P, XDM_GRAY XDM_GRAY XDM_GRAY Also check your maxScans is set to XDM_DEFAULT (0).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123