exiftool_vendored 12.42.0 → 12.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +226 -6
- data/bin/MANIFEST +14 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +45 -44
- data/bin/config_files/acdsee.config +2 -1
- data/bin/config_files/frameCount.config +56 -0
- data/bin/config_files/tiff_version.config +1 -1
- data/bin/exiftool +116 -97
- data/bin/fmt_files/gpx.fmt +3 -0
- data/bin/fmt_files/gpx_wpt.fmt +3 -0
- data/bin/lib/Image/ExifTool/Apple.pm +16 -3
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +23 -12
- data/bin/lib/Image/ExifTool/Canon.pm +66 -37
- data/bin/lib/Image/ExifTool/CanonRaw.pm +8 -1
- data/bin/lib/Image/ExifTool/CanonVRD.pm +7 -8
- data/bin/lib/Image/ExifTool/Casio.pm +3 -3
- data/bin/lib/Image/ExifTool/DJI.pm +2 -1
- data/bin/lib/Image/ExifTool/DarwinCore.pm +13 -1
- data/bin/lib/Image/ExifTool/EXE.pm +9 -1
- data/bin/lib/Image/ExifTool/Exif.pm +17 -12
- data/bin/lib/Image/ExifTool/FLAC.pm +17 -3
- data/bin/lib/Image/ExifTool/FLIR.pm +9 -7
- data/bin/lib/Image/ExifTool/FlashPix.pm +26 -3
- data/bin/lib/Image/ExifTool/FujiFilm.pm +51 -4
- data/bin/lib/Image/ExifTool/GPS.pm +31 -5
- data/bin/lib/Image/ExifTool/Geotag.pm +36 -8
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +3 -2
- data/bin/lib/Image/ExifTool/ICO.pm +143 -0
- data/bin/lib/Image/ExifTool/ID3.pm +6 -6
- data/bin/lib/Image/ExifTool/IPTC.pm +5 -1
- data/bin/lib/Image/ExifTool/JPEG.pm +1 -0
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +24 -3
- data/bin/lib/Image/ExifTool/LNK.pm +5 -2
- data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fr.pm +6015 -759
- data/bin/lib/Image/ExifTool/Lang/sk.pm +1927 -0
- data/bin/lib/Image/ExifTool/M2TS.pm +98 -8
- data/bin/lib/Image/ExifTool/MIE.pm +9 -3
- data/bin/lib/Image/ExifTool/MISB.pm +494 -0
- data/bin/lib/Image/ExifTool/MakerNotes.pm +3 -1
- data/bin/lib/Image/ExifTool/Matroska.pm +272 -48
- data/bin/lib/Image/ExifTool/Motorola.pm +8 -2
- data/bin/lib/Image/ExifTool/Nikon.pm +746 -382
- data/bin/lib/Image/ExifTool/NikonCustom.pm +139 -106
- data/bin/lib/Image/ExifTool/NikonSettings.pm +5 -3
- data/bin/lib/Image/ExifTool/Olympus.pm +6 -4
- data/bin/lib/Image/ExifTool/PNG.pm +8 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +21 -4
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +25 -5
- data/bin/lib/Image/ExifTool/Parrot.pm +96 -2
- data/bin/lib/Image/ExifTool/Pentax.pm +7 -2
- data/bin/lib/Image/ExifTool/Photoshop.pm +29 -3
- data/bin/lib/Image/ExifTool/QuickTime.pm +166 -13
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +161 -22
- data/bin/lib/Image/ExifTool/README +15 -4
- data/bin/lib/Image/ExifTool/RIFF.pm +106 -9
- data/bin/lib/Image/ExifTool/Samsung.pm +2 -2
- data/bin/lib/Image/ExifTool/Sigma.pm +27 -1
- data/bin/lib/Image/ExifTool/SigmaRaw.pm +37 -13
- data/bin/lib/Image/ExifTool/Sony.pm +75 -47
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +13 -6
- data/bin/lib/Image/ExifTool/TagLookup.pm +4791 -4519
- data/bin/lib/Image/ExifTool/TagNames.pod +2056 -1446
- data/bin/lib/Image/ExifTool/Text.pm +3 -4
- data/bin/lib/Image/ExifTool/Torrent.pm +2 -3
- data/bin/lib/Image/ExifTool/Validate.pm +3 -3
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +7 -0
- data/bin/lib/Image/ExifTool/WriteExif.pl +100 -23
- data/bin/lib/Image/ExifTool/WriteIPTC.pl +2 -6
- data/bin/lib/Image/ExifTool/WritePhotoshop.pl +5 -5
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +12 -7
- data/bin/lib/Image/ExifTool/WriteRIFF.pl +359 -0
- data/bin/lib/Image/ExifTool/WriteXMP.pl +15 -1
- data/bin/lib/Image/ExifTool/Writer.pl +46 -18
- data/bin/lib/Image/ExifTool/XMP.pm +78 -59
- data/bin/lib/Image/ExifTool/XMP2.pl +19 -4
- data/bin/lib/Image/ExifTool/ZIP.pm +19 -7
- data/bin/lib/Image/ExifTool.pm +146 -38
- data/bin/lib/Image/ExifTool.pod +83 -69
- data/bin/perl-Image-ExifTool.spec +43 -43
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +10 -4
|
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
|
12
12
|
=head1 TAG TABLES
|
|
13
13
|
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
|
15
|
-
They contain a total of
|
|
15
|
+
They contain a total of 26197 tags, with 16717 unique tag names.
|
|
16
16
|
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
|
@@ -902,9 +902,9 @@ for the official EXIF 2.32 specification.
|
|
|
902
902
|
0xc71f RowInterleaveFactor - no
|
|
903
903
|
0xc725 ProfileLookTableDims IFD0 int32u[3]!
|
|
904
904
|
0xc726 ProfileLookTableData IFD0 float[n]!
|
|
905
|
-
0xc740 OpcodeList1 SubIFD undef
|
|
906
|
-
0xc741 OpcodeList2 SubIFD undef
|
|
907
|
-
0xc74e OpcodeList3 SubIFD undef
|
|
905
|
+
0xc740 OpcodeList1 SubIFD undef~!
|
|
906
|
+
0xc741 OpcodeList2 SubIFD undef~!
|
|
907
|
+
0xc74e OpcodeList3 SubIFD undef~!
|
|
908
908
|
0xc761 NoiseProfile SubIFD double[n]!
|
|
909
909
|
0xc763 TimeCodes IFD0 int8u[n]
|
|
910
910
|
0xc764 FrameRate IFD0 rational64s
|
|
@@ -931,7 +931,7 @@ for the official EXIF 2.32 specification.
|
|
|
931
931
|
0xc7ee EnhanceParams IFD0 string!
|
|
932
932
|
0xcd2d ProfileGainTableMap SubIFD undef!
|
|
933
933
|
0xcd2e SemanticName SubIFD no
|
|
934
|
-
0xcd30
|
|
934
|
+
0xcd30 SemanticInstanceID SubIFD no
|
|
935
935
|
0xcd31 CalibrationIlluminant3 IFD0 int16u!
|
|
936
936
|
0xcd32 CameraCalibration3 IFD0 rational64s[n]!
|
|
937
937
|
0xcd33 ColorMatrix3 IFD0 rational64s[n]!
|
|
@@ -1430,6 +1430,11 @@ These tags belong to the ExifTool XMP-aux family 1 group.
|
|
|
1430
1430
|
-------- --------
|
|
1431
1431
|
ApproximateFocusDistance rational
|
|
1432
1432
|
DistortionCorrectionAlreadyApplied boolean
|
|
1433
|
+
EnhanceDetailsAlreadyApplied boolean
|
|
1434
|
+
EnhanceDetailsVersion string
|
|
1435
|
+
EnhanceSuperResolutionAlreadyApplied boolean
|
|
1436
|
+
EnhanceSuperResolutionScale rational
|
|
1437
|
+
EnhanceSuperResolutionVersion string
|
|
1433
1438
|
Firmware string
|
|
1434
1439
|
FlashCompensation rational
|
|
1435
1440
|
ImageNumber string
|
|
@@ -2415,7 +2420,12 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
2415
2420
|
UprightDependentDigest string/
|
|
2416
2421
|
UprightFocalLength35mm real/
|
|
2417
2422
|
UprightFocalMode integer/
|
|
2423
|
+
UprightFourSegments_0 string/
|
|
2424
|
+
UprightFourSegments_1 string/
|
|
2425
|
+
UprightFourSegments_2 string/
|
|
2426
|
+
UprightFourSegments_3 string/
|
|
2418
2427
|
UprightFourSegmentsCount integer/
|
|
2428
|
+
UprightGuidedDependentDigest string/
|
|
2419
2429
|
UprightPreview boolean/
|
|
2420
2430
|
UprightTransform_0 string/
|
|
2421
2431
|
UprightTransform_1 string/
|
|
@@ -3595,7 +3605,12 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3595
3605
|
UprightDependentDigest string
|
|
3596
3606
|
UprightFocalLength35mm real
|
|
3597
3607
|
UprightFocalMode integer
|
|
3608
|
+
UprightFourSegments_0 string
|
|
3609
|
+
UprightFourSegments_1 string
|
|
3610
|
+
UprightFourSegments_2 string
|
|
3611
|
+
UprightFourSegments_3 string
|
|
3598
3612
|
UprightFourSegmentsCount integer
|
|
3613
|
+
UprightGuidedDependentDigest string
|
|
3599
3614
|
UprightPreview boolean
|
|
3600
3615
|
UprightTransform_0 string
|
|
3601
3616
|
UprightTransform_1 string
|
|
@@ -3982,6 +3997,7 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
|
|
|
3982
3997
|
ImageHistory string/
|
|
3983
3998
|
ImageUniqueID string/
|
|
3984
3999
|
LensCorrectionSettings string
|
|
4000
|
+
PicasawebGPhotoId string
|
|
3985
4001
|
PickLabel string
|
|
3986
4002
|
TagsList string+
|
|
3987
4003
|
|
|
@@ -4260,6 +4276,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4260
4276
|
PortraitNote string
|
|
4261
4277
|
PortraitRequest string
|
|
4262
4278
|
PortraitVersion string
|
|
4279
|
+
ShotLogData string
|
|
4263
4280
|
SpecialTypeID string+
|
|
4264
4281
|
|
|
4265
4282
|
=head3 XMP GCreations Tags
|
|
@@ -4271,6 +4288,7 @@ These tags belong to the ExifTool XMP-GCreations family 1 group.
|
|
|
4271
4288
|
Tag Name Writable
|
|
4272
4289
|
-------- --------
|
|
4273
4290
|
CameraBurstID string
|
|
4291
|
+
Type string/
|
|
4274
4292
|
|
|
4275
4293
|
=head3 XMP GDepth Tags
|
|
4276
4294
|
|
|
@@ -4514,10 +4532,11 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
|
|
|
4514
4532
|
|
|
4515
4533
|
=head3 XMP iptcExt Tags
|
|
4516
4534
|
|
|
4517
|
-
This table contains tags defined by the IPTC Extension schema version 1.
|
|
4518
|
-
|
|
4519
|
-
the family 1 group name. (
|
|
4520
|
-
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/>
|
|
4535
|
+
This table contains tags defined by the IPTC Extension schema version 1.7
|
|
4536
|
+
and IPTC Video Metadata version 1.3. The actual namespace prefix is
|
|
4537
|
+
"Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
|
|
4538
|
+
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
|
|
4539
|
+
L<https://iptc.org/standards/video-metadata-hub/>.)
|
|
4521
4540
|
|
|
4522
4541
|
These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
4523
4542
|
|
|
@@ -4655,9 +4674,17 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
|
4655
4674
|
LocationShownWorldRegion string_+
|
|
4656
4675
|
MaxAvailHeight integer
|
|
4657
4676
|
MaxAvailWidth integer
|
|
4677
|
+
MetadataAuthority Entity Struct
|
|
4678
|
+
MetadataAuthorityIdentifier string_+
|
|
4679
|
+
MetadataAuthorityName lang-alt_
|
|
4680
|
+
MetadataLastEdited date
|
|
4681
|
+
MetadataLastEditor Entity Struct
|
|
4682
|
+
MetadataLastEditorIdentifier string_+
|
|
4683
|
+
MetadataLastEditorName lang-alt_
|
|
4658
4684
|
ModelAge integer+
|
|
4659
4685
|
OrganisationInImageCode string+
|
|
4660
4686
|
OrganisationInImageName string+
|
|
4687
|
+
ParentID string
|
|
4661
4688
|
PersonHeard Entity Struct+
|
|
4662
4689
|
PersonHeardIdentifier string_+
|
|
4663
4690
|
PersonHeardName lang-alt_+
|
|
@@ -4678,6 +4705,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
|
4678
4705
|
ProductInImage ProductDetails Struct+
|
|
4679
4706
|
ProductInImageDescription lang-alt_+
|
|
4680
4707
|
ProductInImageGTIN string_+
|
|
4708
|
+
ProductInImageProductId string_+
|
|
4681
4709
|
ProductInImageName lang-alt_+
|
|
4682
4710
|
PublicationEvent PublicationEvent Struct+
|
|
4683
4711
|
PublicationEventDate date_+
|
|
@@ -4921,6 +4949,7 @@ is to write ImageRegion as a structure with these tags as new fields.
|
|
|
4921
4949
|
---------- --------
|
|
4922
4950
|
ProductDescription lang-alt
|
|
4923
4951
|
ProductGTIN string
|
|
4952
|
+
ProductId string
|
|
4924
4953
|
ProductName lang-alt
|
|
4925
4954
|
|
|
4926
4955
|
=head3 XMP PublicationEvent Struct
|
|
@@ -5078,6 +5107,29 @@ These tags belong to the ExifTool XMP-photoshop family 1 group.
|
|
|
5078
5107
|
Tag Name Writable
|
|
5079
5108
|
-------- --------
|
|
5080
5109
|
AuthorsPosition string
|
|
5110
|
+
CameraProfiles Camera Struct+
|
|
5111
|
+
CameraProfilesApertureValue real_+
|
|
5112
|
+
CameraProfilesAuthor string_+
|
|
5113
|
+
CameraProfilesAutoScale boolean_+
|
|
5114
|
+
CameraProfilesCameraPrettyName string_+
|
|
5115
|
+
CameraProfilesCameraRawProfile boolean_+
|
|
5116
|
+
CameraProfilesFocalLength real_+
|
|
5117
|
+
CameraProfilesFocusDistance real_+
|
|
5118
|
+
CameraProfilesLens string_+
|
|
5119
|
+
CameraProfilesLensPrettyName string_+
|
|
5120
|
+
CameraProfilesMake string_+
|
|
5121
|
+
CameraProfilesModel string_+
|
|
5122
|
+
CameraProfilesPerspectiveModel PerspectiveModel Struct_+
|
|
5123
|
+
CameraProfilesPerspectiveModelImageXCenter real_+
|
|
5124
|
+
CameraProfilesPerspectiveModelImageYCenter real_+
|
|
5125
|
+
CameraProfilesPerspectiveModelRadialDistortParam1 real_+
|
|
5126
|
+
CameraProfilesPerspectiveModelRadialDistortParam2 real_+
|
|
5127
|
+
CameraProfilesPerspectiveModelRadialDistortParam3 real_+
|
|
5128
|
+
CameraProfilesPerspectiveModelScaleFactor real_+
|
|
5129
|
+
CameraProfilesPerspectiveModelVersion string_+
|
|
5130
|
+
CameraProfilesProfileName string_+
|
|
5131
|
+
CameraProfilesSensorFormatFactor real_+
|
|
5132
|
+
CameraProfilesUniqueCameraModel string_+
|
|
5081
5133
|
CaptionWriter string
|
|
5082
5134
|
Category string
|
|
5083
5135
|
City string
|
|
@@ -5102,6 +5154,38 @@ These tags belong to the ExifTool XMP-photoshop family 1 group.
|
|
|
5102
5154
|
TransmissionReference string
|
|
5103
5155
|
Urgency integer
|
|
5104
5156
|
|
|
5157
|
+
=head3 XMP Camera Struct
|
|
5158
|
+
|
|
5159
|
+
Field Name Writable
|
|
5160
|
+
---------- --------
|
|
5161
|
+
ApertureValue real
|
|
5162
|
+
Author string
|
|
5163
|
+
AutoScale boolean
|
|
5164
|
+
CameraPrettyName string
|
|
5165
|
+
CameraRawProfile boolean
|
|
5166
|
+
FocalLength real
|
|
5167
|
+
FocusDistance real
|
|
5168
|
+
Lens string
|
|
5169
|
+
LensPrettyName string
|
|
5170
|
+
Make string
|
|
5171
|
+
Model string
|
|
5172
|
+
PerspectiveModel PerspectiveModel Struct
|
|
5173
|
+
ProfileName string
|
|
5174
|
+
SensorFormatFactor real
|
|
5175
|
+
UniqueCameraModel string
|
|
5176
|
+
|
|
5177
|
+
=head3 XMP PerspectiveModel Struct
|
|
5178
|
+
|
|
5179
|
+
Field Name Writable
|
|
5180
|
+
---------- --------
|
|
5181
|
+
ImageXCenter real
|
|
5182
|
+
ImageYCenter real
|
|
5183
|
+
RadialDistortParam1 real
|
|
5184
|
+
RadialDistortParam2 real
|
|
5185
|
+
RadialDistortParam3 real
|
|
5186
|
+
ScaleFactor real
|
|
5187
|
+
Version string
|
|
5188
|
+
|
|
5105
5189
|
=head3 XMP Layer Struct
|
|
5106
5190
|
|
|
5107
5191
|
Field Name Writable
|
|
@@ -6299,11 +6383,13 @@ to an image.
|
|
|
6299
6383
|
=head2 GeoTiff Tags
|
|
6300
6384
|
|
|
6301
6385
|
ExifTool extracts the following tags from GeoTIFF images. See
|
|
6302
|
-
L<http://www.remotesensing.org/geotiff/spec/geotiffhome.html>
|
|
6303
|
-
complete GeoTIFF specification. Also included in the table below
|
|
6304
|
-
ChartTIFF tags (see
|
|
6305
|
-
|
|
6306
|
-
|
|
6386
|
+
L<https://web.archive.org/web/20070820121549/http://www.remotesensing.org/geotiff/spec/geotiffhome.html>
|
|
6387
|
+
for the complete GeoTIFF specification. Also included in the table below
|
|
6388
|
+
are ChartTIFF tags (see
|
|
6389
|
+
L<https://web.archive.org/web/20020828193928/http://www.charttiff.com/whitepapers.shtml>).
|
|
6390
|
+
GeoTIFF tags are not writable individually, but they may be copied en mass
|
|
6391
|
+
via the block tags GeoTiffDirectory, GeoTiffDoubleParams and
|
|
6392
|
+
GeoTiffAsciiParams.
|
|
6307
6393
|
|
|
6308
6394
|
Tag ID Tag Name Writable
|
|
6309
6395
|
------ -------- --------
|
|
@@ -6982,8 +7068,10 @@ Tags extracted from the maker notes of iPhone images.
|
|
|
6982
7068
|
0x0008 AccelerationVector rational64s[3]
|
|
6983
7069
|
0x000a HDRImageType int32s
|
|
6984
7070
|
0x000b BurstUUID string
|
|
7071
|
+
0x000c FocusDistanceRange rational64s[2]
|
|
6985
7072
|
0x0011 MediaGroupUUID string
|
|
6986
7073
|
0x0015 ImageUniqueID string
|
|
7074
|
+
0x0017 LivePhotoVideoIndex yes
|
|
6987
7075
|
|
|
6988
7076
|
=head3 Apple RunTime Tags
|
|
6989
7077
|
|
|
@@ -8406,16 +8494,16 @@ WB tags for the Canon G9.
|
|
|
8406
8494
|
|
|
8407
8495
|
Index4 Tag Name Writable
|
|
8408
8496
|
------ -------- --------
|
|
8409
|
-
2
|
|
8410
|
-
10
|
|
8411
|
-
18
|
|
8412
|
-
26
|
|
8413
|
-
34
|
|
8414
|
-
42
|
|
8415
|
-
50
|
|
8416
|
-
58
|
|
8417
|
-
66
|
|
8418
|
-
74
|
|
8497
|
+
2 WB_GRBGLevelsAuto int32s[4]
|
|
8498
|
+
10 WB_GRBGLevelsDaylight int32s[4]
|
|
8499
|
+
18 WB_GRBGLevelsCloudy int32s[4]
|
|
8500
|
+
26 WB_GRBGLevelsTungsten int32s[4]
|
|
8501
|
+
34 WB_GRBGLevelsFluorescent int32s[4]
|
|
8502
|
+
42 WB_GRBGLevelsFluorHigh int32s[4]
|
|
8503
|
+
50 WB_GRBGLevelsFlash int32s[4]
|
|
8504
|
+
58 WB_GRBGLevelsUnderwater int32s[4]
|
|
8505
|
+
66 WB_GRBGLevelsCustom1 int32s[4]
|
|
8506
|
+
74 WB_GRBGLevelsCustom2 int32s[4]
|
|
8419
8507
|
|
|
8420
8508
|
=head3 Canon FaceDetect3 Tags
|
|
8421
8509
|
|
|
@@ -9324,7 +9412,7 @@ These tags are used by the R5, R5 and EOS 1DXmkIII.
|
|
|
9324
9412
|
|
|
9325
9413
|
=head3 Canon ColorData11 Tags
|
|
9326
9414
|
|
|
9327
|
-
These tags are used by the EOS R3
|
|
9415
|
+
These tags are used by the EOS R3, R7 and R6mkII
|
|
9328
9416
|
|
|
9329
9417
|
Index2 Tag Name Writable
|
|
9330
9418
|
------ -------- --------
|
|
@@ -10719,7 +10807,8 @@ imaging cameras by FLIR Systems Inc.
|
|
|
10719
10807
|
|
|
10720
10808
|
Information extracted from FLIR FFF images and the APP1 FLIR segment of JPEG
|
|
10721
10809
|
images. These tags may also be extracted from the first frame of an FLIR
|
|
10722
|
-
SEQ file, or all frames if the ExtractEmbedded option is used.
|
|
10810
|
+
SEQ file, or all frames if the ExtractEmbedded option is used. Setting
|
|
10811
|
+
ExtractEmbedded to 2 also the raw thermal data from all frames.
|
|
10723
10812
|
|
|
10724
10813
|
Tag ID Tag Name Writable
|
|
10725
10814
|
------ -------- --------
|
|
@@ -11153,6 +11242,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
11153
11242
|
0x100a WhiteBalanceFineTune int32s[2]
|
|
11154
11243
|
0x100b NoiseReduction int16u
|
|
11155
11244
|
0x100e NoiseReduction int16u
|
|
11245
|
+
0x100f Clarity int32s
|
|
11156
11246
|
0x1010 FujiFlashMode int16u
|
|
11157
11247
|
0x1011 FlashExposureComp rational64s
|
|
11158
11248
|
0x1020 Macro int16u
|
|
@@ -11171,9 +11261,10 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
11171
11261
|
0x1041 HighlightTone int32s
|
|
11172
11262
|
0x1044 DigitalZoom int32u
|
|
11173
11263
|
0x1045 LensModulationOptimizer int32u
|
|
11174
|
-
0x1047
|
|
11264
|
+
0x1047 GrainEffectRoughness int32s
|
|
11175
11265
|
0x1048 ColorChromeEffect int32s
|
|
11176
11266
|
0x1049 BWAdjustment int8s
|
|
11267
|
+
0x104c GrainEffectSize int16u
|
|
11177
11268
|
0x104d CropMode int16u
|
|
11178
11269
|
0x104e ColorChromeFXBlue int32s
|
|
11179
11270
|
0x1050 ShutterType int16u
|
|
@@ -11208,6 +11299,8 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
11208
11299
|
0x1444 DRangePriorityAuto int16u
|
|
11209
11300
|
0x1445 DRangePriorityFixed int16u
|
|
11210
11301
|
0x1446 FlickerReduction int32u
|
|
11302
|
+
0x1447 FujiModel string
|
|
11303
|
+
0x1448 FujiModel2 string
|
|
11211
11304
|
0x3803 VideoRecordingMode int32u
|
|
11212
11305
|
0x3804 PeripheralLighting int16u
|
|
11213
11306
|
0x3806 VideoCompression int16u
|
|
@@ -13444,6 +13537,8 @@ DiMAGE X and Xt.
|
|
|
13444
13537
|
------ -------- --------
|
|
13445
13538
|
0x5500 BuildNumber string
|
|
13446
13539
|
0x5501 SerialNumber string
|
|
13540
|
+
0x6420 CustomRendered string
|
|
13541
|
+
0x64d0 DriveMode string
|
|
13447
13542
|
0x665e Sensor string
|
|
13448
13543
|
0x6705 ManufactureDate string
|
|
13449
13544
|
|
|
@@ -13497,10 +13592,12 @@ DiMAGE X and Xt.
|
|
|
13497
13592
|
0x0032 UnknownInfo2 Nikon UnknownInfo2
|
|
13498
13593
|
0x0034 ShutterMode int16u
|
|
13499
13594
|
0x0035 HDRInfo Nikon HDRInfo
|
|
13595
|
+
HDRInfo2 Nikon HDRInfo2
|
|
13500
13596
|
0x0037 MechanicalShutterCount int32u
|
|
13501
13597
|
0x0039 LocationInfo Nikon LocationInfo
|
|
13502
13598
|
0x003d BlackLevel int16u[4]
|
|
13503
13599
|
0x003e ImageSizeRAW yes
|
|
13600
|
+
0x003f WhiteBalanceFineTune rational64s[2]
|
|
13504
13601
|
0x0045 CropArea int16u[4]
|
|
13505
13602
|
0x004e NikonSettings NikonSettings
|
|
13506
13603
|
0x004f ColorTemperatureAuto int16u
|
|
@@ -13597,7 +13694,8 @@ DiMAGE X and Xt.
|
|
|
13597
13694
|
0x00ac ImageStabilization string
|
|
13598
13695
|
0x00ad AFResponse string
|
|
13599
13696
|
0x00b0 MultiExposure Nikon MultiExposure
|
|
13600
|
-
|
|
13697
|
+
MultiExposure2 Nikon MultiExposure
|
|
13698
|
+
Nikon MultiExposure2
|
|
13601
13699
|
0x00b1 HighISONoiseReduction int16u
|
|
13602
13700
|
0x00b3 ToningEffect string
|
|
13603
13701
|
0x00b6 PowerUpTime undef
|
|
@@ -13747,6 +13845,7 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
|
|
|
13747
13845
|
0 VRInfoVersion no
|
|
13748
13846
|
4 VibrationReduction int8u
|
|
13749
13847
|
6 VRMode int8u
|
|
13848
|
+
8 VRType int8u
|
|
13750
13849
|
|
|
13751
13850
|
=head3 Nikon FaceDetect Tags
|
|
13752
13851
|
|
|
@@ -13870,12 +13969,20 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
|
|
|
13870
13969
|
|
|
13871
13970
|
Index1 Tag Name Writable
|
|
13872
13971
|
------ -------- --------
|
|
13873
|
-
0 HDRInfoVersion
|
|
13972
|
+
0 HDRInfoVersion no
|
|
13874
13973
|
4 HDR int8u
|
|
13875
13974
|
5 HDRLevel int8u
|
|
13876
13975
|
6 HDRSmoothing int8u
|
|
13877
13976
|
7 HDRLevel2 int8u
|
|
13878
13977
|
|
|
13978
|
+
=head3 Nikon HDRInfo2 Tags
|
|
13979
|
+
|
|
13980
|
+
Index1 Tag Name Writable
|
|
13981
|
+
------ -------- --------
|
|
13982
|
+
0 HDRInfoVersion no
|
|
13983
|
+
4 HDR int8u
|
|
13984
|
+
5 HDRLevel int8u
|
|
13985
|
+
|
|
13879
13986
|
=head3 Nikon LocationInfo Tags
|
|
13880
13987
|
|
|
13881
13988
|
Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
@@ -14323,12 +14430,14 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
|
14323
14430
|
----- -------- --------
|
|
14324
14431
|
0 ShotInfoVersion no
|
|
14325
14432
|
4 FirmwareVersion no
|
|
14433
|
+
27792 FocusShiftShooting int8u~
|
|
14326
14434
|
27800 IntervalShooting int16u~
|
|
14327
|
-
30788 FocusShiftShooting int8u~
|
|
14328
14435
|
60139 RollAngle fixed32u
|
|
14329
14436
|
60143 PitchAngle fixed32u
|
|
14330
14437
|
60147 YawAngle fixed32u
|
|
14331
14438
|
60491 MenuSettingsZ9 Nikon MenuSettingsZ9
|
|
14439
|
+
-
|
|
14440
|
+
Nikon MenuSettingsZ9Firmware3
|
|
14332
14441
|
|
|
14333
14442
|
=head3 Nikon MenuSettingsZ9 Tags
|
|
14334
14443
|
|
|
@@ -14406,6 +14515,79 @@ These tags are used by the Z9.
|
|
|
14406
14515
|
1636 USBPowerDelivery? int8u
|
|
14407
14516
|
1645 SensorShield? int8u
|
|
14408
14517
|
|
|
14518
|
+
=head3 Nikon MenuSettingsZ9Firmware3 Tags
|
|
14519
|
+
|
|
14520
|
+
These tags are used by the Z9 firmware 3.00.
|
|
14521
|
+
|
|
14522
|
+
Index1 Tag Name Writable
|
|
14523
|
+
--------------- --------
|
|
14524
|
+
154 MultipleExposureMode int8u
|
|
14525
|
+
156 MultiExposureShots int8u
|
|
14526
|
+
204 Intervals int32u
|
|
14527
|
+
208 ShotsPerInterval int32u
|
|
14528
|
+
248 FocusShiftNumberShots int8u
|
|
14529
|
+
252 FocusShiftStepWidth int8u
|
|
14530
|
+
256 FocusShiftInterval int8u~
|
|
14531
|
+
260 FocusShiftExposureLock? int8u
|
|
14532
|
+
290 PhotoShootingMenuBank int8u
|
|
14533
|
+
292 ExtendedMenuBanks int8u
|
|
14534
|
+
328 PhotoShootingMenuBankImageArea int8u
|
|
14535
|
+
342 AutoISO int8u
|
|
14536
|
+
344 ISOAutoHiLimit? int16u
|
|
14537
|
+
346 ISOAutoFlashLimit? int16u
|
|
14538
|
+
354 ISOAutoShutterTime no
|
|
14539
|
+
436 MovieVignetteControl? int8u
|
|
14540
|
+
438 DiffractionCompensation int8u
|
|
14541
|
+
440 FlickerReductionShooting int8u
|
|
14542
|
+
548 AFAreaMode int8u
|
|
14543
|
+
550 VRMode int8u
|
|
14544
|
+
554 BracketSet int8u
|
|
14545
|
+
556 BracketProgram int8u
|
|
14546
|
+
558 BracketIncrement int8u
|
|
14547
|
+
576 SecondarySlotFunction int8u
|
|
14548
|
+
592 DXCropAlert int8u
|
|
14549
|
+
594 SubjectDetection int8u
|
|
14550
|
+
636 HighFrequencyFlickerReductionShooting? int8u
|
|
14551
|
+
646 MovieImageArea? int8u & 0x01
|
|
14552
|
+
656 MovieType? int8u
|
|
14553
|
+
658 MovieISOAutoHiLimit? int16u
|
|
14554
|
+
660 MovieISOAutoControlManualMode? int8u
|
|
14555
|
+
662 MovieISOAutoManualMode? int16u
|
|
14556
|
+
736 MovieActiveD-Lighting? int8u
|
|
14557
|
+
738 MovieHighISONoiseReduction? int8u
|
|
14558
|
+
744 MovieFlickerReduction int8u
|
|
14559
|
+
746 MovieMeteringMode? int8u
|
|
14560
|
+
748 MovieFocusMode? int8u
|
|
14561
|
+
750 MovieAFAreaMode int8u
|
|
14562
|
+
752 MovieVRMode? int8u
|
|
14563
|
+
756 MovieElectronicVR? int8u
|
|
14564
|
+
758 MovieSoundRecording? int8u
|
|
14565
|
+
760 MicrophoneSensitivity? int8u
|
|
14566
|
+
762 MicrophoneAttenuator? int8u
|
|
14567
|
+
764 MicrophoneFrequencyResponse? int8u
|
|
14568
|
+
766 WindNoiseReduction? int8u
|
|
14569
|
+
788 MovieToneMap? int8u
|
|
14570
|
+
794 MovieFrameSize? int8u
|
|
14571
|
+
796 MovieFrameRate? int8u
|
|
14572
|
+
802 MicrophoneJackPower? int8u
|
|
14573
|
+
803 MovieDXCropAlert? int8u
|
|
14574
|
+
804 MovieSubjectDetection? int8u
|
|
14575
|
+
812 MovieHighResZoom? int8u
|
|
14576
|
+
847 CustomSettingsZ9 NikonCustom SettingsZ9
|
|
14577
|
+
1474 Language? int8u
|
|
14578
|
+
1476 TimeZone int8u
|
|
14579
|
+
1482 MonitorBrightness? int8u
|
|
14580
|
+
1504 AFFineTune? int8u
|
|
14581
|
+
1600 HDMIOutputResolution int8u
|
|
14582
|
+
1613 SetClockFromLocationData? int8u
|
|
14583
|
+
1620 AirplaneMode? int8u
|
|
14584
|
+
1621 EmptySlotRelease? int8u
|
|
14585
|
+
1656 EnergySavingMode? int8u
|
|
14586
|
+
1680 RecordLocationData? int8u
|
|
14587
|
+
1684 USBPowerDelivery? int8u
|
|
14588
|
+
1693 SensorShield? int8u
|
|
14589
|
+
1754 FocusShiftAutoReset? int8u
|
|
14590
|
+
|
|
14409
14591
|
=head3 Nikon ShotInfo Tags
|
|
14410
14592
|
|
|
14411
14593
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
|
@@ -14554,7 +14736,6 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
|
|
|
14554
14736
|
0 LensDataVersion no
|
|
14555
14737
|
4 ExitPupilPosition int8u
|
|
14556
14738
|
5 AFAperture int8u
|
|
14557
|
-
9 FocusPosition int8u
|
|
14558
14739
|
11 FocusDistance int8u
|
|
14559
14740
|
12 FocalLength int8u
|
|
14560
14741
|
13 LensIDNumber int8u
|
|
@@ -14566,10 +14747,14 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
|
|
|
14566
14747
|
19 MCUVersion int8u
|
|
14567
14748
|
20 EffectiveMaxAperture int8u
|
|
14568
14749
|
48 LensID int16u
|
|
14750
|
+
53 LensMountType? int8u
|
|
14569
14751
|
54 MaxAperture int16u
|
|
14570
14752
|
56 FNumber int16u
|
|
14571
14753
|
60 FocalLength int16u
|
|
14572
|
-
|
|
14754
|
+
76 FocusDistanceRangeWidth? int8u
|
|
14755
|
+
78 FocusDistance int16u~
|
|
14756
|
+
86 LensDriveEnd? int8u
|
|
14757
|
+
90 LensPositionAbsolute? int32s
|
|
14573
14758
|
|
|
14574
14759
|
=head3 Nikon LensDataUnknown Tags
|
|
14575
14760
|
|
|
@@ -14747,6 +14932,15 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
14747
14932
|
2 MultiExposureShots int32u
|
|
14748
14933
|
3 MultiExposureAutoGain int32u
|
|
14749
14934
|
|
|
14935
|
+
=head3 Nikon MultiExposure2 Tags
|
|
14936
|
+
|
|
14937
|
+
Index4 Tag Name Writable
|
|
14938
|
+
------ -------- --------
|
|
14939
|
+
0 MultiExposureVersion no
|
|
14940
|
+
1 MultiExposureMode int32u
|
|
14941
|
+
2 MultiExposureShots int32u
|
|
14942
|
+
3 MultiExposureOverlayMode int32u
|
|
14943
|
+
|
|
14750
14944
|
=head3 Nikon AFInfo2V0400 Tags
|
|
14751
14945
|
|
|
14752
14946
|
Index1 Tag Name Writable
|
|
@@ -14758,6 +14952,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
14758
14952
|
69 FocusPositionVertical int8u~
|
|
14759
14953
|
70 AFAreaWidth int16u
|
|
14760
14954
|
72 AFAreaHeight int16u
|
|
14955
|
+
74 FocusResult int8u
|
|
14761
14956
|
|
|
14762
14957
|
=head3 Nikon AFInfo2 Tags
|
|
14763
14958
|
|
|
@@ -14777,9 +14972,11 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
|
14777
14972
|
AFPointsUsed undef[21]
|
|
14778
14973
|
AFPointsUsed undef[29]
|
|
14779
14974
|
AFPointsUsed undef[20]
|
|
14780
|
-
AFPointsUsed undef[13]
|
|
14781
14975
|
AFPointsUsed undef[7]
|
|
14782
|
-
|
|
14976
|
+
PrimaryAFPoint int8u
|
|
14977
|
+
10 AFPointsUsed undef[7]
|
|
14978
|
+
AFPointsUsed undef[11]
|
|
14979
|
+
AFPointsUsed undef[14]
|
|
14783
14980
|
16 AFImageWidth int16u
|
|
14784
14981
|
18 AFImageHeight int16u
|
|
14785
14982
|
20 AFAreaXPosition int16u
|
|
@@ -14908,6 +15105,55 @@ cameras such as the Z6 and Z7, and NRW images from some Coolpix cameras.
|
|
|
14908
15105
|
------ -------- --------
|
|
14909
15106
|
[no tags known]
|
|
14910
15107
|
|
|
15108
|
+
=head3 Nikon AVI Tags
|
|
15109
|
+
|
|
15110
|
+
Nikon-specific RIFF tags found in AVI videos.
|
|
15111
|
+
|
|
15112
|
+
Tag ID Tag Name Writable
|
|
15113
|
+
------ -------- --------
|
|
15114
|
+
'nctg' NikonTags Nikon AVITags
|
|
15115
|
+
'ncth' ThumbnailImage no
|
|
15116
|
+
'ncvr' NikonVers Nikon AVIVers
|
|
15117
|
+
'ncvw' PreviewImage no
|
|
15118
|
+
|
|
15119
|
+
=head3 Nikon AVITags Tags
|
|
15120
|
+
|
|
15121
|
+
These tags and the AVIVer tags below are found in proprietary-format records
|
|
15122
|
+
of Nikon AVI videos.
|
|
15123
|
+
|
|
15124
|
+
Tag ID Tag Name Writable
|
|
15125
|
+
------ -------- --------
|
|
15126
|
+
0x0003 Make no
|
|
15127
|
+
0x0004 Model no
|
|
15128
|
+
0x0005 Software no
|
|
15129
|
+
0x0006 Equipment no
|
|
15130
|
+
0x0007 Orientation no
|
|
15131
|
+
0x0008 ExposureTime no
|
|
15132
|
+
0x0009 FNumber no
|
|
15133
|
+
0x000a ExposureCompensation no
|
|
15134
|
+
0x000b MaxApertureValue no
|
|
15135
|
+
0x000c MeteringMode no
|
|
15136
|
+
0x000f FocalLength no
|
|
15137
|
+
0x0010 XResolution no
|
|
15138
|
+
0x0011 YResolution no
|
|
15139
|
+
0x0012 ResolutionUnit no
|
|
15140
|
+
0x0013 DateTimeOriginal no
|
|
15141
|
+
0x0014 CreateDate no
|
|
15142
|
+
0x0016 Duration no
|
|
15143
|
+
0x0018 FocusMode no
|
|
15144
|
+
0x001b DigitalZoom no
|
|
15145
|
+
0x001d ColorMode no
|
|
15146
|
+
0x001e Sharpness no
|
|
15147
|
+
0x001f WhiteBalance no
|
|
15148
|
+
0x0020 NoiseReduction no
|
|
15149
|
+
|
|
15150
|
+
=head3 Nikon AVIVers Tags
|
|
15151
|
+
|
|
15152
|
+
Tag ID Tag Name Writable
|
|
15153
|
+
------ -------- --------
|
|
15154
|
+
0x0001 MakerNoteType no
|
|
15155
|
+
0x0002 MakerNoteVersion no
|
|
15156
|
+
|
|
14911
15157
|
=head3 Nikon NCDT Tags
|
|
14912
15158
|
|
|
14913
15159
|
Nikon-specific QuickTime tags found in the NCDT atom of MOV videos from
|
|
@@ -14993,6 +15239,8 @@ videos from some Nikon cameras.
|
|
|
14993
15239
|
0x200002c UnknownInfo Nikon UnknownInfo
|
|
14994
15240
|
0x2000032 UnknownInfo2 Nikon UnknownInfo2
|
|
14995
15241
|
0x2000039 LocationInfo Nikon LocationInfo
|
|
15242
|
+
0x200003f WhiteBalanceFineTune no
|
|
15243
|
+
0x200004e NikonSettings NikonSettings
|
|
14996
15244
|
0x2000083 LensType no
|
|
14997
15245
|
0x2000084 Lens no
|
|
14998
15246
|
0x2000087 FlashMode no
|
|
@@ -15033,55 +15281,6 @@ This information is found in MOV and QT videos from some Nikon cameras.
|
|
|
15033
15281
|
175 Software no
|
|
15034
15282
|
223 ISO no
|
|
15035
15283
|
|
|
15036
|
-
=head3 Nikon AVI Tags
|
|
15037
|
-
|
|
15038
|
-
Nikon-specific RIFF tags found in AVI videos.
|
|
15039
|
-
|
|
15040
|
-
Tag ID Tag Name Writable
|
|
15041
|
-
------ -------- --------
|
|
15042
|
-
'nctg' NikonTags Nikon AVITags
|
|
15043
|
-
'ncth' ThumbnailImage no
|
|
15044
|
-
'ncvr' NikonVers Nikon AVIVers
|
|
15045
|
-
'ncvw' PreviewImage no
|
|
15046
|
-
|
|
15047
|
-
=head3 Nikon AVITags Tags
|
|
15048
|
-
|
|
15049
|
-
These tags and the AVIVer tags below are found in proprietary-format records
|
|
15050
|
-
of Nikon AVI videos.
|
|
15051
|
-
|
|
15052
|
-
Tag ID Tag Name Writable
|
|
15053
|
-
------ -------- --------
|
|
15054
|
-
0x0003 Make no
|
|
15055
|
-
0x0004 Model no
|
|
15056
|
-
0x0005 Software no
|
|
15057
|
-
0x0006 Equipment no
|
|
15058
|
-
0x0007 Orientation no
|
|
15059
|
-
0x0008 ExposureTime no
|
|
15060
|
-
0x0009 FNumber no
|
|
15061
|
-
0x000a ExposureCompensation no
|
|
15062
|
-
0x000b MaxApertureValue no
|
|
15063
|
-
0x000c MeteringMode no
|
|
15064
|
-
0x000f FocalLength no
|
|
15065
|
-
0x0010 XResolution no
|
|
15066
|
-
0x0011 YResolution no
|
|
15067
|
-
0x0012 ResolutionUnit no
|
|
15068
|
-
0x0013 DateTimeOriginal no
|
|
15069
|
-
0x0014 CreateDate no
|
|
15070
|
-
0x0016 Duration no
|
|
15071
|
-
0x0018 FocusMode no
|
|
15072
|
-
0x001b DigitalZoom no
|
|
15073
|
-
0x001d ColorMode no
|
|
15074
|
-
0x001e Sharpness no
|
|
15075
|
-
0x001f WhiteBalance no
|
|
15076
|
-
0x0020 NoiseReduction no
|
|
15077
|
-
|
|
15078
|
-
=head3 Nikon AVIVers Tags
|
|
15079
|
-
|
|
15080
|
-
Tag ID Tag Name Writable
|
|
15081
|
-
------ -------- --------
|
|
15082
|
-
0x0001 MakerNoteType no
|
|
15083
|
-
0x0002 MakerNoteVersion no
|
|
15084
|
-
|
|
15085
15284
|
=head2 NikonCustom Tags
|
|
15086
15285
|
|
|
15087
15286
|
Unfortunately, the NikonCustom settings are stored in a binary data block
|
|
@@ -16182,7 +16381,9 @@ Custom settings for the Z9.
|
|
|
16182
16381
|
191 UseDialWithoutHold? int8u
|
|
16183
16382
|
193 ReverseIndicators? int8u
|
|
16184
16383
|
195 MovieFunc1Button int8u
|
|
16384
|
+
199 MovieFunc2Button int8u
|
|
16185
16385
|
203 MovieAF-OnButton int8u
|
|
16386
|
+
215 MovieLensControlRing int8u
|
|
16186
16387
|
217 MovieMultiSelector? int8u
|
|
16187
16388
|
221 MovieAFSpeed int8u
|
|
16188
16389
|
223 MovieAFSpeedApply int8u
|
|
@@ -16939,110 +17140,18 @@ written by some Olympus voice recorders.
|
|
|
16939
17140
|
62 Duration no
|
|
16940
17141
|
798 Comment no
|
|
16941
17142
|
|
|
16942
|
-
=head3 Olympus
|
|
16943
|
-
|
|
16944
|
-
This information is found in MOV videos from Olympus models such as the
|
|
16945
|
-
D540Z, D595Z, FE100, FE110, FE115, FE170 and FE200.
|
|
16946
|
-
|
|
16947
|
-
Index1 Tag Name Writable
|
|
16948
|
-
------ -------- --------
|
|
16949
|
-
0 Make no
|
|
16950
|
-
24 Model no
|
|
16951
|
-
38 ExposureUnknown? no
|
|
16952
|
-
42 FNumber no
|
|
16953
|
-
50 ExposureCompensation no
|
|
16954
|
-
72 FocalLength no
|
|
16955
|
-
|
|
16956
|
-
=head3 Olympus MOV2 Tags
|
|
16957
|
-
|
|
16958
|
-
This information is found in MOV videos from Olympus models such as the
|
|
16959
|
-
FE120, FE140 and FE190.
|
|
16960
|
-
|
|
16961
|
-
Index1 Tag Name Writable
|
|
16962
|
-
------ -------- --------
|
|
16963
|
-
0 Make no
|
|
16964
|
-
24 Model no
|
|
16965
|
-
54 ExposureTime no
|
|
16966
|
-
58 FNumber no
|
|
16967
|
-
66 ExposureCompensation no
|
|
16968
|
-
88 FocalLength no
|
|
16969
|
-
193 ISO no
|
|
16970
|
-
|
|
16971
|
-
=head3 Olympus MP4 Tags
|
|
16972
|
-
|
|
16973
|
-
This information is found in MP4 videos from Olympus models such as the
|
|
16974
|
-
u7040 and u9010.
|
|
16975
|
-
|
|
16976
|
-
Index1 Tag Name Writable
|
|
16977
|
-
------ -------- --------
|
|
16978
|
-
0 Make no
|
|
16979
|
-
24 Model no
|
|
16980
|
-
40 FNumber no
|
|
16981
|
-
48 ExposureCompensation no
|
|
16982
|
-
104 MovableInfo Olympus MovableInfo
|
|
16983
|
-
114 MovableInfo Olympus MovableInfo
|
|
16984
|
-
|
|
16985
|
-
=head3 Olympus MovableInfo Tags
|
|
16986
|
-
|
|
16987
|
-
Index1 Tag Name Writable
|
|
16988
|
-
------ -------- --------
|
|
16989
|
-
4 ISO no
|
|
16990
|
-
44 EncoderVersion no
|
|
16991
|
-
60 DecoderVersion no
|
|
16992
|
-
131 Thumbnail Olympus Thumbnail
|
|
16993
|
-
|
|
16994
|
-
=head3 Olympus Thumbnail Tags
|
|
16995
|
-
|
|
16996
|
-
Index4 Tag Name Writable
|
|
16997
|
-
------ -------- --------
|
|
16998
|
-
1 ThumbnailWidth no
|
|
16999
|
-
2 ThumbnailHeight no
|
|
17000
|
-
3 ThumbnailLength no
|
|
17001
|
-
4 ThumbnailOffset no
|
|
17002
|
-
|
|
17003
|
-
=head3 Olympus MOV3 Tags
|
|
17004
|
-
|
|
17005
|
-
QuickTime information found in the TAGS atom of MOV videos from the E-M5.
|
|
17006
|
-
|
|
17007
|
-
Tag ID Tag Name Writable
|
|
17008
|
-
------ -------- --------
|
|
17009
|
-
'OLYM' OlympusAtom Olympus OLYM2
|
|
17010
|
-
|
|
17011
|
-
=head3 Olympus OLYM2 Tags
|
|
17012
|
-
|
|
17013
|
-
Tag ID Tag Name Writable
|
|
17014
|
-
------ -------- --------
|
|
17015
|
-
'prms' MakerNotes Olympus prms
|
|
17016
|
-
'scrn' PreviewInfo Olympus scrn2
|
|
17017
|
-
'thmb' ThumbInfo Olympus thmb2
|
|
17018
|
-
|
|
17019
|
-
=head3 Olympus prms Tags
|
|
17143
|
+
=head3 Olympus AVI Tags
|
|
17020
17144
|
|
|
17021
|
-
|
|
17022
|
-
such as the OM E-M5.
|
|
17145
|
+
This information is found in Olympus AVI videos.
|
|
17023
17146
|
|
|
17024
17147
|
Index1 Tag Name Writable
|
|
17025
17148
|
------ -------- --------
|
|
17026
17149
|
18 Make no
|
|
17027
17150
|
44 Model no
|
|
17151
|
+
94 FNumber no
|
|
17028
17152
|
131 DateTime1 no
|
|
17029
17153
|
157 DateTime2 no
|
|
17030
|
-
|
|
17031
|
-
|
|
17032
|
-
=head3 Olympus scrn2 Tags
|
|
17033
|
-
|
|
17034
|
-
Index1 Tag Name Writable
|
|
17035
|
-
------ -------- --------
|
|
17036
|
-
2 OlympusPreview Olympus scrn
|
|
17037
|
-
|
|
17038
|
-
=head3 Olympus scrn Tags
|
|
17039
|
-
|
|
17040
|
-
Information extracted from the "scrn" atom of Olympus MP4 videos.
|
|
17041
|
-
|
|
17042
|
-
Index1 Tag Name Writable
|
|
17043
|
-
------ -------- --------
|
|
17044
|
-
0 PreviewImageLength no
|
|
17045
|
-
4 PreviewImage no
|
|
17154
|
+
297 ThumbInfo Olympus thmb2
|
|
17046
17155
|
|
|
17047
17156
|
=head3 Olympus thmb2 Tags
|
|
17048
17157
|
|
|
@@ -17053,42 +17162,6 @@ Information extracted from the "scrn" atom of Olympus MP4 videos.
|
|
|
17053
17162
|
4 ThumbnailLength no
|
|
17054
17163
|
8 ThumbnailImage no
|
|
17055
17164
|
|
|
17056
|
-
=head3 Olympus thmb Tags
|
|
17057
|
-
|
|
17058
|
-
Information extracted from the "thmb" atom of Olympus MP4 videos.
|
|
17059
|
-
|
|
17060
|
-
Index1 Tag Name Writable
|
|
17061
|
-
------ -------- --------
|
|
17062
|
-
0 ThumbnailLength no
|
|
17063
|
-
4 ThumbnailImage no
|
|
17064
|
-
|
|
17065
|
-
=head3 Olympus OLYM Tags
|
|
17066
|
-
|
|
17067
|
-
Tags found in the OLYM atom of MP4 videos from the TG-810.
|
|
17068
|
-
|
|
17069
|
-
Index1 Tag Name Writable
|
|
17070
|
-
------ -------- --------
|
|
17071
|
-
14 Make no
|
|
17072
|
-
40 Model no
|
|
17073
|
-
90 FNumber no
|
|
17074
|
-
127 DateTimeOriginal no
|
|
17075
|
-
153 DateTime2 no
|
|
17076
|
-
265 ThumbnailWidth no
|
|
17077
|
-
267 ThumbnailHeight no
|
|
17078
|
-
|
|
17079
|
-
=head3 Olympus AVI Tags
|
|
17080
|
-
|
|
17081
|
-
This information is found in Olympus AVI videos.
|
|
17082
|
-
|
|
17083
|
-
Index1 Tag Name Writable
|
|
17084
|
-
------ -------- --------
|
|
17085
|
-
18 Make no
|
|
17086
|
-
44 Model no
|
|
17087
|
-
94 FNumber no
|
|
17088
|
-
131 DateTime1 no
|
|
17089
|
-
157 DateTime2 no
|
|
17090
|
-
297 ThumbInfo Olympus thmb2
|
|
17091
|
-
|
|
17092
17165
|
=head3 Olympus WAV Tags
|
|
17093
17166
|
|
|
17094
17167
|
This information is found in WAV files from Olympus PCM linear recorders
|
|
@@ -17119,6 +17192,134 @@ like the LS-5, LS-10, LS-11.
|
|
|
17119
17192
|
662 Index15 no
|
|
17120
17193
|
672 Index16 no
|
|
17121
17194
|
|
|
17195
|
+
=head3 Olympus MOV1 Tags
|
|
17196
|
+
|
|
17197
|
+
This information is found in MOV videos from Olympus models such as the
|
|
17198
|
+
D540Z, D595Z, FE100, FE110, FE115, FE170 and FE200.
|
|
17199
|
+
|
|
17200
|
+
Index1 Tag Name Writable
|
|
17201
|
+
------ -------- --------
|
|
17202
|
+
0 Make no
|
|
17203
|
+
24 Model no
|
|
17204
|
+
38 ExposureUnknown? no
|
|
17205
|
+
42 FNumber no
|
|
17206
|
+
50 ExposureCompensation no
|
|
17207
|
+
72 FocalLength no
|
|
17208
|
+
|
|
17209
|
+
=head3 Olympus MOV2 Tags
|
|
17210
|
+
|
|
17211
|
+
This information is found in MOV videos from Olympus models such as the
|
|
17212
|
+
FE120, FE140 and FE190.
|
|
17213
|
+
|
|
17214
|
+
Index1 Tag Name Writable
|
|
17215
|
+
------ -------- --------
|
|
17216
|
+
0 Make no
|
|
17217
|
+
24 Model no
|
|
17218
|
+
54 ExposureTime no
|
|
17219
|
+
58 FNumber no
|
|
17220
|
+
66 ExposureCompensation no
|
|
17221
|
+
88 FocalLength no
|
|
17222
|
+
193 ISO no
|
|
17223
|
+
|
|
17224
|
+
=head3 Olympus MP4 Tags
|
|
17225
|
+
|
|
17226
|
+
This information is found in MP4 videos from Olympus models such as the
|
|
17227
|
+
u7040 and u9010.
|
|
17228
|
+
|
|
17229
|
+
Index1 Tag Name Writable
|
|
17230
|
+
------ -------- --------
|
|
17231
|
+
0 Make no
|
|
17232
|
+
24 Model no
|
|
17233
|
+
40 FNumber no
|
|
17234
|
+
48 ExposureCompensation no
|
|
17235
|
+
104 MovableInfo Olympus MovableInfo
|
|
17236
|
+
114 MovableInfo Olympus MovableInfo
|
|
17237
|
+
|
|
17238
|
+
=head3 Olympus MovableInfo Tags
|
|
17239
|
+
|
|
17240
|
+
Index1 Tag Name Writable
|
|
17241
|
+
------ -------- --------
|
|
17242
|
+
4 ISO no
|
|
17243
|
+
44 EncoderVersion no
|
|
17244
|
+
60 DecoderVersion no
|
|
17245
|
+
131 Thumbnail Olympus Thumbnail
|
|
17246
|
+
|
|
17247
|
+
=head3 Olympus Thumbnail Tags
|
|
17248
|
+
|
|
17249
|
+
Index4 Tag Name Writable
|
|
17250
|
+
------ -------- --------
|
|
17251
|
+
1 ThumbnailWidth no
|
|
17252
|
+
2 ThumbnailHeight no
|
|
17253
|
+
3 ThumbnailLength no
|
|
17254
|
+
4 ThumbnailOffset no
|
|
17255
|
+
|
|
17256
|
+
=head3 Olympus MOV3 Tags
|
|
17257
|
+
|
|
17258
|
+
QuickTime information found in the TAGS atom of MOV videos from the E-M5.
|
|
17259
|
+
|
|
17260
|
+
Tag ID Tag Name Writable
|
|
17261
|
+
------ -------- --------
|
|
17262
|
+
'OLYM' OlympusAtom Olympus OLYM2
|
|
17263
|
+
|
|
17264
|
+
=head3 Olympus OLYM2 Tags
|
|
17265
|
+
|
|
17266
|
+
Tag ID Tag Name Writable
|
|
17267
|
+
------ -------- --------
|
|
17268
|
+
'prms' MakerNotes Olympus prms
|
|
17269
|
+
'scrn' PreviewInfo Olympus scrn2
|
|
17270
|
+
'thmb' ThumbInfo Olympus thmb2
|
|
17271
|
+
|
|
17272
|
+
=head3 Olympus prms Tags
|
|
17273
|
+
|
|
17274
|
+
Information extracted from the "prms" atom in MOV videos from Olympus models
|
|
17275
|
+
such as the OM E-M5.
|
|
17276
|
+
|
|
17277
|
+
Index1 Tag Name Writable
|
|
17278
|
+
------ -------- --------
|
|
17279
|
+
18 Make no
|
|
17280
|
+
44 Model no
|
|
17281
|
+
131 DateTime1 no
|
|
17282
|
+
157 DateTime2 no
|
|
17283
|
+
383 LensModel no
|
|
17284
|
+
|
|
17285
|
+
=head3 Olympus scrn2 Tags
|
|
17286
|
+
|
|
17287
|
+
Index1 Tag Name Writable
|
|
17288
|
+
------ -------- --------
|
|
17289
|
+
2 OlympusPreview Olympus scrn
|
|
17290
|
+
|
|
17291
|
+
=head3 Olympus scrn Tags
|
|
17292
|
+
|
|
17293
|
+
Information extracted from the "scrn" atom of Olympus MP4 videos.
|
|
17294
|
+
|
|
17295
|
+
Index1 Tag Name Writable
|
|
17296
|
+
------ -------- --------
|
|
17297
|
+
0 PreviewImageLength no
|
|
17298
|
+
4 PreviewImage no
|
|
17299
|
+
|
|
17300
|
+
=head3 Olympus thmb Tags
|
|
17301
|
+
|
|
17302
|
+
Information extracted from the "thmb" atom of Olympus MP4 videos.
|
|
17303
|
+
|
|
17304
|
+
Index1 Tag Name Writable
|
|
17305
|
+
------ -------- --------
|
|
17306
|
+
0 ThumbnailLength no
|
|
17307
|
+
4 ThumbnailImage no
|
|
17308
|
+
|
|
17309
|
+
=head3 Olympus OLYM Tags
|
|
17310
|
+
|
|
17311
|
+
Tags found in the OLYM atom of MP4 videos from the TG-810.
|
|
17312
|
+
|
|
17313
|
+
Index1 Tag Name Writable
|
|
17314
|
+
------ -------- --------
|
|
17315
|
+
14 Make no
|
|
17316
|
+
40 Model no
|
|
17317
|
+
90 FNumber no
|
|
17318
|
+
127 DateTimeOriginal no
|
|
17319
|
+
153 DateTime2 no
|
|
17320
|
+
265 ThumbnailWidth no
|
|
17321
|
+
267 ThumbnailHeight no
|
|
17322
|
+
|
|
17122
17323
|
=head2 Panasonic Tags
|
|
17123
17324
|
|
|
17124
17325
|
These tags are used in Panasonic/Leica cameras.
|
|
@@ -17239,6 +17440,8 @@ These tags are used in Panasonic/Leica cameras.
|
|
|
17239
17440
|
0x00d2 MonochromeGrainEffect int16u
|
|
17240
17441
|
0x00d6 NoiseReductionStrength rational64s
|
|
17241
17442
|
0x00e4 LensTypeModel int16u
|
|
17443
|
+
0x00e8 MinimumISO int32u
|
|
17444
|
+
0x00ee DynamicRangeBoost int16u
|
|
17242
17445
|
0x0e00 PrintIM PrintIM
|
|
17243
17446
|
0x2003 TimeInfo Panasonic TimeInfo
|
|
17244
17447
|
0x8000 MakerNoteVersion undef
|
|
@@ -18240,6 +18443,39 @@ Tags extracted from the maker notes of AVI videos from the Optio S1.
|
|
|
18240
18443
|
------ -------- --------
|
|
18241
18444
|
0x0000 MakerNoteVersion no
|
|
18242
18445
|
|
|
18446
|
+
=head3 Pentax Junk Tags
|
|
18447
|
+
|
|
18448
|
+
Tags found in the JUNK chunk of AVI videos from the RS1000.
|
|
18449
|
+
|
|
18450
|
+
Index1 Tag Name Writable
|
|
18451
|
+
------ -------- --------
|
|
18452
|
+
12 Model no
|
|
18453
|
+
|
|
18454
|
+
=head3 Pentax Junk2 Tags
|
|
18455
|
+
|
|
18456
|
+
This information is found in AVI videos from the Optio RZ18.
|
|
18457
|
+
|
|
18458
|
+
Index1 Tag Name Writable
|
|
18459
|
+
------ -------- --------
|
|
18460
|
+
18 Make no
|
|
18461
|
+
44 Model no
|
|
18462
|
+
94 FNumber no
|
|
18463
|
+
131 DateTime1 no
|
|
18464
|
+
157 DateTime2 no
|
|
18465
|
+
299 ThumbnailWidth no
|
|
18466
|
+
301 ThumbnailHeight no
|
|
18467
|
+
303 ThumbnailLength no
|
|
18468
|
+
307 ThumbnailImage no
|
|
18469
|
+
|
|
18470
|
+
=head3 Pentax AVI Tags
|
|
18471
|
+
|
|
18472
|
+
Pentax-specific RIFF tags found in AVI videos.
|
|
18473
|
+
|
|
18474
|
+
Tag ID Tag Name Writable
|
|
18475
|
+
------ -------- --------
|
|
18476
|
+
'hymn' MakerNotes Pentax
|
|
18477
|
+
'mknt' MakerNotes Pentax
|
|
18478
|
+
|
|
18243
18479
|
=head3 Pentax PENT Tags
|
|
18244
18480
|
|
|
18245
18481
|
Tags found in the PENT atom of MOV videos from the Optio WG-2 GPS.
|
|
@@ -18294,39 +18530,6 @@ This information is found in MOV videos from cameras such as the Optio WP.
|
|
|
18294
18530
|
72 FocalLength no
|
|
18295
18531
|
175 ISO no
|
|
18296
18532
|
|
|
18297
|
-
=head3 Pentax Junk Tags
|
|
18298
|
-
|
|
18299
|
-
Tags found in the JUNK chunk of AVI videos from the RS1000.
|
|
18300
|
-
|
|
18301
|
-
Index1 Tag Name Writable
|
|
18302
|
-
------ -------- --------
|
|
18303
|
-
12 Model no
|
|
18304
|
-
|
|
18305
|
-
=head3 Pentax Junk2 Tags
|
|
18306
|
-
|
|
18307
|
-
This information is found in AVI videos from the Optio RZ18.
|
|
18308
|
-
|
|
18309
|
-
Index1 Tag Name Writable
|
|
18310
|
-
------ -------- --------
|
|
18311
|
-
18 Make no
|
|
18312
|
-
44 Model no
|
|
18313
|
-
94 FNumber no
|
|
18314
|
-
131 DateTime1 no
|
|
18315
|
-
157 DateTime2 no
|
|
18316
|
-
299 ThumbnailWidth no
|
|
18317
|
-
301 ThumbnailHeight no
|
|
18318
|
-
303 ThumbnailLength no
|
|
18319
|
-
307 ThumbnailImage no
|
|
18320
|
-
|
|
18321
|
-
=head3 Pentax AVI Tags
|
|
18322
|
-
|
|
18323
|
-
Pentax-specific RIFF tags found in AVI videos.
|
|
18324
|
-
|
|
18325
|
-
Tag ID Tag Name Writable
|
|
18326
|
-
------ -------- --------
|
|
18327
|
-
'hymn' MakerNotes Pentax
|
|
18328
|
-
'mknt' MakerNotes Pentax
|
|
18329
|
-
|
|
18330
18533
|
=head2 PhaseOne Tags
|
|
18331
18534
|
|
|
18332
18535
|
These tags are extracted from the maker notes of Phase One images.
|
|
@@ -20332,6 +20535,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
20332
20535
|
|
|
20333
20536
|
Index1 Tag Name Writable
|
|
20334
20537
|
------ -------- --------
|
|
20538
|
+
1102 ISOInfo Sony ISOInfo
|
|
20335
20539
|
1176 ISOInfo Sony ISOInfo
|
|
20336
20540
|
1181 ISOInfo Sony ISOInfo
|
|
20337
20541
|
1185 ISOInfo Sony ISOInfo
|
|
@@ -20664,7 +20868,7 @@ E-mount models.
|
|
|
20664
20868
|
|
|
20665
20869
|
=head3 Sony Tag9416 Tags
|
|
20666
20870
|
|
|
20667
|
-
Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
|
|
20871
|
+
Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
|
|
20668
20872
|
|
|
20669
20873
|
Index1 Tag Name Writable
|
|
20670
20874
|
------ -------- --------
|
|
@@ -20689,8 +20893,10 @@ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
|
|
|
20689
20893
|
117 MaxFocalLength no
|
|
20690
20894
|
2191 VignettingCorrParams no
|
|
20691
20895
|
2193 VignettingCorrParams no
|
|
20896
|
+
2203 VignettingCorrParams no
|
|
20692
20897
|
2324 ChromaticAberrationCorrParams no
|
|
20693
20898
|
2326 ChromaticAberrationCorrParams no
|
|
20899
|
+
2373 ChromaticAberrationCorrParams no
|
|
20694
20900
|
|
|
20695
20901
|
=head3 Sony PIC Tags
|
|
20696
20902
|
|
|
@@ -20789,39 +20995,39 @@ Tags in the encrypted SR2SubIFD
|
|
|
20789
20995
|
|
|
20790
20996
|
Tag ID Tag Name Writable
|
|
20791
20997
|
------ -------- --------
|
|
20792
|
-
0x7300 BlackLevel
|
|
20793
|
-
0x7302 WB_GRBGLevelsAuto
|
|
20794
|
-
0x7303 WB_GRBGLevels
|
|
20795
|
-
0x7310 BlackLevel
|
|
20796
|
-
0x7312 WB_RGGBLevelsAuto
|
|
20797
|
-
0x7313 WB_RGGBLevels
|
|
20798
|
-
0x7480 WB_RGBLevelsDaylight
|
|
20799
|
-
0x7481 WB_RGBLevelsCloudy
|
|
20800
|
-
0x7482 WB_RGBLevelsTungsten
|
|
20801
|
-
0x7483 WB_RGBLevelsFlash
|
|
20802
|
-
0x7484 WB_RGBLevels4500K
|
|
20803
|
-
0x7486 WB_RGBLevelsFluorescent
|
|
20998
|
+
0x7300 BlackLevel int16u[4]!
|
|
20999
|
+
0x7302 WB_GRBGLevelsAuto int16s[4]!
|
|
21000
|
+
0x7303 WB_GRBGLevels int16s[4]!
|
|
21001
|
+
0x7310 BlackLevel int16u[4]!
|
|
21002
|
+
0x7312 WB_RGGBLevelsAuto int16s[4]!
|
|
21003
|
+
0x7313 WB_RGGBLevels int16s[4]!
|
|
21004
|
+
0x7480 WB_RGBLevelsDaylight int16s[4]!
|
|
21005
|
+
0x7481 WB_RGBLevelsCloudy int16s[4]!
|
|
21006
|
+
0x7482 WB_RGBLevelsTungsten int16s[4]!
|
|
21007
|
+
0x7483 WB_RGBLevelsFlash int16s[4]!
|
|
21008
|
+
0x7484 WB_RGBLevels4500K int16s[4]!
|
|
21009
|
+
0x7486 WB_RGBLevelsFluorescent int16s[4]!
|
|
20804
21010
|
0x74a0 MaxApertureAtMaxFocal no
|
|
20805
21011
|
0x74a1 MaxApertureAtMinFocal no
|
|
20806
21012
|
0x74a2 MaxFocalLength no
|
|
20807
21013
|
0x74a3 MinFocalLength no
|
|
20808
21014
|
0x74c0 SR2DataIFD Sony SR2DataIFD
|
|
20809
21015
|
0x7800 ColorMatrix no
|
|
20810
|
-
0x7820 WB_RGBLevelsDaylight
|
|
20811
|
-
0x7821 WB_RGBLevelsCloudy
|
|
20812
|
-
0x7822 WB_RGBLevelsTungsten
|
|
20813
|
-
0x7823 WB_RGBLevelsFlash
|
|
20814
|
-
0x7824 WB_RGBLevels4500K
|
|
20815
|
-
0x7825 WB_RGBLevelsShade
|
|
20816
|
-
0x7826 WB_RGBLevelsFluorescent
|
|
20817
|
-
0x7827 WB_RGBLevelsFluorescentP1
|
|
20818
|
-
0x7828 WB_RGBLevelsFluorescentP2
|
|
20819
|
-
0x7829 WB_RGBLevelsFluorescentM1
|
|
20820
|
-
0x782a WB_RGBLevels8500K
|
|
20821
|
-
0x782b WB_RGBLevels6000K
|
|
20822
|
-
0x782c WB_RGBLevels3200K
|
|
20823
|
-
0x782d WB_RGBLevels2500K
|
|
20824
|
-
0x787f WhiteLevel
|
|
21016
|
+
0x7820 WB_RGBLevelsDaylight int16s[3]!
|
|
21017
|
+
0x7821 WB_RGBLevelsCloudy int16s[3]!
|
|
21018
|
+
0x7822 WB_RGBLevelsTungsten int16s[3]!
|
|
21019
|
+
0x7823 WB_RGBLevelsFlash int16s[3]!
|
|
21020
|
+
0x7824 WB_RGBLevels4500K int16s[3]!
|
|
21021
|
+
0x7825 WB_RGBLevelsShade int16s[3]!
|
|
21022
|
+
0x7826 WB_RGBLevelsFluorescent int16s[3]!
|
|
21023
|
+
0x7827 WB_RGBLevelsFluorescentP1 int16s[3]!
|
|
21024
|
+
0x7828 WB_RGBLevelsFluorescentP2 int16s[3]!
|
|
21025
|
+
0x7829 WB_RGBLevelsFluorescentM1 int16s[3]!
|
|
21026
|
+
0x782a WB_RGBLevels8500K int16s[3]!
|
|
21027
|
+
0x782b WB_RGBLevels6000K int16s[3]!
|
|
21028
|
+
0x782c WB_RGBLevels3200K int16s[3]!
|
|
21029
|
+
0x782d WB_RGBLevels2500K int16s[3]!
|
|
21030
|
+
0x787f WhiteLevel int16u[3]!
|
|
20825
21031
|
0x797d VignettingCorrParams no
|
|
20826
21032
|
0x7980 ChromaticAberrationCorrParams no
|
|
20827
21033
|
0x7982 DistortionCorrParams no
|
|
@@ -21656,28 +21862,30 @@ unrecognized Windows Compound Binary file as a FlashPix (FPX) file. See
|
|
|
21656
21862
|
L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
|
|
21657
21863
|
specification.
|
|
21658
21864
|
|
|
21659
|
-
Tag ID
|
|
21660
|
-
------
|
|
21661
|
-
"\x01CompObj"
|
|
21662
|
-
"\x05Audio Info"
|
|
21663
|
-
"\x05Data Object"
|
|
21865
|
+
Tag ID Tag Name Writable
|
|
21866
|
+
------ -------- --------
|
|
21867
|
+
"\x01CompObj" CompObj FlashPix CompObj
|
|
21868
|
+
"\x05Audio Info" AudioInfo FlashPix AudioInfo
|
|
21869
|
+
"\x05Data Object" DataObject FlashPix DataObject
|
|
21664
21870
|
"\x05DocumentSummaryInformation" DocumentInfo FlashPix DocumentInfo
|
|
21665
|
-
"\x05Extension List"
|
|
21666
|
-
"\x05Global Info"
|
|
21667
|
-
"\x05Image Contents"
|
|
21668
|
-
"\x05Image Info"
|
|
21669
|
-
"\x05Operation"
|
|
21670
|
-
"\x05Screen Nail"
|
|
21671
|
-
"\x05SummaryInformation"
|
|
21672
|
-
"\x05Transform"
|
|
21673
|
-
'Audio Stream'
|
|
21674
|
-
'
|
|
21675
|
-
'
|
|
21676
|
-
'
|
|
21677
|
-
'
|
|
21678
|
-
'
|
|
21679
|
-
'
|
|
21680
|
-
'
|
|
21871
|
+
"\x05Extension List" Extensions FlashPix Extensions
|
|
21872
|
+
"\x05Global Info" GlobalInfo FlashPix GlobalInfo
|
|
21873
|
+
"\x05Image Contents" Image FlashPix Image
|
|
21874
|
+
"\x05Image Info" ImageInfo FlashPix ImageInfo
|
|
21875
|
+
"\x05Operation" Operation FlashPix Operation
|
|
21876
|
+
"\x05Screen Nail" ScreenNail no
|
|
21877
|
+
"\x05SummaryInformation" SummaryInfo FlashPix SummaryInfo
|
|
21878
|
+
"\x05Transform" Transform FlashPix Transform
|
|
21879
|
+
'Audio Stream' AudioStream no
|
|
21880
|
+
'BasicFileInfo' BasicFileInfo no
|
|
21881
|
+
'Contents' Contents XMP
|
|
21882
|
+
'Current User' CurrentUser no
|
|
21883
|
+
'ICC Profile 0001' ICC_Profile ICC_Profile
|
|
21884
|
+
'IeImg' EmbeddedImage no
|
|
21885
|
+
'Preview' PreviewImage no
|
|
21886
|
+
'Property' PreviewInfo FlashPix PreviewInfo
|
|
21887
|
+
'Subimage 0000 Header' SubimageHdr FlashPix SubimageHdr
|
|
21888
|
+
'WordDocument' WordDocument FlashPix WordDocument
|
|
21681
21889
|
|
|
21682
21890
|
=head3 FlashPix CompObj Tags
|
|
21683
21891
|
|
|
@@ -23457,6 +23665,7 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
|
|
|
23457
23665
|
'bfil' BinaryFilter no
|
|
23458
23666
|
'bidb' BinaryData no
|
|
23459
23667
|
'bpcc' BitsPerComponent no
|
|
23668
|
+
'c2sh' C2PASaltHash no
|
|
23460
23669
|
'cbor' CBORData CBOR
|
|
23461
23670
|
'cdef' ComponentDefinition no
|
|
23462
23671
|
'cgrp' ColorGroup no
|
|
@@ -23770,6 +23979,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23770
23979
|
DCVerbatimLocality string_
|
|
23771
23980
|
DCVerbatimLongitude string_
|
|
23772
23981
|
DCVerbatimSRS string_
|
|
23982
|
+
DCVerticalDatum string_
|
|
23773
23983
|
DCWaterBody string_
|
|
23774
23984
|
DCEvent DarwinCore Event Struct
|
|
23775
23985
|
EventDay integer_
|
|
@@ -23842,7 +24052,9 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23842
24052
|
IdentificationRemarks string_
|
|
23843
24053
|
IdentificationVerificationStatus string_
|
|
23844
24054
|
IdentifiedBy string_
|
|
24055
|
+
IdentifiedByID string_
|
|
23845
24056
|
TypeStatus string_
|
|
24057
|
+
VerbatimIdentification string_
|
|
23846
24058
|
LivingSpecimen DarwinCore MaterialSample Struct
|
|
23847
24059
|
LivingSpecimenMaterialSampleID string_
|
|
23848
24060
|
MachineObservation DarwinCore Event Struct
|
|
@@ -23886,8 +24098,10 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23886
24098
|
OccurrenceAssociatedTaxa string_
|
|
23887
24099
|
OccurrenceBehavior string_
|
|
23888
24100
|
OccurrenceCatalogNumber string_
|
|
24101
|
+
OccurrenceDegreeOfEstablishment string_
|
|
23889
24102
|
OccurrenceDisposition string_
|
|
23890
24103
|
OccurrenceEstablishmentMeans string_
|
|
24104
|
+
OccurrenceGeoreferenceVerificationStatus string_
|
|
23891
24105
|
OccurrenceIndividualCount string_
|
|
23892
24106
|
OccurrenceIndividualID string_
|
|
23893
24107
|
OccurrenceLifeStage string_
|
|
@@ -23898,9 +24112,11 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23898
24112
|
OccurrenceOrganismQuantity string_
|
|
23899
24113
|
OccurrenceOrganismQuantityType string_
|
|
23900
24114
|
OccurrenceOtherCatalogNumbers string_
|
|
24115
|
+
OccurrencePathway string_
|
|
23901
24116
|
OccurrencePreparations string_
|
|
23902
24117
|
OccurrencePreviousIdentifications string_
|
|
23903
24118
|
OccurrenceRecordedBy string_
|
|
24119
|
+
OccurrenceRecordedByID string_
|
|
23904
24120
|
OccurrenceRecordNumber string_
|
|
23905
24121
|
OccurrenceReproductiveCondition string_
|
|
23906
24122
|
OccurrenceSex string_
|
|
@@ -23931,6 +24147,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23931
24147
|
RelationshipAccordingTo string_
|
|
23932
24148
|
RelationshipEstablishedDate date_
|
|
23933
24149
|
RelationshipOfResource string_
|
|
24150
|
+
RelationshipOfResourceID string_
|
|
23934
24151
|
RelationshipRemarks string_
|
|
23935
24152
|
ResourceID string_
|
|
23936
24153
|
ResourceRelationshipID string_
|
|
@@ -23938,6 +24155,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
23938
24155
|
TaxonAcceptedNameUsage string_
|
|
23939
24156
|
TaxonAcceptedNameUsageID string_
|
|
23940
24157
|
TaxonClass string_
|
|
24158
|
+
TaxonCultivarEpithet string_
|
|
23941
24159
|
TaxonFamily string_
|
|
23942
24160
|
TaxonGenus string_
|
|
23943
24161
|
TaxonHigherClassification string_
|
|
@@ -24016,6 +24234,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24016
24234
|
VerbatimLocality string
|
|
24017
24235
|
VerbatimLongitude string
|
|
24018
24236
|
VerbatimSRS string
|
|
24237
|
+
VerticalDatum string
|
|
24019
24238
|
WaterBody string
|
|
24020
24239
|
|
|
24021
24240
|
=head3 DarwinCore Event Struct
|
|
@@ -24083,7 +24302,9 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24083
24302
|
IdentificationRemarks string
|
|
24084
24303
|
IdentificationVerificationStatus string
|
|
24085
24304
|
IdentifiedBy string
|
|
24305
|
+
IdentifiedByID string
|
|
24086
24306
|
TypeStatus string
|
|
24307
|
+
VerbatimIdentification string
|
|
24087
24308
|
|
|
24088
24309
|
=head3 DarwinCore MeasurementOrFact Struct
|
|
24089
24310
|
|
|
@@ -24110,8 +24331,10 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24110
24331
|
AssociatedTaxa string
|
|
24111
24332
|
Behavior string
|
|
24112
24333
|
CatalogNumber string
|
|
24334
|
+
DegreeOfEstablishment string
|
|
24113
24335
|
Disposition string
|
|
24114
24336
|
EstablishmentMeans string
|
|
24337
|
+
GeoreferenceVerificationStatus string
|
|
24115
24338
|
IndividualCount string
|
|
24116
24339
|
IndividualID string
|
|
24117
24340
|
LifeStage string
|
|
@@ -24122,10 +24345,12 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24122
24345
|
OrganismQuantity string
|
|
24123
24346
|
OrganismQuantityType string
|
|
24124
24347
|
OtherCatalogNumbers string
|
|
24348
|
+
Pathway string
|
|
24125
24349
|
Preparations string
|
|
24126
24350
|
PreviousIdentifications string
|
|
24127
24351
|
RecordNumber string
|
|
24128
24352
|
RecordedBy string
|
|
24353
|
+
RecordedByID string
|
|
24129
24354
|
ReproductiveCondition string
|
|
24130
24355
|
Sex string
|
|
24131
24356
|
|
|
@@ -24165,6 +24390,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24165
24390
|
RelationshipAccordingTo string
|
|
24166
24391
|
RelationshipEstablishedDate date
|
|
24167
24392
|
RelationshipOfResource string
|
|
24393
|
+
RelationshipOfResourceID string
|
|
24168
24394
|
RelationshipRemarks string
|
|
24169
24395
|
ResourceID string
|
|
24170
24396
|
ResourceRelationshipID string
|
|
@@ -24176,6 +24402,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
|
24176
24402
|
AcceptedNameUsage string
|
|
24177
24403
|
AcceptedNameUsageID string
|
|
24178
24404
|
Class string
|
|
24405
|
+
CultivarEpithet string
|
|
24179
24406
|
Family string
|
|
24180
24407
|
Genus string
|
|
24181
24408
|
HigherClassification string
|
|
@@ -25139,6 +25366,7 @@ Information related to geographic location.
|
|
|
25139
25366
|
'Components' ComponentsConfiguration string
|
|
25140
25367
|
'Compression' CompressionRatio rational32u
|
|
25141
25368
|
'ImageSize' ImageSize int16u[n]
|
|
25369
|
+
'OriginalImageSize' OriginalImageSize int16u[n]
|
|
25142
25370
|
'Resolution' Resolution rational64u[n]
|
|
25143
25371
|
'data' FullSizeImage undef
|
|
25144
25372
|
|
|
@@ -25348,6 +25576,29 @@ Graphics) images. See L<http://bellard.org/bpg/> for the specification.
|
|
|
25348
25576
|
0x0004 ThumbnailBPG no
|
|
25349
25577
|
0x0005 AnimationControl? no
|
|
25350
25578
|
|
|
25579
|
+
=head2 ICO Tags
|
|
25580
|
+
|
|
25581
|
+
Information extracted from Windows ICO (icon) and CUR (cursor) files.
|
|
25582
|
+
|
|
25583
|
+
Index1 Tag Name Writable
|
|
25584
|
+
------ -------- --------
|
|
25585
|
+
2 ImageType no
|
|
25586
|
+
4 ImageCount no
|
|
25587
|
+
6 IconDir ICO IconDir
|
|
25588
|
+
|
|
25589
|
+
=head3 ICO IconDir Tags
|
|
25590
|
+
|
|
25591
|
+
Index1 Tag Name Writable
|
|
25592
|
+
------ -------- --------
|
|
25593
|
+
0 ImageWidth no
|
|
25594
|
+
1 ImageHeight no
|
|
25595
|
+
2 NumColors no
|
|
25596
|
+
4 ColorPlanes no
|
|
25597
|
+
HotspotX no
|
|
25598
|
+
6 BitsPerPixel no
|
|
25599
|
+
HotspotY no
|
|
25600
|
+
8 ImageLength no
|
|
25601
|
+
|
|
25351
25602
|
=head2 PICT Tags
|
|
25352
25603
|
|
|
25353
25604
|
The PICT format contains no true meta information, except for the possible
|
|
@@ -25537,6 +25788,7 @@ check if speed is more of a concern.
|
|
|
25537
25788
|
'acTL' AnimationControl PNG AnimationControl
|
|
25538
25789
|
'bKGD' BackgroundColor no
|
|
25539
25790
|
'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
|
|
25791
|
+
'caBX' JUMBF Jpeg2000
|
|
25540
25792
|
'dSIG' DigitalSignature no
|
|
25541
25793
|
'eXIf' eXIf EXIF
|
|
25542
25794
|
'fRAc' FractalParameters no
|
|
@@ -27150,786 +27402,284 @@ This information is found in iTunes Cover Flow data files.
|
|
|
27150
27402
|
7 ImageWidth no
|
|
27151
27403
|
8 ImageHeight no
|
|
27152
27404
|
|
|
27153
|
-
=head2
|
|
27405
|
+
=head2 QuickTime Tags
|
|
27154
27406
|
|
|
27155
|
-
|
|
27156
|
-
|
|
27407
|
+
The QuickTime format is used for many different types of audio, video and
|
|
27408
|
+
image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
|
|
27409
|
+
extracts standard meta information and a variety of audio, video and image
|
|
27410
|
+
parameters, as well as proprietary information written by many camera
|
|
27411
|
+
models. Tags with a question mark after their name are not extracted unless
|
|
27412
|
+
the Unknown option is set.
|
|
27157
27413
|
|
|
27158
|
-
|
|
27159
|
-
|
|
27160
|
-
|
|
27161
|
-
|
|
27162
|
-
|
|
27163
|
-
|
|
27164
|
-
|
|
27165
|
-
|
|
27166
|
-
|
|
27414
|
+
When writing, ExifTool creates both QuickTime and XMP tags by default, but
|
|
27415
|
+
the group may be specified to write one or the other separately. If no
|
|
27416
|
+
location is specified, newly created QuickTime tags are added in the
|
|
27417
|
+
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> location if
|
|
27418
|
+
possible, otherwise in
|
|
27419
|
+
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags>, and
|
|
27420
|
+
finally in L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags>,
|
|
27421
|
+
but this order may be changed by setting the PREFERRED level of the
|
|
27422
|
+
appropriate table in the config file (see
|
|
27423
|
+
example.config in the full distribution for an
|
|
27424
|
+
example). Note that some tags with the same name but different ID's may
|
|
27425
|
+
exist in the same location, but the family 7 group names may be used to
|
|
27426
|
+
differentiate these. ExifTool currently writes only top-level metadata in
|
|
27427
|
+
QuickTime-based files; it extracts other track-specific and timed metadata,
|
|
27428
|
+
but can not yet edit tags in these locations (with the exception of
|
|
27429
|
+
track-level date/time tags).
|
|
27167
27430
|
|
|
27168
|
-
|
|
27431
|
+
Alternate language tags may be accessed for
|
|
27432
|
+
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
|
27433
|
+
L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
|
|
27434
|
+
a 3-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
|
|
27435
|
+
country code to the tag name (eg. "ItemList:Artist-deu" or
|
|
27436
|
+
"ItemList::Artist-deu-DE"). Most
|
|
27437
|
+
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
|
|
27438
|
+
language code, but without a country code. If no language code is specified
|
|
27439
|
+
when writing, the default language is written and alternate languages for
|
|
27440
|
+
the tag are deleted. Use the "und" language code to write the default
|
|
27441
|
+
language without deleting alternate languages. Note that "eng" is treated
|
|
27442
|
+
as a default language when reading, but not when writing.
|
|
27169
27443
|
|
|
27170
|
-
|
|
27444
|
+
According to the specification, integer-format QuickTime date/time tags
|
|
27445
|
+
should be stored as UTC. Unfortunately, digital cameras often store local
|
|
27446
|
+
time values instead (presumably because they don't know the time zone). For
|
|
27447
|
+
this reason, by default ExifTool does not assume a time zone for these
|
|
27448
|
+
values. However, if the API QuickTimeUTC option is set, then ExifTool will
|
|
27449
|
+
assume these values are properly stored as UTC, and will convert them to
|
|
27450
|
+
local time when extracting.
|
|
27451
|
+
|
|
27452
|
+
When writing string-based date/time tags, the system time zone is added if
|
|
27453
|
+
the PrintConv option is enabled and no time zone is specified. This is
|
|
27454
|
+
because Apple software may display crazy values if the time zone is missing
|
|
27455
|
+
for some tags.
|
|
27456
|
+
|
|
27457
|
+
By default ExifTool will remove null padding from some QuickTime containers
|
|
27458
|
+
in Canon CR3 files when writing, but the
|
|
27459
|
+
QuickTimePad option may be used to preserve
|
|
27460
|
+
the original size by padding with nulls if necessary.
|
|
27461
|
+
|
|
27462
|
+
See
|
|
27463
|
+
L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
|
|
27464
|
+
for the official specification.
|
|
27171
27465
|
|
|
27172
27466
|
Tag ID Tag Name Writable
|
|
27173
27467
|
------ -------- --------
|
|
27174
|
-
'
|
|
27175
|
-
'
|
|
27176
|
-
'
|
|
27177
|
-
'
|
|
27178
|
-
'
|
|
27179
|
-
'
|
|
27180
|
-
'
|
|
27181
|
-
|
|
27182
|
-
|
|
27468
|
+
'GPS ' GPSDataList2? no
|
|
27469
|
+
'IDIT' DateTimeOriginal string
|
|
27470
|
+
'PICT' PreviewPICT no
|
|
27471
|
+
'_htc' HTCInfo QuickTime HTCInfo
|
|
27472
|
+
'ardt' ARDroneFile no
|
|
27473
|
+
'frea' Kodak_frea Kodak frea
|
|
27474
|
+
'free' KodakFree Kodak Free
|
|
27475
|
+
Pittasoft QuickTime Pittasoft
|
|
27476
|
+
ThumbnailImage no
|
|
27477
|
+
Free? no
|
|
27478
|
+
'ftyp' FileType QuickTime FileType
|
|
27479
|
+
'gps0' GPSTrack QuickTime Stream
|
|
27480
|
+
'gsen' GSensor QuickTime Stream
|
|
27481
|
+
'junk' Junk? no
|
|
27482
|
+
'mdat' MediaData? no
|
|
27483
|
+
'mdat-offset' MediaDataOffset no
|
|
27484
|
+
'mdat-size' MediaDataSize no
|
|
27485
|
+
'meco' OtherMeta QuickTime OtherMeta
|
|
27486
|
+
'meta' Meta QuickTime Meta
|
|
27487
|
+
'moof' MovieFragment QuickTime MovieFragment
|
|
27488
|
+
'moov' Movie QuickTime Movie
|
|
27489
|
+
'pict' PreviewPICT no
|
|
27490
|
+
'pnot' Preview QuickTime Preview
|
|
27491
|
+
'prrt' ARDroneTelemetry no
|
|
27492
|
+
'sefd' SamsungTrailer Samsung Trailer
|
|
27493
|
+
'skip' CanonSkip Canon Skip
|
|
27494
|
+
PreviewImage no
|
|
27495
|
+
SkipInfo -
|
|
27496
|
+
Skip? no
|
|
27497
|
+
'thm ' ThumbnailImage no
|
|
27498
|
+
'thum' ThumbnailImage no
|
|
27499
|
+
'udat' GPSLog no
|
|
27500
|
+
'udta' UserData FLIR UserData
|
|
27501
|
+
'uuid' XMP XMP
|
|
27502
|
+
UUID-PROF QuickTime Profile
|
|
27503
|
+
UUID-Flip QuickTime Flip
|
|
27504
|
+
UUID-Canon2 Canon uuid2
|
|
27505
|
+
SensorData QuickTime Tags360Fly
|
|
27506
|
+
SensorData no
|
|
27507
|
+
PreviewImage no
|
|
27508
|
+
UUID-Unknown? no
|
|
27509
|
+
'wide' Wide? no
|
|
27183
27510
|
|
|
27184
|
-
=head3
|
|
27511
|
+
=head3 QuickTime Stream Tags
|
|
27185
27512
|
|
|
27186
|
-
|
|
27187
|
-
|
|
27188
|
-
|
|
27189
|
-
|
|
27190
|
-
2 PictureDescription no
|
|
27191
|
-
3 PictureWidth no
|
|
27192
|
-
4 PictureHeight no
|
|
27193
|
-
5 PictureBitsPerPixel no
|
|
27194
|
-
6 PictureIndexedColors no
|
|
27195
|
-
7 PictureLength no
|
|
27196
|
-
8 Picture no
|
|
27513
|
+
The tags below are extracted from timed metadata in QuickTime and other
|
|
27514
|
+
formats of video files when the ExtractEmbedded option is used. Although
|
|
27515
|
+
most of these tags are combined into the single table below, ExifTool
|
|
27516
|
+
currently reads 62 different formats of timed GPS metadata from video files.
|
|
27197
27517
|
|
|
27198
|
-
|
|
27518
|
+
Tag Name Writable
|
|
27519
|
+
-------- --------
|
|
27520
|
+
Accelerometer no
|
|
27521
|
+
AccelerometerData no
|
|
27522
|
+
AngularVelocity no
|
|
27523
|
+
CTMD Canon CTMD
|
|
27524
|
+
CameraDateTime no
|
|
27525
|
+
Car no
|
|
27526
|
+
Distance no
|
|
27527
|
+
ExposureCompensation no
|
|
27528
|
+
ExposureTime no
|
|
27529
|
+
FNumber no
|
|
27530
|
+
FrameNumber no
|
|
27531
|
+
GPSAltitude no
|
|
27532
|
+
GPSDOP no
|
|
27533
|
+
GPSDateTime no
|
|
27534
|
+
GPSLatitude no
|
|
27535
|
+
GPSLongitude no
|
|
27536
|
+
GPSSatellites no
|
|
27537
|
+
GPSSpeed no
|
|
27538
|
+
GPSSpeedRef no
|
|
27539
|
+
GPSTimeStamp no
|
|
27540
|
+
GPSTrack no
|
|
27541
|
+
GPSTrackRef no
|
|
27542
|
+
GSensor no
|
|
27543
|
+
INSV QuickTime INSV_MakerNotes
|
|
27544
|
+
ISO no
|
|
27545
|
+
JpgFromRaw no
|
|
27546
|
+
KiloCalories no
|
|
27547
|
+
PreviewInfo QuickTime PreviewInfo
|
|
27548
|
+
RVMI_gReV QuickTime RVMI_gReV
|
|
27549
|
+
RVMI_sReV QuickTime RVMI_sReV
|
|
27550
|
+
RawGSensor no
|
|
27551
|
+
SampleDateTime no
|
|
27552
|
+
SampleDuration no
|
|
27553
|
+
SampleTime no
|
|
27554
|
+
Text no
|
|
27555
|
+
TimeCode no
|
|
27556
|
+
Unknown00? no
|
|
27557
|
+
Unknown01? no
|
|
27558
|
+
Unknown02? no
|
|
27559
|
+
Unknown03? no
|
|
27560
|
+
UserLabel no
|
|
27561
|
+
VerticalSpeed no
|
|
27562
|
+
VideoTimeStamp no
|
|
27563
|
+
camm0 QuickTime camm0
|
|
27564
|
+
camm1 QuickTime camm1
|
|
27565
|
+
camm2 QuickTime camm2
|
|
27566
|
+
camm3 QuickTime camm3
|
|
27567
|
+
camm4 QuickTime camm4
|
|
27568
|
+
camm5 QuickTime camm5
|
|
27569
|
+
camm6 QuickTime camm6
|
|
27570
|
+
camm7 QuickTime camm7
|
|
27571
|
+
fdsc GoPro fdsc
|
|
27572
|
+
gpmd_Kingslim QuickTime Stream
|
|
27573
|
+
gpmd_Rove QuickTime Stream
|
|
27574
|
+
gpmd_FMAS QuickTime Stream
|
|
27575
|
+
gpmd_GoPro GoPro GPMF
|
|
27576
|
+
marl QuickTime marl
|
|
27577
|
+
mebx QuickTime Keys
|
|
27578
|
+
mett Parrot mett
|
|
27579
|
+
rtmd Sony rtmd
|
|
27580
|
+
tx3g QuickTime tx3g
|
|
27199
27581
|
|
|
27200
|
-
|
|
27201
|
-
L<http://www.xiph.org/vorbis/doc/> for the Ogg specification.
|
|
27582
|
+
=head3 QuickTime INSV_MakerNotes Tags
|
|
27202
27583
|
|
|
27203
27584
|
Tag ID Tag Name Writable
|
|
27204
27585
|
------ -------- --------
|
|
27205
|
-
|
|
27206
|
-
|
|
27207
|
-
|
|
27208
|
-
|
|
27209
|
-
'vorbis' Vorbis Vorbis
|
|
27586
|
+
0x000a SerialNumber no
|
|
27587
|
+
0x0012 Model no
|
|
27588
|
+
0x001a Firmware no
|
|
27589
|
+
0x002a Parameters no
|
|
27210
27590
|
|
|
27211
|
-
=
|
|
27591
|
+
=head3 QuickTime PreviewInfo Tags
|
|
27212
27592
|
|
|
27213
|
-
|
|
27214
|
-
L<http://www.xiph.org/vorbis/doc/> for the Vorbis specification.
|
|
27593
|
+
Preview stored by TomTom Bandit ActionCam.
|
|
27215
27594
|
|
|
27216
|
-
|
|
27595
|
+
Index1 Tag Name Writable
|
|
27217
27596
|
------ -------- --------
|
|
27218
|
-
|
|
27219
|
-
0x0003 Comments Vorbis Comments
|
|
27220
|
-
|
|
27221
|
-
=head3 Vorbis Comments Tags
|
|
27222
|
-
|
|
27223
|
-
The tags below are only some common tags found in the Vorbis comments of Ogg
|
|
27224
|
-
Vorbis and Ogg FLAC audio files, however ExifTool will extract values from
|
|
27225
|
-
any tag found, even if not listed here.
|
|
27597
|
+
8 PreviewImage no
|
|
27226
27598
|
|
|
27227
|
-
|
|
27228
|
-
------ -------- --------
|
|
27229
|
-
'ACTOR' Actor no
|
|
27230
|
-
'ALBUM' Album no
|
|
27231
|
-
'ARTIST' Artist no+
|
|
27232
|
-
'COMMENT' Comment no
|
|
27233
|
-
'COMPOSER' Composer no
|
|
27234
|
-
'CONTACT' Contact no+
|
|
27235
|
-
'COPYRIGHT' Copyright no
|
|
27236
|
-
'COVERART' CoverArt no
|
|
27237
|
-
'COVERARTMIME' CoverArtMIMEType no
|
|
27238
|
-
'DATE' Date no
|
|
27239
|
-
'DESCRIPTION' Description no
|
|
27240
|
-
'DIRECTOR' Director no
|
|
27241
|
-
'ENCODED_BY' EncodedBy no
|
|
27242
|
-
'ENCODED_USING' EncodedUsing no
|
|
27243
|
-
'ENCODER' Encoder no
|
|
27244
|
-
'ENCODER_OPTIONS' EncoderOptions no
|
|
27245
|
-
'GENRE' Genre no
|
|
27246
|
-
'ISRC' ISRCNumber no
|
|
27247
|
-
'LICENSE' License no
|
|
27248
|
-
'LOCATION' Location no
|
|
27249
|
-
'METADATA_BLOCK_PICTURE' Picture FLAC Picture
|
|
27250
|
-
'ORGANIZATION' Organization no
|
|
27251
|
-
'PERFORMER' Performer no+
|
|
27252
|
-
'PRODUCER' Producer no
|
|
27253
|
-
'REPLAYGAIN_ALBUM_GAIN' ReplayGainAlbumGain no
|
|
27254
|
-
'REPLAYGAIN_ALBUM_PEAK' ReplayGainAlbumPeak no
|
|
27255
|
-
'REPLAYGAIN_TRACK_GAIN' ReplayGainTrackGain no
|
|
27256
|
-
'REPLAYGAIN_TRACK_PEAK' ReplayGainTrackPeak no
|
|
27257
|
-
'TITLE' Title no
|
|
27258
|
-
'TRACKNUMBER' TrackNumber no
|
|
27259
|
-
'VERSION' Version no
|
|
27260
|
-
'vendor' Vendor no
|
|
27599
|
+
=head3 QuickTime RVMI_gReV Tags
|
|
27261
27600
|
|
|
27262
|
-
|
|
27601
|
+
GPS information extracted from the RVMI box of MOV videos.
|
|
27263
27602
|
|
|
27264
27603
|
Index1 Tag Name Writable
|
|
27265
27604
|
------ -------- --------
|
|
27266
|
-
|
|
27267
|
-
|
|
27268
|
-
|
|
27269
|
-
|
|
27270
|
-
13 NominalBitrate no
|
|
27271
|
-
17 MinimumBitrate no
|
|
27272
|
-
|
|
27273
|
-
=head2 Opus Tags
|
|
27274
|
-
|
|
27275
|
-
Information extracted from Ogg Opus files. See
|
|
27276
|
-
L<https://www.opus-codec.org/docs/> for the specification.
|
|
27605
|
+
4 GPSLatitude no
|
|
27606
|
+
8 GPSLongitude no
|
|
27607
|
+
16 GPSSpeed no
|
|
27608
|
+
18 GPSTrack no
|
|
27277
27609
|
|
|
27278
|
-
|
|
27279
|
-
------ -------- --------
|
|
27280
|
-
'OpusHead' Header Opus Header
|
|
27281
|
-
'OpusTags' Comments Vorbis Comments
|
|
27610
|
+
=head3 QuickTime RVMI_sReV Tags
|
|
27282
27611
|
|
|
27283
|
-
|
|
27612
|
+
G-sensor information extracted from the RVMI box of MOV videos.
|
|
27284
27613
|
|
|
27285
27614
|
Index1 Tag Name Writable
|
|
27286
27615
|
------ -------- --------
|
|
27287
|
-
|
|
27288
|
-
1 AudioChannels no
|
|
27289
|
-
4 SampleRate no
|
|
27290
|
-
8 OutputGain no
|
|
27616
|
+
4 GSensor no
|
|
27291
27617
|
|
|
27292
|
-
=
|
|
27618
|
+
=head3 QuickTime camm0 Tags
|
|
27293
27619
|
|
|
27294
|
-
|
|
27295
|
-
|
|
27620
|
+
The camm0 through camm7 tables define tags extracted from the Google Street
|
|
27621
|
+
View Camera Motion Metadata of MP4 videos. See
|
|
27622
|
+
L<https://developers.google.com/streetview/publish/camm-spec> for the
|
|
27623
|
+
specification.
|
|
27296
27624
|
|
|
27297
27625
|
Tag ID Tag Name Writable
|
|
27298
27626
|
------ -------- --------
|
|
27299
|
-
|
|
27300
|
-
0x0081 Comments Vorbis Comments
|
|
27301
|
-
|
|
27302
|
-
=head3 Theora Identification Tags
|
|
27303
|
-
|
|
27304
|
-
Tags extracted from the Theora identification header.
|
|
27305
|
-
|
|
27306
|
-
Index1 Tag Name Writable
|
|
27307
|
-
------ -------- --------
|
|
27308
|
-
0 TheoraVersion no
|
|
27309
|
-
7 ImageWidth no
|
|
27310
|
-
10 ImageHeight no
|
|
27311
|
-
13 XOffset no
|
|
27312
|
-
14 YOffset no
|
|
27313
|
-
15 FrameRate no
|
|
27314
|
-
23 PixelAspectRatio no
|
|
27315
|
-
29 ColorSpace no
|
|
27316
|
-
30 NominalVideoBitrate no
|
|
27317
|
-
33 Quality no
|
|
27318
|
-
34 PixelFormat no
|
|
27319
|
-
|
|
27320
|
-
=head2 APE Tags
|
|
27321
|
-
|
|
27322
|
-
Tags found in Monkey's Audio (APE) information. Only a few common tags are
|
|
27323
|
-
listed below, but ExifTool will extract any tag found. ExifTool supports
|
|
27324
|
-
APEv1 and APEv2 tags, as well as ID3 information in APE files, and will also
|
|
27325
|
-
read APE metadata from MP3 and MPC files.
|
|
27326
|
-
|
|
27327
|
-
Tag ID Tag Name Writable
|
|
27328
|
-
------ -------- --------
|
|
27329
|
-
'Album' Album no
|
|
27330
|
-
'Artist' Artist no
|
|
27331
|
-
'DURATION' Duration no
|
|
27332
|
-
'Genre' Genre no
|
|
27333
|
-
'Title' Title no
|
|
27334
|
-
'Tool Name' ToolName no
|
|
27335
|
-
'Tool Version' ToolVersion no
|
|
27336
|
-
'Track' Track no
|
|
27337
|
-
'Year' Year no
|
|
27338
|
-
|
|
27339
|
-
=head3 APE NewHeader Tags
|
|
27340
|
-
|
|
27341
|
-
APE MAC audio header for version 3.98 or later.
|
|
27342
|
-
|
|
27343
|
-
Index2 Tag Name Writable
|
|
27344
|
-
------ -------- --------
|
|
27345
|
-
0 CompressionLevel no
|
|
27346
|
-
2 BlocksPerFrame no
|
|
27347
|
-
4 FinalFrameBlocks no
|
|
27348
|
-
6 TotalFrames no
|
|
27349
|
-
8 BitsPerSample no
|
|
27350
|
-
9 Channels no
|
|
27351
|
-
10 SampleRate no
|
|
27352
|
-
|
|
27353
|
-
=head3 APE OldHeader Tags
|
|
27354
|
-
|
|
27355
|
-
APE MAC audio header for version 3.97 or earlier.
|
|
27356
|
-
|
|
27357
|
-
Index2 Tag Name Writable
|
|
27358
|
-
------ -------- --------
|
|
27359
|
-
0 APEVersion no
|
|
27360
|
-
1 CompressionLevel no
|
|
27361
|
-
3 Channels no
|
|
27362
|
-
4 SampleRate no
|
|
27363
|
-
10 TotalFrames no
|
|
27364
|
-
12 FinalFrameBlocks no
|
|
27365
|
-
|
|
27366
|
-
=head2 Audible Tags
|
|
27367
|
-
|
|
27368
|
-
ExifTool will extract any information found in the metadata dictionary of
|
|
27369
|
-
Audible .AA files, even if not listed in the table below.
|
|
27370
|
-
|
|
27371
|
-
Tag ID Tag Name Writable
|
|
27372
|
-
------ -------- --------
|
|
27373
|
-
'_chapter_count' ChapterCount no
|
|
27374
|
-
'_cover_art' CoverArt no
|
|
27375
|
-
'author' Author no
|
|
27376
|
-
'copyright' Copyright no
|
|
27377
|
-
'pub_date_start' PublishDateStart no
|
|
27378
|
-
'pubdate' PublishDate no
|
|
27379
|
-
|
|
27380
|
-
=head3 Audible tags Tags
|
|
27381
|
-
|
|
27382
|
-
Information found in "tags" atom of Audible M4B audio books.
|
|
27383
|
-
|
|
27384
|
-
Tag ID Tag Name Writable
|
|
27385
|
-
------ -------- --------
|
|
27386
|
-
'cvrx' Audible_cvrx Audible cvrx
|
|
27387
|
-
'meta' Audible_meta Audible meta
|
|
27388
|
-
'tseg' Audible_tseg Audible tseg
|
|
27389
|
-
|
|
27390
|
-
=head3 Audible cvrx Tags
|
|
27391
|
-
|
|
27392
|
-
Audible cover art information in M4B audio books.
|
|
27393
|
-
|
|
27394
|
-
Tag Name Writable
|
|
27395
|
-
-------- --------
|
|
27396
|
-
CoverArt no
|
|
27397
|
-
CoverArtType no
|
|
27398
|
-
|
|
27399
|
-
=head3 Audible meta Tags
|
|
27400
|
-
|
|
27401
|
-
Information found in Audible M4B "meta" atom.
|
|
27402
|
-
|
|
27403
|
-
Tag ID Tag Name Writable
|
|
27404
|
-
------ -------- --------
|
|
27405
|
-
'ALBUMARTIST' AlbumArtist no
|
|
27406
|
-
'Album' Album no
|
|
27407
|
-
'Artist' Artist no
|
|
27408
|
-
'Comment' Comment no
|
|
27409
|
-
'Genre' Genre no
|
|
27410
|
-
'SUBTITLE' Subtitle no
|
|
27411
|
-
'TOOL' CreatorTool no
|
|
27412
|
-
'Title' Title no
|
|
27413
|
-
'Year' Year no
|
|
27414
|
-
'itunesmediatype' iTunesMediaType no
|
|
27415
|
-
'track' ChapterName no
|
|
27416
|
-
|
|
27417
|
-
=head3 Audible tseg Tags
|
|
27418
|
-
|
|
27419
|
-
Tag ID Tag Name Writable
|
|
27420
|
-
------ -------- --------
|
|
27421
|
-
'meta' Audible_meta2 Audible meta
|
|
27422
|
-
'tshd' ChapterNumber no
|
|
27423
|
-
|
|
27424
|
-
=head2 MPC Tags
|
|
27425
|
-
|
|
27426
|
-
Tags used in Musepack (MPC) audio files. ExifTool also extracts ID3 and APE
|
|
27427
|
-
information from these files.
|
|
27428
|
-
|
|
27429
|
-
Tag ID Tag Name Writable
|
|
27430
|
-
------ -------- --------
|
|
27431
|
-
'Bit032-063' TotalFrames no
|
|
27432
|
-
'Bit080-081' SampleRate no
|
|
27433
|
-
'Bit084-087' Quality no
|
|
27434
|
-
'Bit088-093' MaxBand no
|
|
27435
|
-
'Bit096-111' ReplayGainTrackPeak no
|
|
27436
|
-
'Bit112-127' ReplayGainTrackGain no
|
|
27437
|
-
'Bit128-143' ReplayGainAlbumPeak no
|
|
27438
|
-
'Bit144-159' ReplayGainAlbumGain no
|
|
27439
|
-
'Bit179' FastSeek no
|
|
27440
|
-
'Bit191' Gapless no
|
|
27441
|
-
'Bit216-223' EncoderVersion no
|
|
27442
|
-
|
|
27443
|
-
=head2 MPEG Tags
|
|
27444
|
-
|
|
27445
|
-
The MPEG format doesn't specify any file-level meta information. In lieu of
|
|
27446
|
-
this, information is extracted from the first audio and video frame headers
|
|
27447
|
-
in the file.
|
|
27448
|
-
|
|
27449
|
-
=head3 MPEG Audio Tags
|
|
27450
|
-
|
|
27451
|
-
Tag ID Tag Name Writable
|
|
27452
|
-
------ -------- --------
|
|
27453
|
-
'Bit11-12' MPEGAudioVersion no
|
|
27454
|
-
'Bit13-14' AudioLayer no
|
|
27455
|
-
'Bit16-19' AudioBitrate no
|
|
27456
|
-
'Bit20-21' SampleRate no
|
|
27457
|
-
'Bit24-25' ChannelMode no
|
|
27458
|
-
'Bit26' MSStereo no
|
|
27459
|
-
'Bit26-27' ModeExtension no
|
|
27460
|
-
'Bit27' IntensityStereo no
|
|
27461
|
-
'Bit28' CopyrightFlag no
|
|
27462
|
-
'Bit29' OriginalMedia no
|
|
27463
|
-
'Bit30-31' Emphasis no
|
|
27464
|
-
|
|
27465
|
-
=head3 MPEG Video Tags
|
|
27466
|
-
|
|
27467
|
-
Tag ID Tag Name Writable
|
|
27468
|
-
------ -------- --------
|
|
27469
|
-
'Bit00-11' ImageWidth no
|
|
27470
|
-
'Bit12-23' ImageHeight no
|
|
27471
|
-
'Bit24-27' AspectRatio no
|
|
27472
|
-
'Bit28-31' FrameRate no
|
|
27473
|
-
'Bit32-49' VideoBitrate no
|
|
27474
|
-
|
|
27475
|
-
=head3 MPEG Xing Tags
|
|
27476
|
-
|
|
27477
|
-
These tags are extracted from the Xing/Info frame.
|
|
27478
|
-
|
|
27479
|
-
Tag Name Writable
|
|
27480
|
-
-------- --------
|
|
27481
|
-
Encoder no
|
|
27482
|
-
LameHeader MPEG Lame
|
|
27483
|
-
LameQuality no
|
|
27484
|
-
LameVBRQuality no
|
|
27485
|
-
VBRBytes no
|
|
27486
|
-
VBRFrames no
|
|
27487
|
-
VBRScale no
|
|
27488
|
-
|
|
27489
|
-
=head3 MPEG Lame Tags
|
|
27490
|
-
|
|
27491
|
-
Tags extracted from Lame 3.90 or later header.
|
|
27492
|
-
|
|
27493
|
-
Index1 Tag Name Writable
|
|
27494
|
-
------ -------- --------
|
|
27495
|
-
9 LameMethod no
|
|
27496
|
-
10 LameLowPassFilter no
|
|
27497
|
-
20 LameBitrate no
|
|
27498
|
-
24 LameStereoMode no
|
|
27499
|
-
|
|
27500
|
-
=head2 M2TS Tags
|
|
27501
|
-
|
|
27502
|
-
The MPEG-2 transport stream is used as a container for many different
|
|
27503
|
-
audio/video formats (including AVCHD). This table lists information
|
|
27504
|
-
extracted from M2TS files.
|
|
27505
|
-
|
|
27506
|
-
Tag Name Writable
|
|
27507
|
-
-------- --------
|
|
27508
|
-
AudioStreamType no
|
|
27509
|
-
Duration no
|
|
27510
|
-
VideoStreamType no
|
|
27511
|
-
_AC3 M2TS AC3
|
|
27512
|
-
_H264 H264
|
|
27513
|
-
|
|
27514
|
-
=head3 M2TS AC3 Tags
|
|
27515
|
-
|
|
27516
|
-
Tags extracted from AC-3 audio streams.
|
|
27517
|
-
|
|
27518
|
-
Tag Name Writable
|
|
27519
|
-
-------- --------
|
|
27520
|
-
AudioBitrate no
|
|
27521
|
-
AudioChannels no
|
|
27522
|
-
AudioSampleRate no
|
|
27523
|
-
SurroundMode no
|
|
27524
|
-
|
|
27525
|
-
=head2 H264 Tags
|
|
27526
|
-
|
|
27527
|
-
Tags extracted from H.264 video streams. The metadata for AVCHD videos is
|
|
27528
|
-
stored in this stream.
|
|
27529
|
-
|
|
27530
|
-
Tag Name Writable
|
|
27531
|
-
-------- --------
|
|
27532
|
-
ImageHeight no
|
|
27533
|
-
ImageWidth no
|
|
27534
|
-
MDPM H264 MDPM
|
|
27535
|
-
|
|
27536
|
-
=head3 H264 MDPM Tags
|
|
27537
|
-
|
|
27538
|
-
The following tags are decoded from the Modified Digital Video Pack Metadata
|
|
27539
|
-
(MDPM) of the unregistered user data with UUID
|
|
27540
|
-
17ee8c60f84d11d98cd60800200c9a66 in the H.264 Supplemental Enhancement
|
|
27541
|
-
Information (SEI). I<[Yes, this description is confusing, but nothing
|
|
27542
|
-
compared to the challenge of actually decoding the data!]> This information
|
|
27543
|
-
may exist at regular intervals through the entire video, but only the first
|
|
27544
|
-
occurrence is extracted unless the ExtractEmbedded (-ee) option is used (in
|
|
27545
|
-
which case subsequent occurrences are extracted as sub-documents).
|
|
27546
|
-
|
|
27547
|
-
Tag ID Tag Name Writable
|
|
27548
|
-
------ -------- --------
|
|
27549
|
-
0x0013 TimeCode no
|
|
27550
|
-
0x0018 DateTimeOriginal no
|
|
27551
|
-
0x0070 Camera1 H264 Camera1
|
|
27552
|
-
0x0071 Camera2 H264 Camera2
|
|
27553
|
-
0x007f Shutter H264 Shutter
|
|
27554
|
-
0x00a0 ExposureTime no
|
|
27555
|
-
0x00a1 FNumber no
|
|
27556
|
-
0x00a2 ExposureProgram no
|
|
27557
|
-
0x00a3 BrightnessValue no
|
|
27558
|
-
0x00a4 ExposureCompensation no
|
|
27559
|
-
0x00a5 MaxApertureValue no
|
|
27560
|
-
0x00a6 Flash no
|
|
27561
|
-
0x00a7 CustomRendered no
|
|
27562
|
-
0x00a8 WhiteBalance no
|
|
27563
|
-
0x00a9 FocalLengthIn35mmFormat no
|
|
27564
|
-
0x00aa SceneCaptureType no
|
|
27565
|
-
0x00b0 GPSVersionID no
|
|
27566
|
-
0x00b1 GPSLatitudeRef no
|
|
27567
|
-
0x00b2 GPSLatitude no
|
|
27568
|
-
0x00b5 GPSLongitudeRef no
|
|
27569
|
-
0x00b6 GPSLongitude no
|
|
27570
|
-
0x00b9 GPSAltitudeRef no
|
|
27571
|
-
0x00ba GPSAltitude no
|
|
27572
|
-
0x00bb GPSTimeStamp no
|
|
27573
|
-
0x00be GPSStatus no
|
|
27574
|
-
0x00bf GPSMeasureMode no
|
|
27575
|
-
0x00c0 GPSDOP no
|
|
27576
|
-
0x00c1 GPSSpeedRef no
|
|
27577
|
-
0x00c2 GPSSpeed no
|
|
27578
|
-
0x00c3 GPSTrackRef no
|
|
27579
|
-
0x00c4 GPSTrack no
|
|
27580
|
-
0x00c5 GPSImgDirectionRef no
|
|
27581
|
-
0x00c6 GPSImgDirection no
|
|
27582
|
-
0x00c7 GPSMapDatum no
|
|
27583
|
-
0x00ca GPSDateStamp no
|
|
27584
|
-
0x00e0 MakeModel H264 MakeModel
|
|
27585
|
-
0x00e1 RecInfo H264 RecInfo
|
|
27586
|
-
0x00e4 Model no
|
|
27587
|
-
0x00ee FrameInfo H264 FrameInfo
|
|
27588
|
-
|
|
27589
|
-
=head3 H264 Camera1 Tags
|
|
27590
|
-
|
|
27591
|
-
Index1 Tag Name Writable
|
|
27592
|
-
------ -------- --------
|
|
27593
|
-
0 ApertureSetting no
|
|
27594
|
-
1 Gain no
|
|
27595
|
-
1.1 ExposureProgram no
|
|
27596
|
-
2.1 WhiteBalance no
|
|
27597
|
-
3 Focus no
|
|
27598
|
-
|
|
27599
|
-
=head3 H264 Camera2 Tags
|
|
27600
|
-
|
|
27601
|
-
Index1 Tag Name Writable
|
|
27602
|
-
------ -------- --------
|
|
27603
|
-
1 ImageStabilization no
|
|
27604
|
-
|
|
27605
|
-
=head3 H264 Shutter Tags
|
|
27606
|
-
|
|
27607
|
-
Index2 Tag Name Writable
|
|
27608
|
-
------ -------- --------
|
|
27609
|
-
1.1 ExposureTime no
|
|
27610
|
-
|
|
27611
|
-
=head3 H264 MakeModel Tags
|
|
27612
|
-
|
|
27613
|
-
Index2 Tag Name Writable
|
|
27614
|
-
------ -------- --------
|
|
27615
|
-
0 Make no
|
|
27616
|
-
|
|
27617
|
-
=head3 H264 RecInfo Tags
|
|
27618
|
-
|
|
27619
|
-
Recording information stored by some Canon video cameras.
|
|
27620
|
-
|
|
27621
|
-
Index1 Tag Name Writable
|
|
27622
|
-
------ -------- --------
|
|
27623
|
-
0 RecordingMode no
|
|
27624
|
-
|
|
27625
|
-
=head3 H264 FrameInfo Tags
|
|
27626
|
-
|
|
27627
|
-
Frame rate information stored by some Canon video cameras.
|
|
27628
|
-
|
|
27629
|
-
Index1 Tag Name Writable
|
|
27630
|
-
------ -------- --------
|
|
27631
|
-
0 CaptureFrameRate no
|
|
27632
|
-
1 VideoFrameRate no
|
|
27633
|
-
|
|
27634
|
-
=head2 QuickTime Tags
|
|
27635
|
-
|
|
27636
|
-
The QuickTime format is used for many different types of audio, video and
|
|
27637
|
-
image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
|
|
27638
|
-
extracts standard meta information and a variety of audio, video and image
|
|
27639
|
-
parameters, as well as proprietary information written by many camera
|
|
27640
|
-
models. Tags with a question mark after their name are not extracted unless
|
|
27641
|
-
the Unknown option is set.
|
|
27642
|
-
|
|
27643
|
-
When writing, ExifTool creates both QuickTime and XMP tags by default, but
|
|
27644
|
-
the group may be specified to write one or the other separately. If no
|
|
27645
|
-
location is specified, newly created QuickTime tags are added in the
|
|
27646
|
-
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> location if
|
|
27647
|
-
possible, otherwise in
|
|
27648
|
-
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags>, and
|
|
27649
|
-
finally in L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags>,
|
|
27650
|
-
but this order may be changed by setting the PREFERRED level of the
|
|
27651
|
-
appropriate table in the config file (see
|
|
27652
|
-
example.config in the full distribution for an
|
|
27653
|
-
example). Note that some tags with the same name but different ID's may
|
|
27654
|
-
exist in the same location, but the family 7 group names may be used to
|
|
27655
|
-
differentiate these. ExifTool currently writes only top-level metadata in
|
|
27656
|
-
QuickTime-based files; it extracts other track-specific and timed metadata,
|
|
27657
|
-
but can not yet edit tags in these locations (with the exception of
|
|
27658
|
-
track-level date/time tags).
|
|
27659
|
-
|
|
27660
|
-
Alternate language tags may be accessed for
|
|
27661
|
-
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
|
27662
|
-
L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
|
|
27663
|
-
a 3-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
|
|
27664
|
-
country code to the tag name (eg. "ItemList:Artist-deu" or
|
|
27665
|
-
"ItemList::Artist-deu-DE"). Most
|
|
27666
|
-
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
|
|
27667
|
-
language code, but without a country code. If no language code is specified
|
|
27668
|
-
when writing, the default language is written and alternate languages for
|
|
27669
|
-
the tag are deleted. Use the "und" language code to write the default
|
|
27670
|
-
language without deleting alternate languages. Note that "eng" is treated
|
|
27671
|
-
as a default language when reading, but not when writing.
|
|
27672
|
-
|
|
27673
|
-
According to the specification, integer-format QuickTime date/time tags
|
|
27674
|
-
should be stored as UTC. Unfortunately, digital cameras often store local
|
|
27675
|
-
time values instead (presumably because they don't know the time zone). For
|
|
27676
|
-
this reason, by default ExifTool does not assume a time zone for these
|
|
27677
|
-
values. However, if the API QuickTimeUTC option is set, then ExifTool will
|
|
27678
|
-
assume these values are properly stored as UTC, and will convert them to
|
|
27679
|
-
local time when extracting.
|
|
27680
|
-
|
|
27681
|
-
When writing string-based date/time tags, the system time zone is added if
|
|
27682
|
-
the PrintConv option is enabled and no time zone is specified. This is
|
|
27683
|
-
because Apple software may display crazy values if the time zone is missing
|
|
27684
|
-
for some tags.
|
|
27685
|
-
|
|
27686
|
-
By default ExifTool will remove null padding from some QuickTime containers
|
|
27687
|
-
in Canon CR3 files when writing, but the
|
|
27688
|
-
QuickTimePad option may be used to preserve
|
|
27689
|
-
the original size by padding with nulls if necessary.
|
|
27690
|
-
|
|
27691
|
-
See
|
|
27692
|
-
L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
|
|
27693
|
-
for the official specification.
|
|
27694
|
-
|
|
27695
|
-
Tag ID Tag Name Writable
|
|
27696
|
-
------ -------- --------
|
|
27697
|
-
'GPS ' GPSDataList2? no
|
|
27698
|
-
'IDIT' DateTimeOriginal string
|
|
27699
|
-
'PICT' PreviewPICT no
|
|
27700
|
-
'_htc' HTCInfo QuickTime HTCInfo
|
|
27701
|
-
'ardt' ARDroneFile no
|
|
27702
|
-
'frea' Kodak_frea Kodak frea
|
|
27703
|
-
'free' KodakFree Kodak Free
|
|
27704
|
-
Pittasoft QuickTime Pittasoft
|
|
27705
|
-
ThumbnailImage no
|
|
27706
|
-
Free? no
|
|
27707
|
-
'ftyp' FileType QuickTime FileType
|
|
27708
|
-
'gps0' GPSTrack QuickTime Stream
|
|
27709
|
-
'gsen' GSensor QuickTime Stream
|
|
27710
|
-
'junk' Junk? no
|
|
27711
|
-
'mdat' MediaData? no
|
|
27712
|
-
'mdat-offset' MediaDataOffset no
|
|
27713
|
-
'mdat-size' MediaDataSize no
|
|
27714
|
-
'meco' OtherMeta QuickTime OtherMeta
|
|
27715
|
-
'meta' Meta QuickTime Meta
|
|
27716
|
-
'moof' MovieFragment QuickTime MovieFragment
|
|
27717
|
-
'moov' Movie QuickTime Movie
|
|
27718
|
-
'pict' PreviewPICT no
|
|
27719
|
-
'pnot' Preview QuickTime Preview
|
|
27720
|
-
'prrt' ARDroneTelemetry no
|
|
27721
|
-
'sefd' SamsungTrailer Samsung Trailer
|
|
27722
|
-
'skip' CanonSkip Canon Skip
|
|
27723
|
-
PreviewImage no
|
|
27724
|
-
Skip? no
|
|
27725
|
-
'thm ' ThumbnailImage no
|
|
27726
|
-
'thum' ThumbnailImage no
|
|
27727
|
-
'udat' GPSLog no
|
|
27728
|
-
'udta' UserData FLIR UserData
|
|
27729
|
-
'uuid' XMP XMP
|
|
27730
|
-
UUID-PROF QuickTime Profile
|
|
27731
|
-
UUID-Flip QuickTime Flip
|
|
27732
|
-
UUID-Canon2 Canon uuid2
|
|
27733
|
-
SensorData QuickTime Tags360Fly
|
|
27734
|
-
SensorData no
|
|
27735
|
-
PreviewImage no
|
|
27736
|
-
UUID-Unknown? no
|
|
27737
|
-
'wide' Wide? no
|
|
27738
|
-
|
|
27739
|
-
=head3 QuickTime HTCInfo Tags
|
|
27740
|
-
|
|
27741
|
-
Tags written by some HTC camera phones.
|
|
27742
|
-
|
|
27743
|
-
Tag ID Tag Name Writable
|
|
27744
|
-
------ -------- --------
|
|
27745
|
-
'slmt' Unknown_slmt? no
|
|
27746
|
-
|
|
27747
|
-
=head3 QuickTime Pittasoft Tags
|
|
27748
|
-
|
|
27749
|
-
Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
27750
|
-
|
|
27751
|
-
Tag ID Tag Name Writable
|
|
27752
|
-
------ -------- --------
|
|
27753
|
-
'3gf ' AccelData QuickTime Stream
|
|
27754
|
-
'cprt' Copyright no
|
|
27755
|
-
'gps ' GPSLog no
|
|
27756
|
-
'ptnm' OriginalFileName no
|
|
27757
|
-
'ptrh' Ptrh QuickTime Pittasoft
|
|
27758
|
-
'sttm' StartTime no
|
|
27759
|
-
'thum' PreviewImage no
|
|
27760
|
-
|
|
27761
|
-
=head3 QuickTime Stream Tags
|
|
27762
|
-
|
|
27763
|
-
The tags below are extracted from timed metadata in QuickTime and other
|
|
27764
|
-
formats of video files when the ExtractEmbedded option is used. Although
|
|
27765
|
-
most of these tags are combined into the single table below, ExifTool
|
|
27766
|
-
currently reads 59 different formats of timed GPS metadata from video files.
|
|
27767
|
-
|
|
27768
|
-
Tag Name Writable
|
|
27769
|
-
-------- --------
|
|
27770
|
-
Accelerometer no
|
|
27771
|
-
AccelerometerData no
|
|
27772
|
-
AngularVelocity no
|
|
27773
|
-
CTMD Canon CTMD
|
|
27774
|
-
CameraDateTime no
|
|
27775
|
-
Car no
|
|
27776
|
-
Distance no
|
|
27777
|
-
ExposureCompensation no
|
|
27778
|
-
ExposureTime no
|
|
27779
|
-
FNumber no
|
|
27780
|
-
FrameNumber no
|
|
27781
|
-
GPSAltitude no
|
|
27782
|
-
GPSDOP no
|
|
27783
|
-
GPSDateTime no
|
|
27784
|
-
GPSLatitude no
|
|
27785
|
-
GPSLongitude no
|
|
27786
|
-
GPSSatellites no
|
|
27787
|
-
GPSSpeed no
|
|
27788
|
-
GPSSpeedRef no
|
|
27789
|
-
GPSTimeStamp no
|
|
27790
|
-
GPSTrack no
|
|
27791
|
-
GPSTrackRef no
|
|
27792
|
-
GSensor no
|
|
27793
|
-
INSV QuickTime INSV_MakerNotes
|
|
27794
|
-
ISO no
|
|
27795
|
-
JpgFromRaw no
|
|
27796
|
-
KiloCalories no
|
|
27797
|
-
PreviewInfo QuickTime PreviewInfo
|
|
27798
|
-
RVMI_gReV QuickTime RVMI_gReV
|
|
27799
|
-
RVMI_sReV QuickTime RVMI_sReV
|
|
27800
|
-
RawGSensor no
|
|
27801
|
-
SampleDateTime no
|
|
27802
|
-
SampleDuration no
|
|
27803
|
-
SampleTime no
|
|
27804
|
-
Text no
|
|
27805
|
-
TimeCode no
|
|
27806
|
-
Unknown00? no
|
|
27807
|
-
Unknown01? no
|
|
27808
|
-
Unknown02? no
|
|
27809
|
-
Unknown03? no
|
|
27810
|
-
UserLabel no
|
|
27811
|
-
VerticalSpeed no
|
|
27812
|
-
VideoTimeStamp no
|
|
27813
|
-
camm0 QuickTime camm0
|
|
27814
|
-
camm1 QuickTime camm1
|
|
27815
|
-
camm2 QuickTime camm2
|
|
27816
|
-
camm3 QuickTime camm3
|
|
27817
|
-
camm4 QuickTime camm4
|
|
27818
|
-
camm5 QuickTime camm5
|
|
27819
|
-
camm6 QuickTime camm6
|
|
27820
|
-
camm7 QuickTime camm7
|
|
27821
|
-
fdsc GoPro fdsc
|
|
27822
|
-
gpmd_Kingslim QuickTime Stream
|
|
27823
|
-
gpmd_Rove QuickTime Stream
|
|
27824
|
-
gpmd_FMAS QuickTime Stream
|
|
27825
|
-
gpmd_GoPro GoPro GPMF
|
|
27826
|
-
marl QuickTime marl
|
|
27827
|
-
mebx QuickTime Keys
|
|
27828
|
-
mett Parrot mett
|
|
27829
|
-
rtmd Sony rtmd
|
|
27830
|
-
tx3g QuickTime tx3g
|
|
27831
|
-
|
|
27832
|
-
=head3 QuickTime INSV_MakerNotes Tags
|
|
27833
|
-
|
|
27834
|
-
Tag ID Tag Name Writable
|
|
27835
|
-
------ -------- --------
|
|
27836
|
-
0x000a SerialNumber no
|
|
27837
|
-
0x0012 Model no
|
|
27838
|
-
0x001a Firmware no
|
|
27839
|
-
0x002a Parameters no
|
|
27840
|
-
|
|
27841
|
-
=head3 QuickTime PreviewInfo Tags
|
|
27842
|
-
|
|
27843
|
-
Preview stored by TomTom Bandit ActionCam.
|
|
27844
|
-
|
|
27845
|
-
Index1 Tag Name Writable
|
|
27846
|
-
------ -------- --------
|
|
27847
|
-
8 PreviewImage no
|
|
27848
|
-
|
|
27849
|
-
=head3 QuickTime RVMI_gReV Tags
|
|
27850
|
-
|
|
27851
|
-
GPS information extracted from the RVMI box of MOV videos.
|
|
27852
|
-
|
|
27853
|
-
Index1 Tag Name Writable
|
|
27854
|
-
------ -------- --------
|
|
27855
|
-
4 GPSLatitude no
|
|
27856
|
-
8 GPSLongitude no
|
|
27857
|
-
16 GPSSpeed no
|
|
27858
|
-
18 GPSTrack no
|
|
27859
|
-
|
|
27860
|
-
=head3 QuickTime RVMI_sReV Tags
|
|
27861
|
-
|
|
27862
|
-
G-sensor information extracted from the RVMI box of MOV videos.
|
|
27863
|
-
|
|
27864
|
-
Index1 Tag Name Writable
|
|
27865
|
-
------ -------- --------
|
|
27866
|
-
4 GSensor no
|
|
27867
|
-
|
|
27868
|
-
=head3 QuickTime camm0 Tags
|
|
27869
|
-
|
|
27870
|
-
The camm0 through camm7 tables define tags extracted from the Google Street
|
|
27871
|
-
View Camera Motion Metadata of MP4 videos. See
|
|
27872
|
-
L<https://developers.google.com/streetview/publish/camm-spec> for the
|
|
27873
|
-
specification.
|
|
27874
|
-
|
|
27875
|
-
Index1 Tag Name Writable
|
|
27876
|
-
------ -------- --------
|
|
27877
|
-
4 AngleAxis no
|
|
27627
|
+
0x0004 AngleAxis no
|
|
27878
27628
|
|
|
27879
27629
|
=head3 QuickTime camm1 Tags
|
|
27880
27630
|
|
|
27881
|
-
|
|
27631
|
+
Tag ID Tag Name Writable
|
|
27882
27632
|
------ -------- --------
|
|
27883
|
-
|
|
27884
|
-
|
|
27633
|
+
0x0004 PixelExposureTime no
|
|
27634
|
+
0x0008 RollingShutterSkewTime no
|
|
27885
27635
|
|
|
27886
27636
|
=head3 QuickTime camm2 Tags
|
|
27887
27637
|
|
|
27888
|
-
|
|
27638
|
+
Tag ID Tag Name Writable
|
|
27889
27639
|
------ -------- --------
|
|
27890
|
-
|
|
27640
|
+
0x0004 AngularVelocity no
|
|
27891
27641
|
|
|
27892
27642
|
=head3 QuickTime camm3 Tags
|
|
27893
27643
|
|
|
27894
|
-
|
|
27644
|
+
Tag ID Tag Name Writable
|
|
27895
27645
|
------ -------- --------
|
|
27896
|
-
|
|
27646
|
+
0x0004 Acceleration no
|
|
27897
27647
|
|
|
27898
27648
|
=head3 QuickTime camm4 Tags
|
|
27899
27649
|
|
|
27900
|
-
|
|
27650
|
+
Tag ID Tag Name Writable
|
|
27901
27651
|
------ -------- --------
|
|
27902
|
-
|
|
27652
|
+
0x0004 Position no
|
|
27903
27653
|
|
|
27904
27654
|
=head3 QuickTime camm5 Tags
|
|
27905
27655
|
|
|
27906
|
-
|
|
27656
|
+
Tag ID Tag Name Writable
|
|
27907
27657
|
------ -------- --------
|
|
27908
|
-
|
|
27909
|
-
|
|
27910
|
-
|
|
27658
|
+
0x0004 GPSLatitude no
|
|
27659
|
+
0x000c GPSLongitude no
|
|
27660
|
+
0x0014 GPSAltitude no
|
|
27911
27661
|
|
|
27912
27662
|
=head3 QuickTime camm6 Tags
|
|
27913
27663
|
|
|
27914
|
-
|
|
27664
|
+
Tag ID Tag Name Writable
|
|
27915
27665
|
------ -------- --------
|
|
27916
|
-
|
|
27917
|
-
|
|
27918
|
-
|
|
27919
|
-
|
|
27920
|
-
|
|
27921
|
-
|
|
27922
|
-
|
|
27923
|
-
|
|
27924
|
-
|
|
27925
|
-
|
|
27926
|
-
|
|
27666
|
+
0x0004 GPSDateTime no
|
|
27667
|
+
0x000c GPSMeasureMode no
|
|
27668
|
+
0x0010 GPSLatitude no
|
|
27669
|
+
0x0018 GPSLongitude no
|
|
27670
|
+
0x0020 GPSAltitude no
|
|
27671
|
+
0x0024 GPSHorizontalAccuracy no
|
|
27672
|
+
0x0028 GPSVerticalAccuracy no
|
|
27673
|
+
0x002c GPSVelocityEast no
|
|
27674
|
+
0x0030 GPSVelocityNorth no
|
|
27675
|
+
0x0034 GPSVelocityUp no
|
|
27676
|
+
0x0038 GPSSpeedAccuracy no
|
|
27927
27677
|
|
|
27928
27678
|
=head3 QuickTime camm7 Tags
|
|
27929
27679
|
|
|
27930
|
-
|
|
27680
|
+
Tag ID Tag Name Writable
|
|
27931
27681
|
------ -------- --------
|
|
27932
|
-
|
|
27682
|
+
0x0004 MagneticField no
|
|
27933
27683
|
|
|
27934
27684
|
=head3 QuickTime marl Tags
|
|
27935
27685
|
|
|
@@ -28056,6 +27806,28 @@ subtitle text in some other videos.
|
|
|
28056
27806
|
'Text' Text no
|
|
28057
27807
|
'Yaw' Yaw no
|
|
28058
27808
|
|
|
27809
|
+
=head3 QuickTime HTCInfo Tags
|
|
27810
|
+
|
|
27811
|
+
Tags written by some HTC camera phones.
|
|
27812
|
+
|
|
27813
|
+
Tag ID Tag Name Writable
|
|
27814
|
+
------ -------- --------
|
|
27815
|
+
'slmt' Unknown_slmt? no
|
|
27816
|
+
|
|
27817
|
+
=head3 QuickTime Pittasoft Tags
|
|
27818
|
+
|
|
27819
|
+
Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
27820
|
+
|
|
27821
|
+
Tag ID Tag Name Writable
|
|
27822
|
+
------ -------- --------
|
|
27823
|
+
'3gf ' AccelData QuickTime Stream
|
|
27824
|
+
'cprt' Copyright no
|
|
27825
|
+
'gps ' GPSLog no
|
|
27826
|
+
'ptnm' OriginalFileName no
|
|
27827
|
+
'ptrh' Ptrh QuickTime Pittasoft
|
|
27828
|
+
'sttm' StartTime no
|
|
27829
|
+
'thum' PreviewImage no
|
|
27830
|
+
|
|
28059
27831
|
=head3 QuickTime FileType Tags
|
|
28060
27832
|
|
|
28061
27833
|
Index4 Tag Name Writable
|
|
@@ -28187,7 +27959,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
28187
27959
|
'pcst' Podcast int8s
|
|
28188
27960
|
'perf' Performer string
|
|
28189
27961
|
'pgap' PlayGap int8s
|
|
28190
|
-
'plID' PlayListID int32s[
|
|
27962
|
+
'plID' PlayListID int32s[2]
|
|
28191
27963
|
'prID' ProductID string
|
|
28192
27964
|
'purd' PurchaseDate string
|
|
28193
27965
|
'purl' PodcastURL string
|
|
@@ -28331,7 +28103,7 @@ and are not currently writable.
|
|
|
28331
28103
|
'av1C' AV1Configuration QuickTime AV1Config
|
|
28332
28104
|
'clap' CleanAperture no
|
|
28333
28105
|
'colr' ICC_Profile ICC_Profile
|
|
28334
|
-
ColorRepresentation
|
|
28106
|
+
ColorRepresentation QuickTime ColorRep
|
|
28335
28107
|
'hvcC' HEVCConfiguration QuickTime HEVCConfig
|
|
28336
28108
|
'irot' Rotation int8u!
|
|
28337
28109
|
'ispe' ImageSpatialExtent no
|
|
@@ -28353,6 +28125,15 @@ and are not currently writable.
|
|
|
28353
28125
|
2.4 ChromaSamplePosition no
|
|
28354
28126
|
3 InitialDelaySamples? no
|
|
28355
28127
|
|
|
28128
|
+
=head3 QuickTime ColorRep Tags
|
|
28129
|
+
|
|
28130
|
+
Index1 Tag Name Writable
|
|
28131
|
+
------ -------- --------
|
|
28132
|
+
0 ColorProfiles no
|
|
28133
|
+
4 ColorPrimaries no
|
|
28134
|
+
6 TransferCharacteristics no
|
|
28135
|
+
8 MatrixCoefficients no
|
|
28136
|
+
|
|
28356
28137
|
=head3 QuickTime HEVCConfig Tags
|
|
28357
28138
|
|
|
28358
28139
|
Index1 Tag Name Writable
|
|
@@ -28422,6 +28203,8 @@ ExifTool, but these entries are not extracted as tags.
|
|
|
28422
28203
|
'udta' UserData QuickTime UserData
|
|
28423
28204
|
'uuid' UUID-USMT QuickTime UserMedia
|
|
28424
28205
|
UUID-Canon Canon uuid
|
|
28206
|
+
GarminGPS QuickTime Stream
|
|
28207
|
+
GarminGPS no
|
|
28425
28208
|
UUID-Unknown? no
|
|
28426
28209
|
|
|
28427
28210
|
=head3 QuickTime CMovie Tags
|
|
@@ -28693,7 +28476,7 @@ Child atoms found in "sinf" and/or "pinf" atoms.
|
|
|
28693
28476
|
'avcC' AVCConfiguration? no
|
|
28694
28477
|
'btrt' BitrateInfo QuickTime Bitrate
|
|
28695
28478
|
'clap' CleanAperture QuickTime CleanAperture
|
|
28696
|
-
'colr' ColorRepresentation
|
|
28479
|
+
'colr' ColorRepresentation QuickTime ColorRep
|
|
28697
28480
|
'fiel' VideoFieldOrder no
|
|
28698
28481
|
'gama' Gamma no
|
|
28699
28482
|
'pasp' PixelAspectRatio no
|
|
@@ -28780,6 +28563,7 @@ MP4 metadata sample description.
|
|
|
28780
28563
|
Tag ID Tag Name Writable
|
|
28781
28564
|
------ -------- --------
|
|
28782
28565
|
0x0004 MetaFormat no
|
|
28566
|
+
0x0008 MetaType no
|
|
28783
28567
|
'btrt' BitrateInfo QuickTime Bitrate
|
|
28784
28568
|
'keys' Keys QuickTime Keys
|
|
28785
28569
|
|
|
@@ -28788,6 +28572,7 @@ MP4 metadata sample description.
|
|
|
28788
28572
|
Tag ID Tag Name Writable
|
|
28789
28573
|
------ -------- --------
|
|
28790
28574
|
0x0004 OtherFormat no
|
|
28575
|
+
0x0018 PlaybackFrameRate no
|
|
28791
28576
|
'ftab' FontTable no
|
|
28792
28577
|
'name' OtherName no
|
|
28793
28578
|
|
|
@@ -29135,6 +28920,13 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
|
|
|
29135
28920
|
3 PreviewAtomType no
|
|
29136
28921
|
5 PreviewAtomIndex no
|
|
29137
28922
|
|
|
28923
|
+
=head3 QuickTime SkipInfo Tags
|
|
28924
|
+
|
|
28925
|
+
Tag ID Tag Name Writable
|
|
28926
|
+
------ -------- --------
|
|
28927
|
+
'thma' ThumbnailImage no
|
|
28928
|
+
'ver ' Version no
|
|
28929
|
+
|
|
29138
28930
|
=head3 QuickTime Profile Tags
|
|
29139
28931
|
|
|
29140
28932
|
Tag ID Tag Name Writable
|
|
@@ -29261,13 +29053,478 @@ Timed metadata found in MP4 videos from the 360Fly.
|
|
|
29261
29053
|
|
|
29262
29054
|
=head3 QuickTime ImageFile Tags
|
|
29263
29055
|
|
|
29264
|
-
Tags used in QTIF QuickTime Image Files.
|
|
29056
|
+
Tags used in QTIF QuickTime Image Files.
|
|
29057
|
+
|
|
29058
|
+
Tag ID Tag Name Writable
|
|
29059
|
+
------ -------- --------
|
|
29060
|
+
'idat' ImageData no
|
|
29061
|
+
'idsc' ImageDescription QuickTime ImageDesc
|
|
29062
|
+
'iicc' ICC_Profile ICC_Profile
|
|
29063
|
+
|
|
29064
|
+
=head2 RIFF Tags
|
|
29065
|
+
|
|
29066
|
+
The RIFF container format is used various types of fines including AVI, WAV,
|
|
29067
|
+
WEBP, LA, OFR, PAC and WV. According to the EXIF specification, Meta
|
|
29068
|
+
information is embedded in two types of RIFF C<LIST> chunks: C<INFO> and
|
|
29069
|
+
C<exif>, and information about the audio content is stored in the C<fmt >
|
|
29070
|
+
chunk. As well as this information, some video information and proprietary
|
|
29071
|
+
manufacturer-specific information is also extracted.
|
|
29072
|
+
|
|
29073
|
+
Large AVI videos may be a concatenation of two or more RIFF chunks. For
|
|
29074
|
+
these files, information is extracted from subsequent RIFF chunks as
|
|
29075
|
+
sub-documents, but the Duration is calculated for the full video.
|
|
29076
|
+
|
|
29077
|
+
ExifTool currently has the ability to write EXIF, XMP and ICC_Profile
|
|
29078
|
+
metadata to WEBP images, but can't yet write to other RIFF-based formats.
|
|
29079
|
+
|
|
29080
|
+
Tag ID Tag Name Writable
|
|
29081
|
+
------ -------- --------
|
|
29082
|
+
'ALPH' ALPH RIFF ALPH
|
|
29083
|
+
'ANIM' ANIM RIFF ANIM
|
|
29084
|
+
'ANMF' ANMF RIFF ANMF
|
|
29085
|
+
'CSET' CharacterSet RIFF CSET
|
|
29086
|
+
'EXIF' EXIF EXIF
|
|
29087
|
+
UnknownEXIF no
|
|
29088
|
+
'ICCP' ICC_Profile ICC_Profile
|
|
29089
|
+
'IDIT' DateTimeOriginal no
|
|
29090
|
+
'JUNK' OlympusJunk Olympus AVI
|
|
29091
|
+
CasioJunk EXIF
|
|
29092
|
+
RicohJunk Ricoh AVI
|
|
29093
|
+
PentaxJunk Pentax Junk
|
|
29094
|
+
PentaxJunk2 Pentax Junk2
|
|
29095
|
+
LucasJunk QuickTime Stream
|
|
29096
|
+
TextJunk no
|
|
29097
|
+
'JUNQ' OldXMP no
|
|
29098
|
+
'LIST_INF0' Info RIFF Info
|
|
29099
|
+
'LIST_INFO' Info RIFF Info
|
|
29100
|
+
'LIST_Tdat' Tdat RIFF Tdat
|
|
29101
|
+
'LIST_adtl' AssociatedDataList RIFF
|
|
29102
|
+
'LIST_exif' Exif RIFF Exif
|
|
29103
|
+
'LIST_hdrl' Hdrl RIFF Hdrl
|
|
29104
|
+
'LIST_hydt' PentaxData Pentax AVI
|
|
29105
|
+
'LIST_ncdt' NikonData Nikon AVI
|
|
29106
|
+
'LIST_pntx' PentaxData2 Pentax AVI
|
|
29107
|
+
'SGLT' BikeBroAccel QuickTime Stream
|
|
29108
|
+
'SLLT' BikeBroGPS QuickTime Stream
|
|
29109
|
+
'VP8 ' VP8Bitstream RIFF VP8
|
|
29110
|
+
'VP8L' VP8L RIFF VP8L
|
|
29111
|
+
'VP8X' VP8X RIFF VP8X
|
|
29112
|
+
'XMP ' XMP XMP
|
|
29113
|
+
'_PMX' XMP XMP
|
|
29114
|
+
'aXML' AXML XMP XML
|
|
29115
|
+
'acid' Acidizer RIFF Acidizer
|
|
29116
|
+
'afsp' Afsp no
|
|
29117
|
+
'bext' BroadcastExtension RIFF BroadcastExt
|
|
29118
|
+
'cue ' CuePoints no
|
|
29119
|
+
'ds64' DataSize64 RIFF DS64
|
|
29120
|
+
'fact' NumberOfSamples no
|
|
29121
|
+
'fmt ' AudioFormat RIFF AudioFormat
|
|
29122
|
+
'gps0' GPSTrack QuickTime Stream
|
|
29123
|
+
'gsen' GSensor QuickTime Stream
|
|
29124
|
+
'iXML' IXML XMP XML
|
|
29125
|
+
'id3 ' ID3 ID3
|
|
29126
|
+
'inst' Instrument RIFF Instrument
|
|
29127
|
+
'labl' CuePointLabel no
|
|
29128
|
+
'list' ListType no
|
|
29129
|
+
'ltxt' LabeledText no
|
|
29130
|
+
'note' CuePointNote no
|
|
29131
|
+
'olym' Olym Olympus WAV
|
|
29132
|
+
'plst' Playlist no
|
|
29133
|
+
'smpl' Sampler RIFF Sampler
|
|
29134
|
+
'tx_USER' UserText RIFF UserText
|
|
29135
|
+
'tx_Unknown' Text no
|
|
29136
|
+
|
|
29137
|
+
=head3 RIFF ALPH Tags
|
|
29138
|
+
|
|
29139
|
+
WebP alpha chunk.
|
|
29140
|
+
|
|
29141
|
+
Index1 Tag Name Writable
|
|
29142
|
+
------ -------- --------
|
|
29143
|
+
0 AlphaPreprocessing no
|
|
29144
|
+
0.1 AlphaFiltering no
|
|
29145
|
+
0.2 AlphaCompression no
|
|
29146
|
+
|
|
29147
|
+
=head3 RIFF ANIM Tags
|
|
29148
|
+
|
|
29149
|
+
WebP animation chunk.
|
|
29150
|
+
|
|
29151
|
+
Index1 Tag Name Writable
|
|
29152
|
+
------ -------- --------
|
|
29153
|
+
0 BackgroundColor no
|
|
29154
|
+
4 AnimationLoopCount no
|
|
29155
|
+
|
|
29156
|
+
=head3 RIFF ANMF Tags
|
|
29157
|
+
|
|
29158
|
+
WebP animation frame chunk.
|
|
29159
|
+
|
|
29160
|
+
Index1 Tag Name Writable
|
|
29161
|
+
------ -------- --------
|
|
29162
|
+
12 Duration no
|
|
29163
|
+
|
|
29164
|
+
=head3 RIFF CSET Tags
|
|
29165
|
+
|
|
29166
|
+
Index2 Tag Name Writable
|
|
29167
|
+
------ -------- --------
|
|
29168
|
+
0 CodePage no
|
|
29169
|
+
1 CountryCode no
|
|
29170
|
+
2 LanguageCode no
|
|
29171
|
+
3 Dialect no
|
|
29172
|
+
|
|
29173
|
+
=head3 RIFF Info Tags
|
|
29174
|
+
|
|
29175
|
+
RIFF INFO tags found in AVI video and WAV audio files. Tags which are part
|
|
29176
|
+
of the EXIF 2.3 specification have an underlined Tag Name in the HTML
|
|
29177
|
+
version of this documentation. Other tags are found in AVI files generated
|
|
29178
|
+
by some software.
|
|
29179
|
+
|
|
29180
|
+
Tag ID Tag Name Writable
|
|
29181
|
+
------ -------- --------
|
|
29182
|
+
'AGES' Rated no
|
|
29183
|
+
'CMNT' Comment no
|
|
29184
|
+
'CODE' EncodedBy no
|
|
29185
|
+
'COMM' Comments no
|
|
29186
|
+
'DIRC' Directory no
|
|
29187
|
+
'DISP' SoundSchemeTitle no
|
|
29188
|
+
'DTIM' DateTimeOriginal no
|
|
29189
|
+
'GENR' Genre no
|
|
29190
|
+
'IARL' ArchivalLocation no
|
|
29191
|
+
'IART' Artist no
|
|
29192
|
+
'IAS1' FirstLanguage no
|
|
29193
|
+
'IAS2' SecondLanguage no
|
|
29194
|
+
'IAS3' ThirdLanguage no
|
|
29195
|
+
'IAS4' FourthLanguage no
|
|
29196
|
+
'IAS5' FifthLanguage no
|
|
29197
|
+
'IAS6' SixthLanguage no
|
|
29198
|
+
'IAS7' SeventhLanguage no
|
|
29199
|
+
'IAS8' EighthLanguage no
|
|
29200
|
+
'IAS9' NinthLanguage no
|
|
29201
|
+
'IBSU' BaseURL no
|
|
29202
|
+
'ICAS' DefaultAudioStream no
|
|
29203
|
+
'ICDS' CostumeDesigner no
|
|
29204
|
+
'ICMS' Commissioned no
|
|
29205
|
+
'ICMT' Comment no
|
|
29206
|
+
'ICNM' Cinematographer no
|
|
29207
|
+
'ICNT' Country no
|
|
29208
|
+
'ICOP' Copyright no
|
|
29209
|
+
'ICRD' DateCreated no
|
|
29210
|
+
'ICRP' Cropped no
|
|
29211
|
+
'IDIM' Dimensions no
|
|
29212
|
+
'IDIT' DateTimeOriginal no
|
|
29213
|
+
'IDPI' DotsPerInch no
|
|
29214
|
+
'IDST' DistributedBy no
|
|
29215
|
+
'IEDT' EditedBy no
|
|
29216
|
+
'IENC' EncodedBy no
|
|
29217
|
+
'IENG' Engineer no
|
|
29218
|
+
'IGNR' Genre no
|
|
29219
|
+
'IKEY' Keywords no
|
|
29220
|
+
'ILGT' Lightness no
|
|
29221
|
+
'ILGU' LogoURL no
|
|
29222
|
+
'ILIU' LogoIconURL no
|
|
29223
|
+
'ILNG' Language no
|
|
29224
|
+
'IMBI' MoreInfoBannerImage no
|
|
29225
|
+
'IMBU' MoreInfoBannerURL no
|
|
29226
|
+
'IMED' Medium no
|
|
29227
|
+
'IMIT' MoreInfoText no
|
|
29228
|
+
'IMIU' MoreInfoURL no
|
|
29229
|
+
'IMUS' MusicBy no
|
|
29230
|
+
'INAM' Title no
|
|
29231
|
+
'IPDS' ProductionDesigner no
|
|
29232
|
+
'IPLT' NumColors no
|
|
29233
|
+
'IPRD' Product no
|
|
29234
|
+
'IPRO' ProducedBy no
|
|
29235
|
+
'IRIP' RippedBy no
|
|
29236
|
+
'IRTD' Rating no
|
|
29237
|
+
'ISBJ' Subject no
|
|
29238
|
+
'ISFT' Software no
|
|
29239
|
+
'ISGN' SecondaryGenre no
|
|
29240
|
+
'ISHP' Sharpness no
|
|
29241
|
+
'ISMP' TimeCode no
|
|
29242
|
+
'ISRC' Source no
|
|
29243
|
+
'ISRF' SourceForm no
|
|
29244
|
+
'ISTD' ProductionStudio no
|
|
29245
|
+
'ISTR' Starring no
|
|
29246
|
+
'ITCH' Technician no
|
|
29247
|
+
'ITRK' TrackNumber no
|
|
29248
|
+
'IWMU' WatermarkURL no
|
|
29249
|
+
'IWRI' WrittenBy no
|
|
29250
|
+
'LANG' Language no
|
|
29251
|
+
'LOCA' Location no
|
|
29252
|
+
'PRT1' Part no
|
|
29253
|
+
'PRT2' NumberOfParts no
|
|
29254
|
+
'RATE' Rate no
|
|
29255
|
+
'STAR' Starring no
|
|
29256
|
+
'STAT' Statistics no
|
|
29257
|
+
'TAPE' TapeName no
|
|
29258
|
+
'TCDO' EndTimecode no
|
|
29259
|
+
'TCOD' StartTimecode no
|
|
29260
|
+
'TITL' Title no
|
|
29261
|
+
'TLEN' Length no
|
|
29262
|
+
'TORG' Organization no
|
|
29263
|
+
'TRCK' TrackNumber no
|
|
29264
|
+
'TURL' URL no
|
|
29265
|
+
'TVER' Version no
|
|
29266
|
+
'VMAJ' VegasVersionMajor no
|
|
29267
|
+
'VMIN' VegasVersionMinor no
|
|
29268
|
+
'YEAR' Year no
|
|
29269
|
+
|
|
29270
|
+
=head3 RIFF Tdat Tags
|
|
29271
|
+
|
|
29272
|
+
Tag ID Tag Name Writable
|
|
29273
|
+
------ -------- --------
|
|
29274
|
+
[no tags known]
|
|
29275
|
+
|
|
29276
|
+
=head3 RIFF Exif Tags
|
|
29277
|
+
|
|
29278
|
+
These tags are part of the EXIF 2.3 specification for WAV audio files.
|
|
29279
|
+
|
|
29280
|
+
Tag ID Tag Name Writable
|
|
29281
|
+
------ -------- --------
|
|
29282
|
+
'ecor' Make no
|
|
29283
|
+
'emdl' Model no
|
|
29284
|
+
'emnt' MakerNotes no
|
|
29285
|
+
'erel' RelatedImageFile no
|
|
29286
|
+
'etim' TimeCreated no
|
|
29287
|
+
'eucm' UserComment no
|
|
29288
|
+
'ever' ExifVersion no
|
|
29289
|
+
|
|
29290
|
+
=head3 RIFF Hdrl Tags
|
|
29291
|
+
|
|
29292
|
+
Tag ID Tag Name Writable
|
|
29293
|
+
------ -------- --------
|
|
29294
|
+
'IDIT' DateTimeOriginal no
|
|
29295
|
+
'ISMP' TimeCode no
|
|
29296
|
+
'LIST_odml' OpenDML RIFF OpenDML
|
|
29297
|
+
'LIST_strl' Stream RIFF Stream
|
|
29298
|
+
'avih' AVIHeader RIFF AVIHeader
|
|
29299
|
+
|
|
29300
|
+
=head3 RIFF OpenDML Tags
|
|
29301
|
+
|
|
29302
|
+
Tag ID Tag Name Writable
|
|
29303
|
+
------ -------- --------
|
|
29304
|
+
'dmlh' ExtendedAVIHeader RIFF ExtAVIHdr
|
|
29305
|
+
|
|
29306
|
+
=head3 RIFF ExtAVIHdr Tags
|
|
29307
|
+
|
|
29308
|
+
Index4 Tag Name Writable
|
|
29309
|
+
------ -------- --------
|
|
29310
|
+
0 TotalFrameCount no
|
|
29311
|
+
|
|
29312
|
+
=head3 RIFF Stream Tags
|
|
29313
|
+
|
|
29314
|
+
Tag ID Tag Name Writable
|
|
29315
|
+
------ -------- --------
|
|
29316
|
+
'strd' StreamData RIFF StreamData
|
|
29317
|
+
'strf' AudioFormat RIFF AudioFormat
|
|
29318
|
+
VideoFormat BMP
|
|
29319
|
+
'strh' StreamHeader RIFF StreamHeader
|
|
29320
|
+
'strn' StreamName no
|
|
29321
|
+
|
|
29322
|
+
=head3 RIFF StreamData Tags
|
|
29323
|
+
|
|
29324
|
+
This chunk is used to store proprietary information in AVI videos from some
|
|
29325
|
+
cameras. The first 4 characters of the data are used as the Tag ID below.
|
|
29326
|
+
|
|
29327
|
+
Tag ID Tag Name Writable
|
|
29328
|
+
------ -------- --------
|
|
29329
|
+
'AVIF' AVIF EXIF
|
|
29330
|
+
'CASI' CasioData Casio AVI
|
|
29331
|
+
'Zora' VendorName no
|
|
29332
|
+
'unknown' UnknownData no
|
|
29333
|
+
|
|
29334
|
+
=head3 RIFF AudioFormat Tags
|
|
29335
|
+
|
|
29336
|
+
Index2 Tag Name Writable
|
|
29337
|
+
------ -------- --------
|
|
29338
|
+
0 Encoding no
|
|
29339
|
+
1 NumChannels no
|
|
29340
|
+
2 SampleRate no
|
|
29341
|
+
4 AvgBytesPerSec no
|
|
29342
|
+
7 BitsPerSample no
|
|
29343
|
+
|
|
29344
|
+
=head3 RIFF StreamHeader Tags
|
|
29345
|
+
|
|
29346
|
+
Index4 Tag Name Writable
|
|
29347
|
+
------ -------- --------
|
|
29348
|
+
0 StreamType no
|
|
29349
|
+
1 AudioCodec no
|
|
29350
|
+
VideoCodec no
|
|
29351
|
+
Codec no
|
|
29352
|
+
5 AudioSampleRate no
|
|
29353
|
+
VideoFrameRate no
|
|
29354
|
+
StreamSampleRate no
|
|
29355
|
+
8 AudioSampleCount no
|
|
29356
|
+
VideoFrameCount no
|
|
29357
|
+
StreamSampleCount no
|
|
29358
|
+
10 Quality no
|
|
29359
|
+
11 SampleSize no
|
|
29360
|
+
|
|
29361
|
+
=head3 RIFF AVIHeader Tags
|
|
29362
|
+
|
|
29363
|
+
Index4 Tag Name Writable
|
|
29364
|
+
------ -------- --------
|
|
29365
|
+
0 FrameRate no
|
|
29366
|
+
1 MaxDataRate no
|
|
29367
|
+
4 FrameCount no
|
|
29368
|
+
6 StreamCount no
|
|
29369
|
+
8 ImageWidth no
|
|
29370
|
+
9 ImageHeight no
|
|
29371
|
+
|
|
29372
|
+
=head3 RIFF VP8 Tags
|
|
29373
|
+
|
|
29374
|
+
This chunk is found in simple-format (lossy) WebP files. See
|
|
29375
|
+
L<https://developers.google.com/speed/webp/docs/riff_container> for the WebP
|
|
29376
|
+
container specification.
|
|
29377
|
+
|
|
29378
|
+
Index1 Tag Name Writable
|
|
29379
|
+
------ -------- --------
|
|
29380
|
+
0 VP8Version no
|
|
29381
|
+
6 ImageWidth no
|
|
29382
|
+
6.1 HorizontalScale no
|
|
29383
|
+
8 ImageHeight no
|
|
29384
|
+
8.1 VerticalScale no
|
|
29385
|
+
|
|
29386
|
+
=head3 RIFF VP8L Tags
|
|
29387
|
+
|
|
29388
|
+
This chunk is found in lossless WebP files.
|
|
29389
|
+
|
|
29390
|
+
Index1 Tag Name Writable
|
|
29391
|
+
------ -------- --------
|
|
29392
|
+
1 ImageWidth no
|
|
29393
|
+
2 ImageHeight no
|
|
29394
|
+
|
|
29395
|
+
=head3 RIFF VP8X Tags
|
|
29396
|
+
|
|
29397
|
+
This chunk is found in extended WebP files.
|
|
29398
|
+
|
|
29399
|
+
Index1 Tag Name Writable
|
|
29400
|
+
------ -------- --------
|
|
29401
|
+
0 WebP_Flags no
|
|
29402
|
+
4 ImageWidth no
|
|
29403
|
+
6 ImageHeight no
|
|
29404
|
+
|
|
29405
|
+
=head3 RIFF Acidizer Tags
|
|
29406
|
+
|
|
29407
|
+
Index1 Tag Name Writable
|
|
29408
|
+
------ -------- --------
|
|
29409
|
+
0 AcidizerFlags no
|
|
29410
|
+
4 RootNote no
|
|
29411
|
+
12 Beats no
|
|
29412
|
+
16 Meter no
|
|
29413
|
+
20 Tempo no
|
|
29414
|
+
|
|
29415
|
+
=head3 RIFF BroadcastExt Tags
|
|
29416
|
+
|
|
29417
|
+
Information found in the Broadcast Audio Extension chunk (see
|
|
29418
|
+
L<http://tech.ebu.ch/docs/tech/tech3285.pdf>).
|
|
29419
|
+
|
|
29420
|
+
Index1 Tag Name Writable
|
|
29421
|
+
------ -------- --------
|
|
29422
|
+
0 Description no
|
|
29423
|
+
256 Originator no
|
|
29424
|
+
288 OriginatorReference no
|
|
29425
|
+
320 DateTimeOriginal no
|
|
29426
|
+
338 TimeReference no
|
|
29427
|
+
346 BWFVersion no
|
|
29428
|
+
348 BWF_UMID no
|
|
29429
|
+
602 CodingHistory no
|
|
29430
|
+
|
|
29431
|
+
=head3 RIFF DS64 Tags
|
|
29432
|
+
|
|
29433
|
+
64-bit data sizes for MBWF/RF64 files. See
|
|
29434
|
+
L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
|
|
29435
|
+
|
|
29436
|
+
Index8 Tag Name Writable
|
|
29437
|
+
------ -------- --------
|
|
29438
|
+
0 RIFFSize64 no
|
|
29439
|
+
1 DataSize64 no
|
|
29440
|
+
2 NumberOfSamples64 no
|
|
29441
|
+
|
|
29442
|
+
=head3 RIFF Instrument Tags
|
|
29443
|
+
|
|
29444
|
+
Index1 Tag Name Writable
|
|
29445
|
+
------ -------- --------
|
|
29446
|
+
0 UnshiftedNote no
|
|
29447
|
+
1 FineTune no
|
|
29448
|
+
2 Gain no
|
|
29449
|
+
3 LowNote no
|
|
29450
|
+
4 HighNote no
|
|
29451
|
+
5 LowVelocity no
|
|
29452
|
+
6 HighVelocity no
|
|
29453
|
+
|
|
29454
|
+
=head3 RIFF Sampler Tags
|
|
29455
|
+
|
|
29456
|
+
Index4 Tag Name Writable
|
|
29457
|
+
------ -------- --------
|
|
29458
|
+
0 Manufacturer no
|
|
29459
|
+
1 Product no
|
|
29460
|
+
2 SamplePeriod no
|
|
29461
|
+
3 MIDIUnityNote no
|
|
29462
|
+
4 MIDIPitchFraction no
|
|
29463
|
+
5 SMPTEFormat no
|
|
29464
|
+
6 SMPTEOffset no
|
|
29465
|
+
7 NumSampleLoops no
|
|
29466
|
+
8 SamplerDataLen no
|
|
29467
|
+
9 SamplerData no
|
|
29468
|
+
|
|
29469
|
+
=head3 RIFF UserText Tags
|
|
29470
|
+
|
|
29471
|
+
Tags decoded from the USER-format txts stream written by Momento M6 dashcam.
|
|
29472
|
+
Extracted only if the ExtractEmbedded option is used.
|
|
29473
|
+
|
|
29474
|
+
Index1 Tag Name Writable
|
|
29475
|
+
------ -------- --------
|
|
29476
|
+
28 GPSAltitude no
|
|
29477
|
+
40 Accelerometer no
|
|
29478
|
+
56 GPSSpeed no
|
|
29479
|
+
60 GPSLatitude no
|
|
29480
|
+
64 GPSLongitude no
|
|
29481
|
+
68 GPSDateTime no
|
|
29482
|
+
|
|
29483
|
+
=head2 FLAC Tags
|
|
29484
|
+
|
|
29485
|
+
Free Lossless Audio Codec (FLAC) meta information. ExifTool also extracts
|
|
29486
|
+
ID3 information from these files.
|
|
29487
|
+
|
|
29488
|
+
Tag ID Tag Name Writable
|
|
29489
|
+
------ -------- --------
|
|
29490
|
+
0x0000 StreamInfo FLAC StreamInfo
|
|
29491
|
+
0x0001 Padding? no
|
|
29492
|
+
0x0002 Application_riff RIFF
|
|
29493
|
+
ApplicationUnknown? no
|
|
29494
|
+
0x0003 SeekTable? no
|
|
29495
|
+
0x0004 VorbisComment Vorbis Comments
|
|
29496
|
+
0x0005 CueSheet? no
|
|
29497
|
+
0x0006 Picture FLAC Picture
|
|
29498
|
+
|
|
29499
|
+
=head3 FLAC StreamInfo Tags
|
|
29500
|
+
|
|
29501
|
+
FLAC is big-endian, so bit 0 is the high-order bit in this table.
|
|
29502
|
+
|
|
29503
|
+
Tag ID Tag Name Writable
|
|
29504
|
+
------ -------- --------
|
|
29505
|
+
'Bit000-015' BlockSizeMin no
|
|
29506
|
+
'Bit016-031' BlockSizeMax no
|
|
29507
|
+
'Bit032-055' FrameSizeMin no
|
|
29508
|
+
'Bit056-079' FrameSizeMax no
|
|
29509
|
+
'Bit080-099' SampleRate no
|
|
29510
|
+
'Bit100-102' Channels no
|
|
29511
|
+
'Bit103-107' BitsPerSample no
|
|
29512
|
+
'Bit108-143' TotalSamples no
|
|
29513
|
+
'Bit144-271' MD5Signature no
|
|
29514
|
+
|
|
29515
|
+
=head3 FLAC Picture Tags
|
|
29265
29516
|
|
|
29266
|
-
|
|
29517
|
+
Index4 Tag Name Writable
|
|
29267
29518
|
------ -------- --------
|
|
29268
|
-
|
|
29269
|
-
|
|
29270
|
-
|
|
29519
|
+
0 PictureType no
|
|
29520
|
+
1 PictureMIMEType no
|
|
29521
|
+
2 PictureDescription no
|
|
29522
|
+
3 PictureWidth no
|
|
29523
|
+
4 PictureHeight no
|
|
29524
|
+
5 PictureBitsPerPixel no
|
|
29525
|
+
6 PictureIndexedColors no
|
|
29526
|
+
7 PictureLength no
|
|
29527
|
+
8 Picture no
|
|
29271
29528
|
|
|
29272
29529
|
=head2 Parrot Tags
|
|
29273
29530
|
|
|
@@ -29277,14 +29534,19 @@ Streaming metadata found in Parrot drone videos. See
|
|
|
29277
29534
|
L<https://developer.parrot.com/docs/pdraw/metadata.html> for the
|
|
29278
29535
|
specification.
|
|
29279
29536
|
|
|
29280
|
-
Tag ID
|
|
29281
|
-
------
|
|
29282
|
-
'P1'
|
|
29283
|
-
'P2'
|
|
29284
|
-
'P3'
|
|
29285
|
-
'E1'
|
|
29286
|
-
'E2'
|
|
29287
|
-
'E3'
|
|
29537
|
+
Tag ID Tag Name Writable
|
|
29538
|
+
------ -------- --------
|
|
29539
|
+
'P1' ParrotV1 Parrot V1
|
|
29540
|
+
'P2' ParrotV2 Parrot V2
|
|
29541
|
+
'P3' ParrotV3 Parrot V3
|
|
29542
|
+
'E1' ParrotTimeStamp Parrot TimeStamp
|
|
29543
|
+
'E2' ParrotFollowMe Parrot FollowMe
|
|
29544
|
+
'E3' ParrotAutomation Parrot Automation
|
|
29545
|
+
'application/arcore-accel' ARCoreAccel Parrot ARCoreAccel
|
|
29546
|
+
'application/arcore-custom-event'
|
|
29547
|
+
ARCoreCustom Parrot ARCoreCustom
|
|
29548
|
+
'application/arcore-gyro' ARCoreGyro Parrot ARCoreGyro
|
|
29549
|
+
'application/arcore-video-0' ARCoreVideo Parrot ARCoreVideo
|
|
29288
29550
|
|
|
29289
29551
|
=head3 Parrot V1 Tags
|
|
29290
29552
|
|
|
@@ -29412,12 +29674,652 @@ Parrot streaming metadata automation extension.
|
|
|
29412
29674
|
28 AutomationAnimation no
|
|
29413
29675
|
29 AutomationFlags no
|
|
29414
29676
|
|
|
29677
|
+
=head3 Parrot ARCoreAccel Tags
|
|
29678
|
+
|
|
29679
|
+
ARCore accelerometer data.
|
|
29680
|
+
|
|
29681
|
+
Index1 Tag Name Writable
|
|
29682
|
+
------ -------- --------
|
|
29683
|
+
4 AccelerometerUnknown? no
|
|
29684
|
+
5 Accelerometer no
|
|
29685
|
+
|
|
29686
|
+
=head3 Parrot ARCoreCustom Tags
|
|
29687
|
+
|
|
29688
|
+
Index1 Tag Name Writable
|
|
29689
|
+
------ -------- --------
|
|
29690
|
+
[no tags known]
|
|
29691
|
+
|
|
29692
|
+
=head3 Parrot ARCoreGyro Tags
|
|
29693
|
+
|
|
29694
|
+
ARCore accelerometer data.
|
|
29695
|
+
|
|
29696
|
+
Index1 Tag Name Writable
|
|
29697
|
+
------ -------- --------
|
|
29698
|
+
4 GyroscopeUnknown? no
|
|
29699
|
+
5 Gyroscope no
|
|
29700
|
+
|
|
29701
|
+
=head3 Parrot ARCoreVideo Tags
|
|
29702
|
+
|
|
29703
|
+
Index1 Tag Name Writable
|
|
29704
|
+
------ -------- --------
|
|
29705
|
+
[no tags known]
|
|
29706
|
+
|
|
29707
|
+
=head2 Ogg Tags
|
|
29708
|
+
|
|
29709
|
+
ExifTool extracts the following types of information from Ogg files. See
|
|
29710
|
+
L<http://www.xiph.org/vorbis/doc/> for the Ogg specification.
|
|
29711
|
+
|
|
29712
|
+
Tag ID Tag Name Writable
|
|
29713
|
+
------ -------- --------
|
|
29714
|
+
'FLAC' FLAC FLAC
|
|
29715
|
+
'ID3' ID3 ID3
|
|
29716
|
+
'Opus' Opus Opus
|
|
29717
|
+
'theora' Theora Theora
|
|
29718
|
+
'vorbis' Vorbis Vorbis
|
|
29719
|
+
|
|
29720
|
+
=head2 Vorbis Tags
|
|
29721
|
+
|
|
29722
|
+
Information extracted from Ogg Vorbis files. See
|
|
29723
|
+
L<http://www.xiph.org/vorbis/doc/> for the Vorbis specification.
|
|
29724
|
+
|
|
29725
|
+
Tag ID Tag Name Writable
|
|
29726
|
+
------ -------- --------
|
|
29727
|
+
0x0001 Identification Vorbis Identification
|
|
29728
|
+
0x0003 Comments Vorbis Comments
|
|
29729
|
+
|
|
29730
|
+
=head3 Vorbis Comments Tags
|
|
29731
|
+
|
|
29732
|
+
The tags below are only some common tags found in the Vorbis comments of Ogg
|
|
29733
|
+
Vorbis and Ogg FLAC audio files, however ExifTool will extract values from
|
|
29734
|
+
any tag found, even if not listed here.
|
|
29735
|
+
|
|
29736
|
+
Tag ID Tag Name Writable
|
|
29737
|
+
------ -------- --------
|
|
29738
|
+
'ACTOR' Actor no
|
|
29739
|
+
'ALBUM' Album no
|
|
29740
|
+
'ARTIST' Artist no+
|
|
29741
|
+
'COMMENT' Comment no
|
|
29742
|
+
'COMPOSER' Composer no
|
|
29743
|
+
'CONTACT' Contact no+
|
|
29744
|
+
'COPYRIGHT' Copyright no
|
|
29745
|
+
'COVERART' CoverArt no
|
|
29746
|
+
'COVERARTMIME' CoverArtMIMEType no
|
|
29747
|
+
'DATE' Date no
|
|
29748
|
+
'DESCRIPTION' Description no
|
|
29749
|
+
'DIRECTOR' Director no
|
|
29750
|
+
'ENCODED_BY' EncodedBy no
|
|
29751
|
+
'ENCODED_USING' EncodedUsing no
|
|
29752
|
+
'ENCODER' Encoder no
|
|
29753
|
+
'ENCODER_OPTIONS' EncoderOptions no
|
|
29754
|
+
'GENRE' Genre no
|
|
29755
|
+
'ISRC' ISRCNumber no
|
|
29756
|
+
'LICENSE' License no
|
|
29757
|
+
'LOCATION' Location no
|
|
29758
|
+
'METADATA_BLOCK_PICTURE' Picture FLAC Picture
|
|
29759
|
+
'ORGANIZATION' Organization no
|
|
29760
|
+
'PERFORMER' Performer no+
|
|
29761
|
+
'PRODUCER' Producer no
|
|
29762
|
+
'REPLAYGAIN_ALBUM_GAIN' ReplayGainAlbumGain no
|
|
29763
|
+
'REPLAYGAIN_ALBUM_PEAK' ReplayGainAlbumPeak no
|
|
29764
|
+
'REPLAYGAIN_TRACK_GAIN' ReplayGainTrackGain no
|
|
29765
|
+
'REPLAYGAIN_TRACK_PEAK' ReplayGainTrackPeak no
|
|
29766
|
+
'TITLE' Title no
|
|
29767
|
+
'TRACKNUMBER' TrackNumber no
|
|
29768
|
+
'VERSION' Version no
|
|
29769
|
+
'vendor' Vendor no
|
|
29770
|
+
|
|
29771
|
+
=head3 Vorbis Identification Tags
|
|
29772
|
+
|
|
29773
|
+
Index1 Tag Name Writable
|
|
29774
|
+
------ -------- --------
|
|
29775
|
+
0 VorbisVersion no
|
|
29776
|
+
4 AudioChannels no
|
|
29777
|
+
5 SampleRate no
|
|
29778
|
+
9 MaximumBitrate no
|
|
29779
|
+
13 NominalBitrate no
|
|
29780
|
+
17 MinimumBitrate no
|
|
29781
|
+
|
|
29782
|
+
=head2 Opus Tags
|
|
29783
|
+
|
|
29784
|
+
Information extracted from Ogg Opus files. See
|
|
29785
|
+
L<https://www.opus-codec.org/docs/> for the specification.
|
|
29786
|
+
|
|
29787
|
+
Tag ID Tag Name Writable
|
|
29788
|
+
------ -------- --------
|
|
29789
|
+
'OpusHead' Header Opus Header
|
|
29790
|
+
'OpusTags' Comments Vorbis Comments
|
|
29791
|
+
|
|
29792
|
+
=head3 Opus Header Tags
|
|
29793
|
+
|
|
29794
|
+
Index1 Tag Name Writable
|
|
29795
|
+
------ -------- --------
|
|
29796
|
+
0 OpusVersion no
|
|
29797
|
+
1 AudioChannels no
|
|
29798
|
+
4 SampleRate no
|
|
29799
|
+
8 OutputGain no
|
|
29800
|
+
|
|
29801
|
+
=head2 Theora Tags
|
|
29802
|
+
|
|
29803
|
+
Information extracted from Ogg Theora video files. See
|
|
29804
|
+
L<http://www.theora.org/doc/Theora.pdf> for the Theora specification.
|
|
29805
|
+
|
|
29806
|
+
Tag ID Tag Name Writable
|
|
29807
|
+
------ -------- --------
|
|
29808
|
+
0x0080 Identification Theora Identification
|
|
29809
|
+
0x0081 Comments Vorbis Comments
|
|
29810
|
+
|
|
29811
|
+
=head3 Theora Identification Tags
|
|
29812
|
+
|
|
29813
|
+
Tags extracted from the Theora identification header.
|
|
29814
|
+
|
|
29815
|
+
Index1 Tag Name Writable
|
|
29816
|
+
------ -------- --------
|
|
29817
|
+
0 TheoraVersion no
|
|
29818
|
+
7 ImageWidth no
|
|
29819
|
+
10 ImageHeight no
|
|
29820
|
+
13 XOffset no
|
|
29821
|
+
14 YOffset no
|
|
29822
|
+
15 FrameRate no
|
|
29823
|
+
23 PixelAspectRatio no
|
|
29824
|
+
29 ColorSpace no
|
|
29825
|
+
30 NominalVideoBitrate no
|
|
29826
|
+
33 Quality no
|
|
29827
|
+
34 PixelFormat no
|
|
29828
|
+
|
|
29829
|
+
=head2 APE Tags
|
|
29830
|
+
|
|
29831
|
+
Tags found in Monkey's Audio (APE) information. Only a few common tags are
|
|
29832
|
+
listed below, but ExifTool will extract any tag found. ExifTool supports
|
|
29833
|
+
APEv1 and APEv2 tags, as well as ID3 information in APE files, and will also
|
|
29834
|
+
read APE metadata from MP3 and MPC files.
|
|
29835
|
+
|
|
29836
|
+
Tag ID Tag Name Writable
|
|
29837
|
+
------ -------- --------
|
|
29838
|
+
'Album' Album no
|
|
29839
|
+
'Artist' Artist no
|
|
29840
|
+
'DURATION' Duration no
|
|
29841
|
+
'Genre' Genre no
|
|
29842
|
+
'Title' Title no
|
|
29843
|
+
'Tool Name' ToolName no
|
|
29844
|
+
'Tool Version' ToolVersion no
|
|
29845
|
+
'Track' Track no
|
|
29846
|
+
'Year' Year no
|
|
29847
|
+
|
|
29848
|
+
=head3 APE NewHeader Tags
|
|
29849
|
+
|
|
29850
|
+
APE MAC audio header for version 3.98 or later.
|
|
29851
|
+
|
|
29852
|
+
Index2 Tag Name Writable
|
|
29853
|
+
------ -------- --------
|
|
29854
|
+
0 CompressionLevel no
|
|
29855
|
+
2 BlocksPerFrame no
|
|
29856
|
+
4 FinalFrameBlocks no
|
|
29857
|
+
6 TotalFrames no
|
|
29858
|
+
8 BitsPerSample no
|
|
29859
|
+
9 Channels no
|
|
29860
|
+
10 SampleRate no
|
|
29861
|
+
|
|
29862
|
+
=head3 APE OldHeader Tags
|
|
29863
|
+
|
|
29864
|
+
APE MAC audio header for version 3.97 or earlier.
|
|
29865
|
+
|
|
29866
|
+
Index2 Tag Name Writable
|
|
29867
|
+
------ -------- --------
|
|
29868
|
+
0 APEVersion no
|
|
29869
|
+
1 CompressionLevel no
|
|
29870
|
+
3 Channels no
|
|
29871
|
+
4 SampleRate no
|
|
29872
|
+
10 TotalFrames no
|
|
29873
|
+
12 FinalFrameBlocks no
|
|
29874
|
+
|
|
29875
|
+
=head2 Audible Tags
|
|
29876
|
+
|
|
29877
|
+
ExifTool will extract any information found in the metadata dictionary of
|
|
29878
|
+
Audible .AA files, even if not listed in the table below.
|
|
29879
|
+
|
|
29880
|
+
Tag ID Tag Name Writable
|
|
29881
|
+
------ -------- --------
|
|
29882
|
+
'_chapter_count' ChapterCount no
|
|
29883
|
+
'_cover_art' CoverArt no
|
|
29884
|
+
'author' Author no
|
|
29885
|
+
'copyright' Copyright no
|
|
29886
|
+
'pub_date_start' PublishDateStart no
|
|
29887
|
+
'pubdate' PublishDate no
|
|
29888
|
+
|
|
29889
|
+
=head3 Audible tags Tags
|
|
29890
|
+
|
|
29891
|
+
Information found in "tags" atom of Audible M4B audio books.
|
|
29892
|
+
|
|
29893
|
+
Tag ID Tag Name Writable
|
|
29894
|
+
------ -------- --------
|
|
29895
|
+
'cvrx' Audible_cvrx Audible cvrx
|
|
29896
|
+
'meta' Audible_meta Audible meta
|
|
29897
|
+
'tseg' Audible_tseg Audible tseg
|
|
29898
|
+
|
|
29899
|
+
=head3 Audible cvrx Tags
|
|
29900
|
+
|
|
29901
|
+
Audible cover art information in M4B audio books.
|
|
29902
|
+
|
|
29903
|
+
Tag Name Writable
|
|
29904
|
+
-------- --------
|
|
29905
|
+
CoverArt no
|
|
29906
|
+
CoverArtType no
|
|
29907
|
+
|
|
29908
|
+
=head3 Audible meta Tags
|
|
29909
|
+
|
|
29910
|
+
Information found in Audible M4B "meta" atom.
|
|
29911
|
+
|
|
29912
|
+
Tag ID Tag Name Writable
|
|
29913
|
+
------ -------- --------
|
|
29914
|
+
'ALBUMARTIST' AlbumArtist no
|
|
29915
|
+
'Album' Album no
|
|
29916
|
+
'Artist' Artist no
|
|
29917
|
+
'Comment' Comment no
|
|
29918
|
+
'Genre' Genre no
|
|
29919
|
+
'SUBTITLE' Subtitle no
|
|
29920
|
+
'TOOL' CreatorTool no
|
|
29921
|
+
'Title' Title no
|
|
29922
|
+
'Year' Year no
|
|
29923
|
+
'itunesmediatype' iTunesMediaType no
|
|
29924
|
+
'track' ChapterName no
|
|
29925
|
+
|
|
29926
|
+
=head3 Audible tseg Tags
|
|
29927
|
+
|
|
29928
|
+
Tag ID Tag Name Writable
|
|
29929
|
+
------ -------- --------
|
|
29930
|
+
'meta' Audible_meta2 Audible meta
|
|
29931
|
+
'tshd' ChapterNumber no
|
|
29932
|
+
|
|
29933
|
+
=head2 MPC Tags
|
|
29934
|
+
|
|
29935
|
+
Tags used in Musepack (MPC) audio files. ExifTool also extracts ID3 and APE
|
|
29936
|
+
information from these files.
|
|
29937
|
+
|
|
29938
|
+
Tag ID Tag Name Writable
|
|
29939
|
+
------ -------- --------
|
|
29940
|
+
'Bit032-063' TotalFrames no
|
|
29941
|
+
'Bit080-081' SampleRate no
|
|
29942
|
+
'Bit084-087' Quality no
|
|
29943
|
+
'Bit088-093' MaxBand no
|
|
29944
|
+
'Bit096-111' ReplayGainTrackPeak no
|
|
29945
|
+
'Bit112-127' ReplayGainTrackGain no
|
|
29946
|
+
'Bit128-143' ReplayGainAlbumPeak no
|
|
29947
|
+
'Bit144-159' ReplayGainAlbumGain no
|
|
29948
|
+
'Bit179' FastSeek no
|
|
29949
|
+
'Bit191' Gapless no
|
|
29950
|
+
'Bit216-223' EncoderVersion no
|
|
29951
|
+
|
|
29952
|
+
=head2 MPEG Tags
|
|
29953
|
+
|
|
29954
|
+
The MPEG format doesn't specify any file-level meta information. In lieu of
|
|
29955
|
+
this, information is extracted from the first audio and video frame headers
|
|
29956
|
+
in the file.
|
|
29957
|
+
|
|
29958
|
+
=head3 MPEG Audio Tags
|
|
29959
|
+
|
|
29960
|
+
Tag ID Tag Name Writable
|
|
29961
|
+
------ -------- --------
|
|
29962
|
+
'Bit11-12' MPEGAudioVersion no
|
|
29963
|
+
'Bit13-14' AudioLayer no
|
|
29964
|
+
'Bit16-19' AudioBitrate no
|
|
29965
|
+
'Bit20-21' SampleRate no
|
|
29966
|
+
'Bit24-25' ChannelMode no
|
|
29967
|
+
'Bit26' MSStereo no
|
|
29968
|
+
'Bit26-27' ModeExtension no
|
|
29969
|
+
'Bit27' IntensityStereo no
|
|
29970
|
+
'Bit28' CopyrightFlag no
|
|
29971
|
+
'Bit29' OriginalMedia no
|
|
29972
|
+
'Bit30-31' Emphasis no
|
|
29973
|
+
|
|
29974
|
+
=head3 MPEG Video Tags
|
|
29975
|
+
|
|
29976
|
+
Tag ID Tag Name Writable
|
|
29977
|
+
------ -------- --------
|
|
29978
|
+
'Bit00-11' ImageWidth no
|
|
29979
|
+
'Bit12-23' ImageHeight no
|
|
29980
|
+
'Bit24-27' AspectRatio no
|
|
29981
|
+
'Bit28-31' FrameRate no
|
|
29982
|
+
'Bit32-49' VideoBitrate no
|
|
29983
|
+
|
|
29984
|
+
=head3 MPEG Xing Tags
|
|
29985
|
+
|
|
29986
|
+
These tags are extracted from the Xing/Info frame.
|
|
29987
|
+
|
|
29988
|
+
Tag Name Writable
|
|
29989
|
+
-------- --------
|
|
29990
|
+
Encoder no
|
|
29991
|
+
LameHeader MPEG Lame
|
|
29992
|
+
LameQuality no
|
|
29993
|
+
LameVBRQuality no
|
|
29994
|
+
VBRBytes no
|
|
29995
|
+
VBRFrames no
|
|
29996
|
+
VBRScale no
|
|
29997
|
+
|
|
29998
|
+
=head3 MPEG Lame Tags
|
|
29999
|
+
|
|
30000
|
+
Tags extracted from Lame 3.90 or later header.
|
|
30001
|
+
|
|
30002
|
+
Index1 Tag Name Writable
|
|
30003
|
+
------ -------- --------
|
|
30004
|
+
9 LameMethod no
|
|
30005
|
+
10 LameLowPassFilter no
|
|
30006
|
+
20 LameBitrate no
|
|
30007
|
+
24 LameStereoMode no
|
|
30008
|
+
|
|
30009
|
+
=head2 M2TS Tags
|
|
30010
|
+
|
|
30011
|
+
The MPEG-2 transport stream is used as a container for many different
|
|
30012
|
+
audio/video formats (including AVCHD). This table lists information
|
|
30013
|
+
extracted from M2TS files.
|
|
30014
|
+
|
|
30015
|
+
Tag Name Writable
|
|
30016
|
+
-------- --------
|
|
30017
|
+
AudioStreamType no
|
|
30018
|
+
Duration no
|
|
30019
|
+
VideoStreamType no
|
|
30020
|
+
_AC3 M2TS AC3
|
|
30021
|
+
_H264 H264
|
|
30022
|
+
_MISB MISB
|
|
30023
|
+
|
|
30024
|
+
=head3 M2TS AC3 Tags
|
|
30025
|
+
|
|
30026
|
+
Tags extracted from AC-3 audio streams.
|
|
30027
|
+
|
|
30028
|
+
Tag Name Writable
|
|
30029
|
+
-------- --------
|
|
30030
|
+
AudioBitrate no
|
|
30031
|
+
AudioChannels no
|
|
30032
|
+
AudioSampleRate no
|
|
30033
|
+
SurroundMode no
|
|
30034
|
+
|
|
30035
|
+
=head2 H264 Tags
|
|
30036
|
+
|
|
30037
|
+
Tags extracted from H.264 video streams. The metadata for AVCHD videos is
|
|
30038
|
+
stored in this stream.
|
|
30039
|
+
|
|
30040
|
+
Tag Name Writable
|
|
30041
|
+
-------- --------
|
|
30042
|
+
ImageHeight no
|
|
30043
|
+
ImageWidth no
|
|
30044
|
+
MDPM H264 MDPM
|
|
30045
|
+
|
|
30046
|
+
=head3 H264 MDPM Tags
|
|
30047
|
+
|
|
30048
|
+
The following tags are decoded from the Modified Digital Video Pack Metadata
|
|
30049
|
+
(MDPM) of the unregistered user data with UUID
|
|
30050
|
+
17ee8c60f84d11d98cd60800200c9a66 in the H.264 Supplemental Enhancement
|
|
30051
|
+
Information (SEI). I<[Yes, this description is confusing, but nothing
|
|
30052
|
+
compared to the challenge of actually decoding the data!]> This information
|
|
30053
|
+
may exist at regular intervals through the entire video, but only the first
|
|
30054
|
+
occurrence is extracted unless the ExtractEmbedded (-ee) option is used (in
|
|
30055
|
+
which case subsequent occurrences are extracted as sub-documents).
|
|
30056
|
+
|
|
30057
|
+
Tag ID Tag Name Writable
|
|
30058
|
+
------ -------- --------
|
|
30059
|
+
0x0013 TimeCode no
|
|
30060
|
+
0x0018 DateTimeOriginal no
|
|
30061
|
+
0x0070 Camera1 H264 Camera1
|
|
30062
|
+
0x0071 Camera2 H264 Camera2
|
|
30063
|
+
0x007f Shutter H264 Shutter
|
|
30064
|
+
0x00a0 ExposureTime no
|
|
30065
|
+
0x00a1 FNumber no
|
|
30066
|
+
0x00a2 ExposureProgram no
|
|
30067
|
+
0x00a3 BrightnessValue no
|
|
30068
|
+
0x00a4 ExposureCompensation no
|
|
30069
|
+
0x00a5 MaxApertureValue no
|
|
30070
|
+
0x00a6 Flash no
|
|
30071
|
+
0x00a7 CustomRendered no
|
|
30072
|
+
0x00a8 WhiteBalance no
|
|
30073
|
+
0x00a9 FocalLengthIn35mmFormat no
|
|
30074
|
+
0x00aa SceneCaptureType no
|
|
30075
|
+
0x00b0 GPSVersionID no
|
|
30076
|
+
0x00b1 GPSLatitudeRef no
|
|
30077
|
+
0x00b2 GPSLatitude no
|
|
30078
|
+
0x00b5 GPSLongitudeRef no
|
|
30079
|
+
0x00b6 GPSLongitude no
|
|
30080
|
+
0x00b9 GPSAltitudeRef no
|
|
30081
|
+
0x00ba GPSAltitude no
|
|
30082
|
+
0x00bb GPSTimeStamp no
|
|
30083
|
+
0x00be GPSStatus no
|
|
30084
|
+
0x00bf GPSMeasureMode no
|
|
30085
|
+
0x00c0 GPSDOP no
|
|
30086
|
+
0x00c1 GPSSpeedRef no
|
|
30087
|
+
0x00c2 GPSSpeed no
|
|
30088
|
+
0x00c3 GPSTrackRef no
|
|
30089
|
+
0x00c4 GPSTrack no
|
|
30090
|
+
0x00c5 GPSImgDirectionRef no
|
|
30091
|
+
0x00c6 GPSImgDirection no
|
|
30092
|
+
0x00c7 GPSMapDatum no
|
|
30093
|
+
0x00ca GPSDateStamp no
|
|
30094
|
+
0x00e0 MakeModel H264 MakeModel
|
|
30095
|
+
0x00e1 RecInfo H264 RecInfo
|
|
30096
|
+
0x00e4 Model no
|
|
30097
|
+
0x00ee FrameInfo H264 FrameInfo
|
|
30098
|
+
|
|
30099
|
+
=head3 H264 Camera1 Tags
|
|
30100
|
+
|
|
30101
|
+
Index1 Tag Name Writable
|
|
30102
|
+
------ -------- --------
|
|
30103
|
+
0 ApertureSetting no
|
|
30104
|
+
1 Gain no
|
|
30105
|
+
1.1 ExposureProgram no
|
|
30106
|
+
2.1 WhiteBalance no
|
|
30107
|
+
3 Focus no
|
|
30108
|
+
|
|
30109
|
+
=head3 H264 Camera2 Tags
|
|
30110
|
+
|
|
30111
|
+
Index1 Tag Name Writable
|
|
30112
|
+
------ -------- --------
|
|
30113
|
+
1 ImageStabilization no
|
|
30114
|
+
|
|
30115
|
+
=head3 H264 Shutter Tags
|
|
30116
|
+
|
|
30117
|
+
Index2 Tag Name Writable
|
|
30118
|
+
------ -------- --------
|
|
30119
|
+
1.1 ExposureTime no
|
|
30120
|
+
|
|
30121
|
+
=head3 H264 MakeModel Tags
|
|
30122
|
+
|
|
30123
|
+
Index2 Tag Name Writable
|
|
30124
|
+
------ -------- --------
|
|
30125
|
+
0 Make no
|
|
30126
|
+
|
|
30127
|
+
=head3 H264 RecInfo Tags
|
|
30128
|
+
|
|
30129
|
+
Recording information stored by some Canon video cameras.
|
|
30130
|
+
|
|
30131
|
+
Index1 Tag Name Writable
|
|
30132
|
+
------ -------- --------
|
|
30133
|
+
0 RecordingMode no
|
|
30134
|
+
|
|
30135
|
+
=head3 H264 FrameInfo Tags
|
|
30136
|
+
|
|
30137
|
+
Frame rate information stored by some Canon video cameras.
|
|
30138
|
+
|
|
30139
|
+
Index1 Tag Name Writable
|
|
30140
|
+
------ -------- --------
|
|
30141
|
+
0 CaptureFrameRate no
|
|
30142
|
+
1 VideoFrameRate no
|
|
30143
|
+
|
|
30144
|
+
=head2 MISB Tags
|
|
30145
|
+
|
|
30146
|
+
These tags are extracted from STANAG-4609 MISB (Motion Industry Standards
|
|
30147
|
+
Board) KLV-format metadata in M2TS videos.
|
|
30148
|
+
|
|
30149
|
+
Tag ID Tag Name Writable
|
|
30150
|
+
------ -------- --------
|
|
30151
|
+
'060E2B34030101010E01030302000000' Security MISB Security
|
|
30152
|
+
'060e2b3402030101434e415644494147'
|
|
30153
|
+
ChurchillNav MISB ChurchillNav
|
|
30154
|
+
'060e2b34020b01010e01030101000000'
|
|
30155
|
+
UASDataLink MISB UASDatalink
|
|
30156
|
+
'<other>' Unknown MISB Unknown
|
|
30157
|
+
|
|
30158
|
+
=head3 MISB Security Tags
|
|
30159
|
+
|
|
30160
|
+
Tags extracted from the MISB ST 0102.11 Security Metadata local set.
|
|
30161
|
+
|
|
30162
|
+
Tag ID Tag Name Writable
|
|
30163
|
+
------ -------- --------
|
|
30164
|
+
0x0001 SecurityClassification no
|
|
30165
|
+
0x0002 ClassifyingCountryCodeMethod no
|
|
30166
|
+
0x0003 ClassifyingCountry no
|
|
30167
|
+
0x0004 SecuritySCI-SHIInformation no
|
|
30168
|
+
0x0005 Caveats no
|
|
30169
|
+
0x0006 ReleasingInstructions no
|
|
30170
|
+
0x0007 ClassifiedBy no
|
|
30171
|
+
0x0008 DerivedFrom no
|
|
30172
|
+
0x0009 ClassificationReason no
|
|
30173
|
+
0x000a DeclassificationDate no
|
|
30174
|
+
0x000b ClassificationAndMarkingSystem no
|
|
30175
|
+
0x000c ObjectCountryCodingMethod no
|
|
30176
|
+
0x000d ObjectCountryCodes no
|
|
30177
|
+
0x000e ClassificationComments no
|
|
30178
|
+
0x000f UMID no
|
|
30179
|
+
0x0010 StreamID no
|
|
30180
|
+
0x0011 TransportStreamID no
|
|
30181
|
+
0x0015 ItemDesignatorID no
|
|
30182
|
+
0x0016 SecurityVersion no
|
|
30183
|
+
0x0017 ClassifyingCountryCodingMethodDate no
|
|
30184
|
+
0x0018 ObjectCountryCodingMethodDate no
|
|
30185
|
+
|
|
30186
|
+
=head3 MISB ChurchillNav Tags
|
|
30187
|
+
|
|
30188
|
+
Proprietary tags used by Churchill Navigation units. These tags are all
|
|
30189
|
+
currently unknown, but extracted with the Unknown option.
|
|
30190
|
+
|
|
30191
|
+
Tag ID Tag Name Writable
|
|
30192
|
+
------ -------- --------
|
|
30193
|
+
[no tags known]
|
|
30194
|
+
|
|
30195
|
+
=head3 MISB UASDatalink Tags
|
|
30196
|
+
|
|
30197
|
+
Tags extracted from the MISB ST 0601.11 UAS Datalink local set.
|
|
30198
|
+
|
|
30199
|
+
Tag ID Tag Name Writable
|
|
30200
|
+
------ -------- --------
|
|
30201
|
+
0x0001 Checksum no
|
|
30202
|
+
0x0002 GPSDateTime no
|
|
30203
|
+
0x0003 MissionID no
|
|
30204
|
+
0x0004 TailNumber no
|
|
30205
|
+
0x0005 GPSTrack no
|
|
30206
|
+
0x0006 PitchAngle no
|
|
30207
|
+
0x0007 RollAngle no
|
|
30208
|
+
0x0008 TrueAirspeed no
|
|
30209
|
+
0x0009 IndicatedAirspeed no
|
|
30210
|
+
0x000a ProjectIDCode no
|
|
30211
|
+
0x000b SensorName no
|
|
30212
|
+
0x000c ImageCoordinateSystem no
|
|
30213
|
+
0x000d GPSLatitude no
|
|
30214
|
+
0x000e GPSLongitude no
|
|
30215
|
+
0x000f GPSAltitude no
|
|
30216
|
+
0x0010 HorizontalFieldOfView no
|
|
30217
|
+
0x0011 VerticalFieldOfView no
|
|
30218
|
+
0x0012 SensorRelativeAzimuthAngle no
|
|
30219
|
+
0x0013 SensorRelativeElevationAngle no
|
|
30220
|
+
0x0014 SensorRelativeRollAngle no
|
|
30221
|
+
0x0015 SlantRange no
|
|
30222
|
+
0x0016 TargetWidth no
|
|
30223
|
+
0x0017 FrameCenterLatitude no
|
|
30224
|
+
0x0018 FrameCenterLongitude no
|
|
30225
|
+
0x0019 FrameCenterElevation no
|
|
30226
|
+
0x001a OffsetCornerLatitude1 no
|
|
30227
|
+
0x001b OffsetCornerLongitude1 no
|
|
30228
|
+
0x001c OffsetCornerLatitude2 no
|
|
30229
|
+
0x001d OffsetCornerLongitude2 no
|
|
30230
|
+
0x001e OffsetCornerLatitude3 no
|
|
30231
|
+
0x001f OffsetCornerLongitude3 no
|
|
30232
|
+
0x0020 OffsetCornerLatitude4 no
|
|
30233
|
+
0x0021 OffsetCornerLongitude4 no
|
|
30234
|
+
0x0022 IcingDetected no
|
|
30235
|
+
0x0023 WindDirection no
|
|
30236
|
+
0x0024 WindSpeed no
|
|
30237
|
+
0x0025 StaticPressure no
|
|
30238
|
+
0x0026 DensityAltitude no
|
|
30239
|
+
0x0027 AirTemperature no
|
|
30240
|
+
0x0028 TargetLocationLatitude no
|
|
30241
|
+
0x0029 TargetLocationLongitude no
|
|
30242
|
+
0x002a TargetLocationElevation no
|
|
30243
|
+
0x002b TargetTrackGateWidth no
|
|
30244
|
+
0x002c TargetTrackGateHeight no
|
|
30245
|
+
0x002d TargetErrorEstimateCE90 no
|
|
30246
|
+
0x002e TargetErrorEstimateLE90 no
|
|
30247
|
+
0x002f GenericFlagData01 no
|
|
30248
|
+
0x0030 SecurityLocalMetadataSet MISB Security
|
|
30249
|
+
0x0031 DifferentialPressure no
|
|
30250
|
+
0x0032 AngleOfAttack no
|
|
30251
|
+
0x0033 VerticalSpeed no
|
|
30252
|
+
0x0034 SideslipAngle no
|
|
30253
|
+
0x0035 AirfieldBarometricPressure no
|
|
30254
|
+
0x0036 AirfieldElevation no
|
|
30255
|
+
0x0037 RelativeHumidity no
|
|
30256
|
+
0x0038 GPSSpeed no
|
|
30257
|
+
0x0039 GroundRange no
|
|
30258
|
+
0x003a FuelRemaining no
|
|
30259
|
+
0x003b CallSign no
|
|
30260
|
+
0x003c WeaponLoad no
|
|
30261
|
+
0x003d WeaponFired no
|
|
30262
|
+
0x003e LaserPRFCode no
|
|
30263
|
+
0x003f SensorFieldOfViewName no
|
|
30264
|
+
0x0040 MagneticHeading no
|
|
30265
|
+
0x0041 UAS_LSVersionNumber no
|
|
30266
|
+
0x0042 TargetLocationCovarianceMatrix no
|
|
30267
|
+
0x0043 AlternateLatitude no
|
|
30268
|
+
0x0044 AlternateLongitude no
|
|
30269
|
+
0x0045 AlternateAltitude no
|
|
30270
|
+
0x0046 AlternateName no
|
|
30271
|
+
0x0047 AlternateHeading no
|
|
30272
|
+
0x0048 EventStartTime no
|
|
30273
|
+
0x0049 RVTLocalSet MISB Unknown
|
|
30274
|
+
0x004a VMTIDataSet MISB Unknown
|
|
30275
|
+
0x004b SensorEllipsoidHeight no
|
|
30276
|
+
0x004c AlternateEllipsoidHeight no
|
|
30277
|
+
0x004d OperationalMode no
|
|
30278
|
+
0x004e FrameCenterHeightAboveEllipsoid no
|
|
30279
|
+
0x004f SensorVelocityNorth no
|
|
30280
|
+
0x0050 SensorVelocityEast no
|
|
30281
|
+
0x0051 ImageHorizonPixelPack no
|
|
30282
|
+
0x0052 CornerLatitude1 no
|
|
30283
|
+
0x0053 CornerLongitude1 no
|
|
30284
|
+
0x0054 CornerLatitude2 no
|
|
30285
|
+
0x0055 CornerLongitude2 no
|
|
30286
|
+
0x0056 CornerLatitude3 no
|
|
30287
|
+
0x0057 CornerLongitude3 no
|
|
30288
|
+
0x0058 CornerLatitude4 no
|
|
30289
|
+
0x0059 CornerLongitude4 no
|
|
30290
|
+
0x005a FullPitchAngle no
|
|
30291
|
+
0x005b FullRollAngle no
|
|
30292
|
+
0x005c FullAngleOfAttack no
|
|
30293
|
+
0x005d FullSideslipAngle no
|
|
30294
|
+
0x005e MIISCoreIdentifier no
|
|
30295
|
+
0x005f SARMotionImageryData MISB Unknown
|
|
30296
|
+
0x0060 TargetWidthExtended no
|
|
30297
|
+
0x0061 RangeImageLocalSet MISB Unknown
|
|
30298
|
+
0x0062 GeoregistrationLocalSet MISB Unknown
|
|
30299
|
+
0x0063 CompositeImagingLocalSet MISB Unknown
|
|
30300
|
+
0x0064 SegmentLocalSet MISB Unknown
|
|
30301
|
+
0x0065 AmendLocalSet MISB Unknown
|
|
30302
|
+
0x0066 SDCC-FLP no
|
|
30303
|
+
0x0067 DensityAltitudeExtended no
|
|
30304
|
+
0x0068 SensorEllipsoidHeightExtended no
|
|
30305
|
+
0x0069 AlternateEllipsoidHeightExtended no
|
|
30306
|
+
|
|
30307
|
+
=head3 MISB Unknown Tags
|
|
30308
|
+
|
|
30309
|
+
Other tags are extracted with the Unknown option.
|
|
30310
|
+
|
|
30311
|
+
Tag ID Tag Name Writable
|
|
30312
|
+
------ -------- --------
|
|
30313
|
+
[no tags known]
|
|
30314
|
+
|
|
29415
30315
|
=head2 Matroska Tags
|
|
29416
30316
|
|
|
29417
30317
|
The following tags are extracted from Matroska multimedia container files.
|
|
29418
30318
|
This container format is used by file types such as MKA, MKV, MKS and WEBM.
|
|
29419
|
-
For speed, ExifTool extracts tags only up to the first Cluster
|
|
29420
|
-
Verbose (-v)
|
|
30319
|
+
For speed, by default ExifTool extracts tags only up to the first Cluster.
|
|
30320
|
+
However, the Verbose (-v) and Unknown = 2 (-U) options force processing of
|
|
30321
|
+
Cluster data, and the ExtractEmbedded (-ee) option skips over Clusters to
|
|
30322
|
+
read subsequent tags. See
|
|
29421
30323
|
L<http://www.matroska.org/technical/specs/index.html> for the official
|
|
29422
30324
|
Matroska specification.
|
|
29423
30325
|
|
|
@@ -29496,7 +30398,7 @@ Matroska specification.
|
|
|
29496
30398
|
0x037e ChapterCountry no
|
|
29497
30399
|
0x0444 SegmentFamily? no
|
|
29498
30400
|
0x0461 DateTimeOriginal no
|
|
29499
|
-
0x047a
|
|
30401
|
+
0x047a TagLanguageBCP47 no
|
|
29500
30402
|
0x0484 TagDefault no
|
|
29501
30403
|
0x0485 TagBinary no
|
|
29502
30404
|
0x0487 TagString no
|
|
@@ -29554,10 +30456,10 @@ Matroska specification.
|
|
|
29554
30456
|
0x23a2 CodecPrivate? no
|
|
29555
30457
|
0x23c0 Targets Matroska
|
|
29556
30458
|
0x23c3 ChapterPhysicalEquivalent no
|
|
29557
|
-
0x23c4 TagChapterUID
|
|
29558
|
-
0x23c5 TagTrackUID
|
|
29559
|
-
0x23c6 TagAttachmentUID
|
|
29560
|
-
0x23c9 TagEditionUID
|
|
30459
|
+
0x23c4 TagChapterUID no
|
|
30460
|
+
0x23c5 TagTrackUID no
|
|
30461
|
+
0x23c6 TagAttachmentUID no
|
|
30462
|
+
0x23c9 TagEditionUID no
|
|
29561
30463
|
0x23ca TargetType no
|
|
29562
30464
|
0x2532 SignedElement? no
|
|
29563
30465
|
0x2624 TrackTranslate Matroska
|
|
@@ -29585,7 +30487,7 @@ Matroska specification.
|
|
|
29585
30487
|
0x3384 SegmentFileName no
|
|
29586
30488
|
0x33a4 SegmentUID? no
|
|
29587
30489
|
0x33c4 ChapterUID? no
|
|
29588
|
-
0x33c5 TrackUID
|
|
30490
|
+
0x33c5 TrackUID no
|
|
29589
30491
|
0x3446 TrackAttachmentUID no
|
|
29590
30492
|
0x35a1 BlockAdditions Matroska
|
|
29591
30493
|
0x38b5 OutputAudioSampleRate no
|
|
@@ -29599,6 +30501,7 @@ Matroska specification.
|
|
|
29599
30501
|
0x3eb5 Signature? no
|
|
29600
30502
|
0x7670 Projection Matroska Projection
|
|
29601
30503
|
0x2b59c TrackLanguage no
|
|
30504
|
+
0x2b59d TrackLanguageIETF no
|
|
29602
30505
|
0x3314f TrackTimecodeScale no
|
|
29603
30506
|
0x383e3 FrameRate no
|
|
29604
30507
|
0x3e383 VideoFrameRate no
|
|
@@ -29644,6 +30547,116 @@ for the specification.
|
|
|
29644
30547
|
0x7674 ProjectionPosePitch no
|
|
29645
30548
|
0x7675 ProjectionPoseRoll no
|
|
29646
30549
|
|
|
30550
|
+
=head3 Matroska Tags
|
|
30551
|
+
|
|
30552
|
+
Standardized Matroska tags (see
|
|
30553
|
+
L<https://www.matroska.org/technical/tagging.html>).
|
|
30554
|
+
|
|
30555
|
+
Tag ID Tag Name Writable
|
|
30556
|
+
------ -------- --------
|
|
30557
|
+
'ACCOMPANIMENT' Accompaniment no
|
|
30558
|
+
'ACTOR' Actor no
|
|
30559
|
+
'ADDRESS' Address no
|
|
30560
|
+
'ARRANGER' Arranger no
|
|
30561
|
+
'ARTIST' Artist no
|
|
30562
|
+
'ART_DIRECTOR' ArtDirector no
|
|
30563
|
+
'ASSISTANT_DIRECTOR' AssistantDirector no
|
|
30564
|
+
'BARCODE' Barcode no
|
|
30565
|
+
'BPM' BPM no
|
|
30566
|
+
'BPS' BPS no
|
|
30567
|
+
'CATALOG_NUMBER' CatalogNumber no
|
|
30568
|
+
'CHARACTER' Character no
|
|
30569
|
+
'CHOREGRAPHER' Choregrapher no
|
|
30570
|
+
'COMMENT' Comment no
|
|
30571
|
+
'COMPOSER' Composer no
|
|
30572
|
+
'COMPOSER_NATIONALITY' ComposerNationality no
|
|
30573
|
+
'COMPOSITION_LOCATION' CompositionLocation no
|
|
30574
|
+
'CONDUCTOR' Conductor no
|
|
30575
|
+
'CONTENT_TYPE' ContentType no
|
|
30576
|
+
'COPRODUCER' Coproducer no
|
|
30577
|
+
'COPYRIGHT' Copyright no
|
|
30578
|
+
'COSTUME_DESIGNER' CostumeDesigner no
|
|
30579
|
+
'COUNTRY' Country no
|
|
30580
|
+
'DATE_DIGITIZED' CreateDate no
|
|
30581
|
+
'DATE_ENCODED' DateEncoded no
|
|
30582
|
+
'DATE_PURCHASED' DatePurchased no
|
|
30583
|
+
'DATE_RECORDED' DateTimeOriginal no
|
|
30584
|
+
'DATE_RELEASED' DateReleased no
|
|
30585
|
+
'DATE_TAGGED' DateTagged no
|
|
30586
|
+
'DATE_WRITTEN' DateWritten no
|
|
30587
|
+
'DESCRIPTION' Description no
|
|
30588
|
+
'DIRECTOR' Director no
|
|
30589
|
+
'DIRECTOR_OF_PHOTOGRAPHY'
|
|
30590
|
+
DirectorOfPhotography no
|
|
30591
|
+
'DISTRIBUTED_BY' DistributedBy no
|
|
30592
|
+
'EDITED_BY' EditedBy no
|
|
30593
|
+
'EMAIL' Email no
|
|
30594
|
+
'ENCODED_BY' EncodedBy no
|
|
30595
|
+
'ENCODER' Encoder no
|
|
30596
|
+
'ENCODER_SETTINGS' EncoderSettings no
|
|
30597
|
+
'EXECUTIVE_PRODUCER' ExecutiveProducer no
|
|
30598
|
+
'FAX' FAX no
|
|
30599
|
+
'FPS' FPS no
|
|
30600
|
+
'GENRE' Genre no
|
|
30601
|
+
'IMDB' IMDB no
|
|
30602
|
+
'INITIAL_KEY' InitialKey no
|
|
30603
|
+
'INSTRUMENTS' Instruments no
|
|
30604
|
+
'ISBN' ISBN no
|
|
30605
|
+
'ISRC' ISRC no
|
|
30606
|
+
'KEYWORDS' Keywords no
|
|
30607
|
+
'LABEL' Label no
|
|
30608
|
+
'LABEL_CODE' LabelCode no
|
|
30609
|
+
'LAW_RATING' LawRating no
|
|
30610
|
+
'LCCN' Lccn no
|
|
30611
|
+
'LEAD_PERFORMER' LeadPerformer no
|
|
30612
|
+
'LICENSE' License no
|
|
30613
|
+
'LYRICIST' Lyricist no
|
|
30614
|
+
'LYRICS' Lyrics no
|
|
30615
|
+
'MASTERED_BY' MasteredBy no
|
|
30616
|
+
'MCDI' MCDI no
|
|
30617
|
+
'MEASURE' Measure no
|
|
30618
|
+
'MIXED_BY' MixedBy no
|
|
30619
|
+
'MOOD' Mood no
|
|
30620
|
+
'ORIGINAL' Original no
|
|
30621
|
+
'ORIGINAL_MEDIA_TYPE' OriginalMediaType no
|
|
30622
|
+
'PART_NUMBER' PartNumber no
|
|
30623
|
+
'PART_OFFSET' PartOffset no
|
|
30624
|
+
'PERIOD' Period no
|
|
30625
|
+
'PHONE' Phone no
|
|
30626
|
+
'PLAY_COUNTER' PlayCounter no
|
|
30627
|
+
'PRODUCER' Producer no
|
|
30628
|
+
'PRODUCTION_COPYRIGHT' ProductionCopyright no
|
|
30629
|
+
'PRODUCTION_DESIGNER' ProductionDesigner no
|
|
30630
|
+
'PRODUCTION_STUDIO' ProductionStudio no
|
|
30631
|
+
'PUBLISHER' Publisher no
|
|
30632
|
+
'PURCHASE_CURRENCY' PurchaseCurrency no
|
|
30633
|
+
'PURCHASE_INFO' PurchaseInfo no
|
|
30634
|
+
'PURCHASE_ITEM' PurchaseItem no
|
|
30635
|
+
'PURCHASE_OWNER' PurchaseOwner no
|
|
30636
|
+
'PURCHASE_PRICE' PurchasePrice no
|
|
30637
|
+
'RATING' Rating no
|
|
30638
|
+
'RECORDING_LOCATION' RecordingLocation no
|
|
30639
|
+
'REMIXED_BY' RemixedBy no
|
|
30640
|
+
'REPLAYGAIN_GAIN' ReplaygainGain no
|
|
30641
|
+
'REPLAYGAIN_PEAK' ReplaygainPeak no
|
|
30642
|
+
'SAMPLE' Sample no
|
|
30643
|
+
'SCREENPLAY_BY' ScreenplayBy no
|
|
30644
|
+
'SORT_WITH' SortWith no
|
|
30645
|
+
'SOUND_ENGINEER' SoundEngineer no
|
|
30646
|
+
'SUBJECT' Subject no
|
|
30647
|
+
'SUBTITLE' Subtitle no
|
|
30648
|
+
'SUMMARY' Summary no
|
|
30649
|
+
'SYNOPSIS' Synopsis no
|
|
30650
|
+
'TERMS_OF_USE' TermsOfUse no
|
|
30651
|
+
'THANKS_TO' ThanksTo no
|
|
30652
|
+
'TITLE' Title no
|
|
30653
|
+
'TMDB' TMDB no
|
|
30654
|
+
'TOTAL_PARTS' TotalParts no
|
|
30655
|
+
'TUNING' Tuning no
|
|
30656
|
+
'TVDB' TVDB no
|
|
30657
|
+
'URL' URL no
|
|
30658
|
+
'WRITTEN_BY' WrittenBy no
|
|
30659
|
+
|
|
29647
30660
|
=head2 MOI Tags
|
|
29648
30661
|
|
|
29649
30662
|
MOI files store information about associated MOD or TOD files, and are
|
|
@@ -31745,410 +32758,6 @@ Redcode version 2 header.
|
|
|
31745
32758
|
80 ImageHeight no
|
|
31746
32759
|
86 FrameRate no
|
|
31747
32760
|
|
|
31748
|
-
=head2 RIFF Tags
|
|
31749
|
-
|
|
31750
|
-
The RIFF container format is used various types of fines including AVI, WAV,
|
|
31751
|
-
WEBP, LA, OFR, PAC and WV. According to the EXIF specification, Meta
|
|
31752
|
-
information is embedded in two types of RIFF C<LIST> chunks: C<INFO> and
|
|
31753
|
-
C<exif>, and information about the audio content is stored in the C<fmt >
|
|
31754
|
-
chunk. As well as this information, some video information and proprietary
|
|
31755
|
-
manufacturer-specific information is also extracted.
|
|
31756
|
-
|
|
31757
|
-
Large AVI videos may be a concatenation of two or more RIFF chunks. For
|
|
31758
|
-
these files, information is extracted from subsequent RIFF chunks as
|
|
31759
|
-
sub-documents, but the Duration is calculated for the full video.
|
|
31760
|
-
|
|
31761
|
-
Tag ID Tag Name Writable
|
|
31762
|
-
------ -------- --------
|
|
31763
|
-
'ALPH' ALPH RIFF ALPH
|
|
31764
|
-
'ANIM' ANIM RIFF ANIM
|
|
31765
|
-
'ANMF' ANMF RIFF ANMF
|
|
31766
|
-
'CSET' CharacterSet RIFF CSET
|
|
31767
|
-
'EXIF' EXIF EXIF
|
|
31768
|
-
UnknownEXIF no
|
|
31769
|
-
'ICCP' ICC_Profile ICC_Profile
|
|
31770
|
-
'IDIT' DateTimeOriginal no
|
|
31771
|
-
'JUNK' OlympusJunk Olympus AVI
|
|
31772
|
-
CasioJunk EXIF
|
|
31773
|
-
RicohJunk Ricoh AVI
|
|
31774
|
-
PentaxJunk Pentax Junk
|
|
31775
|
-
PentaxJunk2 Pentax Junk2
|
|
31776
|
-
LucasJunk QuickTime Stream
|
|
31777
|
-
TextJunk no
|
|
31778
|
-
'JUNQ' OldXMP no
|
|
31779
|
-
'LIST_INF0' Info RIFF Info
|
|
31780
|
-
'LIST_INFO' Info RIFF Info
|
|
31781
|
-
'LIST_Tdat' Tdat RIFF Tdat
|
|
31782
|
-
'LIST_adtl' AssociatedDataList RIFF
|
|
31783
|
-
'LIST_exif' Exif RIFF Exif
|
|
31784
|
-
'LIST_hdrl' Hdrl RIFF Hdrl
|
|
31785
|
-
'LIST_hydt' PentaxData Pentax AVI
|
|
31786
|
-
'LIST_ncdt' NikonData Nikon AVI
|
|
31787
|
-
'LIST_pntx' PentaxData2 Pentax AVI
|
|
31788
|
-
'SGLT' BikeBroAccel QuickTime Stream
|
|
31789
|
-
'SLLT' BikeBroGPS QuickTime Stream
|
|
31790
|
-
'VP8 ' VP8Bitstream RIFF VP8
|
|
31791
|
-
'VP8L' VP8L RIFF VP8L
|
|
31792
|
-
'VP8X' VP8X RIFF VP8X
|
|
31793
|
-
'XMP ' XMP XMP
|
|
31794
|
-
'_PMX' XMP XMP
|
|
31795
|
-
'aXML' AXML XMP XML
|
|
31796
|
-
'afsp' Afsp no
|
|
31797
|
-
'bext' BroadcastExtension RIFF BroadcastExt
|
|
31798
|
-
'cue ' CuePoints no
|
|
31799
|
-
'ds64' DataSize64 RIFF DS64
|
|
31800
|
-
'fact' NumberOfSamples no
|
|
31801
|
-
'fmt ' AudioFormat RIFF AudioFormat
|
|
31802
|
-
'gps0' GPSTrack QuickTime Stream
|
|
31803
|
-
'gsen' GSensor QuickTime Stream
|
|
31804
|
-
'iXML' IXML XMP XML
|
|
31805
|
-
'id3 ' ID3 ID3
|
|
31806
|
-
'inst' Instrument RIFF Instrument
|
|
31807
|
-
'labl' CuePointLabel no
|
|
31808
|
-
'list' ListType no
|
|
31809
|
-
'ltxt' LabeledText no
|
|
31810
|
-
'note' CuePointNote no
|
|
31811
|
-
'olym' Olym Olympus WAV
|
|
31812
|
-
'plst' Playlist no
|
|
31813
|
-
'smpl' Sampler RIFF Sampler
|
|
31814
|
-
'tx_USER' UserText RIFF UserText
|
|
31815
|
-
'tx_Unknown' Text no
|
|
31816
|
-
|
|
31817
|
-
=head3 RIFF ALPH Tags
|
|
31818
|
-
|
|
31819
|
-
WebP alpha chunk.
|
|
31820
|
-
|
|
31821
|
-
Index1 Tag Name Writable
|
|
31822
|
-
------ -------- --------
|
|
31823
|
-
0 AlphaPreprocessing no
|
|
31824
|
-
0.1 AlphaFiltering no
|
|
31825
|
-
0.2 AlphaCompression no
|
|
31826
|
-
|
|
31827
|
-
=head3 RIFF ANIM Tags
|
|
31828
|
-
|
|
31829
|
-
WebP animation chunk.
|
|
31830
|
-
|
|
31831
|
-
Index1 Tag Name Writable
|
|
31832
|
-
------ -------- --------
|
|
31833
|
-
0 BackgroundColor no
|
|
31834
|
-
4 AnimationLoopCount no
|
|
31835
|
-
|
|
31836
|
-
=head3 RIFF ANMF Tags
|
|
31837
|
-
|
|
31838
|
-
WebP animation frame chunk.
|
|
31839
|
-
|
|
31840
|
-
Index1 Tag Name Writable
|
|
31841
|
-
------ -------- --------
|
|
31842
|
-
12 Duration no
|
|
31843
|
-
|
|
31844
|
-
=head3 RIFF CSET Tags
|
|
31845
|
-
|
|
31846
|
-
Index2 Tag Name Writable
|
|
31847
|
-
------ -------- --------
|
|
31848
|
-
0 CodePage no
|
|
31849
|
-
1 CountryCode no
|
|
31850
|
-
2 LanguageCode no
|
|
31851
|
-
3 Dialect no
|
|
31852
|
-
|
|
31853
|
-
=head3 RIFF Info Tags
|
|
31854
|
-
|
|
31855
|
-
RIFF INFO tags found in AVI video and WAV audio files. Tags which are part
|
|
31856
|
-
of the EXIF 2.3 specification have an underlined Tag Name in the HTML
|
|
31857
|
-
version of this documentation. Other tags are found in AVI files generated
|
|
31858
|
-
by some software.
|
|
31859
|
-
|
|
31860
|
-
Tag ID Tag Name Writable
|
|
31861
|
-
------ -------- --------
|
|
31862
|
-
'AGES' Rated no
|
|
31863
|
-
'CMNT' Comment no
|
|
31864
|
-
'CODE' EncodedBy no
|
|
31865
|
-
'COMM' Comments no
|
|
31866
|
-
'DIRC' Directory no
|
|
31867
|
-
'DISP' SoundSchemeTitle no
|
|
31868
|
-
'DTIM' DateTimeOriginal no
|
|
31869
|
-
'GENR' Genre no
|
|
31870
|
-
'IARL' ArchivalLocation no
|
|
31871
|
-
'IART' Artist no
|
|
31872
|
-
'IAS1' FirstLanguage no
|
|
31873
|
-
'IAS2' SecondLanguage no
|
|
31874
|
-
'IAS3' ThirdLanguage no
|
|
31875
|
-
'IAS4' FourthLanguage no
|
|
31876
|
-
'IAS5' FifthLanguage no
|
|
31877
|
-
'IAS6' SixthLanguage no
|
|
31878
|
-
'IAS7' SeventhLanguage no
|
|
31879
|
-
'IAS8' EighthLanguage no
|
|
31880
|
-
'IAS9' NinthLanguage no
|
|
31881
|
-
'IBSU' BaseURL no
|
|
31882
|
-
'ICAS' DefaultAudioStream no
|
|
31883
|
-
'ICDS' CostumeDesigner no
|
|
31884
|
-
'ICMS' Commissioned no
|
|
31885
|
-
'ICMT' Comment no
|
|
31886
|
-
'ICNM' Cinematographer no
|
|
31887
|
-
'ICNT' Country no
|
|
31888
|
-
'ICOP' Copyright no
|
|
31889
|
-
'ICRD' DateCreated no
|
|
31890
|
-
'ICRP' Cropped no
|
|
31891
|
-
'IDIM' Dimensions no
|
|
31892
|
-
'IDIT' DateTimeOriginal no
|
|
31893
|
-
'IDPI' DotsPerInch no
|
|
31894
|
-
'IDST' DistributedBy no
|
|
31895
|
-
'IEDT' EditedBy no
|
|
31896
|
-
'IENC' EncodedBy no
|
|
31897
|
-
'IENG' Engineer no
|
|
31898
|
-
'IGNR' Genre no
|
|
31899
|
-
'IKEY' Keywords no
|
|
31900
|
-
'ILGT' Lightness no
|
|
31901
|
-
'ILGU' LogoURL no
|
|
31902
|
-
'ILIU' LogoIconURL no
|
|
31903
|
-
'ILNG' Language no
|
|
31904
|
-
'IMBI' MoreInfoBannerImage no
|
|
31905
|
-
'IMBU' MoreInfoBannerURL no
|
|
31906
|
-
'IMED' Medium no
|
|
31907
|
-
'IMIT' MoreInfoText no
|
|
31908
|
-
'IMIU' MoreInfoURL no
|
|
31909
|
-
'IMUS' MusicBy no
|
|
31910
|
-
'INAM' Title no
|
|
31911
|
-
'IPDS' ProductionDesigner no
|
|
31912
|
-
'IPLT' NumColors no
|
|
31913
|
-
'IPRD' Product no
|
|
31914
|
-
'IPRO' ProducedBy no
|
|
31915
|
-
'IRIP' RippedBy no
|
|
31916
|
-
'IRTD' Rating no
|
|
31917
|
-
'ISBJ' Subject no
|
|
31918
|
-
'ISFT' Software no
|
|
31919
|
-
'ISGN' SecondaryGenre no
|
|
31920
|
-
'ISHP' Sharpness no
|
|
31921
|
-
'ISMP' TimeCode no
|
|
31922
|
-
'ISRC' Source no
|
|
31923
|
-
'ISRF' SourceForm no
|
|
31924
|
-
'ISTD' ProductionStudio no
|
|
31925
|
-
'ISTR' Starring no
|
|
31926
|
-
'ITCH' Technician no
|
|
31927
|
-
'ITRK' TrackNumber no
|
|
31928
|
-
'IWMU' WatermarkURL no
|
|
31929
|
-
'IWRI' WrittenBy no
|
|
31930
|
-
'LANG' Language no
|
|
31931
|
-
'LOCA' Location no
|
|
31932
|
-
'PRT1' Part no
|
|
31933
|
-
'PRT2' NumberOfParts no
|
|
31934
|
-
'RATE' Rate no
|
|
31935
|
-
'STAR' Starring no
|
|
31936
|
-
'STAT' Statistics no
|
|
31937
|
-
'TAPE' TapeName no
|
|
31938
|
-
'TCDO' EndTimecode no
|
|
31939
|
-
'TCOD' StartTimecode no
|
|
31940
|
-
'TITL' Title no
|
|
31941
|
-
'TLEN' Length no
|
|
31942
|
-
'TORG' Organization no
|
|
31943
|
-
'TRCK' TrackNumber no
|
|
31944
|
-
'TURL' URL no
|
|
31945
|
-
'TVER' Version no
|
|
31946
|
-
'VMAJ' VegasVersionMajor no
|
|
31947
|
-
'VMIN' VegasVersionMinor no
|
|
31948
|
-
'YEAR' Year no
|
|
31949
|
-
|
|
31950
|
-
=head3 RIFF Tdat Tags
|
|
31951
|
-
|
|
31952
|
-
Tag ID Tag Name Writable
|
|
31953
|
-
------ -------- --------
|
|
31954
|
-
[no tags known]
|
|
31955
|
-
|
|
31956
|
-
=head3 RIFF Exif Tags
|
|
31957
|
-
|
|
31958
|
-
These tags are part of the EXIF 2.3 specification for WAV audio files.
|
|
31959
|
-
|
|
31960
|
-
Tag ID Tag Name Writable
|
|
31961
|
-
------ -------- --------
|
|
31962
|
-
'ecor' Make no
|
|
31963
|
-
'emdl' Model no
|
|
31964
|
-
'emnt' MakerNotes no
|
|
31965
|
-
'erel' RelatedImageFile no
|
|
31966
|
-
'etim' TimeCreated no
|
|
31967
|
-
'eucm' UserComment no
|
|
31968
|
-
'ever' ExifVersion no
|
|
31969
|
-
|
|
31970
|
-
=head3 RIFF Hdrl Tags
|
|
31971
|
-
|
|
31972
|
-
Tag ID Tag Name Writable
|
|
31973
|
-
------ -------- --------
|
|
31974
|
-
'IDIT' DateTimeOriginal no
|
|
31975
|
-
'ISMP' TimeCode no
|
|
31976
|
-
'LIST_odml' OpenDML RIFF OpenDML
|
|
31977
|
-
'LIST_strl' Stream RIFF Stream
|
|
31978
|
-
'avih' AVIHeader RIFF AVIHeader
|
|
31979
|
-
|
|
31980
|
-
=head3 RIFF OpenDML Tags
|
|
31981
|
-
|
|
31982
|
-
Tag ID Tag Name Writable
|
|
31983
|
-
------ -------- --------
|
|
31984
|
-
'dmlh' ExtendedAVIHeader RIFF ExtAVIHdr
|
|
31985
|
-
|
|
31986
|
-
=head3 RIFF ExtAVIHdr Tags
|
|
31987
|
-
|
|
31988
|
-
Index4 Tag Name Writable
|
|
31989
|
-
------ -------- --------
|
|
31990
|
-
0 TotalFrameCount no
|
|
31991
|
-
|
|
31992
|
-
=head3 RIFF Stream Tags
|
|
31993
|
-
|
|
31994
|
-
Tag ID Tag Name Writable
|
|
31995
|
-
------ -------- --------
|
|
31996
|
-
'strd' StreamData RIFF StreamData
|
|
31997
|
-
'strf' AudioFormat RIFF AudioFormat
|
|
31998
|
-
VideoFormat BMP
|
|
31999
|
-
'strh' StreamHeader RIFF StreamHeader
|
|
32000
|
-
'strn' StreamName no
|
|
32001
|
-
|
|
32002
|
-
=head3 RIFF StreamData Tags
|
|
32003
|
-
|
|
32004
|
-
This chunk is used to store proprietary information in AVI videos from some
|
|
32005
|
-
cameras. The first 4 characters of the data are used as the Tag ID below.
|
|
32006
|
-
|
|
32007
|
-
Tag ID Tag Name Writable
|
|
32008
|
-
------ -------- --------
|
|
32009
|
-
'AVIF' AVIF EXIF
|
|
32010
|
-
'CASI' CasioData Casio AVI
|
|
32011
|
-
'Zora' VendorName no
|
|
32012
|
-
'unknown' UnknownData no
|
|
32013
|
-
|
|
32014
|
-
=head3 RIFF AudioFormat Tags
|
|
32015
|
-
|
|
32016
|
-
Index2 Tag Name Writable
|
|
32017
|
-
------ -------- --------
|
|
32018
|
-
0 Encoding no
|
|
32019
|
-
1 NumChannels no
|
|
32020
|
-
2 SampleRate no
|
|
32021
|
-
4 AvgBytesPerSec no
|
|
32022
|
-
7 BitsPerSample no
|
|
32023
|
-
|
|
32024
|
-
=head3 RIFF StreamHeader Tags
|
|
32025
|
-
|
|
32026
|
-
Index4 Tag Name Writable
|
|
32027
|
-
------ -------- --------
|
|
32028
|
-
0 StreamType no
|
|
32029
|
-
1 AudioCodec no
|
|
32030
|
-
VideoCodec no
|
|
32031
|
-
Codec no
|
|
32032
|
-
5 AudioSampleRate no
|
|
32033
|
-
VideoFrameRate no
|
|
32034
|
-
StreamSampleRate no
|
|
32035
|
-
8 AudioSampleCount no
|
|
32036
|
-
VideoFrameCount no
|
|
32037
|
-
StreamSampleCount no
|
|
32038
|
-
10 Quality no
|
|
32039
|
-
11 SampleSize no
|
|
32040
|
-
|
|
32041
|
-
=head3 RIFF AVIHeader Tags
|
|
32042
|
-
|
|
32043
|
-
Index4 Tag Name Writable
|
|
32044
|
-
------ -------- --------
|
|
32045
|
-
0 FrameRate no
|
|
32046
|
-
1 MaxDataRate no
|
|
32047
|
-
4 FrameCount no
|
|
32048
|
-
6 StreamCount no
|
|
32049
|
-
8 ImageWidth no
|
|
32050
|
-
9 ImageHeight no
|
|
32051
|
-
|
|
32052
|
-
=head3 RIFF VP8 Tags
|
|
32053
|
-
|
|
32054
|
-
This chunk is found in simple-format (lossy) WebP files. See
|
|
32055
|
-
L<https://developers.google.com/speed/webp/docs/riff_container> for the WebP
|
|
32056
|
-
container specification.
|
|
32057
|
-
|
|
32058
|
-
Index1 Tag Name Writable
|
|
32059
|
-
------ -------- --------
|
|
32060
|
-
0 VP8Version no
|
|
32061
|
-
6 ImageWidth no
|
|
32062
|
-
6.1 HorizontalScale no
|
|
32063
|
-
8 ImageHeight no
|
|
32064
|
-
8.1 VerticalScale no
|
|
32065
|
-
|
|
32066
|
-
=head3 RIFF VP8L Tags
|
|
32067
|
-
|
|
32068
|
-
This chunk is found in lossless WebP files.
|
|
32069
|
-
|
|
32070
|
-
Index1 Tag Name Writable
|
|
32071
|
-
------ -------- --------
|
|
32072
|
-
1 ImageWidth no
|
|
32073
|
-
2 ImageHeight no
|
|
32074
|
-
|
|
32075
|
-
=head3 RIFF VP8X Tags
|
|
32076
|
-
|
|
32077
|
-
This chunk is found in extended WebP files.
|
|
32078
|
-
|
|
32079
|
-
Index1 Tag Name Writable
|
|
32080
|
-
------ -------- --------
|
|
32081
|
-
4 ImageWidth no
|
|
32082
|
-
6 ImageHeight no
|
|
32083
|
-
|
|
32084
|
-
=head3 RIFF BroadcastExt Tags
|
|
32085
|
-
|
|
32086
|
-
Information found in the Broadcast Audio Extension chunk (see
|
|
32087
|
-
L<http://tech.ebu.ch/docs/tech/tech3285.pdf>).
|
|
32088
|
-
|
|
32089
|
-
Index1 Tag Name Writable
|
|
32090
|
-
------ -------- --------
|
|
32091
|
-
0 Description no
|
|
32092
|
-
256 Originator no
|
|
32093
|
-
288 OriginatorReference no
|
|
32094
|
-
320 DateTimeOriginal no
|
|
32095
|
-
338 TimeReference no
|
|
32096
|
-
346 BWFVersion no
|
|
32097
|
-
348 BWF_UMID no
|
|
32098
|
-
602 CodingHistory no
|
|
32099
|
-
|
|
32100
|
-
=head3 RIFF DS64 Tags
|
|
32101
|
-
|
|
32102
|
-
64-bit data sizes for MBWF/RF64 files. See
|
|
32103
|
-
L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
|
|
32104
|
-
|
|
32105
|
-
Index8 Tag Name Writable
|
|
32106
|
-
------ -------- --------
|
|
32107
|
-
0 RIFFSize64 no
|
|
32108
|
-
1 DataSize64 no
|
|
32109
|
-
2 NumberOfSamples64 no
|
|
32110
|
-
|
|
32111
|
-
=head3 RIFF Instrument Tags
|
|
32112
|
-
|
|
32113
|
-
Index1 Tag Name Writable
|
|
32114
|
-
------ -------- --------
|
|
32115
|
-
0 UnshiftedNote no
|
|
32116
|
-
1 FineTune no
|
|
32117
|
-
2 Gain no
|
|
32118
|
-
3 LowNote no
|
|
32119
|
-
4 HighNote no
|
|
32120
|
-
5 LowVelocity no
|
|
32121
|
-
6 HighVelocity no
|
|
32122
|
-
|
|
32123
|
-
=head3 RIFF Sampler Tags
|
|
32124
|
-
|
|
32125
|
-
Index4 Tag Name Writable
|
|
32126
|
-
------ -------- --------
|
|
32127
|
-
0 Manufacturer no
|
|
32128
|
-
1 Product no
|
|
32129
|
-
2 SamplePeriod no
|
|
32130
|
-
3 MIDIUnityNote no
|
|
32131
|
-
4 MIDIPitchFraction no
|
|
32132
|
-
5 SMPTEFormat no
|
|
32133
|
-
6 SMPTEOffset no
|
|
32134
|
-
7 NumSampleLoops no
|
|
32135
|
-
8 SamplerDataLen no
|
|
32136
|
-
9 SamplerData no
|
|
32137
|
-
|
|
32138
|
-
=head3 RIFF UserText Tags
|
|
32139
|
-
|
|
32140
|
-
Tags decoded from the USER-format txts stream written by Momento M6 dashcam.
|
|
32141
|
-
Extracted only if the ExtractEmbedded option is used.
|
|
32142
|
-
|
|
32143
|
-
Index1 Tag Name Writable
|
|
32144
|
-
------ -------- --------
|
|
32145
|
-
28 GPSAltitude no
|
|
32146
|
-
40 Accelerometer no
|
|
32147
|
-
56 GPSSpeed no
|
|
32148
|
-
60 GPSLatitude no
|
|
32149
|
-
64 GPSLongitude no
|
|
32150
|
-
68 GPSDateTime no
|
|
32151
|
-
|
|
32152
32761
|
=head2 AIFF Tags
|
|
32153
32762
|
|
|
32154
32763
|
Tags extracted from Audio Interchange File Format (AIFF) files. See
|
|
@@ -37067,6 +37676,7 @@ FileName.
|
|
|
37067
37676
|
ProcessingTime ExifTool no
|
|
37068
37677
|
RAFVersion File no
|
|
37069
37678
|
ResourceForkSize System no
|
|
37679
|
+
SphericalVideoXML GSpherical yes!
|
|
37070
37680
|
SymLink - yes!
|
|
37071
37681
|
TestName - yes!
|
|
37072
37682
|
ThumbnailImage File no
|
|
@@ -37218,14 +37828,14 @@ values, may created via the ExifTool configuration file.
|
|
|
37218
37828
|
GPSDestLongitude GPS:GPSDestLongitude no
|
|
37219
37829
|
GPS:GPSDestLongitudeRef
|
|
37220
37830
|
GPSDestLongitudeRef XMP-exif:GPSDestLongitude no
|
|
37221
|
-
GPSLatitude GPS:GPSLatitude
|
|
37831
|
+
GPSLatitude GPS:GPSLatitude yes/
|
|
37222
37832
|
GPS:GPSLatitudeRef
|
|
37223
37833
|
GPSLatitude QuickTime:GPSCoordinates no
|
|
37224
37834
|
GPSLatitude QuickTime:LocationInformation no
|
|
37225
37835
|
GPSLatitude Sony:GPSLatitude no
|
|
37226
37836
|
Sony:GPSLatitudeRef
|
|
37227
37837
|
GPSLatitudeRef XMP-exif:GPSLatitude no
|
|
37228
|
-
GPSLongitude GPS:GPSLongitude
|
|
37838
|
+
GPSLongitude GPS:GPSLongitude yes/
|
|
37229
37839
|
GPS:GPSLongitudeRef
|
|
37230
37840
|
GPSLongitude QuickTime:GPSCoordinates no
|
|
37231
37841
|
GPSLongitude QuickTime:LocationInformation no
|