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.

enc dynamic parameters set

hi all.when i set all the enc dynamic parameters at the same time over some range,it will be segment fault.

for example

RcAlg=0(VBR)

Resolution=(1920*1080)

encIntraFrameInterval = 500;

FrameRate = 60

BitRate = 40000

qpMin = 20;

qpMax = 52 

BUT I JUST change the Resolution to 352*288 ,it will not have segment fault .

alse i change the BitRate = 50000,encIntraFrameInterval =200,it will alse have segment fault.

if i just change one parameters at run time,i will have the following errors,but app is still running and not down

Enter Choice: [m3video] 60530:!ERROR!:ENCLINK::links_m3video/iva_enc/encLink_h264.c:[232]::INTERNAL ERROR:-1
[m3video] ALGCONTROL FAILED:CMD:1
[m3video] ERROR: IH264ENC_LEVEL_INCOMPLAINT_PARAMETER , 0,
[m3video] 60531:WARN
[m3video] ENCLINK: ERROR in Run time parameters changes, Extended Error code:1

so how should i constuct the above parameters.