Last change
on this file since 1411 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.5 KB
|
Line | |
---|
1 | PayloadType : 179 |
---|
2 | |
---|
3 | #======== Applicability ========== ( SEI is only send for pictures in intersection ) |
---|
4 | ApplicableLayerIds : # LayerIds of layers to which the SEI is added. (all when empty) |
---|
5 | ApplicablePocs : 0 # POCs of pictures to which the SEI is added. (all when empty) |
---|
6 | ApplicableTids : 0 # Tids of pictures to which the SEI is added. (all when empty) |
---|
7 | ApplicableVclNaluTypes : 19 20 # NaluUnitTypes of picture to which the SEI is added. (all when empty) |
---|
8 | |
---|
9 | #======== Position in bit stream ============ |
---|
10 | SeiNaluId : 0 # Identifies to which NAL unit the SEI is added. |
---|
11 | PositionInSeiNalu : 0 # Identifies the position within the NAL unit |
---|
12 | |
---|
13 | #======== Payload modification ============= |
---|
14 | ModifyByEncoder : 0 # 0: Use payload as specified in cfg file 1: Modify SEI by encoder. |
---|
15 | |
---|
16 | #======== Payload specification ============= |
---|
17 | IntrinsicParamFlag : 1 |
---|
18 | ExtrinsicParamFlag : 1 |
---|
19 | IntrinsicParamsEqualFlag : 1 |
---|
20 | PrecFocalLength : 31 |
---|
21 | PrecPrincipalPoint : 31 |
---|
22 | PrecSkewFactor : 31 |
---|
23 | SignFocalLengthX : 0 |
---|
24 | ExponentFocalLengthX : 0 |
---|
25 | MantissaFocalLengthX : 0 |
---|
26 | SignFocalLengthY : 0 |
---|
27 | ExponentFocalLengthY : 0 |
---|
28 | MantissaFocalLengthY : 0 |
---|
29 | SignPrincipalPointX : 0 |
---|
30 | ExponentPrincipalPointX : 0 |
---|
31 | MantissaPrincipalPointX : 0 |
---|
32 | SignPrincipalPointY : 0 |
---|
33 | ExponentPrincipalPointY : 0 |
---|
34 | MantissaPrincipalPointY : 0 |
---|
35 | SignSkewFactor : 0 |
---|
36 | ExponentSkewFactor : 0 |
---|
37 | MantissaSkewFactor : 0 |
---|
38 | PrecRotationParam : 31 |
---|
39 | PrecTranslationParam : 31 |
---|
40 | |
---|
41 | SignR_0_0 : 0 1 0 |
---|
42 | SignR_0_1 : 1 0 0 |
---|
43 | SignR_0_2 : 0 1 1 |
---|
44 | |
---|
45 | ExponentR_0_0 : 10 20 11 |
---|
46 | ExponentR_0_1 : 10 5 11 |
---|
47 | ExponentR_0_2 : 2 20 11 |
---|
48 | |
---|
49 | MantissaR_0_0 : 4 9 1 |
---|
50 | MantissaR_0_1 : 0 3 4 |
---|
51 | MantissaR_0_2 : 3 3 7 |
---|
52 | |
---|
53 | SignT_0 : 0 1 0 |
---|
54 | ExponentT_0 : 0 10 5 |
---|
55 | MantissaT_0 : 1 8 9 |
---|
Note: See
TracBrowser for help on using the repository browser.