source: 3DVCSoftware/branches/HTM-5.1-dev0-MERL-Mediatek-Fix/cfg/renderer.cfg @ 286

Last change on this file since 286 was 7, checked in by hhi, 13 years ago
  • Property svn:eol-style set to native
File size: 3.7 KB
Line 
1#======== Input and Output Files =======
2VideoInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTv_RS768X1024.yuv # input video file basename, '$' is replaced by BaseViewCameraNumber
3DepthInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTd_RS768X1024.yuv # input depth file basename, '$' is replaced by BaseViewCameraNumber
4SynthOutputFileBaseName : C:\md\temp\book_synth_$_RS768X1024.yuv                           # output video file basename, '$' is replaced by SynthViewCameraNumber
5ContOutputFileNumbering : 0                         # for SynthOutputFileBaseName only: 0 = Replace '$' with real view numbers, 1 = Replace '$' from Left View to Right View beginning with 0
6
7#======== Input and Output Files (alternatively )=======
8#VideoInputFile_0        : C:\md\vids\original\MPEG_MVD_bookarrival_VN10_CTv_RS768X1024.yuv
9#VideoInputFile_1        : C:\md\vids\original\MPEG_MVD_bookarrival_VN08_CTv_RS768X1024.yuv
10#VideoInputFile_2        : C:\md\vids\original\MPEG_MVD_bookarrival_VN06_CTv_RS768X1024.yuv
11
12#DepthInputFile_0        : C:\md\vids\original\MPEG_MVD_bookarrival_VN10_CTd_RS768X1024.yuv
13#DepthInputFile_1        : C:\md\vids\original\MPEG_MVD_bookarrival_VN08_CTd_RS768X1024.yuv
14#DepthInputFile_2        : C:\md\vids\original\MPEG_MVD_bookarrival_VN06_CTd_RS768X1024.yuv
15
16#SynthOutputFile_0       : C:\md\temp\book_synth_0_RS768X1024.yuv 
17#SynthOutputFile_1       : C:\md\temp\book_synth_1_RS768X1024.yuv 
18#SynthOutputFile_2       : C:\md\temp\book_synth_2_RS768X1024.yuv 
19# ...
20
21
22#======== File Specification =======
23SourceWidth             : 1024                      # width in pel
24SourceHeight            : 768                       # height in pel
25FrameSkip               : 0                         # frames to skip from beginning
26FramesToBeRendered      : 5                         # 0 for all
27
28#======== Camera Specification =======
29BaseViewCameraNumbers   : 10 8 6                    # numbers of base views, (From left to right)
30SynthViewCameraNumbers  : 0 : 0.25 : 2              # numbers or range of synthesized views (original views are copied)
31CameraParameterFile     : c:\md\codecs\MVDC005_64\cfg\cam_para.cfg              # name of camera parameter file
32
33#======== Rendering Parameters =======
34RenderDirection         : 0                         # 0: interpolate, 1: extrapolate from left, 2: exterpolate from right
35RenderMode              : 0                         # 0: use Renderer, 1: use Model, 10: generate used pels map
36
37#======== Pre/ PostProcesssing ========
38TemporalDepthFilter     : 0                         # 0: off, 1: temporal depth filter of non-moving blocks ( tool from VSRS Software)
39SimEnhance              : 1                         # 0: off, 1: on, Similarity enhancement
40
41#======== Interpolation ========
42ShiftPrecision          : 2                         # precision of Shifts 0: full pel, 1: half pel, 2: quater pel
43
44#======== Hole Filling ========
45HoleFillingMode         : 1                         # 0: none, 1: line wise background extension
46
47#======== Blending ========
48BlendMode               : 0                         # blending of left and right image: 0: average, 1: holes from right, 2: only holes from left, 3: adaptively from BaseViewCameraNumbers order
49BlendZThresPerc         : 30                        # Z-difference threshold for blending in percent of total Z-range
50BlendUseDistWeight      : 1                         # 0: blending using average; 1: weight blending depending on view distance
51BlendHoleMargin         : 6                         # Margin next holes to blend with other view in interpolation or to cut in extrapolation ( should be 2 for extrapolation)
52
53#======== Others ===========
54Sweep                   : 0                         # Output all views to one file
Note: See TracBrowser for help on using the repository browser.