Last change
on this file since 184 was
184,
checked in by qualcomm, 12 years ago
|
Configuration file support related to r175.
Added configuation file support for specifying scaled reference layer offsets for more than one enhancement layer.
From: Adarsh K. Ramasubramonian <aramasub@…>
|
File size:
1.5 KB
|
Line | |
---|
1 | NumLayers : 2 |
---|
2 | InputBitDepth : 8 # Input bitdepth |
---|
3 | FrameSkip : 0 # Number of frames to be skipped in input |
---|
4 | FramesToBeEncoded : 240 # Number of frames to be coded |
---|
5 | AvcBase : 0 # AVC coded base layer as an input |
---|
6 | |
---|
7 | #======== File I/O =============== |
---|
8 | InputFile0 : ParkScene_960x540_24_zerophase_0.9pi.yuv |
---|
9 | FrameRate0 : 24 # Frame Rate per second |
---|
10 | SourceWidth0 : 960 # Input frame width |
---|
11 | SourceHeight0 : 540 # Input frame height |
---|
12 | IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) |
---|
13 | ConformanceMode0 : 1 # conformance mode |
---|
14 | QP0: 22 |
---|
15 | |
---|
16 | InputFile1 : ParkScene_1920x1080_24.yuv |
---|
17 | FrameRate1 : 24 # Frame Rate per second |
---|
18 | SourceWidth1 : 1920 # Input frame width |
---|
19 | SourceHeight1 : 1080 # Input frame height |
---|
20 | IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) |
---|
21 | ConformanceMode1 : 1 # conformance mode |
---|
22 | NumDirectRefLayers1 : 1 # number of direct reference layers |
---|
23 | RefLayerIds1 : 0 # reference layer id |
---|
24 | QP1: 20 |
---|
25 | ScaledRefLayerBottomOffset1 : -4 # offset for spatial alignment of the base and enhancement layers |
---|
Note: See
TracBrowser for help on using the repository browser.