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.

TMS320DM368: Video Encoder RatecontrolPreset Fault Issue

Part Number: TMS320DM368

Hi.

Hi I'm trying to configure the H.264 encoder and change rate control mode.

So I Changed Ratecontrolpreset and results out followings;

 1. IVDIEO_NONE => Compile Success , Executable file Success

 2. IVIDEO_LOW_DELAY => Compile Success , Executable file Success

 3. IVIDEO_STORAGE => Compile Success , Executable file : Segmentation fault

 4. IVIDEO_USER_DEFINED => Compile Success , Executable file : Segmentation fault

 5. IVIDEO_TWOPASS => Compile Success , Executable file Success

I want to use IVIDEO_STORAGE or IVIDEO_USER_DEFINED.

But there are some segmentation fault problems.

Help me.

Thanks.