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.