source: SHVCSoftware/branches/SHM-2.0-dev/cfg/per-sequence-svc/Cactus-2x.cfg @ 547

Last change on this file since 547 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.4 KB
RevLine 
[125]1NumLayers                     : 2
[36]2InputBitDepth                 : 8           # Input bitdepth
3FrameSkip                     : 0           # Number of frames to be skipped in input
4FramesToBeEncoded             : 500         # Number of frames to be coded
[168]5AvcBase                       : 0           # AVC coded base layer as an input
[36]6
7#======== File I/O ===============
8InputFile0                    : Cactus_960x540_50_zerophase_0.9pi.yuv
9FrameRate0                    : 50          # Frame Rate per second
10SourceWidth0                  : 960         # Input  frame width
11SourceHeight0                 : 540         # Input  frame height
12IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
[125]13ConformanceMode0              : 1           # conformance mode
14QP0: 22
[36]15
16InputFile1                    : Cactus_1920x1080_50.yuv
17FrameRate1                    : 50          # Frame Rate per second
18SourceWidth1                  : 1920        # Input  frame width
19SourceHeight1                 : 1080        # Input  frame height
20IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
[125]21ConformanceMode1              : 1           # conformance mode
[168]22NumDirectRefLayers1           : 1           # number of direct reference layers
23RefLayerIds1                  : 0           # reference layer id
[125]24QP1: 20
[184]25ScaledRefLayerBottomOffset1   : -4          # offset for spatial alignment of the base and enhancement layers
Note: See TracBrowser for help on using the repository browser.