This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

H264: VIDENC1_process() failed with error (-1 ext: 0x8006)

Hello!

I work with DM368, dvsdk_4_02, linux-2.6.32 and GStreamer (commit 1062).

When I try encode 1920x1048 encoder output with extended error 0x8006.
Full log with CE_DEBUG=3 6281.h264.txt

My parameters:
inputChromaFormat = XDM_YUV_420SP;
reconChromaFormat = XDM_YUV_420SP;
rateControlPreset = IVIDEO_STORAGE;
encodingPreset    = XDM_HIGH_SPEED;
maxBitRate = 2000000;
width = 1920;
height = 1048;

With 1280x720 I haven't this problem.

How can I solve this problem?
Thank you and exuse me my bad english.