source: SHVCSoftware/branches/SHM-dev/cfg/per-sequence-svc/Traffic-2x.cfg @ 941

Last change on this file since 941 was 941, checked in by seregin, 10 years ago

support profile, tier and level for each layer, patch was provided by Hendry <fhendry@…>

File size: 1.9 KB
Line 
1FrameSkip                     : 0           # Number of frames to be skipped in input
2FramesToBeEncoded             : 150         # Number of frames to be coded
3PhaseAlignment                : 0           # Sample location alignment between layers (0: zero position aligned, 1: central position aligned)
4#Level                         : 5
5#This is level of the whole bitstream
6Level0                         : 5
7#This is level of the base layer
8Level1                         : 3.1
9#This is level of the enhancement layer
10Level2                         : 5
11
12#======== File I/O ===============
13InputFile0                    : Traffic_1280x800_30_crop_zerophase_0.9pi.yuv
14FrameRate0                    : 30          # Frame Rate per second
15InputBitDepth0                : 8           # Input bitdepth for layer 0
16SourceWidth0                  : 1280        # Input  frame width
17SourceHeight0                 : 800         # Input  frame height
18RepFormatIdx0                 : 0           # Index of corresponding rep_format() in the VPS
19IntraPeriod0                  : 32          # Period of I-Frame ( -1 = only first)
20ConformanceMode0              : 1           # conformance mode
21QP0                           : 22
22LayerPTLIndex0                : 1 
23
24InputFile1                    : Traffic_2560x1600_30_crop.yuv
25FrameRate1                    : 30          # Frame Rate per second
26InputBitDepth1                : 8           # Input bitdepth for layer 1
27SourceWidth1                  : 2560        # Input  frame width
28SourceHeight1                 : 1600        # Input  frame height
29RepFormatIdx1                 : 1           # Index of corresponding rep_format() in the VPS
30IntraPeriod1                  : 32          # Period of I-Frame ( -1 = only first)
31ConformanceMode1              : 1           # conformance mode
32QP1                           : 20
33LayerPTLIndex1                : 2 
Note: See TracBrowser for help on using the repository browser.