[324] | 1 | #======== Legend for comments ===================== |
---|
| 2 | # (m) specification per layer/dimension/layerset possible |
---|
| 3 | # (c) cyclic repetition of values, if not given for all layers/dimensions/layersets. (e.g. 5 layers and 1 2 3 -> 1 2 3 1 2 ) |
---|
| 4 | |
---|
| 5 | #======== File I/O ===================== |
---|
| 6 | |
---|
| 7 | InputFile_0 : newspapercc_4.yuv |
---|
| 8 | InputFile_1 : newspapercc_4_depth.yuv |
---|
| 9 | InputFile_2 : newspapercc_2.yuv |
---|
| 10 | InputFile_3 : newspapercc_2_depth.yuv |
---|
| 11 | InputFile_4 : newspapercc_6.yuv |
---|
| 12 | InputFile_5 : newspapercc_6_depth.yuv |
---|
| 13 | |
---|
| 14 | BitstreamFile : stream.bit |
---|
| 15 | |
---|
| 16 | ReconFile_0 : rec_4.yuv |
---|
| 17 | ReconFile_1 : rec_4_depth.yuv |
---|
| 18 | ReconFile_2 : rec_2.yuv |
---|
| 19 | ReconFile_3 : rec_2_depth.yuv |
---|
| 20 | ReconFile_4 : rec_6.yuv |
---|
| 21 | ReconFile_5 : rec_6_depth.yuv |
---|
| 22 | |
---|
| 23 | FramesToBeEncoded : 3 # Number of frames to be coded |
---|
| 24 | FrameRate : 30 # Frame Rate per second |
---|
| 25 | SourceWidth : 1024 # Input frame width |
---|
| 26 | SourceHeight : 768 # Input frame height |
---|
| 27 | NumberOfLayers : 6 |
---|
| 28 | |
---|
| 29 | #======== VPS ============================ |
---|
| 30 | ScalabilityMask : 3 # Scalability Mask ( 1: View Scalability, 3: View + Depth Scalability ) |
---|
| 31 | DimensionIdLen : 2 1 # Number of bits to store Ids, per scalability dimension, (m) |
---|
[446] | 32 | ViewId : 1 1 0 0 2 2 # ViewId (m) |
---|
[324] | 33 | DepthFlag : 0 1 0 1 0 1 # DepthFlag (m) |
---|
| 34 | LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m) |
---|
| 35 | SplittingFlag : 0 # Splitting Flag |
---|
| 36 | |
---|
[446] | 37 | #========== Camera parameters ========== |
---|
| 38 | BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views ( in coding order per view ) |
---|
| 39 | CameraParameterFile : cam_pars.txt # camera parameter file |
---|
| 40 | CodedCamParsPrecision : 5 # precision used for coding of camera parameters (in units of 2^(-x) luma samples) |
---|
| 41 | |
---|
[324] | 42 | #======== Unit definition ================ |
---|
| 43 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
| 44 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
| 45 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
| 46 | QuadtreeTULog2MaxSize : 5 # Log2 of maximum transform size for |
---|
| 47 | # quadtree-based TU coding (2...6) |
---|
| 48 | QuadtreeTULog2MinSize : 2 # Log2 of minimum transform size for |
---|
| 49 | # quadtree-based TU coding (2...6) |
---|
| 50 | QuadtreeTUMaxDepthInter : 3 |
---|
| 51 | QuadtreeTUMaxDepthIntra : 3 |
---|
| 52 | |
---|
| 53 | #======== Coding Structure ============= |
---|
| 54 | IntraPeriod : 24 # Period of I-Frame ( -1 = only first) |
---|
| 55 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR |
---|
| 56 | GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) |
---|
| 57 | Frame1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 0 |
---|
| 58 | Frame2: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 0 |
---|
| 59 | Frame3: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 0 |
---|
| 60 | Frame4: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 0 |
---|
| 61 | Frame5: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 0 |
---|
| 62 | Frame6: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 0 |
---|
| 63 | Frame7: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 0 |
---|
| 64 | Frame8: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 0 |
---|
| 65 | |
---|
| 66 | FrameI_l1: I 0 0 0.442 0 0 0 0 0 0 0 |
---|
| 67 | Frame1_l1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 0 |
---|
| 68 | Frame2_l1: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 0 |
---|
| 69 | Frame3_l1: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 0 |
---|
| 70 | Frame4_l1: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 0 |
---|
| 71 | Frame5_l1: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 0 |
---|
| 72 | Frame6_l1: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 0 |
---|
| 73 | Frame7_l1: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 0 |
---|
| 74 | Frame8_l1: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 0 |
---|
| 75 | |
---|
| 76 | FrameI_l2: P 0 3 0.442 0 0 0 1 0 0 1 -2 0 -1 |
---|
| 77 | Frame1_l2: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 -2 1 -1 |
---|
| 78 | Frame2_l2: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 -2 1 -1 |
---|
| 79 | Frame3_l2: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 -2 1 -1 |
---|
| 80 | Frame4_l2: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 -2 1 -1 |
---|
| 81 | Frame5_l2: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 82 | Frame6_l2: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 83 | Frame7_l2: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 -2 2 -1 |
---|
| 84 | Frame8_l2: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 85 | |
---|
| 86 | FrameI_l3: P 0 3 0.442 0 0 0 1 0 0 1 -2 0 -1 |
---|
| 87 | Frame1_l3: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 -2 1 -1 |
---|
| 88 | Frame2_l3: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 -2 1 -1 |
---|
| 89 | Frame3_l3: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 -2 1 -1 |
---|
| 90 | Frame4_l3: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 -2 1 -1 |
---|
| 91 | Frame5_l3: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 92 | Frame6_l3: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 93 | Frame7_l3: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 -2 2 -1 |
---|
| 94 | Frame8_l3: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 -2 2 -1 |
---|
| 95 | |
---|
| 96 | FrameI_l4: P 0 3 0.442 0 0 0 1 0 0 1 -4 0 -1 |
---|
| 97 | Frame1_l4: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 -4 1 -1 |
---|
| 98 | Frame2_l4: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 -4 1 -1 |
---|
| 99 | Frame3_l4: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 -4 1 -1 |
---|
| 100 | Frame4_l4: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 -4 1 -1 |
---|
| 101 | Frame5_l4: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 102 | Frame6_l4: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 103 | Frame7_l4: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 -4 2 -1 |
---|
| 104 | Frame8_l4: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 105 | |
---|
| 106 | FrameI_l5: P 0 3 0.442 0 0 0 1 0 0 1 -4 0 -1 |
---|
| 107 | Frame1_l5: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 -4 1 -1 |
---|
| 108 | Frame2_l5: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 -4 1 -1 |
---|
| 109 | Frame3_l5: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 -4 1 -1 |
---|
| 110 | Frame4_l5: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 -4 1 -1 |
---|
| 111 | Frame5_l5: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 112 | Frame6_l5: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 113 | Frame7_l5: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 -4 2 -1 |
---|
| 114 | Frame8_l5: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 -4 2 -1 |
---|
| 115 | |
---|
| 116 | #=========== Motion Search ============= |
---|
| 117 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
| 118 | SearchRange : 64 # (0: Search range is a Full frame) |
---|
| 119 | BipredSearchRange : 4 # Search range for bi-prediction refinement |
---|
| 120 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
| 121 | FEN : 1 # Fast encoder decision |
---|
| 122 | FDM : 1 # Fast Decision for Merge RD cost |
---|
| 123 | |
---|
| 124 | #======== Quantization ============= |
---|
[446] | 125 | QP : 25 30 25 30 25 30 # QP ( mc ) |
---|
[324] | 126 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
| 127 | MaxCuDQPDepth : 0 # Max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
| 128 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
| 129 | RDOQ : 1 # RDOQ |
---|
| 130 | RDOQTS : 1 # RDOQ for transform skip |
---|
| 131 | |
---|
| 132 | #=========== Deblock Filter ============ |
---|
| 133 | DeblockingFilterControlPresent: 1 # Dbl control params present (0=not present, 1=present) (mc) |
---|
| 134 | LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) |
---|
[446] | 135 | LoopFilterDisable : 0 1 # Disable deblocking filter (0=Filter, 1=No Filter) (mc) |
---|
| 136 | LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
| 137 | LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
| 138 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream) |
---|
[324] | 139 | |
---|
| 140 | #=========== Misc. ============ |
---|
| 141 | InternalBitDepth : 8 # codec operating bit-depth |
---|
| 142 | |
---|
| 143 | #=========== Coding Tools ================= |
---|
[446] | 144 | SAO : 1 0 # Sample adaptive offset (0: OFF, 1: ON) (mc) |
---|
[324] | 145 | AMP : 1 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
| 146 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
| 147 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
| 148 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
| 149 | |
---|
| 150 | #============ Slices ================ |
---|
| 151 | SliceMode : 0 # 0: Disable all slice options. |
---|
| 152 | # 1: Enforce maximum number of LCU in an slice, |
---|
| 153 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
| 154 | # 3: Enforce maximum number of tiles in a slice |
---|
| 155 | SliceArgument : 1500 # Argument for 'SliceMode'. |
---|
| 156 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
| 157 | # If SliceMode==2 it represents max. bytes per slice. |
---|
| 158 | # If SliceMode==3 it represents max. tiles per slice. |
---|
| 159 | |
---|
| 160 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
| 161 | # 0:not across, 1: across |
---|
| 162 | |
---|
| 163 | #============ PCM ================ |
---|
| 164 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
| 165 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
| 166 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
| 167 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
| 168 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
| 169 | |
---|
| 170 | #============ Tiles ================ |
---|
| 171 | UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array |
---|
| 172 | # 1: the column and row boundaries are distributed uniformly |
---|
| 173 | NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1 |
---|
| 174 | ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture) |
---|
| 175 | NumTileRowsMinus1 : 0 # Number of rows in a picture minus 1 |
---|
| 176 | RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture) |
---|
| 177 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. |
---|
| 178 | # 0:not across, 1: across |
---|
| 179 | |
---|
| 180 | #============ WaveFront ================ |
---|
| 181 | WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case). |
---|
| 182 | # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
| 183 | |
---|
| 184 | #=========== Quantization Matrix ================= |
---|
| 185 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
| 186 | ScalingListFile : scaling_list.txt # Scaling List file name. If file is not exist, use Default Matrix. |
---|
| 187 | |
---|
| 188 | #============ Lossless ================ |
---|
| 189 | TransquantBypassEnableFlag: 0 # Value of PPS flag. |
---|
| 190 | CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. |
---|
| 191 | |
---|
| 192 | #============ Rate Control ====================== |
---|
| 193 | RateControl : 0 # Rate control: enable rate control |
---|
| 194 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
| 195 | KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm |
---|
| 196 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
| 197 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
| 198 | InitialQP : 0 # Rate control: initial QP |
---|
| 199 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
| 200 | |
---|
[446] | 201 | #========== multiview coding tools ========== |
---|
| 202 | |
---|
| 203 | |
---|
| 204 | #========== depth coding tools ========== |
---|
| 205 | VSO : 1 # use of view synthesis optimization for depth coding |
---|
[459] | 206 | DMM : 1 |
---|
| 207 | RBC : 1 |
---|
| 208 | SDC : 1 |
---|
| 209 | DLT : 1 |
---|
[446] | 210 | |
---|
| 211 | #========== view synthesis optimization (VSO) ========== |
---|
| 212 | VSOConfig : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string |
---|
| 213 | #VSOConfig : [ox0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][ox2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string for FCO = 1 |
---|
| 214 | WVSO : 1 # use of WVSO (Depth distortion metric with a weighted depth fidelity term) |
---|
| 215 | VSOWeight : 10 # weight of VSO ( in SAD case, cf. squared in SSE case ) |
---|
| 216 | VSDWeight : 1 # weight of VSD ( in SAD case, cf. squared in SSE case ) |
---|
| 217 | DWeight : 1 # weight of depth distortion itself ( in SAD case, cf. squared in SSE case ) |
---|
| 218 | UseEstimatedVSD : 1 # Model based VSD estimation instead of rendering based for some encoder decisions |
---|
| 219 | |
---|
| 220 | |
---|
| 221 | |
---|
[324] | 222 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
| 223 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|