[1071] | 1 | #======== File I/O ===================== |
---|
| 2 | BitstreamFile : str.bin |
---|
| 3 | #ReconFile : rec.yuv |
---|
| 4 | |
---|
| 5 | #======== Profile ================ |
---|
| 6 | NumProfileTierLevel : 3 |
---|
| 7 | Profile0 : main # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted) |
---|
| 8 | # (NOTE02: this profile has no effect when NonHEVCBase is set to 1) |
---|
| 9 | Profile1 : main # Profile for BL (NOTE01: this profile applies to HEVC BL only) |
---|
| 10 | # (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately) |
---|
| 11 | Profile2 : scalable-main10 # Scalable profile |
---|
| 12 | |
---|
| 13 | #======== Unit definition ================ |
---|
| 14 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
| 15 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
| 16 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
| 17 | QuadtreeTULog2MaxSize : 5 # Log2 of maximum transform size for |
---|
| 18 | # quadtree-based TU coding (2...6) |
---|
| 19 | QuadtreeTULog2MinSize : 2 # Log2 of minimum transform size for |
---|
| 20 | # quadtree-based TU coding (2...6) |
---|
| 21 | QuadtreeTUMaxDepthInter : 3 |
---|
| 22 | QuadtreeTUMaxDepthIntra : 3 |
---|
| 23 | |
---|
| 24 | #======== Coding Structure ============= |
---|
[1593] | 25 | #IntraPeriod : 32 # Period of I-Frame ( -1 = only first) |
---|
[1071] | 26 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI |
---|
[1593] | 27 | GOPSize : 16 # GOP Size (number of B slice = GOPSize-1) |
---|
[1583] | 28 | # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs |
---|
| 29 | Frame1: B 16 1 0 0 0.6 0 0 0 2 3 -16 -24 -32 0 |
---|
| 30 | Frame2: B 8 2 0 0 0.2 0 0 1 2 3 -8 -16 8 1 8 4 1 1 0 1 |
---|
| 31 | Frame3: B 4 3 0 0 0.33 0 0 2 2 4 -4 -12 4 12 1 4 4 1 1 1 1 |
---|
| 32 | Frame4: B 2 4 0 0 0.33 0 0 3 2 5 -2 -10 2 6 14 1 2 5 1 1 1 1 1 |
---|
| 33 | Frame5: B 1 5 0 0 0.4 0 0 4 2 5 -1 1 3 7 15 1 1 6 1 0 1 1 1 1 |
---|
| 34 | Frame6: B 3 5 0 0 0.4 0 0 4 2 5 -1 -3 1 5 13 1 -2 6 1 1 1 1 1 0 |
---|
| 35 | Frame7: B 6 4 0 0 0.33 0 0 3 2 4 -2 -6 2 10 1 -3 6 0 1 1 1 1 0 |
---|
| 36 | Frame8: B 5 5 0 0 0.4 0 0 4 2 5 -1 -5 1 3 11 1 1 5 1 1 1 1 1 |
---|
| 37 | Frame9: B 7 5 0 0 0.4 0 0 4 2 5 -1 -3 -7 1 9 1 -2 6 1 1 1 1 1 0 |
---|
| 38 | Frame10: B 12 3 0 0 0.33 0 0 2 2 3 -4 -12 4 1 -5 6 0 0 1 1 1 0 |
---|
| 39 | Frame11: B 10 4 0 0 0.33 0 0 3 2 4 -2 -10 2 6 1 2 4 1 1 1 1 |
---|
| 40 | Frame12: B 9 5 0 0 0.4 0 0 4 2 5 -1 -9 1 3 7 1 1 5 1 1 1 1 1 |
---|
| 41 | Frame13: B 11 5 0 0 0.4 0 0 4 2 5 -1 -3 -11 1 5 1 -2 6 1 1 1 1 1 0 |
---|
| 42 | Frame14: B 14 4 0 0 0.33 0 0 3 2 4 -2 -6 -14 2 1 -3 6 0 1 1 1 1 0 |
---|
| 43 | Frame15: B 13 5 0 0 0.4 0 0 4 2 5 -1 -5 -13 1 3 1 1 5 1 1 1 1 1 |
---|
| 44 | Frame16: B 15 5 0 0 0.4 0 0 4 2 5 -1 -3 -7 -15 1 1 -2 6 1 1 1 1 1 0 |
---|
[1071] | 45 | |
---|
| 46 | #=========== Motion Search ============= |
---|
| 47 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
[1598] | 48 | SearchRange : 64 # (0: Search range is a Full frame) |
---|
[1071] | 49 | BipredSearchRange : 4 # Search range for bi-prediction refinement |
---|
| 50 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
| 51 | FEN : 1 # Fast encoder decision |
---|
| 52 | FDM : 1 # Fast Decision for Merge RD cost |
---|
| 53 | |
---|
| 54 | #======== Quantization ============= |
---|
| 55 | #QP : 32 # Quantization parameter(0-51) |
---|
| 56 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
| 57 | MaxCuDQPDepth : 0 # Max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
| 58 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
| 59 | RDOQ : 1 # RDOQ |
---|
| 60 | RDOQTS : 1 # RDOQ for transform skip |
---|
| 61 | |
---|
| 62 | #=========== Deblock Filter ============ |
---|
[1583] | 63 | LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) |
---|
[1071] | 64 | LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) |
---|
| 65 | LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
| 66 | LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
[1583] | 67 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0) |
---|
[1071] | 68 | |
---|
| 69 | #=========== Misc. ============ |
---|
| 70 | #InternalBitDepth : 10 # codec operating bit-depth |
---|
| 71 | |
---|
| 72 | #=========== Coding Tools ================= |
---|
| 73 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) |
---|
| 74 | AMP : 1 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
| 75 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
| 76 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
| 77 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
| 78 | |
---|
| 79 | #============ Slices ================ |
---|
| 80 | SliceMode : 0 # 0: Disable all slice options. |
---|
| 81 | # 1: Enforce maximum number of LCU in an slice, |
---|
| 82 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
| 83 | # 3: Enforce maximum number of tiles in a slice |
---|
| 84 | SliceArgument : 1500 # Argument for 'SliceMode'. |
---|
| 85 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
| 86 | # If SliceMode==2 it represents max. bytes per slice. |
---|
| 87 | # If SliceMode==3 it represents max. tiles per slice. |
---|
| 88 | |
---|
| 89 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
| 90 | # 0:not across, 1: across |
---|
| 91 | |
---|
| 92 | #============ PCM ================ |
---|
| 93 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
| 94 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
| 95 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
| 96 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
| 97 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
| 98 | |
---|
| 99 | #============ Tiles ================ |
---|
| 100 | TileUniformSpacing : 0 # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array |
---|
| 101 | # 1: the column and row boundaries are distributed uniformly |
---|
| 102 | NumTileColumnsMinus1 : 0 # Number of tile columns in a picture minus 1 |
---|
| 103 | TileColumnWidthArray : 2 3 # Array containing tile column width values in units of CTU (from left to right in picture) |
---|
| 104 | NumTileRowsMinus1 : 0 # Number of tile rows in a picture minus 1 |
---|
| 105 | TileRowHeightArray : 2 # Array containing tile row height values in units of CTU (from top to bottom in picture) |
---|
| 106 | |
---|
| 107 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. |
---|
| 108 | # 0:not across, 1: across |
---|
| 109 | |
---|
| 110 | #============ WaveFront ================ |
---|
| 111 | #WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case). |
---|
| 112 | # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
| 113 | |
---|
| 114 | #=========== Quantization Matrix ================= |
---|
| 115 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
| 116 | ScalingListFile : scaling_list.txt # Scaling List file name. If file is not exist, use Default Matrix. |
---|
| 117 | |
---|
| 118 | #============ Lossless ================ |
---|
| 119 | TransquantBypassEnableFlag : 0 # Value of PPS flag. |
---|
| 120 | CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled |
---|
| 121 | |
---|
| 122 | #============ Rate Control ====================== |
---|
| 123 | #RateControl : 0 # Rate control: enable rate control |
---|
| 124 | #TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
| 125 | #KeepHierarchicalBit : 2 # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation |
---|
| 126 | #LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
| 127 | #RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
| 128 | #InitialQP : 0 # Rate control: initial QP |
---|
| 129 | #RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
| 130 | |
---|
| 131 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
| 132 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|
| 133 | |
---|