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.

dm365 frame problem during H264 encoding

Hi guys,

I'm working on dm365 with seed_dvsdk 2_10 (which was changed from TI sdk, probably the same version), to encode H.264 in PAL format and send to a fixed IP over UDP, by using demo "encode".  Normally, as in PAL format, there should be 25 frames per second, and the chip will start a fresh capture in next second. But my result is : 

Dm365 does create 25 frames per second, but it won't start a new capture until the count of frames reachs 30. That is, the delta time is about 1.2 s, and it seems that the stream and the player can't be synchronized, so the video can't be displayed appropriately.

My question is : Since the whole size of data captured by dm365 every time is fixed, how to enlarge the size of each frame and reduce the amount from 30 to 25?

Please excuse me for my poor expression. Any suggestions will be appreciated.