1 | #======== File I/O ===================== |
---|
2 | BitstreamFile : str.bin |
---|
3 | ReconFile : rec.yuv |
---|
4 | |
---|
5 | #======== Profile ================ |
---|
6 | Profile : next |
---|
7 | |
---|
8 | #======== Unit definition ================ |
---|
9 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
10 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
11 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
12 | |
---|
13 | #======== Coding Structure ============= |
---|
14 | IntraPeriod : 32 # Period of I-Frame ( -1 = only first) |
---|
15 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI |
---|
16 | GOPSize : 16 # GOP Size (number of B slice = GOPSize-1) |
---|
17 | |
---|
18 | IntraQPOffset : -3 |
---|
19 | LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled |
---|
20 | # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active_L0 #ref_pics_L0 reference_pictures_L0 #ref_pics_active_L1 #ref_pics_L1 reference_pictures_L1 |
---|
21 | Frame1: B 16 1 0.0 0.0 0 0 1.0 0 0 0 2 3 16 32 24 2 2 16 32 |
---|
22 | Frame2: B 8 1 -4.8848 0.2061 0 0 1.0 0 0 1 2 2 8 16 2 2 -8 8 |
---|
23 | Frame3: B 4 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 2 4 12 2 2 -4 -12 |
---|
24 | Frame4: B 2 5 -5.90 0.2333 0 0 1.0 0 0 3 2 2 2 10 2 3 -2 -6 -14 |
---|
25 | Frame5: B 1 6 -7.1444 0.3 0 0 1.0 0 0 4 2 2 1 -1 2 4 -1 -3 -7 -15 |
---|
26 | Frame6: B 3 6 -7.1444 0.3 0 0 1.0 0 0 4 2 2 1 3 2 3 -1 -5 -13 |
---|
27 | Frame7: B 6 5 -5.90 0.2333 0 0 1.0 0 0 3 2 2 2 6 2 2 -2 -10 |
---|
28 | Frame8: B 5 6 -7.1444 0.3 0 0 1.0 0 0 4 2 2 1 5 2 3 -1 -3 -11 |
---|
29 | Frame9: B 7 6 -7.1444 0.3 0 0 1.0 0 0 4 2 3 1 3 7 2 2 -1 -9 |
---|
30 | Frame10: B 12 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 2 4 12 2 2 -4 4 |
---|
31 | Frame11: B 10 5 -5.90 0.2333 0 0 1.0 0 0 3 2 2 2 10 2 2 -2 -6 |
---|
32 | Frame12: B 9 6 -7.1444 0.3 0 0 1.0 0 0 4 2 2 1 9 2 3 -1 -3 -7 |
---|
33 | Frame13: B 11 6 -7.1444 0.3 0 0 1.0 0 0 4 2 3 1 3 11 2 2 -1 -5 |
---|
34 | Frame14: B 14 5 -5.90 0.2333 0 0 1.0 0 0 3 2 3 2 6 14 2 2 -2 2 |
---|
35 | Frame15: B 13 6 -7.1444 0.3 0 0 1.0 0 0 4 2 3 1 5 13 2 2 -1 -3 |
---|
36 | Frame16: B 15 6 -7.1444 0.3 0 0 1.0 0 0 4 2 4 1 3 7 15 2 2 -1 1 |
---|
37 | |
---|
38 | #=========== Motion Search ============= |
---|
39 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
40 | SearchRange : 384 # (0: Search range is a Full frame) |
---|
41 | ASR : 1 # Adaptive motion search range |
---|
42 | MinSearchWindow : 96 # Minimum motion search window size for the adaptive window ME |
---|
43 | BipredSearchRange : 4 # Search range for bi-prediction refinement |
---|
44 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
45 | FEN : 1 # Fast encoder decision |
---|
46 | FDM : 1 # Fast Decision for Merge RD cost |
---|
47 | |
---|
48 | #======== Quantization ============= |
---|
49 | QP : 32 # Quantization parameter(0-51) |
---|
50 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
51 | MaxCuDQPSubdiv : 0 # Maximum subdiv for CU luma Qp adjustment |
---|
52 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
53 | RDOQ : 1 # RDOQ |
---|
54 | RDOQTS : 1 # RDOQ for transform skip |
---|
55 | |
---|
56 | #=========== Deblock Filter ============ |
---|
57 | LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) |
---|
58 | LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) |
---|
59 | LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
60 | LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
61 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0) |
---|
62 | |
---|
63 | #=========== Misc. ============ |
---|
64 | InternalBitDepth : 10 # codec operating bit-depth |
---|
65 | |
---|
66 | #=========== Coding Tools ================= |
---|
67 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) |
---|
68 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
69 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
70 | TransformSkipLog2MaxSize : 5 |
---|
71 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
72 | |
---|
73 | #============ Slices ================ |
---|
74 | SliceMode : 3 # 0: Disable all slice options. |
---|
75 | # 1: Enforce maximum number of LCU in an slice, |
---|
76 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
77 | # 3: Enforce maximum number of tiles in a slice |
---|
78 | SliceArgument : 1 # Argument for 'SliceMode'. |
---|
79 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
80 | # If SliceMode==2 it represents max. bytes per slice. |
---|
81 | # If SliceMode==3 it represents max. tiles per slice. |
---|
82 | |
---|
83 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
84 | # 0:not across, 1: across |
---|
85 | |
---|
86 | #============ Tiles ================ |
---|
87 | TileUniformSpacing : 1 # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array |
---|
88 | # 1: the column and row boundaries are distributed uniformly |
---|
89 | UniformTileColsWidthMinus1 : 1 # Width to use if TileUniformSpacing is equal to 1 |
---|
90 | UniformTileRowHeightMinus1 : 0 # Height to use if TileUniformSpacing is equal to 1 |
---|
91 | |
---|
92 | NumTileColumnsMinus1 : 1 # Number of tile columns in a picture minus 1 |
---|
93 | TileColumnWidthArray : 2 # Array containing tile column width values in units of CTU (from left to right in picture) |
---|
94 | NumTileRowsMinus1 : 1 # Number of tile rows in a picture minus 1 |
---|
95 | TileRowHeightArray : 1 # Array containing tile row height values in units of CTU (from top to bottom in picture) |
---|
96 | |
---|
97 | LFCrossTileBoundaryFlag : 0 # In-loop filtering is across or not across tile boundary. |
---|
98 | # 0:not across, 1: across |
---|
99 | |
---|
100 | RectSliceFlag : 1 |
---|
101 | NumRectSlicesInPicMinus1 : 3 |
---|
102 | RectSlicesBoundaryArray : 0 0 1 1 2 2 3 3 |
---|
103 | |
---|
104 | #============ Lossless ================ |
---|
105 | TransquantBypassEnable : 0 # Value of PPS flag. |
---|
106 | CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled |
---|
107 | |
---|
108 | #============ Rate Control ====================== |
---|
109 | RateControl : 0 # Rate control: enable rate control |
---|
110 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
111 | KeepHierarchicalBit : 2 # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation |
---|
112 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
113 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
114 | InitialQP : 0 # Rate control: initial QP |
---|
115 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
116 | |
---|
117 | #============ VTM settings ====================== |
---|
118 | LoopFilterTcOffset_div2 : 0 |
---|
119 | SEIDecodedPictureHash : 0 |
---|
120 | CbQpOffset : 1 |
---|
121 | CrQpOffset : 1 |
---|
122 | |
---|
123 | ReWriteParamSets : 1 |
---|
124 | #============ NEXT ==================== |
---|
125 | |
---|
126 | # General |
---|
127 | CTUSize : 128 |
---|
128 | LCTUFast : 1 |
---|
129 | |
---|
130 | DualITree : 1 # separate partitioning of luma and chroma channels for I-slices |
---|
131 | MinQTLumaISlice : 8 |
---|
132 | MinQTChromaISlice : 4 |
---|
133 | MinQTNonISlice : 8 |
---|
134 | MaxMTTHierarchyDepth : 3 |
---|
135 | MaxMTTHierarchyDepthISliceL : 3 |
---|
136 | MaxMTTHierarchyDepthISliceC : 3 |
---|
137 | |
---|
138 | MTS : 1 |
---|
139 | MTSIntraMaxCand : 3 |
---|
140 | MTSInterMaxCand : 4 |
---|
141 | SBT : 1 |
---|
142 | LFNST : 1 |
---|
143 | ISP : 1 |
---|
144 | MMVD : 1 |
---|
145 | Affine : 1 |
---|
146 | SubPuMvp : 1 |
---|
147 | MaxNumMergeCand : 6 |
---|
148 | LMChroma : 1 # use CCLM only |
---|
149 | DepQuant : 1 |
---|
150 | IMV : 1 |
---|
151 | ALF : 1 |
---|
152 | GBi : 1 |
---|
153 | GBiFast : 1 |
---|
154 | BIO : 1 |
---|
155 | MHIntra : 1 |
---|
156 | Triangle : 1 |
---|
157 | IBC : 0 # turned off in CTC |
---|
158 | AllowDisFracMMVD : 1 |
---|
159 | AffineAmvr : 1 |
---|
160 | LMCSEnable : 1 # LMCS: 0: disable, 1:enable |
---|
161 | LMCSSignalType : 0 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG |
---|
162 | LMCSUpdateCtrl : 0 # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP |
---|
163 | MIP : 1 |
---|
164 | DMVR : 1 |
---|
165 | SMVD : 1 |
---|
166 | |
---|
167 | # Fast tools |
---|
168 | PBIntraFast : 1 |
---|
169 | ISPFast : 1 |
---|
170 | FastMrg : 1 |
---|
171 | AMaxBT : 1 |
---|
172 | FastMIP : 0 |
---|
173 | FastLFNST : 0 |
---|
174 | |
---|
175 | # Encoder optimization tools |
---|
176 | AffineAmvrEncOpt : 1 |
---|
177 | MmvdDisNum : 6 |
---|
178 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
179 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|
180 | |
---|
181 | |
---|
182 | |
---|