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.

MPEG4 Encoder (cs.x64P) problem

Other Parts Discussed in Thread: DM3730

Hi!
I developed a small embedded real time operating system for DM3730 (Beagleboard)
I managed to port to it Dsplink and CodecEngine and use DSP as MPEG4 encoder.
Video encoding mpeg4enc works fine, but there is one problem:
Information about the parameters of the codec is present only in the first frame of the video stream.
Therefore, if i begin the decoding when the encoder is already running,
the decoder does not have this information and can not decode the video stream.
How to configure the encoder so that he can insert this information periodically?