Changeset 1342 in 3DVCSoftware for branches/HTM-15.1-dev0-Disney/cfg
- Timestamp:
- 1 Oct 2015, 15:54:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-Disney/cfg/SEI/overlayInfoSei.cfg
r1328 r1342 1 2 PayloadType : TBD 1 PayloadType : 166 3 2 4 3 #======== Applicability ========== ( SEI is only send for pictures in intersection ) 5 ApplicableLayerIds : TBD# LayerIds of layers to which the SEI is added. (all when empty)6 ApplicablePocs : TBD# POCs of pictures to which the SEI is added. (all when empty)7 ApplicableTids : TBD# Tids of pictures to which the SEI is added. (all when empty)8 ApplicableVclNaluTypes : TBD# NaluUnitTypes of picture to which the SEI is added. (all when empty)4 ApplicableLayerIds : # LayerIds of layers to which the SEI is added. (all when empty) 5 ApplicablePocs : # POCs of pictures to which the SEI is added. (all when empty) 6 ApplicableTids : # Tids of pictures to which the SEI is added. (all when empty) 7 ApplicableVclNaluTypes : # NaluUnitTypes of picture to which the SEI is added. (all when empty) 9 8 10 9 #======== Position in bit stream ============ 11 SeiNaluId : 0 # Identifies to which NAL unit the SEI is added. 10 SeiNaluId : 0 # Identifies to which NAL unit the SEI is added. 12 11 PositionInSeiNalu : 0 # Identifies the position within the NAL unit 13 12 14 13 #======== Payload modification ============= 15 ModifyByEncoder : TBD# 0: Use payload as specified in cfg file 1: Modify SEI by encoder.14 ModifyByEncoder : 0 # 0: Use payload as specified in cfg file 1: Modify SEI by encoder. 16 15 17 16 #======== Payload specification ============= 18 17 OverlayInfoCancelFlag : 0 19 OverlayContentAuxIdMinus128 : 020 OverlayLabelAuxIdMinus128 : 021 OverlayAlphaAuxIdMinus128 : 018 OverlayContentAuxIdMinus128 : 1 19 OverlayLabelAuxIdMinus128 : 2 20 OverlayAlphaAuxIdMinus128 : 3 22 21 OverlayElementLabelValueLengthMinus8: 0 23 22 NumOverlaysMinus1 : 0 24 OverlayIdx : 025 LanguageOverlayPresentFlag : 026 OverlayContentLayerId : 027 OverlayLabelPresentFlag : 028 OverlayLabelLayerId : 023 OverlayIdx : 5 24 LanguageOverlayPresentFlag : 1 25 OverlayContentLayerId : 10 26 OverlayLabelPresentFlag : 1 27 OverlayLabelLayerId : 20 29 28 OverlayAlphaPresentFlag : 0 30 OverlayAlphaLayerId : 0 31 NumOverlayElementsMinus1 : 0 32 OverlayElementLabelMin_0 : 0 33 OverlayElementLabelMax_0 : 0 34 OverlayZeroBit : 0 35 OverlayLanguage : 0 36 OverlayName : 0 37 OverlayElementName_0 : 0 38 OverlayInfoPersistenceFlag : 0 29 OverlayAlphaLayerId : 30 30 NumOverlayElementsMinus1 : 3 31 OverlayElementLabelMin_0 : 40 100 170 230 32 OverlayElementLabelMax_0 : 80 140 210 255 33 OverlayInfoPersistenceFlag : 1 34
Note: See TracChangeset for help on using the changeset viewer.