source: SHVCSoftware/branches/SHM-3.1-dev/cfg/per-sequence-svc-avcbase/Kimono-2x.cfg

Last change on this file was 389, checked in by qualcomm, 11 years ago

Signaling representation format in VPS (MACRO: REPN_FORMAT_IN_VPS)

Includes signaling of representation format - including picture resolution, bit depth, chroma format - in the VPS, with the option of updating them in the SPS. The configuration file has "RepFormatIdx%d" added to indicate for each layer which representation format is used. The rep_format() structures are automatically created by the encoder. If the bit depth and the chroma format are also changed across layers, some more configuration support would be needed.

From: Adarsh K. Ramasubramonian <aramasub@…>

File size: 1.5 KB
Line 
1InputBitDepth                 : 8           # Input bitdepth
2FrameSkip                     : 0           # Number of frames to be skipped in input
3FramesToBeEncoded             : 240         # Number of frames to be coded
4
5#======== File I/O ===============
6InputFile0                    : Kimono1_960x540_24_zerophase_0.9pi.yuv
7FrameRate0                    : 24          # Frame Rate per second
8SourceWidth0                  : 960         # Input  frame width
9SourceHeight0                 : 544         # Input  frame height
10RepFormatIdx0                             : 0                   # Index of corresponding rep_format() in the VPS
11IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
12ConformanceMode0              : 1           # conformance mode
13QP0                           : 22
14
15InputFile1                    : Kimono1_1920x1080_24.yuv
16FrameRate1                    : 24          # Frame Rate per second
17SourceWidth1                  : 1920        # Input  frame width
18SourceHeight1                 : 1080        # Input  frame height
19RepFormatIdx1                             : 1                   # Index of corresponding rep_format() in the VPS
20IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
21ConformanceMode1              : 1           # conformance mode
22NumScaledRefLayerOffsets1     : 1                             # Number of scaled entry offsets for this layer
23ScaledRefLayerBottomOffset1   : -4          # offset for spatial alignment of the base and enhancement layers
24QP1                           : 20
Note: See TracBrowser for help on using the repository browser.