1 | #======== File I/O =============== |
---|
2 | InputFile : f:/stream/BasketballPass_416x240_50.yuv |
---|
3 | InputBitDepth : 8 # Input bitdepth |
---|
4 | FrameRate : 50 # Frame Rate per second |
---|
5 | FrameSkip : 0 # Number of frames to be skipped in input |
---|
6 | SourceWidth : 416 # Input frame width |
---|
7 | SourceHeight : 240 # Input frame height |
---|
8 | FrameToBeEncoded : 2 # Number of frames to be coded |
---|
9 | |
---|
10 | #======== File I/O ===================== |
---|
11 | BitstreamFile : str.bin |
---|
12 | ReconFile : rec.yuv |
---|
13 | |
---|
14 | #======== Unit definition ================ |
---|
15 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
16 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
17 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
18 | QuadtreeTULog2MaxSize : 5 # Log2 of maximum transform size for |
---|
19 | # quadtree-based TU coding (2...6) |
---|
20 | QuadtreeTULog2MinSize : 2 # Log2 of minimum transform size for |
---|
21 | # quadtree-based TU coding (2...6) |
---|
22 | QuadtreeTUMaxDepthInter : 3 |
---|
23 | QuadtreeTUMaxDepthIntra : 3 |
---|
24 | |
---|
25 | #======== Coding Structure ============= |
---|
26 | IntraPeriod : 1 # Period of I-Frame ( -1 = only first) |
---|
27 | DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR |
---|
28 | GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) |
---|
29 | # Type POC QPoffset QPfactor temporal_id ref_buf_size ref_pic #ref_pics reference pictures |
---|
30 | Frame1: B 1 0 1 0 4 1 0 |
---|
31 | |
---|
32 | #=========== Motion Search ============= |
---|
33 | FastSearch : 1 # 0:Full search 1:EPZS |
---|
34 | SearchRange : 64 # (0: Search range is a Full frame) |
---|
35 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
36 | FEN : 1 # Fast encoder decision |
---|
37 | FDM : 1 # Fast Decision for Merge RD cost |
---|
38 | |
---|
39 | #======== Quantization ============= |
---|
40 | QP : 32 # Quantization parameter(0-51) |
---|
41 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
42 | MaxCuDQPDepth : 0 # Max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
43 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
44 | RDOQ : 1 # RDOQ |
---|
45 | ChromaQpOffset : 0 # ChromaQPOffset |
---|
46 | ChromaQpOffset2nd : 0 # ChromaQPOffset2nd |
---|
47 | |
---|
48 | #=========== Entropy Coding ============ |
---|
49 | |
---|
50 | #=========== Deblock Filter ============ |
---|
51 | DeblockingFilterControlPresent: 0 # Dbl control params present (0=not present, 1=present) |
---|
52 | LoopFilterOffsetInAPS : 0 # Dbl params in APS or SliceHeader (0=SliceHeader, 1=APS) |
---|
53 | LoopFilterDisable : 0 # Disable deblocking filter in slice header (0=Filter, 1=No Filter) |
---|
54 | LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 13 |
---|
55 | LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 13 |
---|
56 | |
---|
57 | #=========== Misc. ============ |
---|
58 | InternalBitDepth : 8 # internal bit-depth = BitDepth + BitIncrement |
---|
59 | |
---|
60 | #=========== Coding Tools ================= |
---|
61 | MRG : 1 # Merge mode (0: OFF, 1: ON) |
---|
62 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) |
---|
63 | ALF : 0 # Adaptive loop filter (0: OFF, 1: ON) |
---|
64 | ALFEncodePassReduction : 0 # Reduce ALF encoding passes (0:Original 16-pass, 1: 1-pass, 2: 2-pass encoding) |
---|
65 | LMChroma : 0 # Chroma from luma intra prediction mode (0: OFF, 1: ON) |
---|
66 | NSQT : 0 # Non-square transforms (0: OFF, 1: ON) |
---|
67 | AMP : 0 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
68 | ALFMaxNumFilter : 128 # ALF Max Number Filters per picture |
---|
69 | ALFParamInSlice : 1 # ALF params in SliceHeader or APS (0=APS, 1=SliceHeader) |
---|
70 | ALFPicBasedEncode : 0 # ALF LCU-based or picture-based encoding (0: LCU-based, 1: Picture-based) |
---|
71 | SAOInterleaving : 1 # SAO interleaving flag (0: SAO parameter in APS, 1: SAO parameter in slice data) |
---|
72 | |
---|
73 | #============ Slices ================ |
---|
74 | SliceGranularity : 0 # Slice granularity relative the LCU size |
---|
75 | SliceMode : 1 # 0: Disable all slice options. |
---|
76 | # 1: Enforce maximum number of LCU in an slice, |
---|
77 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
78 | SliceArgument : 5 # Argument for 'SliceMode'. |
---|
79 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
80 | # If SliceMode==2 it represents max. bytes per slice. |
---|
81 | |
---|
82 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
83 | # 0:not across, 1: across |
---|
84 | |
---|
85 | EntropySliceMode : 1 # 0: Disable all entropy slice options. |
---|
86 | # 1: Enforce maximum number of LCU in an entropy slice, |
---|
87 | # 2: Enforce maximum number of bins/bits in an 'entropy slice' |
---|
88 | EntropySliceArgument : 3 # Argument for 'EntropySliceMode'. |
---|
89 | # If EntropySliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
90 | # If EntropySliceMode==2 it represents max. bins per entropy slice. |
---|
91 | #============ PCM ================ |
---|
92 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
93 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
94 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
95 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
96 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
97 | |
---|
98 | #============ Tiles ================ |
---|
99 | TileInfoPresentFlag : 1 # 0: tiles parameters are NOT present in the PPS |
---|
100 | # 1: tiles parameters are present in the PPS |
---|
101 | UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array |
---|
102 | # 1: the column and row boundaries are distributed uniformly |
---|
103 | TileBoundaryIndependenceIdc : 1 # 0: the column and row boundaries do NOT break prediction mechanisms |
---|
104 | # 1: the column and row boundaries break prediction mechanisms |
---|
105 | NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1 |
---|
106 | ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture) |
---|
107 | NumTileRowsMinus1 : 0 # Number of rows in a picture minus 1 |
---|
108 | RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture) |
---|
109 | |
---|
110 | TileLocationInSliceHeaderFlag : 0 # If TileBoundaryIndependenceIdc==0 flag is ignored. |
---|
111 | # 1: Enable writing tile location information to slice header. |
---|
112 | # 0: Disable writing tile location information to slice header. |
---|
113 | TileMarkerFlag : 1 # If TileBoundaryIndependenceIdc==0 flag is ignored. |
---|
114 | # 1: Enable writing tile markers. |
---|
115 | # 0: Disable writing tile markers. |
---|
116 | MaxTileMarkerEntryPoints : 4 # Maximum number of uniformly-spaced tile entry points (using tile markers). |
---|
117 | # Default=4. If number of tiles < MaxTileMarkerEntryPoints then all tiles have entry points. |
---|
118 | TileControlPresentFlag : 1 # 0: tiles behavior control parameters are NOT present in the PPS |
---|
119 | # 1: tiles behavior control parameters are present in the PPS |
---|
120 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. |
---|
121 | # 0:not across, 1: across |
---|
122 | |
---|
123 | #============ WaveFront ================ |
---|
124 | WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case). |
---|
125 | # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
126 | WaveFrontFlush : 0 # 0: No CABAC resets are performed. |
---|
127 | # 1: A CABAC reset is performed at the end of each LCU line. |
---|
128 | WaveFrontSubstreams : 1 # >0: This many substreams per slice (or per tile if TileBoundaryIndependenceIdc=1) will be produced. |
---|
129 | |
---|
130 | #=========== Quantization Matrix ================= |
---|
131 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
132 | ScalingListFile : scaling_list.txt # Scaling List file name. If file is not exist, use Default Matrix. |
---|
133 | |
---|
134 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
135 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|