1 | #======== File I/O ===================== |
---|
2 | BitstreamFile : str.bin |
---|
3 | ReconFile : rec.yuv |
---|
4 | |
---|
5 | #======== Profile ================ |
---|
6 | Profile : auto |
---|
7 | |
---|
8 | #======== Unit definition ================ |
---|
9 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
10 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
11 | |
---|
12 | #======== Coding Structure ============= |
---|
13 | IntraPeriod : 25 # Period of I-Frame ( -1 = only first) |
---|
14 | DecodingRefreshType : 2 # Random Access 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI |
---|
15 | GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) |
---|
16 | |
---|
17 | IntraQPOffset : 0 |
---|
18 | LambdaFromQpEnable : 0 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled |
---|
19 | # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 CbTcOffsetDiv2 CbBetaOffsetDiv2 CrTcOffsetDiv2 CrBetaOffsetDiv2 temporal_id #ref_pics_active_L0 #ref_pics_L0 reference_pictures_L0 #ref_pics_active_L1 #ref_pics_L1 reference_pictures_L1 |
---|
20 | Frame1: P 1 0 -6.5 0.2590 0 0 0.5 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
21 | #Frame2: P 2 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
22 | #Frame3: P 3 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
23 | #Frame4: P 4 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
24 | #Frame5: P 5 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
25 | #Frame6: P 6 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
26 | #Frame7: P 7 0 -6.5 0.2590 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
27 | #Frame8: P 8 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
28 | #Frame9: P 9 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
29 | #Frame10: P 10 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
30 | #Frame11: P 11 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
31 | #Frame12: P 12 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
32 | #Frame13: P 13 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
33 | #Frame14: P 14 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
34 | #Frame15: P 15 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
35 | #Frame16: P 16 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
36 | #Frame17: P 17 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
37 | #Frame18: P 18 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
38 | #Frame19: P 19 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
39 | #Frame20: P 20 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
40 | #Frame21: P 21 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
41 | #Frame22: P 22 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
42 | #Frame23: P 23 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
43 | #Frame24: P 24 0 0.0 0.0 0 0 1.0 0 0 0 0 0 0 0 1 1 1 0 |
---|
44 | #=========== Motion Search ============= |
---|
45 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
46 | SearchRange : 1 # (0: Search range is a Full frame) |
---|
47 | BipredSearchRange : 0 # Search range for bi-prediction refinement |
---|
48 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
49 | FEN : 1 # Fast encoder decision |
---|
50 | FDM : 1 # Fast Decision for Merge RD cost |
---|
51 | |
---|
52 | #======== Quantization ============= |
---|
53 | QP : 32 # Quantization parameter(0-51) |
---|
54 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
55 | MaxCuDQPSubdiv : 0 # Maximum subdiv for CU luma Qp adjustment |
---|
56 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
57 | DepQuant : 0 # Enables or disables the usage of dependent quantization |
---|
58 | RDOQ : 0 # RDOQ (Rate distortion optimized quantization for transformed TU's) |
---|
59 | RDOQTS : 0 # RDOQ for transform skip |
---|
60 | |
---|
61 | #=========== Deblock Filter ============ |
---|
62 | DeblockingFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) |
---|
63 | DeblockingFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) |
---|
64 | DeblockingFilterBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
65 | DeblockingFilterTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
66 | DeblockingFilterCbBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
67 | DeblockingFilterCbTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
68 | DeblockingFilterCrBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
69 | DeblockingFilterCrTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
70 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (DeblockingFilterOffsetInPPS and DeblockingFilterDisable must be 0) |
---|
71 | |
---|
72 | #=========== Misc. ============ |
---|
73 | InternalBitDepth : 16 # codec operating bit-depth |
---|
74 | MaxBitDepthConstraint: 16 # For –profile=main-RExt, specifies the value to use to derive the general_max_bit_-depth constraint flags for RExt profiles; when 0, use InternalBitDepth. |
---|
75 | |
---|
76 | #=========== Coding Tools ================= |
---|
77 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) |
---|
78 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
79 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
80 | TransformSkipLog2MaxSize : 2 # Specifies the maximum TU size for which transform-skip can be used; the minimum value is 2. |
---|
81 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
82 | |
---|
83 | #=========== TemporalFilter ================= |
---|
84 | TemporalFilter : 0 # Enable motion-compensated temporal pre-filter. When enabled, at least one of TemporalFilterPastRefs and TemporalFilterFutureRefs must be larger than 0. |
---|
85 | TemporalFilterPastRefs : 0 # Number of past references for temporal prefilter |
---|
86 | TemporalFilterFutureRefs : 0 # Number of future references for temporal prefilter |
---|
87 | TemporalFilterStrengthFrame8 : 0 # Enable filter at every 8th frame with strength |
---|
88 | |
---|
89 | #============ Rate Control ====================== |
---|
90 | RateControl : 0 # Rate control: enable rate control |
---|
91 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
92 | KeepHierarchicalBit : 2 # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation |
---|
93 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
94 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
95 | InitialQP : 0 # Rate control: initial QP |
---|
96 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
97 | |
---|
98 | #============ VTM settings ====================== |
---|
99 | SEIDecodedPictureHash : 1 # Enables or disables the calculation and insertion of the Decoded picture hash SEImessages. 0 Disabled, 1 Transmits MD5 in SEI message and writes the value to the encoder log, 2 Transmits CRC in SEI message and writes the value to the encoder log, 3 Transmits checksum in SEI message and writes the value to the encoder log |
---|
100 | CbQpOffset : 0 |
---|
101 | CrQpOffset : 0 |
---|
102 | SameCQPTablesForAllChroma : 0 |
---|
103 | QpInValCb : 17 22 34 42 |
---|
104 | QpOutValCb : 17 23 35 39 |
---|
105 | ReWriteParamSets : 0 |
---|
106 | |
---|
107 | #============ NEXT ==================== |
---|
108 | ExtendedPrecision : 1 #Specifies the use of extended_precision_processing flag. Note that unless the HIGH_-BIT_DEPTH_SUPPORT macro in TypeDef.h is enabled, all internal bit depths must be 8 when the ExtendedPrecision setting is enabled. This setting is only valid for the 16-bit RExt profiles. |
---|
109 | ExtendedRiceRRC : 1 # When true, specifies the that extension of the Golomb-Rice parameter derivation for regular residual coding (RRC) is used. |
---|
110 | GolombRiceParameterAdaptation : 1 # Enables the adaption of the Golomb-Rice parameter over the course of each slice. |
---|
111 | ReverseLastSigCoeff : 1 # When true, enable reverse last significant coefficient postion in RRC. |
---|
112 | |
---|
113 | ColorTransform: 0 |
---|
114 | Log2MaxTbSize: 5 # Defines the Maximum TU (transform unit) size in logarithm base 2 |
---|
115 | BDPCM: 1 # Enable use of intra block differential pulse code modulation mode |
---|
116 | MaxBTLumaISlice: 16 # Defines the initial maximum size of the binary tree in dual tree for luma component [Def = 32] |
---|
117 | MaxBTNonISlice: 16 # Defines the initial maximum size of the binary tree for inter slices [Def = 128] |
---|
118 | MaxTTLumaISlice: 16 # Defines the initial maximum size of the tenary tree in dual tree for luma component [Def = 32] |
---|
119 | MaxTTNonISlice: 16 # Defines the initial maximum size of the tenary tree for inter slices [Def = 64] |
---|
120 | BCW: 0 # Enables or disables the use of Bi-prediction with CU-level Weights (BCW) |
---|
121 | MMVD: 1 # Enable Merge mode with Motion Vector Difference |
---|
122 | SMVD: 0 # Enables or disables symmetric MVD (motion vector difference) mode. |
---|
123 | Geo: 0 # Enables or disables geometric partitioning mode. |
---|
124 | BIO: 0 # Enable bi-directional optical flow |
---|
125 | DMVR: 0 # Decoder-side Motion Vector Refinement |
---|
126 | TSRCRicePresent: 1 # Enables the use of the extension of the Golomb-Rice parameter derivation for Transform Skip Residual Coding (TSRC) |
---|
127 | |
---|
128 | # General |
---|
129 | CTUSize : 128 |
---|
130 | LCTUFast : 1 # Enable fast methods for large CTU |
---|
131 | DualITree : 0 # separate partitioning of luma and chroma channels for I-slices |
---|
132 | MinQTLumaISlice : 8 # Defines the initial minimum size of the quad tree in dual tree for luma component |
---|
133 | MinQTChromaISliceInChromaSamples: 4 # minimum QT size in chroma samples for chroma separate tree |
---|
134 | MinQTNonISlice : 8 # Defines the initial minimum size of the quad tree for inter slices |
---|
135 | MaxMTTHierarchyDepth : 3 # Defines the initial maximum depth of the multi-type tree for inter slices |
---|
136 | MaxMTTHierarchyDepthISliceL : 3 # Defines the initial maximum depth of the multi-type tree in dual tree for luma component |
---|
137 | MaxMTTHierarchyDepthISliceC : 3 # Defines the initial maximum depth of the multi-type tree in dual tree for chroma components. |
---|
138 | |
---|
139 | MTS : 1 # Enables explicit mutiple transform set (MTS). 0: disable, 1: enable explicit intra MTS, 2: enable implicit intra and explicit inter MTS, 3: enable explicit intra and explicit inter MTS, 4: enable implicit intra MTS |
---|
140 | MTSIntraMaxCand : 3 |
---|
141 | MTSInterMaxCand : 4 |
---|
142 | SBT : 1 |
---|
143 | ISP : 0 # Enable Intra Sub-Partitions |
---|
144 | Affine : 0 # Enable Affine-Prediction |
---|
145 | SbTMVP : 0 # Enable Subblock Temporal Motion Vector Prediction [default: off] |
---|
146 | MaxNumMergeCand : 6 |
---|
147 | LMChroma : 1 # use CCLM only |
---|
148 | DepQuant : 0 # Enables or disables the usage of dependent quantization |
---|
149 | IMV : 1 |
---|
150 | ALF : 1 |
---|
151 | CIIP : 1 |
---|
152 | IBC : 0 # turned off in CTC |
---|
153 | AllowDisFracMMVD : 1 |
---|
154 | AffineAmvr : 0 |
---|
155 | LMCSEnable : 0 # LMCS: 0: disable, 1:enable (luma mapping with chroma scaling) |
---|
156 | LMCSSignalType : 0 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG |
---|
157 | LMCSUpdateCtrl : 2 # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP |
---|
158 | LMCSOffset : 1 # chroma residual scaling offset |
---|
159 | MRL : 1 |
---|
160 | MIP : 0 |
---|
161 | JointCbCr : 1 # joint coding of chroma residuals (if available): 0: disable, 1: enable |
---|
162 | PROF : 0 # Enable Prediction refinement with optical flow for affine mode (0:off, 1:on) [default off] |
---|
163 | ChromaTS : 1 |
---|
164 | |
---|
165 | # Fast tools |
---|
166 | PBIntraFast : 1 |
---|
167 | ISPFast : 0 |
---|
168 | FastMrg : 1 |
---|
169 | AMaxBT : 1 |
---|
170 | FastMIP : 0 |
---|
171 | FastLocalDualTreeMode : 0 |
---|
172 | MaxMergeRdCandNumTotal : 5 |
---|
173 | |
---|
174 | # Encoder optimization tools |
---|
175 | AffineAmvrEncOpt : 0 |
---|
176 | MmvdDisNum : 6 |
---|
177 | ALFAllowPredefinedFilters : 1 |
---|
178 | ALFStrengthTargetLuma : 1.0 |
---|
179 | ALFStrengthTargetChroma : 1.0 |
---|
180 | CCALFStrengthTarget : 1.0 |
---|
181 | EncDbOpt : 1 # apply deblocking in RDO |
---|
182 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
183 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|
184 | |
---|
185 | |
---|
186 | |
---|