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.

DM6467 raw yuv file encode problem

Hi, all.

With the dvsdk 1.40.02.33 installed, I modified the encode demo code to read raw yuv file to encode(Just modified the video source from HD camera composite input to YUV file).

Each of time, read a frame of YUV data, send to encode and write the encoded data to 264 file.

The first may be 4, 10, 11 or 12 frames process are success, I've played the encoded part, but after that the program jump out without any info on std terminal.

I added many DEBUG code to print info, I found the 'encode' program jumped out in somewhere of VIDENC1_process() function which was called by Venc1_process() function in 'video.c' source file and may jumped out after a frame had been encoded which before read next YUV raw data.

How to tackle that? Help me please, thank you!

Regards

Shaofei