1 | |
---|
2 | #========== file i/o ========== |
---|
3 | InputFile_0 : org_0.yuv # video input file for view 0 |
---|
4 | InputFile_1 : org_1.yuv # video input file for view 1 |
---|
5 | |
---|
6 | ReconFile_0 : rec_0.yuv # video output file for view 0 |
---|
7 | ReconFile_1 : rec_1.yuv # video output file for view 1 |
---|
8 | |
---|
9 | BitstreamFile : stream.bit # bitstream file |
---|
10 | |
---|
11 | #========== general coding parameters ========== |
---|
12 | NumberOfViews : 2 # number of views to be coded |
---|
13 | CodeDepthMaps : 0 # encode depth maps |
---|
14 | FrameSkip : 0 # number of frames to be skipped at beginning of input sequences |
---|
15 | InputBitDepth : 8 # bit depth of input files |
---|
16 | OutputBitDepth : 8 # bit depth of output files |
---|
17 | InternalBitDepth : 8 # internal bit depth used for coding |
---|
18 | |
---|
19 | CroppingMode : 0 # Cropping mode (0: no cropping, 1:automatic padding, 2: padding, 3:cropping) |
---|
20 | CropLeft : 0 # Left cropping/padding for cropping mode 3 |
---|
21 | CropRight : 0 # Right cropping/padding for cropping mode 3 |
---|
22 | CropTop : 0 # Top cropping/padding for cropping mode 3 |
---|
23 | CropBottom : 0 # Bottom cropping/padding for cropping mode 3 |
---|
24 | HorizontalPadding : 0 # horizontal source padding for cropping mode 2 |
---|
25 | VerticalPadding : 0 # vertical source padding for cropping mode 2 |
---|
26 | |
---|
27 | |
---|
28 | #========== camera parameters ========== |
---|
29 | CameraParameterFile : cam_pars.txt # camera parameter file |
---|
30 | CodedCamParsPrecision : 5 # precision used for coding of camera parameters (in units of 2^(-x) luma samples) |
---|
31 | |
---|
32 | |
---|
33 | #========== coding unit definitions ========== |
---|
34 | MaxCUWidth : 64 # maximum coding unit witdh (in luma samples) |
---|
35 | MaxCUHeight : 64 # maximum coding unit height (in luma samples) |
---|
36 | MaxPartitionDepth : 4 # maximum coding unit depth |
---|
37 | QuadtreeTULog2MaxSize : 5 # log2 of maximum transform size |
---|
38 | QuadtreeTULog2MinSize : 2 # log2 of minimum transform size |
---|
39 | QuadtreeTUMaxDepthIntra : 3 # maximum transform tree depth for intra-coded CU's |
---|
40 | QuadtreeTUMaxDepthInter : 3 # maximum transform tree depth for inter-coded CU's |
---|
41 | |
---|
42 | |
---|
43 | #========== coding structure ========== |
---|
44 | IntraPeriod : 24 # Period of I-Frame ( -1 = only first) |
---|
45 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR |
---|
46 | GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) |
---|
47 | # V0 Type POC QPoffset QPfactor temporal_id #ref_pics_active ref_pic #ref_pics reference pictures predict deltaRIdx-1 deltaRPS #ref_idcs reference idcs #IV_ref_pics IV reference pics IV ref list pos |
---|
48 | Frame1 : B 8 1 0.442 0 4 1 4 -8 -10 -12 -16 0 0 |
---|
49 | Frame2 : B 4 2 0.3536 0 2 1 3 -4 -6 4 1 0 4 5 1 1 0 0 1 0 |
---|
50 | Frame3 : B 2 3 0.3536 0 2 1 4 -2 -4 2 6 1 0 2 4 1 1 1 1 0 |
---|
51 | Frame4 : B 1 4 0.68 0 2 0 4 -1 1 3 7 1 0 1 5 1 0 1 1 1 0 |
---|
52 | Frame5 : B 3 4 0.68 0 2 0 4 -1 -3 1 5 1 0 -2 5 1 1 1 1 0 0 |
---|
53 | Frame6 : B 6 3 0.3536 0 2 1 4 -2 -4 -6 2 1 0 -3 5 1 1 1 1 0 0 |
---|
54 | Frame7 : B 5 4 0.68 0 2 0 4 -1 -5 1 3 1 0 1 5 1 0 1 1 1 0 |
---|
55 | Frame8 : B 7 4 0.68 0 2 0 4 -1 -3 -7 1 1 0 -2 5 1 1 1 1 0 0 |
---|
56 | FrameI_v1 : P 0 3 0.442 0 1 1 0 0 1 -1 1 0 |
---|
57 | Frame1_v1 : B 8 4 0.442 0 4 1 4 -8 -10 -12 -16 0 1 -1 2 0 |
---|
58 | Frame2_v1 : B 4 5 0.3536 0 3 1 3 -4 -6 4 1 0 4 5 1 1 0 0 1 1 -1 2 0 |
---|
59 | Frame3_v1 : B 2 6 0.3536 0 3 1 4 -2 -4 2 6 1 0 2 4 1 1 1 1 1 -1 2 0 |
---|
60 | Frame4_v1 : B 1 7 0.68 0 3 0 4 -1 1 3 7 1 0 1 5 1 0 1 1 1 1 -1 2 0 |
---|
61 | Frame5_v1 : B 3 7 0.68 0 3 0 4 -1 -3 1 5 1 0 -2 5 1 1 1 1 0 1 -1 3 0 |
---|
62 | Frame6_v1 : B 6 6 0.3536 0 3 1 4 -2 -4 -6 2 1 0 -3 5 1 1 1 1 0 1 -1 3 0 |
---|
63 | Frame7_v1 : B 5 7 0.68 0 3 0 4 -1 -5 1 3 1 0 1 5 1 0 1 1 1 1 -1 3 0 |
---|
64 | Frame8_v1 : B 7 7 0.68 0 3 0 4 -1 -3 -7 1 1 0 -2 5 1 1 1 1 0 1 -1 3 0 |
---|
65 | FrameI_v2 : P 0 3 0.442 0 1 1 0 0 1 -2 1 0 |
---|
66 | Frame1_v2 : B 8 4 0.442 0 4 1 4 -8 -10 -12 -16 0 1 -2 2 0 |
---|
67 | Frame2_v2 : B 4 5 0.3536 0 3 1 3 -4 -6 4 1 0 4 5 1 1 0 0 1 1 -2 2 0 |
---|
68 | Frame3_v2 : B 2 6 0.3536 0 3 1 4 -2 -4 2 6 1 0 2 4 1 1 1 1 1 -2 2 0 |
---|
69 | Frame4_v2 : B 1 7 0.68 0 3 0 4 -1 1 3 7 1 0 1 5 1 0 1 1 1 1 -2 2 0 |
---|
70 | Frame5_v2 : B 3 7 0.68 0 3 0 4 -1 -3 1 5 1 0 -2 5 1 1 1 1 0 1 -2 3 0 |
---|
71 | Frame6_v2 : B 6 6 0.3536 0 3 1 4 -2 -4 -6 2 1 0 -3 5 1 1 1 1 0 1 -2 3 0 |
---|
72 | Frame7_v2 : B 5 7 0.68 0 3 0 4 -1 -5 1 3 1 0 1 5 1 0 1 1 1 1 -2 3 0 |
---|
73 | Frame8_v2 : B 7 7 0.68 0 3 0 4 -1 -3 -7 1 1 0 -2 5 1 1 1 1 0 1 -2 3 0 |
---|
74 | |
---|
75 | ListCombination : 1 # Use combined list for uni-prediction in B-slices |
---|
76 | LCModification : 0 # enables signalling of combined reference list derivation |
---|
77 | DisableInter4x4 : 1 # Disable Inter4x4 (1: Disable Inter4x4, 0: Enable Inter4x4) |
---|
78 | |
---|
79 | |
---|
80 | #========== encoder control /motion search ========== |
---|
81 | FastSearch : 1 # motion search mode (0:Full search, 1:Diamond, 2:PMVFAST) |
---|
82 | SearchRange : 96 # motion search range (in luma samples) |
---|
83 | BipredSearchRange : 4 # motion search range for bi-prediction refinement (in luma samples) |
---|
84 | HadamardME : 1 # use Hadamard SAD for fractional-sample search |
---|
85 | FEN : 1 # use fast encoder control |
---|
86 | FDM : 1 # Fast Decision for Merge RD cost |
---|
87 | TMVP : 1 # Enable TMVP |
---|
88 | ECU : 0 # Early CU setting |
---|
89 | CFM : 0 # Cbf fast mode setting |
---|
90 | SBACRD : 1 # SBAC based RD estimation |
---|
91 | ASR : 0 # adaptive motion search range |
---|
92 | |
---|
93 | |
---|
94 | #========== quantization ========== |
---|
95 | DeltaQpRD : 0 # maximum delta QP offset for a slice |
---|
96 | MaxDeltaQP : 0 # maximum delta QP offset for a block |
---|
97 | MaxCuDQPDepth : 0 # max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
98 | RDOQ : 1 1 # use rate-distortion optimized quantization (RDOQ) |
---|
99 | ChromaQpOffset : 0 # ChromaQPOffset |
---|
100 | ChromaQpOffset2nd : 0 # ChromaQPOffset2nd |
---|
101 | AdaptiveQpSelection : 0 # AdaptiveQpSelection |
---|
102 | AdaptiveQP : 0 # QP adaptation based on a psycho-visual model |
---|
103 | MaxQPAdaptationRange : 6 # QP adaptation range |
---|
104 | LambdaModifier0 : 1.0 # Lambda modifier for temporal layer 0 |
---|
105 | LambdaModifier1 : 1.0 # Lambda modifier for temporal layer 1 |
---|
106 | LambdaModifier2 : 1.0 # Lambda modifier for temporal layer 2 |
---|
107 | LambdaModifier3 : 1.0 # Lambda modifier for temporal layer 3 |
---|
108 | |
---|
109 | |
---|
110 | #=========== Quantization Matrix ================= |
---|
111 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
112 | # ScalingListFile : # Scaling List file name. If file is not exist, use Default Matrix. |
---|
113 | |
---|
114 | |
---|
115 | #============ Lossless ================ |
---|
116 | LosslessCuEnabled : 0 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process. |
---|
117 | |
---|
118 | |
---|
119 | #========== slices ========== |
---|
120 | SliceGranularity : 0 # Slice granularity relative the LCU size |
---|
121 | SliceMode : 0 # slice mode (0:off, 1:max # of LCUs, 2:max # of bytes) |
---|
122 | SliceArgument : 1500 # slice argument (SliceMode1:max # of LCUs, SliceMode2: max # of bytes) |
---|
123 | EntropySliceMode : 0 # entropy slices (0:off, 1:max # of LCUs, 2:max # of bins) |
---|
124 | EntropySliceArgument : 180000 # entropy slice argument (EntropySliceMode1:max # of LCUs, EntropySliceMode2:max # of bins) |
---|
125 | LFCrossSliceBoundaryFlag : 1 # loop-filtering across slice boundaries |
---|
126 | |
---|
127 | |
---|
128 | #========== deblocking ========== |
---|
129 | DeblockingFilterControlPresent : 1 # Dbl control params present (0=not present, 1=present) |
---|
130 | LoopFilterOffsetInAPS : 0 # Dbl params in APS or SliceHeader (0=SliceHeader, 1=APS) |
---|
131 | LoopFilterDisable : 0 1 # disable deblocking filter |
---|
132 | LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 13 |
---|
133 | LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 13 |
---|
134 | |
---|
135 | |
---|
136 | #========== coding tools ========== |
---|
137 | ALFEncodePassReduction : 0 # ALF encoding (0:original 16-pass, 1:one-pass, 2:two-pass) |
---|
138 | SAO : 1 0 # Sample adaptive offset (0: OFF, 1: ON) |
---|
139 | ALF : 0 0 # Adaptive loop filter (0: OFF, 1: ON) |
---|
140 | LMChroma : 0 # Chroma from luma intra prediction mode (0: OFF, 1: ON) |
---|
141 | NSQT : 0 # Non-square transforms (0: OFF, 1: ON) |
---|
142 | AMP : 0 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
143 | ALFMaxNumFilter : 16 # ALF Max Number Filters per picture |
---|
144 | ALFParamInSlice : 0 # ALF params in SliceHeader or APS (0=APS, 1=SliceHeader) |
---|
145 | ALFPicBasedEncode : 1 # ALF LCU-based or picture-based encoding (0: LCU-based, 1: Picture-based) |
---|
146 | MaxNumOffsetsPerPic : 2048 # default |
---|
147 | SAOInterleaving : 0 # SAO interleaving flag (0: SAO parameter in APS, 1: SAO parameter in slice data) |
---|
148 | ConstrainedIntraPred : 0 # Constrained Intra Prediction |
---|
149 | weighted_pred_flag : 0 # weighted prediction flag (P-Slices) |
---|
150 | weighted_bipred_idc : 0 # weighted bipred idc (B-Slices) |
---|
151 | SignHideFlag : 1 # sign hiding |
---|
152 | SignHideThreshold : 4 # sign hiding threshold |
---|
153 | IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) |
---|
154 | |
---|
155 | #============ PCM ================ |
---|
156 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
157 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
158 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
159 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
160 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
161 | |
---|
162 | |
---|
163 | #============ Tiles ================ |
---|
164 | TileInfoPresentFlag : 1 # 0: tiles parameters are NOT present in the PPS, 1: tiles parameters are present in the PPS |
---|
165 | UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array, 1: the column and row boundaries are distributed uniformly |
---|
166 | NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1 |
---|
167 | ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture) |
---|
168 | NumTileRowsMinus1 : 0 # Number of rows in a picture minus 1 |
---|
169 | RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture) |
---|
170 | TileLocationInSliceHeaderFlag : 0 # If TileBoundaryIndependenceIdc==0 flag is ignored, 1: Enable writing tile location information to slice header, 0: Disable writing tile location information to slice header. |
---|
171 | TileMarkerFlag : 1 # If TileBoundaryIndependenceIdc==0 flag is ignored, 1: Enable writing tile markers, 0: Disable writing tile markers. |
---|
172 | MaxTileMarkerEntryPoints : 4 # Maximum number of uniformly-spaced tile entry points (using tile markers). Default=4. If number of tiles < MaxTileMarkerEntryPoints then all tiles have entry points. |
---|
173 | TileControlPresentFlag : 1 # 0: tiles behavior control parameters are NOT present in the PPS, 1: tiles behavior control parameters are present in the PPS |
---|
174 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. 0:not across, 1: across |
---|
175 | |
---|
176 | |
---|
177 | #============ WaveFront ================ |
---|
178 | WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case), >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
179 | WaveFrontFlush : 0 # 0: No CABAC resets are performed, 1: A CABAC reset is performed at the end of each LCU line. |
---|
180 | WaveFrontSubstreams : 1 # >0: This many substreams per slice (or per tile if TileBoundaryIndependenceIdc=1) will be produced. |
---|
181 | |
---|
182 | |
---|
183 | #========== multiview coding tools ========== |
---|
184 | PredDepthMapGen : 1 # generation of prediction depth maps (0:off, 1:using coded motion data, 2:using coded depth maps) |
---|
185 | MultiviewMvPred : 7 # usage of prediction depth maps (0:off, 1:for interview, 2:for inter, 4:for merge, X:bit-wise combinations) |
---|
186 | MultiviewMvRegMode : 0 # use original depth maps for regularizing inter-view motion vector |
---|
187 | MultiviewMvRegLambdaScale : 0.0 # lambda scale factor for inter-view motion vector regularization |
---|
188 | MultiviewResPred : 1 # advanced inter-view residual prediction (0:off, 1:on) |
---|
189 | InterViewSkip : 0 # interview SKIP mode |
---|
190 | InterViewSkipLambdaScale : 8 # lambda scale for inter-view skip mode |
---|
191 | DisparitySearchRangeRestriction : 0 # 0: No disparity restriction 1: Use disparity restriction |
---|
192 | VerticalDisparitySearchRange : 56 # vertical disparity search range (in luma samples) |
---|
193 | |
---|
194 | #========== depth coding tools ========== |
---|
195 | DMM : 0 # use depth intra modes (wedgelets) |
---|
196 | MVI : 0 # motion parameter inheritance |
---|
197 | VSO : 0 # use of view synthesis optimization for depth coding |
---|
198 | |
---|
199 | |
---|
200 | #========== view synthesis optimization (VSO) ========== |
---|
201 | VSOConfig : # VSO configuration string |
---|
202 | |
---|
203 | |
---|
204 | #============ Misc. ================ |
---|
205 | SEIpictureDigest : 0 # Control generation of picture_digest SEI messages |
---|
206 | |
---|
207 | |
---|