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