Dear Experts,
We are using DVR_RDK 3.5.
We are trying to change codec from REL.500.V.H264AVC.E.IVAHD.02.00.04.01 to REL.500.V.H264AVC.E.IVAHD.02.00.08.00 due to "inserted I frame after changing rate change" isses ( http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/p/359841/1263742.aspx#1263742 ).
But we meet problems.
Attached file is log file.
2502.CodecChange_SettingsError_log_20140822112525.txt
When we start McFW, error occurs.
Here is the method to change codec:
Add codec Lib trunk\ti_tools\codecs\REL.500.V.H264AVC.E.IVAHD.02.00.08.00
Modify trunk\dvr_rdk\Rules.make : 56
h264enc_DIR := $(TI_SW_ROOT)/codecs/REL.500.V.H264AVC.E.IVAHD.02.00.08.00
This log has:
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] 11517:!ERROR!:ENCLINK::links_m3video/iva_enc/encLink_h264.c:[233]::INTERNAL ERROR:-1
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ALGCONTROL FAILED:CMD:1
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ERROR: IH264ENC_LEVEL_INCOMPLAINT_PARAMETER , 0,
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ERROR: IH264ENC_PROFILE_INCOMPLAINT_FMO_SETTING = 2,
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ERROR: IH264ENC_PROFILE_INCOMPLAINT_INTERFRAMEINTERVAL = 4,
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ERROR: XDM_UNSUPPORTEDPARAM = 14,
Aug 22 11:17:53 - user.notice dsp: [ 14.910][m3video] ERROR: XDM_FATALERROR = 15
Could you plz provide suggestion to resolve this bug?
thx ~
HB