source: 3DVCSoftware/trunk/cfg/SEI/overlayInfoSei.cfg @ 1356

Last change on this file since 1356 was 1356, checked in by tech, 9 years ago

Merged 15.1-dev0-NICT@1355.

  • Property svn:eol-style set to native
File size: 2.4 KB
Line 
1PayloadType                     : 166
2
3#======== Applicability  ==========    ( SEI is only send for pictures in intersection )
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)
8
9#======== Position in bit stream  ============
10SeiNaluId                       : 0                              # Identifies to which NAL unit  the SEI is added.
11PositionInSeiNalu               : 0                              # Identifies the position within the NAL unit
12
13#======== Payload modification =============
14ModifyByEncoder                 : 0                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
15
16#======== Payload specification =============
17OverlayInfoCancelFlag           : 0
18OverlayContentAuxIdMinus128     : 1
19OverlayLabelAuxIdMinus128       : 2
20OverlayAlphaAuxIdMinus128       : 3
21OverlayElementLabelValueLengthMinus8: 0
22NumOverlaysMinus1               : 1
23OverlayIdx                      : 2 5
24LanguageOverlayPresentFlag      : 0 1
25OverlayContentLayerId           : 0 2
26OverlayLabelPresentFlag         : 1 1
27OverlayLabelLayerId             : 1 3
28OverlayAlphaPresentFlag         : 0 0
29OverlayAlphaLayerId             : 
30NumOverlayElementsMinus1        : 3 0
31OverlayElementLabelMin_0        : 40 100 170 230
32OverlayElementLabelMax_0        : 80 140 210 255
33OverlayElementLabelMin_1        : 40
34OverlayElementLabelMax_1        : 80
35OverlayLanguage_0               : Language overlay 0
36OverlayLanguage_1               : Language overlay 1
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.