Ignore:
Timestamp:
10 Sep 2013, 17:27:55 (11 years ago)
Author:
qualcomm
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/cfg/per-sequence-svc-avcbase/Cactus-2x.cfg

    r310 r389  
    88SourceWidth0                  : 960         # Input  frame width
    99SourceHeight0                 : 544         # Input  frame height
     10RepFormatIdx0                             : 0                   # Index of corresponding rep_format() in the VPS
    1011IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    1112ConformanceMode0              : 1           # conformance mode
     
    1617SourceWidth1                  : 1920        # Input  frame width
    1718SourceHeight1                 : 1080        # Input  frame height
     19RepFormatIdx1                             : 1                   # Index of corresponding rep_format() in the VPS
    1820IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    1921ConformanceMode1              : 1           # conformance mode
Note: See TracChangeset for help on using the changeset viewer.