Ticket #1500: encoder_intra_vtm_modified.cfg

File encoder_intra_vtm_modified.cfg, 6.4 KB (added by iulia, 3 years ago)

encoder configuration file

Line 
1#======== File I/O =====================
2InputFile                     :/home/mitrica/Sequences/AAT_20120113_extrait_vue_visible.yuv
3InputBitDepth                 : 8           # Input bitdepth
4InputChromaFormat             : 422         # Ratio of luminance to chrominance samples
5FrameRate                     : 24          # Frame Rate per second
6FrameSkip                     : 0           # Number of frames to be skipped in input
7SourceWidth                   : 1920        # Input  frame width
8SourceHeight                  : 1080        # Input  frame height
9FramesToBeEncoded             : 1           # Number of frames to be coded
10
11#======== File I/O =====================
12BitstreamFile                 : intra_str_visible_QP51.bin
13ReconFile                     : intra_rec_visible_QP51.yuv
14
15#======== Profile ================
16Profile                       : auto
17
18#======== Unit definition ================
19MaxCUWidth                    : 64          # Maximum coding unit width in pixel
20MaxCUHeight                   : 64          # Maximum coding unit height in pixel
21
22#======== Coding Structure =============
23IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
24DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
25GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
26#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures
27
28#=========== Motion Search =============
29FastSearch                    : 1           # 0:Full search  1:TZ search
30SearchRange                   : 64          # (0: Search range is a Full frame)
31HadamardME                    : 1           # Use of hadamard measure for fractional ME
32FEN                           : 1           # Fast encoder decision
33FDM                           : 1           # Fast Decision for Merge RD cost
34
35#======== Quantization =============
36QP                            : 51          # Quantization parameter(0-51)
37MaxDeltaQP                    : 0           # CU-based multi-QP optimization
38MaxCuDQPSubdiv                : 0           # Maximum subdiv for CU luma Qp adjustment
39DeltaQpRD                     : 0           # Slice-based multi-QP optimization
40RDOQ                          : 1           # RDOQ
41RDOQTS                        : 1           # RDOQ for transform skip
42
43#=========== Deblock Filter ============
44DeblockingFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
45DeblockingFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
46DeblockingFilterBetaOffset_div2     : 0           # base_param: -12 ~ 12
47DeblockingFilterTcOffset_div2       : 0           # base_param: -12 ~ 12
48DeblockingFilterCbBetaOffset_div2   : 0           # base_param: -12 ~ 12
49DeblockingFilterCbTcOffset_div2     : 0           # base_param: -12 ~ 12
50DeblockingFilterCrBetaOffset_div2   : 0           # base_param: -12 ~ 12
51DeblockingFilterCrTcOffset_div2     : 0           # base_param: -12 ~ 12
52DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (DeblockingFilterOffsetInPPS and DeblockingFilterDisable must be 0)
53
54#=========== Misc. ============
55InternalBitDepth              : 8          # codec operating bit-depth
56
57#=========== Coding Tools =================
58SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON)
59TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
60TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
61TransformSkipLog2MaxSize      : 5
62SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
63PLT                           : 1
64ColorTransform                : 1
65Log2MaxTbSize                 : 5
66
67#============ VTM settings ======================
68SEIDecodedPictureHash               : 0
69CbQpOffset                          : 0
70CrQpOffset                          : 0
71SameCQPTablesForAllChroma           : 1
72QpInValCb                           : 17 27 32 44
73QpOutValCb                          : 17 29 34 41
74TemporalSubsampleRatio              : 8
75
76ReWriteParamSets                    : 1
77#============ NEXT ====================
78
79# General
80CTUSize                      : 128
81LCTUFast                     : 1
82
83DualITree                    : 1      # separate partitioning of luma and chroma channels for I-slices
84MinQTLumaISlice              : 8
85MinQTChromaISliceInChromaSamples: 4      # minimum QT size in chroma samples for chroma separate tree
86MinQTNonISlice               : 8
87MaxMTTHierarchyDepth         : 3
88MaxMTTHierarchyDepthISliceL  : 3
89MaxMTTHierarchyDepthISliceC  : 3
90
91MTS                          : 1
92MTSIntraMaxCand              : 4
93MTSInterMaxCand              : 4
94SBT                          : 1
95LFNST                        : 1
96ISP                          : 1
97Affine                       : 1
98SbTMVP                       : 1
99MaxNumMergeCand              : 6
100LMChroma                     : 1      # use CCLM only
101DepQuant                     : 1
102IMV                          : 1
103ALF                          : 1
104IBC                          : 1      # turned off in CTC
105AllowDisFracMMVD             : 1
106AffineAmvr                   : 0
107LMCSEnable                   : 1      # LMCS: 0: disable, 1:enable
108LMCSSignalType               : 0      # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG
109LMCSUpdateCtrl               : 1      # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP
110LMCSOffset                   : 2      # chroma residual scaling offset
111MRL                          : 1
112MIP                          : 1
113JointCbCr                    : 0      # joint coding of chroma residuals (if available): 0: disable, 1: enable
114ChromaTS                     : 1
115
116# Fast tools
117PBIntraFast                  : 1
118ISPFast                      : 1
119FastMrg                      : 1
120AMaxBT                       : 1
121FastMIP                      : 1
122FastLFNST                    : 1
123
124# Encoder optimization tools
125AffineAmvrEncOpt             : 0
126ALFAllowPredefinedFilters    : 1
127ALFStrengthTargetLuma        : 1.0
128ALFStrengthTargetChroma      : 1.0
129CCALFStrengthTarget          : 1.0
130### DO NOT ADD ANYTHING BELOW THIS LINE ###
131### DO NOT DELETE THE EMPTY LINE BELOW ###
132
133