encoder_main.cfg
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:33k
源码类别:

Audio

开发平台:

Visual C++

  1. # New Input File Format is as follows
  2. # <ParameterName> = <ParameterValue> # Comment
  3. #
  4. # See configfile.h for a list of supported ParameterNames
  5. #
  6. # For bug reporting and known issues see:
  7. # https://ipbt.hhi.de
  8. ##########################################################################################
  9. # Files
  10. ##########################################################################################
  11. InputFile             = "foreman_part_qcif.yuv"       # Input sequence
  12. InputHeaderLength     = 0      # If the inputfile has a header, state it's length in byte here
  13. StartFrame            = 0      # Start frame for encoding. (0-N)
  14. FramesToBeEncoded     = 2      # Number of frames to be coded
  15. FrameRate             = 30.0   # Frame Rate per second (0.1-100.0)
  16. SourceWidth           = 176    # Source frame width
  17. SourceHeight          = 144    # Source frame height
  18. SourceResize          = 0      # Resize source size for output
  19. OutputWidth           = 176    # Output frame width
  20. OutputHeight          = 144    # Output frame height
  21. TraceFile             = "trace_enc.txt"      # Trace file 
  22. ReconFile             = "test_rec.yuv"       # Recontruction YUV file
  23. OutputFile            = "test.264"           # Bitstream
  24. StatsFile             = "stats.dat"          # Coding statistics file
  25. ##########################################################################################
  26. # Encoder Control
  27. ##########################################################################################
  28. ProfileIDC            = 77  # Profile IDC (66=baseline, 77=main, 88=extended; FREXT Profiles: 100=High, 110=High 10, 122=High 4:2:2, 244=High 4:4:4, 44=CAVLC 4:4:4 Intra)
  29. IntraProfile          = 0   # Activate Intra Profile for FRExt (0: false, 1: true)
  30.                             # (e.g. ProfileIDC=110, IntraProfile=1  =>  High 10 Intra Profile)
  31. LevelIDC              = 40  # Level IDC   (e.g. 20 = level 2.0)
  32. IntraPeriod           = 0   # Period of I-pictures   (0=only first)
  33. IDRPeriod             = 0   # Period of IDR pictures (0=only first)
  34. AdaptiveIntraPeriod   = 1   # Adaptive intra period
  35. AdaptiveIDRPeriod     = 1   # Adaptive IDR period
  36. IntraDelay            = 0   # Intra (IDR) picture delay (i.e. coding structure of PPIPPP... )
  37. EnableIDRGOP          = 0   # Support for IDR closed GOPs (0: disabled, 1: enabled)
  38. EnableOpenGOP         = 0   # Support for open GOPs (0: disabled, 1: enabled)
  39. QPISlice              = 28  # Quant. param for I Slices (0-51)
  40. QPPSlice              = 28  # Quant. param for P Slices (0-51)
  41. FrameSkip             = 1   # Number of frames to be skipped in input (e.g 2 will code every third frame)
  42. ChromaQPOffset        = 0   # Chroma QP offset (-51..51)
  43. DisableSubpelME       = 0   # Disable Subpixel Motion Estimation (0=off/default, 1=on)
  44. SearchRange           = 32  # Max search range
  45. MEDistortionFPel      = 0   # Select error metric for Full-Pel ME    (0: SAD, 1: SSE, 2: Hadamard SAD)
  46. MEDistortionHPel      = 2   # Select error metric for Half-Pel ME    (0: SAD, 1: SSE, 2: Hadamard SAD)
  47. MEDistortionQPel      = 2   # Select error metric for Quarter-Pel ME (0: SAD, 1: SSE, 2: Hadamard SAD)
  48. MDDistortion          = 2   # Select error metric for Mode Decision  (0: SAD, 1: SSE, 2: Hadamard SAD)
  49. SkipDeBlockNonRef     = 0   # Skip Deblocking (regardless of DFParametersFlag) for non-reference frames (0: off, 1: on)
  50. ChromaMCBuffer        = 1   # Calculate Color component interpolated values in advance and store them.
  51.                             # Provides a trade-off between memory and computational complexity
  52.                             # (0: disabled/default, 1: enabled)
  53. ChromaMEEnable        = 0   # Take into account Color component information during ME
  54.                             # (0: only first component/default, 
  55.                             #  1: All Color components - Integer refinement only
  56.                             #  2: All Color components - All refinements)
  57. ChromaMEWeight        = 1   # Weighting for chroma components. This parameter should have a relationship with color format.
  58. NumberReferenceFrames = 5   # Number of previous frames used for inter motion search (0-16)
  59. PList0References      = 0   # P slice List 0 reference override (0 disable, N <= NumberReferenceFrames)
  60. Log2MaxFNumMinus4     = 0   # Sets log2_max_frame_num_minus4 (-1 : based on FramesToBeEncoded/Auto, >=0 : Log2MaxFNumMinus4)
  61. Log2MaxPOCLsbMinus4   = -1  # Sets log2_max_pic_order_cnt_lsb_minus4 (-1 : Auto, >=0 : Log2MaxPOCLsbMinus4)
  62. GenerateMultiplePPS   = 0   # Transmit multiple parameter sets. Currently parameters basically enable all WP modes (0: diabled, 1: enabled)
  63. ResendPPS             = 0   # Resend PPS (with pic_parameter_set_id 0) for every coded Frame/Field pair (0: disabled, 1: enabled)
  64. MbLineIntraUpdate     = 0   # Error robustness(extra intra macro block updates)(0=off, N: One GOB every N frames are intra coded)
  65. RandomIntraMBRefresh  = 0   # Forced intra MBs per picture
  66. PSliceSkip            = 1   # P-Slice Skip mode consideration  (0=disable, 1=enable)
  67. PSliceSearch16x16     = 1   # P-Slice Inter block search 16x16 (0=disable, 1=enable)
  68. PSliceSearch16x8      = 1   # P-Slice Inter block search 16x8  (0=disable, 1=enable)
  69. PSliceSearch8x16      = 1   # P-Slice Inter block search  8x16 (0=disable, 1=enable)
  70. PSliceSearch8x8       = 1   # P-Slice Inter block search  8x8  (0=disable, 1=enable)
  71. PSliceSearch8x4       = 1   # P-Slice Inter block search  8x4  (0=disable, 1=enable)
  72. PSliceSearch4x8       = 1   # P-Slice Inter block search  4x8  (0=disable, 1=enable)
  73. PSliceSearch4x4       = 1   # P-Slice Inter block search  4x4  (0=disable, 1=enable)
  74. BSliceDirect          = 1   # B-Slice Skip mode consideration  (0=disable, 1=enable)
  75. BSliceSearch16x16     = 1   # B-Slice Inter block search 16x16 (0=disable, 1=enable)
  76. BSliceSearch16x8      = 1   # B-Slice Inter block search 16x8  (0=disable, 1=enable)
  77. BSliceSearch8x16      = 1   # B-Slice Inter block search  8x16 (0=disable, 1=enable)
  78. BSliceSearch8x8       = 1   # B-Slice Inter block search  8x8  (0=disable, 1=enable)
  79. BSliceSearch8x4       = 1   # B-Slice Inter block search  8x4  (0=disable, 1=enable)
  80. BSliceSearch4x8       = 1   # B-Slice Inter block search  4x8  (0=disable, 1=enable)
  81. BSliceSearch4x4       = 1   # B-Slice Inter block search  4x4  (0=disable, 1=enable)
  82. BiPredSearch16x16     = 1   # B-Slice Bi-prediction block search 16x16 (0=disable, 1=enable)
  83. BiPredSearch16x8      = 1   # B-Slice Bi-prediction block search 16x8  (0=disable, 1=enable)
  84. BiPredSearch8x16      = 1   # B-Slice Bi-prediction block search 8x16  (0=disable, 1=enable)
  85. BiPredSearch8x8       = 0   # B-Slice Bi-prediction block search 8x8   (0=disable, 1=enable)
  86. DisableIntra4x4        = 0  # Disable Intra 4x4 modes
  87. DisableIntra16x16      = 0  # Disable Intra 16x16 modes
  88. DisableIntraInInter    = 0  # Disable Intra modes for inter slices
  89. IntraDisableInterOnly  = 0  # Apply Disabling Intra conditions only to Inter Slices (0:disable/default,1: enable)
  90. Intra4x4ParDisable     = 0  # Disable Vertical & Horizontal 4x4
  91. Intra4x4DiagDisable    = 0  # Disable Diagonal 45degree 4x4
  92. Intra4x4DirDisable     = 0  # Disable Other Diagonal 4x4
  93. Intra16x16ParDisable   = 0  # Disable Vertical & Horizontal 16x16
  94. Intra16x16PlaneDisable = 0  # Disable Planar 16x16
  95. ChromaIntraDisable     = 0  # Disable Intra Chroma modes other than DC
  96. EnableIPCM             = 1  # Enable IPCM macroblock mode
  97. DisposableP            = 0  # Enable Disposable P slices in the primary layer (0: disable/default, 1: enable)
  98. DispPQPOffset          = 0  # Quantizer offset for disposable P slices (0: default)
  99. ##########################################################################################
  100. # B Slices
  101. ##########################################################################################
  102. NumberBFrames          = 1  # Number of B coded frames inserted (0=not used)
  103. QPBSlice               = 30 # Quant. param for B slices (0-51)
  104. BRefPicQPOffset        = -1 # Quantization offset for reference B coded pictures (-51..51)
  105. DirectModeType         = 1  # Direct Mode Type (0:Temporal 1:Spatial)
  106. DirectInferenceFlag    = 1  # Direct Inference Flag (0: Disable 1: Enable)
  107. BList0References       = 0  # B slice List 0 reference override (0 disable, N <= NumberReferenceFrames)
  108. BList1References       = 1  # B slice List 1 reference override (0 disable, N <= NumberReferenceFrames)
  109.                             # 1 List1 reference is usually recommended for normal GOP Structures.
  110.                             # A larger value is usually more appropriate if a more flexible
  111.                             # structure is used (i.e. using HierarchicalCoding)
  112. BReferencePictures    =  0  # Referenced B coded pictures (0=off, 1=B references for secondary layer, 2=B references for primary layer)
  113. HierarchicalCoding      =  0  # B hierarchical coding (0= off, 1= 2 layers, 2= 2 full hierarchy, 3 = explicit)
  114. HierarchyLevelQPEnable  =  1  # Adjust QP based on hierarchy level (in increments of 1). Overrides BRefPicQPOffset behavior.(0=off, 1=on)
  115. ExplicitHierarchyFormat = "b1r0b3r0b2e2b0e2b4r2" # Explicit Enhancement GOP. Format is {FrameDisplay_orderReferenceQP}.
  116.                                                  # Valid values for reference type is r:reference, e:non reference.
  117. ReferenceReorder      =  1  # Reorder References according to Poc distance for HierarchicalCoding (0=off, 1=enable)
  118. PocMemoryManagement   =  1  # Memory management based on Poc Distances for HierarchicalCoding (0=off, 1=on)
  119. BiPredMotionEstimation = 1   # Enable Bipredictive based Motion Estimation (0:disabled, 1:enabled)
  120. BiPredMERefinements    = 3   # Bipredictive ME extra refinements (0: single, N: N extra refinements (1 default)
  121. BiPredMESearchRange    = 16  # Bipredictive ME Search range (8 default). Note that range is halved for every extra refinement.
  122. BiPredMESubPel         = 2   # Bipredictive ME Subpixel Consideration (0: disabled, 1: single level, 2: dual level)
  123. ##########################################################################################
  124. # Output Control, NALs
  125. ##########################################################################################
  126. SymbolMode             =  1  # Symbol mode (Entropy coding method: 0=UVLC, 1=CABAC)
  127. OutFileMode            =  0  # Output file mode, 0:Annex B, 1:RTP
  128. ##########################################################################################
  129. # CABAC context initialization
  130. ##########################################################################################
  131. ContextInitMethod        =  1     # Context init (0: fixed, 1: adaptive)
  132. FixedModelNumber         =  0     # model number for fixed decision for inter slices ( 0, 1, or 2 )
  133. ##########################################################################################
  134. # Interlace Handling
  135. #########################################################################################
  136. PicInterlace             =  0     # Picture AFF    (0: frame coding, 1: field coding, 2:adaptive frame/field coding)
  137. MbInterlace              =  0     # Macroblock AFF (0: frame coding, 1: field coding, 2:adaptive frame/field coding, 3: frame MB-only AFF)
  138. IntraBottom              =  0     # Force Intra Bottom at GOP Period
  139. ##########################################################################################
  140. # Weighted Prediction
  141. #########################################################################################
  142. WeightedPrediction       =  0     # P picture Weighted Prediction (0=off, 1=explicit mode)
  143. WeightedBiprediction     =  0     # B picture Weighted Prediciton (0=off, 1=explicit mode,  2=implicit mode)
  144. ChromaWeightSupport      =  1     # Enable consideration of weights for Chroma components
  145. UseWeightedReferenceME   =  1     # Use weighted reference for ME (0=off, 1=on)
  146. WPMethod                 =  1     # WP method (0: DC based, 1: LMS based)
  147. EnhancedBWeightSupport   =  0     # Enhanced B Weight support (needs revisit if we wish to merge with WPMethod)
  148. WPMCPrecision            =  0     # Improved Motion Compensation Precision using WP based methods.
  149.                                   # Clones WP references with slightly modified rounding offsets (Requires RDPictureDecision and GenerateMultiplePPS) :
  150.                                   # 0: disabled (default) 
  151.                                   # 1: Up to one additional coding pass. Ref0 is 0, ref1 is 0 with a -1 offset
  152.                                   # 2: Up to two additional coding passes. (1) Ref0 is 0, ref1 is 0 with a -1 offset, (1) Ref0 is 0 with a -1 offset, ref1 is 0
  153. WPMCPrecFullRef          =  0     # Increases the number of references in the reference picture lists to account
  154.                                   # for the lost reference slot when reordering is used during a coding pass in WPMCPrecision for reference replication.
  155.                                   # The number of references in non-reordered passes stays unchanged
  156. WPMCPrecBSlice           =  1     # 2: Apply rounding on every B slice. This efectively disables the evaluation of alternative QPs during RDPictureDecision.
  157.                                   # 1: Disable rounding for non-reference B slices. Non-reference B slices are evaluated for alternative QPs during RDPictureDecision.
  158.                                   # 0: Disable rounding for B slices.
  159. ##########################################################################################
  160. # Picture based Multi-pass encoding
  161. #########################################################################################
  162. RDPictureDecision        =  0     # Perform RD optimal decision between different coded picture versions.
  163.                                   # If GenerateMultiplePPS is enabled then this will test different WP methods.
  164.                                   # Otherwise it will test QP +-1 (0: disabled, 1: enabled)
  165. RDPictureIntra           =  0     # Perform RD optimal decision also for intra coded pictures (0: disabled (default), 1: enabled).
  166. RDPSliceWeightOnly       =  1     # Only consider Weighted Prediction for P slices in Picture RD decision. (0: disabled, 1: enabled (default))
  167. RDBSliceWeightOnly       =  0     # Only consider Weighted Prediction for B slices in Picture RD decision. (0: disabled (default), 1: enabled )
  168. RDPSliceBTest            =  1     # Perform Slice level RD decision between P and B slices. 
  169.                                   # Requires GenerateMultiplePPS = 1 and RDPSliceWeightOnly = 0. (0: disabled (default), 1: enabled )
  170. ##########################################################################################
  171. # Deblocking filter parameters
  172. ##########################################################################################
  173. DFParametersFlag         = 0      # Configure deblocking filter (0=parameters below ignored, 1=parameters sent)
  174.      # Note that for pictures with multiple slice types, 
  175.                                   # only the type of the first slice will be considered.
  176. DFDisableRefISlice       = 0      # Disable deblocking filter in reference I coded pictures (0=Filter, 1=No Filter). 
  177. DFAlphaRefISlice         = 0      # Reference I coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  178. DFBetaRefISlice          = 0      # Reference I coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  179. DFDisableNRefISlice      = 0      # Disable deblocking filter in non reference I coded pictures (0=Filter, 1=No Filter). 
  180. DFAlphaNRefISlice        = 0      # Non Reference I coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  181. DFBetaNRefISlice         = 0      # Non Reference I coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  182. DFDisableRefPSlice       = 0      # Disable deblocking filter in reference P coded pictures (0=Filter, 1=No Filter). 
  183. DFAlphaRefPSlice         = 0      # Reference P coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  184. DFBetaRefPSlice          = 0      # Reference P coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  185. DFDisableNRefPSlice      = 0      # Disable deblocking filter in non reference P coded pictures (0=Filter, 1=No Filter). 
  186. DFAlphaNRefPSlice        = 0      # Non Reference P coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  187. DFBetaNRefPSlice         = 0      # Non Reference P coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  188. DFDisableRefBSlice       = 0      # Disable deblocking filter in reference B coded pictures (0=Filter, 1=No Filter). 
  189. DFAlphaRefBSlice         = 0      # Reference B coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  190. DFBetaRefBSlice          = 0      # Reference B coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  191. DFDisableNRefBSlice      = 0      # Disable deblocking filter in non reference B coded pictures (0=Filter, 1=No Filter). 
  192. DFAlphaNRefBSlice        = 0      # Non Reference B coded pictures Alpha offset div. 2, {-6, -5, ... 0, +1, .. +6}
  193. DFBetaNRefBSlice         = 0      # Non Reference B coded pictures Beta offset div. 2, {-6, -5, ... 0, +1, .. +6}
  194. ##########################################################################################
  195. # Error Resilience / Slices
  196. ##########################################################################################
  197. SliceMode             =  0   # Slice mode (0=off 1=fixed #mb in slice 2=fixed #bytes in slice 3=use callback)
  198. SliceArgument         = 50   # Slice argument (Arguments to modes 1 and 2 above)
  199. UseRedundantPicture   = 0    # 0: not used, 1: enabled
  200. NumRedundantHierarchy = 1    # 0-4
  201. PrimaryGOPLength      = 10   # GOP length for redundant allocation (1-16)
  202.                              # NumberReferenceFrames must be no less than PrimaryGOPLength when redundant slice enabled
  203. NumRefPrimary         = 1    # Actually used number of references for primary slices (1-16)
  204. ##########################################################################################
  205. # Search Range Restriction / RD Optimization
  206. ##########################################################################################
  207. RestrictSearchRange    =  2  # restriction for (0: blocks and ref, 1: ref, 2: no restrictions)
  208. RDOptimization         =  1  # rd-optimized mode decision
  209.                              # 0: RD-off (Low complexity mode)
  210.                              # 1: RD-on (High complexity mode)
  211.                              # 2: RD-on (Fast high complexity mode - not work in FREX Profiles)
  212.                              # 3: with losses
  213. DistortionSSIM         =  0  # Compute SSIM distortion. (0: disabled/default, 1: enabled)
  214. SSIMOverlapSize        =  8  # Overlap size to calculate SSIM distortion (1: pixel by pixel, 8: no overlap)
  215. DistortionYUVtoRGB     =  0  # Calculate distortion in RGB domain after conversion from YCbCr (0:off, 1:on)
  216. CtxAdptLagrangeMult    =  0  # Context Adaptive Lagrange Multiplier
  217.                              # 0: disabled (default)
  218.                              # 1: enabled (works best when RDOptimization=0)
  219. FastCrIntraDecision    =  1  # Fast Chroma intra mode decision (0:off, 1:on)
  220. DisableThresholding    =  0  # Disable Thresholding of Transform Coefficients (0:off, 1:on)
  221. DisableBSkipRDO        =  0  # Disable B Skip Mode consideration from RDO Mode decision (0:off, 1:on)
  222. SkipIntraInInterSlices =  0  # Skips Intra mode checking in inter slices if certain mode decisions are satisfied (0: off, 1: on)
  223. WeightY                =  1  # Luma weight for RDO
  224. WeightCb               =  1  # Cb weight for RDO
  225. WeightCr               =  1  # Cr weight for RDO
  226. ##########################################################################################
  227. # Explicit Lambda Usage
  228. ##########################################################################################
  229. UseExplicitLambdaParams  =  0    # Use explicit lambda scaling parameters (0:disabled, 1:enable lambda weight, 2: use explicit lambda value)
  230. UpdateLambdaChromaME     =  0    # Update lambda given Chroma ME consideration
  231. FixedLambdaIslice        =  0.1  # Fixed Lambda value for I slices
  232. FixedLambdaPslice        =  0.1  # Fixed Lambda value for P slices
  233. FixedLambdaBslice        =  0.1  # Fixed Lambda value for B slices
  234. FixedLambdaRefBslice     =  0.1  # Fixed Lambda value for Referenced B slices
  235. FixedLambdaSPslice       =  0.1  # Fixed Lambda value for SP slices
  236. FixedLambdaSIslice       =  0.1  # Fixed Lambda value for SI slices
  237. LambdaWeightIslice       =  0.65 # scaling param for I slices. This will be used as a multiplier i.e. lambda=LambdaWeightISlice * 2^((QP-12)/3)
  238. LambdaWeightPslice       =  0.68 # scaling param for P slices. This will be used as a multiplier i.e. lambda=LambdaWeightPSlice * 2^((QP-12)/3)
  239. LambdaWeightBslice       =  0.68 # scaling param for B slices. This will be used as a multiplier i.e. lambda=LambdaWeightBSlice * 2^((QP-12)/3)
  240. LambdaWeightRefBslice    =  0.68 # scaling param for Referenced B slices. This will be used as a multiplier i.e. lambda=LambdaWeightRefBSlice * 2^((QP-12)/3)
  241. LambdaWeightSPslice      =  0.68 # scaling param for SP slices. This will be used as a multiplier i.e. lambda=LambdaWeightSPSlice * 2^((QP-12)/3)
  242. LambdaWeightSIslice      =  0.65 # scaling param for SI slices. This will be used as a multiplier i.e. lambda=LambdaWeightSISlice * 2^((QP-12)/3)
  243. LossRateA                =  5  # expected packet loss rate of the channel for the first partition, only valid if RDOptimization = 3
  244. LossRateB                =  0  # expected packet loss rate of the channel for the second partition, only valid if RDOptimization = 3
  245. LossRateC                =  0  # expected packet loss rate of the channel for the third partition, only valid if RDOptimization = 3
  246. NumberOfDecoders         = 30  # Numbers of decoders used to simulate the channel, only valid if RDOptimization = 3
  247. RestrictRefFrames        =  0  # Doesnt allow reference to areas that have been intra updated in a later frame.
  248. ##########################################################################################
  249. # Additional Stuff
  250. #########################################################################################
  251. UseConstrainedIntraPred  =  0  # If 1, Inter pixels are not used for Intra macroblock prediction.
  252. LastFrameNumber          =  0  # Last frame number that have to be coded (0: no effect)
  253. ChangeQPI                = 16  # QP (I-slices)  for second part of sequence (0-51)
  254. ChangeQPP                = 16  # QP (P-slices)  for second part of sequence (0-51)
  255. ChangeQPB                = 18  # QP (B-slices)  for second part of sequence (0-51)
  256. ChangeQPBSRefOffset      =  2  # QP offset (stored B-slices)  for second part of sequence (-51..51)
  257. ChangeQPStart            =  0  # Frame no. for second part of sequence (0: no second part)
  258. NumberofLeakyBuckets     =  8                      # Number of Leaky Bucket values
  259. LeakyBucketRateFile      =  "leakybucketrate.cfg"  # File from which encoder derives rate values
  260. LeakyBucketParamFile     =  "leakybucketparam.cfg" # File where encoder stores leakybucketparams
  261. NumFramesInELayerSubSeq  = 0  # number of frames in the Enhanced Scalability Layer(0: no Enhanced Layer)
  262. SparePictureOption        =  0   # (0: no spare picture info, 1: spare picture available)
  263. SparePictureDetectionThr  =  6   # Threshold for spare reference pictures detection
  264. SparePicturePercentageThr = 92   # Threshold for the spare macroblock percentage
  265. PicOrderCntType           = 0    # (0: POC mode 0, 1: POC mode 1, 2: POC mode 2)
  266. ########################################################################################
  267. #Rate control
  268. ########################################################################################
  269. RateControlEnable       = 0     # 0 Disable, 1 Enable
  270. Bitrate                 = 45020 # Bitrate(bps)
  271. InitialQP               = 0     # Initial Quantization Parameter for the first I frame
  272.                                 # InitialQp depends on two values: Bits Per Picture,
  273.                                 # and the GOP length
  274. BasicUnit               = 11    # Number of MBs in the basic unit
  275.                                 # should be a fraction of the total number
  276.                                 # of MBs in a frame
  277. ChannelType             = 0     # type of channel( 1=time varying channel; 0=Constant channel)
  278. RCUpdateMode            = 0     # Rate Control type. Modes supported :
  279.                                 # 0 = original JM rate control,
  280.                                 # 1 = rate control that is applied to all frames regardless of the slice type,
  281.                                 # 2 = original plus intelligent QP selection for I and B slices (including Hierarchical),
  282.                                 # 3 = original + hybrid quadratic rate control for I and B slice using bit rate statistics
  283.                                 #
  284. RCISliceBitRatio        = 1.0   # target ratio of bits for I-coded pictures compared to P-coded Pictures (for RCUpdateMode=3)
  285. RCBSliceBitRatio0       = 0.5   # target ratio of bits for B-coded pictures compared to P-coded Pictures - temporal level 0 (for RCUpdateMode=3)
  286. RCBSliceBitRatio1       = 0.25  # target ratio of bits for B-coded pictures compared to P-coded Pictures - temporal level 1 (for RCUpdateMode=3)
  287. RCBSliceBitRatio2       = 0.25  # target ratio of bits for B-coded pictures compared to P-coded Pictures - temporal level 2 (for RCUpdateMode=3)
  288. RCBSliceBitRatio3       = 0.25  # target ratio of bits for B-coded pictures compared to P-coded Pictures - temporal level 3 (for RCUpdateMode=3)
  289. RCBSliceBitRatio4       = 0.25  # target ratio of bits for B-coded pictures compared to P-coded Pictures - temporal level 4 (for RCUpdateMode=3)
  290. RCBoverPRatio           = 0.45  # ratio of bit rate usage of a B-coded picture over a P-coded picture for the SAME QP (for RCUpdateMode=3)
  291. RCIoverPRatio           = 3.80  # ratio of bit rate usage of an I-coded picture over a P-coded picture for the SAME QP (for RCUpdateMode=3)
  292. RCMinQPPSlice           =  8    # minimum P Slice QP value for rate control
  293. RCMaxQPPSlice           = 44    # maximum P Slice QP value for rate control
  294. RCMinQPBSlice           =  8    # minimum B Slice QP value for rate control
  295. RCMaxQPBSlice           = 46    # maximum B Slice QP value for rate control
  296. RCMinQPISlice           =  8    # minimum I Slice QP value for rate control
  297. RCMaxQPISlice           = 36    # maximum I Slice QP value for rate control
  298. RCMinQPSPSlice          =  8    # minimum SP Slice QP value for rate control
  299. RCMaxQPSPSlice          = 40    # maximum SP Slice QP value for rate control
  300. RCMinQPSISlice          =  8    # minimum SI Slice QP value for rate control
  301. RCMaxQPSISlice          = 36    # maximum SI Slice QP value for rate control
  302. RCMaxQPChange           =  4    # maximum QP change for frames of the base layer
  303. ########################################################################################
  304. #Fast Mode Decision
  305. ########################################################################################
  306. EarlySkipEnable         = 0     # Early skip detection (0: Disable 1: Enable)
  307. SelectiveIntraEnable    = 0     # Selective Intra mode decision (0: Disable 1: Enable)
  308. ReportFrameStats        = 0     # (0:Disable Frame Statistics 1: Enable)
  309. DisplayEncParams        = 0     # (0:Disable Display of Encoder Params 1: Enable)
  310. Verbose                 = 1     # level of display verboseness (0:short, 1:normal, 2:detailed)
  311. ########################################################################################
  312. #Rounding Offset control
  313. ########################################################################################
  314. OffsetMatrixPresentFlag  = 0    # Enable Explicit Offset Quantization Matrices  (0: disable 1: enable)
  315. QOffsetMatrixFile        = "q_offset.cfg" # Explicit Quantization Matrices file
  316. AdaptiveRounding         = 1    # Enable Adaptive Rounding based on JVT-N011 (0: disable, 1: enable)
  317. AdaptRoundingFixed       = 1    # Enable Global Adaptive rounding for all qps (0: disable, 1: enable - default/old)
  318. AdaptRndPeriod           = 16   # Period in terms of MBs for updating rounding offsets. 
  319.                                 # 0 performs update at the picture level. Default is 16. 1 is as in JVT-N011.
  320. AdaptRndChroma           = 1    # Enables coefficient rounding adaptation for chroma
  321. AdaptRndWFactorIRef      = 4    # Adaptive Rounding Weight for I/SI slices in reference pictures /4096
  322. AdaptRndWFactorPRef      = 4    # Adaptive Rounding Weight for P/SP slices in reference pictures /4096
  323. AdaptRndWFactorBRef      = 4    # Adaptive Rounding Weight for B slices in reference pictures /4096
  324. AdaptRndWFactorINRef     = 4    # Adaptive Rounding Weight for I/SI slices in non reference pictures /4096
  325. AdaptRndWFactorPNRef     = 4    # Adaptive Rounding Weight for P/SP slices in non reference pictures /4096
  326. AdaptRndWFactorBNRef     = 4    # Adaptive Rounding Weight for B slices in non reference pictures /4096
  327. AdaptRndCrWFactorIRef    = 4    # Chroma Adaptive Rounding Weight for I/SI slices in reference pictures /4096
  328. AdaptRndCrWFactorPRef    = 4    # Chroma Adaptive Rounding Weight for P/SP slices in reference pictures /4096
  329. AdaptRndCrWFactorBRef    = 4    # Chroma Adaptive Rounding Weight for B slices in reference pictures /4096
  330. AdaptRndCrWFactorINRef   = 4    # Chroma Adaptive Rounding Weight for I/SI slices in non reference pictures /4096
  331. AdaptRndCrWFactorPNRef   = 4    # Chroma Adaptive Rounding Weight for P/SP slices in non reference pictures /4096
  332. AdaptRndCrWFactorBNRef   = 4    # Chroma Adaptive Rounding Weight for B slices in non reference pictures /4096
  333. ########################################################################################
  334. #Fast Motion Estimation Control Parameters
  335. ########################################################################################
  336. SearchMode               = 0    # Motion estimation mode
  337.                                 # -1 = Full Search
  338.                                 #  0 = Fast Full Search (default)
  339.                                 #  1 = UMHexagon Search
  340.                                 #  2 = Simplified UMHexagon Search
  341.                                 #  3 = Enhanced Predictive Zonal Search (EPZS)
  342. UMHexDSR                 = 1    # Use Search Range Prediction. Only for UMHexagonS method
  343.                                 # (0:disable, 1:enabled/default)
  344. UMHexScale               = 3    # Use Scale_factor for different image sizes. Only for UMHexagonS method
  345.                                 # (0:disable, 3:/default)
  346.                                 # Increasing value can speed up Motion Search.
  347. EPZSPattern              = 2    # Select EPZS primary refinement pattern.
  348.                                 # (0: small diamond, 1: square, 2: extended diamond/default,
  349.                                 # 3: large diamond, 4: SBP Large Diamond,
  350.                                 # 5: PMVFAST )
  351. EPZSDualRefinement       = 3    # Enables secondary refinement pattern.
  352.                                 # (0:disabled, 1: small diamond, 2: square,
  353.                                 # 3: extended diamond/default, 4: large diamond,
  354.                                 # 5: SBP Large Diamond, 6: PMVFAST )
  355. EPZSFixedPredictors      = 2    # Enables Window based predictors
  356.                                 # (0:disabled, 1: P only, 2: P and B/default)
  357. EPZSTemporal             = 1    # Enables temporal predictors
  358.                                 # (0: disabled, 1: enabled/default)
  359. EPZSSpatialMem           = 1    # Enables spatial memory predictors
  360.                                 # (0: disabled, 1: enabled/default)
  361. EPZSBlockType            = 1    # Enables block type Predictors
  362.                                 # (0: disabled, 1: enabled/default)
  363. EPZSMinThresScale        = 0    # Scaler for EPZS minimum threshold (0 default).
  364.                                 # Increasing value can speed up encoding.
  365. EPZSMedThresScale        = 1    # Scaler for EPZS median threshold (1 default).
  366.                                 # Increasing value can speed up encoding.
  367. EPZSMaxThresScale        = 2    # Scaler for EPZS maximum threshold (1 default).
  368.                                 # Increasing value can speed up encoding.
  369. EPZSSubPelME             = 1    # EPZS Subpel ME consideration
  370. EPZSSubPelMEBiPred       = 1    # EPZS Subpel ME consideration for BiPred partitions
  371. EPZSSubPelThresScale     = 2    # EPZS Subpel ME Threshold scaler
  372. EPZSSubPelGrid           = 1    # Perform EPZS using a subpixel grid
  373. ########################################################################################
  374. # SEI Parameters
  375. ########################################################################################
  376. GenerateSEIMessage        = 0                    # Generate an SEI Text Message
  377. SEIMessageText            = "H.264/AVC Encoder"  # Text SEI Message
  378. ########################################################################################
  379. # VUI Parameters
  380. ########################################################################################
  381. # the variables below do not affect encoding and decoding
  382. # (many are dummy variables but others can be useful when supported by the decoder)
  383. EnableVUISupport                                = 0      # Enable VUI Parameters