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.

H264 High Quality Mode Setting

Dear all,

Can anyone help me to confirm the below setting that is for high quality mode? As I know just set the pObj->params.encodingPreset = XDM_HIGH_QUALITY will decide the mode of h264 encode. Do another parameters will impact this change?

=====================VIDENC1_Params=======================
MaxHeight = 1080
MaxWidth = 1920
MaxFrameRate = 60000
MaxBitRate = 12000000
InputChromaFormat = 9
DataEndianness = 1
MaxInterFrameInterval = 1
InputContentType = 0
ReconChromaFormat = 9

=========================XDM_MODE=========================
EncodingPreset = 1               // XDM_HIGH_QALITY
EncQuality = 2

NumTemporalLayers = 0
SvcSyntaxEnable = 0
=====================IH264VENC_Params=======================
Size = 124
RateControlPreset = 5
ProfileIdc = 100
LevelIdc = 40
Log2MaxFrameNumMinus4 = 0
ConstraintSetFlag = 0
EntropyMode = 1
Transform8x8FlagIntraFrame = 0
Transform8x8FlagInterFrame = 1
EnableVUIparams = 7
MeAlgo = 0
SeqScalingFlag = 1
EnableARM926Tcm = 0
EnableDDRbuff = 0
SliceMode = 3
EnableLongTermFrame = 0
OutputDataMode = 1
SliceFormat = 1

====================VIDENC1_DynamicParams===================
IntraFrameInterval = 0
AirRate = 0
MaxDelay = 2000
AspectRatioX = 1
AspectRatioY = 1
LfDisableIdc = 0
EnableBufSEI = 1
EnablePicTimSEI = 1
PerceptualRC = 1
EnableROI = 1
MetaDataGenerateConsume = 1
MaxBitrateCVBR = 0
InterlaceRefMode = 0
EnableGDR = 0
GDRduration = 0
GDRinterval = 0
LongTermRefreshInterval = 0
UseLongTermFrame = 0
SetLongTermFrame = 0
CustomScaleMatrix_Buffer = 0
CVBRsensitivity = 0
CVBRminbitrate = 0
LBRmaxpicsize = 0
LBRminpicsize = 0
LBRskipcontrol = 0x50004
MaxHighCmpxIntCVBR = 0
DisableMVDCostFactor = 0
PutDataGetSpaceFxn = 0
ForceFrame = -1
SliceSize = 67
IntraFrameQP = 28
InterPFrameQP = 28
InitQ = 28
RcQMax = 42
RcQmin = 1
RcQMaxI = 42
RcQMinI = 1
IdrFrameInterval = 30
MvSADoutFlag = 0
ResetHDVICPeveryFrame = 0
CustomScaleMatrix_Buffer = 0
PutDataGetSpaceFxn = 0
DataSyncHandle = 0
TimeScale = 7200
SliceSize = 67
RcAlgo = 1

 

 

B.R.


Omin