Last change
on this file since 494 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.3 KB
|
Rev | Line | |
---|
[221] | 1 | InputBitDepth : 8 # Input bitdepth |
---|
| 2 | FrameSkip : 0 # Number of frames to be skipped in input |
---|
| 3 | FramesToBeEncoded : 500 # Number of frames to be coded |
---|
| 4 | |
---|
| 5 | #======== File I/O =============== |
---|
| 6 | InputFile0 : Cactus_1280x720_50_zerophase_0.9pi.yuv |
---|
| 7 | FrameRate0 : 50 # Frame Rate per second |
---|
| 8 | SourceWidth0 : 1280 # Input frame width |
---|
| 9 | SourceHeight0 : 720 # Input frame height |
---|
[389] | 10 | RepFormatIdx0 : 0 # Index of corresponding rep_format() in the VPS |
---|
[221] | 11 | IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) |
---|
| 12 | ConformanceMode0 : 1 # conformance mode |
---|
| 13 | QP0 : 22 |
---|
| 14 | |
---|
| 15 | InputFile1 : Cactus_1920x1080_50.yuv |
---|
| 16 | FrameRate1 : 50 # Frame Rate per second |
---|
| 17 | SourceWidth1 : 1920 # Input frame width |
---|
| 18 | SourceHeight1 : 1080 # Input frame height |
---|
[389] | 19 | RepFormatIdx1 : 1 # Index of corresponding rep_format() in the VPS |
---|
[221] | 20 | IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) |
---|
| 21 | ConformanceMode1 : 1 # conformance mode |
---|
| 22 | QP1 : 20 |
---|
Note: See
TracBrowser for help on using the repository browser.