1 | #======== File I/O ===================== |
---|
2 | BitstreamFile : str.bin |
---|
3 | ReconFile : rec.yuv |
---|
4 | |
---|
5 | #======== Profile ================ |
---|
6 | Profile : auto |
---|
7 | #Profile : multilayer_main_10 |
---|
8 | |
---|
9 | #======== Unit definition ================ |
---|
10 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
11 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
12 | |
---|
13 | #======== Coding Structure ============= |
---|
14 | IntraPeriod : -1 # Period of I-Frame ( -1 = only first) |
---|
15 | DecodingRefreshType : 0 # Random Access 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI |
---|
16 | GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) |
---|
17 | |
---|
18 | IntraQPOffset : 0 |
---|
19 | LambdaFromQpEnable : 0 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled |
---|
20 | # 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 |
---|
21 | Frame1: P 1 0 -6.5 0.2590 0 0 0.5 0 0 0 0 0 0 0 1 1 1 0 0 |
---|
22 | |
---|
23 | #=========== Motion Search ============= |
---|
24 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
25 | SearchRange : 1 # (0: Search range is a Full frame) |
---|
26 | BipredSearchRange : 0 # Search range for bi-prediction refinement |
---|
27 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
28 | FEN : 1 # Fast encoder decision |
---|
29 | FDM : 1 # Fast Decision for Merge RD cost |
---|
30 | |
---|
31 | #======== Quantization ============= |
---|
32 | QP : 32 # Quantization parameter(0-51) |
---|
33 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
34 | MaxCuDQPSubdiv : 0 # Maximum subdiv for CU luma Qp adjustment |
---|
35 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
36 | RDOQ : 0 # RDOQ |
---|
37 | RDOQTS : 0 # RDOQ for transform skip |
---|
38 | |
---|
39 | #=========== Deblock Filter ============ |
---|
40 | DeblockingFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) |
---|
41 | DeblockingFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) |
---|
42 | DeblockingFilterBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
43 | DeblockingFilterTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
44 | DeblockingFilterCbBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
45 | DeblockingFilterCbTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
46 | DeblockingFilterCrBetaOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
47 | DeblockingFilterCrTcOffset_div2 : 0 # base_param: -12 ~ 12 |
---|
48 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (DeblockingFilterOffsetInPPS and DeblockingFilterDisable must be 0) |
---|
49 | |
---|
50 | #=========== Misc. ============ |
---|
51 | InternalBitDepth : 10 # codec operating bit-depth |
---|
52 | |
---|
53 | #=========== Coding Tools ================= |
---|
54 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) |
---|
55 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
56 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
57 | TransformSkipLog2MaxSize : 2 |
---|
58 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
59 | |
---|
60 | #=========== TemporalFilter ================= |
---|
61 | TemporalFilter : 0 |
---|
62 | TemporalFilterPastRefs : 0 # Number of past references for temporal prefilter |
---|
63 | TemporalFilterFutureRefs : 0 # Number of future references for temporal prefilter |
---|
64 | TemporalFilterStrengthFrame8 : 0 # Enable filter at every 8th frame with strength |
---|
65 | |
---|
66 | #============ Rate Control ====================== |
---|
67 | RateControl : 0 # Rate control: enable rate control |
---|
68 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
69 | KeepHierarchicalBit : 2 # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation |
---|
70 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
71 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
72 | InitialQP : 0 # Rate control: initial QP |
---|
73 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
74 | |
---|
75 | #============ VTM settings ====================== |
---|
76 | SEIDecodedPictureHash : 1 |
---|
77 | CbQpOffset : 0 |
---|
78 | CrQpOffset : 0 |
---|
79 | SameCQPTablesForAllChroma : 0 |
---|
80 | QpInValCb : 17 22 34 42 |
---|
81 | QpOutValCb : 17 23 35 39 |
---|
82 | ReWriteParamSets : 0 |
---|
83 | #============ NEXT ==================== |
---|
84 | |
---|
85 | # General |
---|
86 | CTUSize : 128 |
---|
87 | LCTUFast : 1 |
---|
88 | |
---|
89 | DualITree : 0 # separate partitioning of luma and chroma channels for I-slices |
---|
90 | MinQTLumaISlice : 8 |
---|
91 | MinQTChromaISliceInChromaSamples: 4 # minimum QT size in chroma samples for chroma separate tree |
---|
92 | MinQTNonISlice : 8 |
---|
93 | MaxMTTHierarchyDepth : 3 |
---|
94 | MaxMTTHierarchyDepthISliceL : 3 |
---|
95 | MaxMTTHierarchyDepthISliceC : 3 |
---|
96 | |
---|
97 | MTS : 1 |
---|
98 | MTSIntraMaxCand : 3 |
---|
99 | MTSInterMaxCand : 4 |
---|
100 | SBT : 1 |
---|
101 | ISP : 0 |
---|
102 | Affine : 0 |
---|
103 | SbTMVP : 1 |
---|
104 | MaxNumMergeCand : 6 |
---|
105 | LMChroma : 1 # use CCLM only |
---|
106 | DepQuant : 0 |
---|
107 | IMV : 1 |
---|
108 | ALF : 1 |
---|
109 | CIIP : 1 |
---|
110 | IBC : 0 # turned off in CTC |
---|
111 | AllowDisFracMMVD : 1 |
---|
112 | AffineAmvr : 0 |
---|
113 | LMCSEnable : 0 # LMCS: 0: disable, 1:enable |
---|
114 | LMCSSignalType : 0 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG |
---|
115 | LMCSUpdateCtrl : 2 # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP |
---|
116 | LMCSOffset : 1 # chroma residual scaling offset |
---|
117 | MRL : 1 |
---|
118 | MIP : 0 |
---|
119 | JointCbCr : 1 # joint coding of chroma residuals (if available): 0: disable, 1: enable |
---|
120 | PROF : 0 |
---|
121 | ChromaTS : 1 |
---|
122 | |
---|
123 | # Fast tools |
---|
124 | PBIntraFast : 1 |
---|
125 | ISPFast : 0 |
---|
126 | FastMrg : 1 |
---|
127 | AMaxBT : 1 |
---|
128 | FastMIP : 0 |
---|
129 | FastLocalDualTreeMode : 0 |
---|
130 | MaxMergeRdCandNumTotal : 5 |
---|
131 | |
---|
132 | # Encoder optimization tools |
---|
133 | AffineAmvrEncOpt : 0 |
---|
134 | MmvdDisNum : 6 |
---|
135 | ALFAllowPredefinedFilters : 1 |
---|
136 | ALFStrengthTargetLuma : 1.0 |
---|
137 | ALFStrengthTargetChroma : 1.0 |
---|
138 | CCALFStrengthTarget : 1.0 |
---|
139 | EncDbOpt : 1 # apply deblocking in RDO |
---|
140 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
141 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|
142 | |
---|
143 | |
---|
144 | |
---|