source: 3DVCSoftware/trunk/encoder_cfg/baseCfg_3view.cfg @ 18

Last change on this file since 18 was 18, checked in by hschwarz, 13 years ago

added configuration files

File size: 8.5 KB
Line 
1
2
3#========== file i/o ==========
4InputFile_0               : org_0.yuv                              # video input file for view 0
5InputFile_1               : org_1.yuv                              # video input file for view 1
6InputFile_2               : org_2.yuv                              # video input file for view 2
7
8ReconFile_0               : rec_0.yuv                              # video output file for view 0
9ReconFile_1               : rec_1.yuv                              # video output file for view 1
10ReconFile_2               : rec_2.yuv                              # video output file for view 2
11
12BitstreamFile             : stream.bit                             # bitstream file
13
14
15#========== general coding parameters ==========
16NumberOfViews             : 3                                      # number of views to be coded
17CodeDepthMaps             : 0                                      # encode depth maps
18FrameSkip                 : 0                                      # number of frames to be skipped at beginning of input sequences
19InputBitDepth             : 8                                      # bit depth of input files
20OutputBitDepth            : 8                                      # bit depth of output files
21InternalBitDepth          : 8                                      # internal bit depth used for coding
22
23
24#========== camera parameters ==========
25CameraParameterFile       : cam_pars.txt                           # camera parameter file
26CodedCamParsPrecision     : 5                                      # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
27
28
29#========== coding unit definitions ==========
30MaxCUWidth                : 64                                     # maximum coding unit witdh  (in luma samples)
31MaxCUHeight               : 64                                     # maximum coding unit height (in luma samples)
32MaxPartitionDepth         : 4                                      # maximum coding unit depth
33QuadtreeTULog2MaxSize     : 5                                      # log2 of maximum transform size
34QuadtreeTULog2MinSize     : 2                                      # log2 of minimum transform size
35QuadtreeTUMaxDepthIntra   : 3                                      # maximum transform tree depth for intra-coded CU's
36QuadtreeTUMaxDepthInter   : 3                                      # maximum transform tree depth for inter-coded CU's
37
38
39#========== coding structure ==========
40CodedPictureStoreSize     : 9                                      # size of decoded picture buffer in frame buffers
41GOPFormatString           : IL0PL3(V0)_0*n{ *2{ PL0(-8)PL3(-8,V0)_7 BL1(-4;+4)BL4(-4,V0;+4)_3 BL2(-2;+2,+6)BL5(-2,V0;+2,+6)_1 BL2(-2,-6;+2)BL5(-2,-6,V0;+2)_5 BL3(-1;+1,+3)BL6(-1,V0;+1,+3)_0 BL3(-1,-3;+1,+5)BL6(-1,-3,V0;+1,+5)_2 BL3(-1,-5;+1,+3)BL6(-1,-5,V0;+1,+3)_4 BL3(-1,-3;+1)BL6(-1,-3,V0;+1)_6 }*1{ IL0PL3(V0)_7 BL1(-4;+4)BL4(-4,V0;+4)_3 BL2(-2;+2,+6)BL5(-2,V0;+2,+6)_1 BL2(-2,-6;+2)BL5(-2,-6,V0;+2)_5 BL3(-1;+1,+3)BL6(-1,V0;+1,+3)_0 BL3(-1,-3;+1,+5)BL6(-1,-3,V0;+1,+5)_2 BL3(-1,-5;+1,+3)BL6(-1,-5,V0;+1,+3)_4 BL3(-1,-3;+1)BL6(-1,-3,V0;+1)_6 } }
42                                                                   # string specifying the coding order and reference picture lists
43GOPSize                   : 8                                      # GOP size of temporal structures
44RateGOPSize               : 8                                      # GOP size of hierarchical QP assignment (-1: inherit GOPSize value)
45LowDelayCoding            : 0                                      # use low-delay mode
46TemporalLayerQPOffset_L0  : 0                                      # QP offset for temporal layer 0
47TemporalLayerQPOffset_L1  : 1                                      # QP offset for temporal layer 1
48TemporalLayerQPOffset_L2  : 2                                      # QP offset for temporal layer 2
49TemporalLayerQPOffset_L3  : 3                                      # QP offset for temporal layer 3
50TemporalLayerQPOffset_L4  : 4                                      # QP offset for temporal layer 4
51TemporalLayerQPOffset_L5  : 5                                      # QP offset for temporal layer 5
52TemporalLayerQPOffset_L6  : 6                                      # QP offset for temporal layer 6
53TemporalLayerQPOffset_L7  : 7                                      # QP offset for temporal layer 7
54
55
56#========== encoder control /motion search ==========
57FastSearch                : 1                                      # motion search mode (0:Full search, 1:Diamond, 2:PMVFAST)
58SearchRange               : 96                                     # motion search range (in luma samples)
59BipredSearchRange         : 4                                      # motion search range for bi-prediction refinement (in luma samples)
60HadamardME                : 1                                      # use Hadamard SAD for fractional-sample search
61FEN                       : 1                                      # use fast encoder control
62
63
64#========== quantization ==========
65DeltaQpRD                 : 0                                      # maximum delta QP offset for a slice
66MaxDeltaQP                : 0                                      # maximum delta QP offset for a block
67RDOQ                      : 1 1                                    # use rate-distortion optimized quantization (RDOQ)
68QpChangeFrame             : 0                                      # frame number for Qp change
69QpChangeOffsetVideo       : 0                                      # change QP delta for video
70QpChangeOffsetDepth       : 0                                      # change QP delta for depth
71
72
73#========== entropy coding ==========
74SymbolMode                : 1                                      # entropy coding mode (0=CAVLC, 1=CABAC)
75
76
77#========== slices ==========
78SliceMode                 : 0                                      # slice mode (0:off, 1:max # of LCUs, 2:max # of bytes)
79SliceArgument             : 1500                                   # slice argument (SliceMode1:max # of LCUs, SliceMode2: max # of bytes)
80EntropySliceMode          : 0                                      # entropy slices (0:off, 1:max # of LCUs, 2:max # of bins)
81EntropySliceArgument      : 180000                                 # entropy slice argument (EntropySliceMode1:max # of LCUs, EntropySliceMode2:max # of bins)
82LFCrossSliceBoundaryFlag  : 1                                      # loop-filtering across slice boundaries
83
84
85#========== deblocking ==========
86LoopFilterDisable         : 0                                      # disable deblocking filter
87LoopFilterAlphaC0Offset   : 0                                      # alpha offset for deblocking filter
88LoopFilterBetaOffset      : 0                                      # beta offset for deblocking filter
89
90
91#========== coding tools ==========
92MRG                       : 1                                      # use motion partition merging
93ALF                       : 1                                      # use adaptive loop filter
94ALFEncodePassReduction    : 0                                      # ALF encoding (0:original 16-pass, 1:one-pass, 2:two-pass)
95
96
97#========== multiview coding tools ==========
98PredDepthMapGen           : 1                                      # generation of prediction depth maps (0:off, 1:using coded motion data, 2:using coded depth maps)
99MultiviewMvPred           : 7                                      # usage of prediction depth maps (0:off, 1:for interview, 2:for inter, 4:for merge, X:bit-wise combinations)
100MultiviewMvRegMode        : 0                                      # use original depth maps for regularizing inter-view motion vector
101MultiviewMvRegLambdaScale : 0.0                                    # lambda scale factor for inter-view motion vector regularization
102MultiviewResPred          : 1                                      # inter-view residual prediction (0:off, 1:on)
103InterViewSkip             : 0                                      # interview SKIP mode
104InterViewSkipLambdaScale  : 8                                      # lambda scale for inter-view skip mode
105
106
107#========== depth coding tools ==========
108DMM                       : 0                                      # use depth intra modes (wedgelets)
109VSO                       : 0                                      # use of view synthesis optimization for depth coding
110MVI                       : 0                                      # motion parameter inheritance
111
112
113#========== view synthesis optimization (VSO) ==========
114VSOConfig                 :                                        # VSO configuration string
115
Note: See TracBrowser for help on using the repository browser.