source: 3DVCSoftware/branches/HTM-15.1-dev0-Disney/cfg/SEI/overlayInfoSei.cfg @ 1404

Last change on this file since 1404 was 1346, checked in by tech, 10 years ago

Minor fix.

File size: 2.4 KB
RevLine 
[1342]1PayloadType                     : 166
[1328]2
3#======== Applicability  ==========    ( SEI is only send for pictures in intersection )
[1342]4ApplicableLayerIds              :                             # LayerIds      of layers   to which the SEI is added. (all when empty)
5ApplicablePocs                  :                             # POCs          of pictures to which the SEI is added. (all when empty)
6ApplicableTids                  :                             # Tids          of pictures to which the SEI is added. (all when empty)
7ApplicableVclNaluTypes          :                             # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
[1328]8
9#======== Position in bit stream  ============
[1342]10SeiNaluId                       : 0                              # Identifies to which NAL unit  the SEI is added.
[1328]11PositionInSeiNalu               : 0                              # Identifies the position within the NAL unit
12
13#======== Payload modification =============
[1342]14ModifyByEncoder                 : 0                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
[1328]15
16#======== Payload specification =============
17OverlayInfoCancelFlag           : 0
[1342]18OverlayContentAuxIdMinus128     : 1
19OverlayLabelAuxIdMinus128       : 2
20OverlayAlphaAuxIdMinus128       : 3
[1328]21OverlayElementLabelValueLengthMinus8: 0
[1344]22NumOverlaysMinus1               : 1
23OverlayIdx                      : 2 5
24LanguageOverlayPresentFlag      : 0 1
25OverlayContentLayerId           : 0 2
26OverlayLabelPresentFlag         : 1 1
27OverlayLabelLayerId             : 1 3
28OverlayAlphaPresentFlag         : 0 0
29OverlayAlphaLayerId             : 
30NumOverlayElementsMinus1        : 3 0
[1342]31OverlayElementLabelMin_0        : 40 100 170 230
32OverlayElementLabelMax_0        : 80 140 210 255
[1344]33OverlayElementLabelMin_1        : 40
34OverlayElementLabelMax_1        : 80
[1346]35OverlayLanguage_0               : Language overlay 0
36OverlayLanguage_1               : Language overlay 1
[1344]37OverlayName_0                   : Overlay 0
38OverlayName_1                   : Overlay 1
39OverlayElementName_0_0          : Overlay 0 Element 0
40OverlayElementName_0_1          : Overlay 0 Element 1
41OverlayElementName_0_2          : Overlay 0 Element 2
42OverlayElementName_0_3          : Overlay 0 Element 3
43OverlayElementName_0_4          : Overlay 0 Element 4
44OverlayElementName_1_0          : Overlay 1 Element 0
45OverlayInfoPersistenceFlag      : 1
Note: See TracBrowser for help on using the repository browser.