exiftool_vendored 11.99.0 → 12.06.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.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +119 -2
- data/bin/MANIFEST +5 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +32 -32
- data/bin/exiftool +55 -50
- data/bin/lib/Image/ExifTool.pm +155 -109
- data/bin/lib/Image/ExifTool.pod +103 -77
- data/bin/lib/Image/ExifTool/AIFF.pm +2 -2
- data/bin/lib/Image/ExifTool/APE.pm +2 -2
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +11 -6
- data/bin/lib/Image/ExifTool/Canon.pm +2 -1
- data/bin/lib/Image/ExifTool/CanonCustom.pm +82 -16
- data/bin/lib/Image/ExifTool/DPX.pm +56 -2
- data/bin/lib/Image/ExifTool/DarwinCore.pm +16 -3
- data/bin/lib/Image/ExifTool/Exif.pm +15 -6
- data/bin/lib/Image/ExifTool/Font.pm +9 -2
- data/bin/lib/Image/ExifTool/GIF.pm +5 -0
- data/bin/lib/Image/ExifTool/GeoTiff.pm +2 -0
- data/bin/lib/Image/ExifTool/GoPro.pm +10 -1
- data/bin/lib/Image/ExifTool/H264.pm +1 -1
- data/bin/lib/Image/ExifTool/ID3.pm +86 -12
- data/bin/lib/Image/ExifTool/Lang/de.pm +3 -1
- data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- data/bin/lib/Image/ExifTool/M2TS.pm +1 -1
- data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +3 -2
- data/bin/lib/Image/ExifTool/Nikon.pm +134 -15
- data/bin/lib/Image/ExifTool/Olympus.pm +34 -17
- data/bin/lib/Image/ExifTool/PNG.pm +14 -3
- data/bin/lib/Image/ExifTool/PPM.pm +5 -5
- data/bin/lib/Image/ExifTool/Panasonic.pm +147 -13
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +33 -0
- data/bin/lib/Image/ExifTool/Parrot.pm +2 -1
- data/bin/lib/Image/ExifTool/Pentax.pm +2 -1
- data/bin/lib/Image/ExifTool/Photoshop.pm +2 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +204 -27
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +355 -19
- data/bin/lib/Image/ExifTool/README +20 -19
- data/bin/lib/Image/ExifTool/Ricoh.pm +19 -1
- data/bin/lib/Image/ExifTool/Shift.pl +1 -0
- data/bin/lib/Image/ExifTool/SigmaRaw.pm +40 -33
- data/bin/lib/Image/ExifTool/Sony.pm +376 -11
- data/bin/lib/Image/ExifTool/TagLookup.pm +1949 -1872
- data/bin/lib/Image/ExifTool/TagNames.pod +329 -53
- data/bin/lib/Image/ExifTool/Validate.pm +4 -4
- data/bin/lib/Image/ExifTool/WriteExif.pl +1 -0
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +23 -15
- data/bin/lib/Image/ExifTool/Writer.pl +44 -21
- data/bin/lib/Image/ExifTool/XMP.pm +41 -4
- data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
- data/bin/lib/Image/ExifTool/ZISRAW.pm +123 -0
- data/bin/perl-Image-ExifTool.spec +31 -31
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +4 -3
@@ -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 23563 tags, with 15378 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
|
@@ -1462,6 +1462,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1462
1462
|
BlueHue integer/
|
1463
1463
|
BlueSaturation integer/
|
1464
1464
|
Brightness integer/
|
1465
|
+
CameraModelRestriction string/
|
1465
1466
|
CameraProfile string/
|
1466
1467
|
CameraProfileDigest string/
|
1467
1468
|
ChromaticAberrationB integer/
|
@@ -1518,13 +1519,18 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1518
1519
|
CircGradBasedCorrWhat string/_
|
1519
1520
|
Clarity integer/
|
1520
1521
|
Clarity2012 integer/
|
1522
|
+
ClipboardAspectRatio integer/
|
1523
|
+
ClipboardOrientation integer/
|
1524
|
+
Cluster string/
|
1521
1525
|
ColorNoiseReduction integer/
|
1522
1526
|
ColorNoiseReductionDetail integer/
|
1523
1527
|
ColorNoiseReductionSmoothness integer/
|
1528
|
+
ContactInfo string/
|
1524
1529
|
Contrast integer/
|
1525
1530
|
Contrast2012 integer/
|
1526
1531
|
Converter string/
|
1527
1532
|
ConvertToGrayscale boolean/
|
1533
|
+
Copyright string/
|
1528
1534
|
CropAngle real/
|
1529
1535
|
CropBottom real/
|
1530
1536
|
CropConstrainToWarp integer/
|
@@ -1547,6 +1553,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1547
1553
|
DefringePurpleHueHi integer/
|
1548
1554
|
DefringePurpleHueLo integer/
|
1549
1555
|
Dehaze real/
|
1556
|
+
Description lang-alt/
|
1550
1557
|
DNGIgnoreSidecars boolean/
|
1551
1558
|
Exposure real/
|
1552
1559
|
Exposure2012 real/
|
@@ -1603,6 +1610,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1603
1610
|
GradientBasedCorrWhat string/_
|
1604
1611
|
GrainAmount integer/
|
1605
1612
|
GrainFrequency integer/
|
1613
|
+
GrainSeed integer/
|
1606
1614
|
GrainSize integer/
|
1607
1615
|
GrayMixerAqua integer/
|
1608
1616
|
GrayMixerBlue integer/
|
@@ -1614,6 +1622,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1614
1622
|
GrayMixerYellow integer/
|
1615
1623
|
GreenHue integer/
|
1616
1624
|
GreenSaturation integer/
|
1625
|
+
Group lang-alt/
|
1617
1626
|
HasCrop boolean/
|
1618
1627
|
HasSettings boolean/
|
1619
1628
|
Highlight2012 integer/
|
@@ -1648,7 +1657,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1648
1657
|
LensProfileSetup string/
|
1649
1658
|
LensProfileVignettingScale integer/
|
1650
1659
|
Look Look Struct
|
1660
|
+
LookAmount string/_
|
1661
|
+
LookCluster string/_
|
1651
1662
|
LookName string/_
|
1663
|
+
LookSupportsMonochrome string/_
|
1664
|
+
LookUUID string/_
|
1652
1665
|
LuminanceAdjustmentAqua integer/
|
1653
1666
|
LuminanceAdjustmentBlue integer/
|
1654
1667
|
LuminanceAdjustmentGreen integer/
|
@@ -1661,6 +1674,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1661
1674
|
LuminanceNoiseReductionDetail integer/
|
1662
1675
|
LuminanceSmoothing integer/
|
1663
1676
|
MoireFilter string/
|
1677
|
+
Name lang-alt/
|
1664
1678
|
NegativeCacheLargePreviewSize integer/
|
1665
1679
|
NegativeCacheMaximumSize real/
|
1666
1680
|
NegativeCachePath string/
|
@@ -1736,6 +1750,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1736
1750
|
PostCropVignetteMidpoint integer/
|
1737
1751
|
PostCropVignetteRoundness integer/
|
1738
1752
|
PostCropVignetteStyle integer/
|
1753
|
+
PresetType string/
|
1739
1754
|
ProcessVersion string/
|
1740
1755
|
RawFileName string/
|
1741
1756
|
RedEyeInfo string/+
|
@@ -1795,12 +1810,21 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1795
1810
|
SharpenEdgeMasking integer/
|
1796
1811
|
SharpenRadius real/
|
1797
1812
|
Sharpness integer/
|
1813
|
+
ShortName lang-alt/
|
1798
1814
|
Smoothness integer/
|
1815
|
+
SortName lang-alt/
|
1799
1816
|
SplitToningBalance integer/
|
1800
1817
|
SplitToningHighlightHue integer/
|
1801
1818
|
SplitToningHighlightSaturation integer/
|
1802
1819
|
SplitToningShadowHue integer/
|
1803
1820
|
SplitToningShadowSaturation integer/
|
1821
|
+
SupportsAmount boolean/
|
1822
|
+
SupportsColor boolean/
|
1823
|
+
SupportsHighDynamicRange boolean/
|
1824
|
+
SupportsMonochrome boolean/
|
1825
|
+
SupportsNormalDynamicRange boolean/
|
1826
|
+
SupportsOutputReferred boolean/
|
1827
|
+
SupportsSceneReferred boolean/
|
1804
1828
|
ColorTemperature integer/
|
1805
1829
|
Texture integer/
|
1806
1830
|
TIFFHandling string/
|
@@ -1832,6 +1856,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1832
1856
|
UprightTransform_5 string/
|
1833
1857
|
UprightTransformCount integer/
|
1834
1858
|
UprightVersion integer/
|
1859
|
+
UUID string/
|
1835
1860
|
Version string/
|
1836
1861
|
Vibrance integer/
|
1837
1862
|
VignetteAmount integer/
|
@@ -1903,7 +1928,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1903
1928
|
|
1904
1929
|
Field Name Writable
|
1905
1930
|
---------- --------
|
1931
|
+
Amount string
|
1932
|
+
Cluster string
|
1906
1933
|
Name string
|
1934
|
+
SupportsMonochrome string
|
1935
|
+
UUID string
|
1907
1936
|
|
1908
1937
|
=head3 XMP RetouchArea Struct
|
1909
1938
|
|
@@ -1989,6 +2018,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
1989
2018
|
BlueHue integer
|
1990
2019
|
BlueSaturation integer
|
1991
2020
|
Brightness integer
|
2021
|
+
CameraModelRestriction string
|
1992
2022
|
CameraProfile string
|
1993
2023
|
CameraProfileDigest string
|
1994
2024
|
ChromaticAberrationB integer
|
@@ -2045,13 +2075,18 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2045
2075
|
CircGradBasedCorrWhat string_
|
2046
2076
|
Clarity integer
|
2047
2077
|
Clarity2012 integer
|
2078
|
+
ClipboardAspectRatio integer
|
2079
|
+
ClipboardOrientation integer
|
2080
|
+
Cluster string
|
2048
2081
|
ColorNoiseReduction integer
|
2049
2082
|
ColorNoiseReductionDetail integer
|
2050
2083
|
ColorNoiseReductionSmoothness integer
|
2084
|
+
ContactInfo string
|
2051
2085
|
Contrast integer/
|
2052
2086
|
Contrast2012 integer
|
2053
2087
|
Converter string
|
2054
2088
|
ConvertToGrayscale boolean
|
2089
|
+
Copyright string/
|
2055
2090
|
CropAngle real
|
2056
2091
|
CropBottom real
|
2057
2092
|
CropConstrainToWarp integer
|
@@ -2074,6 +2109,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2074
2109
|
DefringePurpleHueHi integer
|
2075
2110
|
DefringePurpleHueLo integer
|
2076
2111
|
Dehaze real
|
2112
|
+
Description lang-alt/
|
2077
2113
|
DNGIgnoreSidecars boolean
|
2078
2114
|
Exposure real
|
2079
2115
|
Exposure2012 real
|
@@ -2130,6 +2166,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2130
2166
|
GradientBasedCorrWhat string_
|
2131
2167
|
GrainAmount integer
|
2132
2168
|
GrainFrequency integer
|
2169
|
+
GrainSeed integer
|
2133
2170
|
GrainSize integer
|
2134
2171
|
GrayMixerAqua integer
|
2135
2172
|
GrayMixerBlue integer
|
@@ -2141,6 +2178,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2141
2178
|
GrayMixerYellow integer
|
2142
2179
|
GreenHue integer
|
2143
2180
|
GreenSaturation integer
|
2181
|
+
Group lang-alt/
|
2144
2182
|
HasCrop boolean
|
2145
2183
|
HasSettings boolean
|
2146
2184
|
Highlight2012 integer
|
@@ -2175,7 +2213,11 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2175
2213
|
LensProfileSetup string
|
2176
2214
|
LensProfileVignettingScale integer
|
2177
2215
|
Look Look Struct
|
2216
|
+
LookAmount string_
|
2217
|
+
LookCluster string_
|
2178
2218
|
LookName string_
|
2219
|
+
LookSupportsMonochrome string_
|
2220
|
+
LookUUID string_
|
2179
2221
|
LuminanceAdjustmentAqua integer
|
2180
2222
|
LuminanceAdjustmentBlue integer
|
2181
2223
|
LuminanceAdjustmentGreen integer
|
@@ -2188,6 +2230,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2188
2230
|
LuminanceNoiseReductionDetail integer
|
2189
2231
|
LuminanceSmoothing integer
|
2190
2232
|
MoireFilter string
|
2233
|
+
Name lang-alt/
|
2191
2234
|
NegativeCacheLargePreviewSize integer
|
2192
2235
|
NegativeCacheMaximumSize real
|
2193
2236
|
NegativeCachePath string
|
@@ -2263,6 +2306,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2263
2306
|
PostCropVignetteMidpoint integer
|
2264
2307
|
PostCropVignetteRoundness integer
|
2265
2308
|
PostCropVignetteStyle integer
|
2309
|
+
PresetType string
|
2266
2310
|
ProcessVersion string
|
2267
2311
|
RawFileName string
|
2268
2312
|
RedEyeInfo string+
|
@@ -2322,12 +2366,21 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2322
2366
|
SharpenEdgeMasking integer
|
2323
2367
|
SharpenRadius real
|
2324
2368
|
Sharpness integer/
|
2369
|
+
ShortName lang-alt
|
2325
2370
|
Smoothness integer
|
2371
|
+
SortName lang-alt
|
2326
2372
|
SplitToningBalance integer
|
2327
2373
|
SplitToningHighlightHue integer
|
2328
2374
|
SplitToningHighlightSaturation integer
|
2329
2375
|
SplitToningShadowHue integer
|
2330
2376
|
SplitToningShadowSaturation integer
|
2377
|
+
SupportsAmount boolean
|
2378
|
+
SupportsColor boolean
|
2379
|
+
SupportsHighDynamicRange boolean
|
2380
|
+
SupportsMonochrome boolean
|
2381
|
+
SupportsNormalDynamicRange boolean
|
2382
|
+
SupportsOutputReferred boolean
|
2383
|
+
SupportsSceneReferred boolean
|
2331
2384
|
ColorTemperature integer
|
2332
2385
|
Texture integer
|
2333
2386
|
TIFFHandling string
|
@@ -2359,6 +2412,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2359
2412
|
UprightTransform_5 string
|
2360
2413
|
UprightTransformCount integer
|
2361
2414
|
UprightVersion integer
|
2415
|
+
UUID string/
|
2362
2416
|
Version string
|
2363
2417
|
Vibrance integer
|
2364
2418
|
VignetteAmount integer
|
@@ -4275,6 +4329,7 @@ These tags belong to the ExifTool XMP-xmp family 1 group.
|
|
4275
4329
|
PageImagePageNumber integer_+
|
4276
4330
|
PageImageWidth integer_+
|
4277
4331
|
Rating real
|
4332
|
+
RatingPercent real/
|
4278
4333
|
Thumbnails Thumbnail Struct+
|
4279
4334
|
ThumbnailFormat string_+
|
4280
4335
|
ThumbnailHeight integer_+
|
@@ -8185,8 +8240,10 @@ well as newer tags and values added by later models.
|
|
8185
8240
|
AEBShotCount int32s[2]
|
8186
8241
|
0x0107 SpotMeterLinkToAFPoint int32s
|
8187
8242
|
0x0108 SafetyShift int32s
|
8188
|
-
0x0109 UsableShootingModes int32s
|
8189
|
-
|
8243
|
+
0x0109 UsableShootingModes int32s
|
8244
|
+
UsableShootingModes int32s[2]
|
8245
|
+
0x010a UsableMeteringModes int32s
|
8246
|
+
UsableMeteringModes int32s[2]
|
8190
8247
|
0x010b ExposureModeInManual int32s
|
8191
8248
|
0x010c ShutterSpeedRange int32s[3]
|
8192
8249
|
ShutterSpeedRange int32s[4]
|
@@ -8244,9 +8301,11 @@ well as newer tags and values added by later models.
|
|
8244
8301
|
0x051d VFDisplayIllumination int32s
|
8245
8302
|
0x051e InitialAFPointAIServoAF int32s
|
8246
8303
|
0x060f MirrorLockup int32s
|
8247
|
-
0x0610 ContinuousShootingSpeed int32s[
|
8304
|
+
0x0610 ContinuousShootingSpeed int32s[6]
|
8305
|
+
ContinuousShootingSpeed int32s[3]
|
8248
8306
|
0x0611 ContinuousShotLimit int32s[2]
|
8249
|
-
0x0612 RestrictDriveModes int32s
|
8307
|
+
0x0612 RestrictDriveModes int32s
|
8308
|
+
RestrictDriveModes int32s[2]
|
8250
8309
|
0x0701 Shutter-AELock int32s
|
8251
8310
|
AFAndMeteringButtons int32s
|
8252
8311
|
ShutterButtonAFOnButton int32s
|
@@ -8271,7 +8330,8 @@ well as newer tags and values added by later models.
|
|
8271
8330
|
0x0714 RFLensMFFocusRingSensitivity int32s
|
8272
8331
|
0x0715 CustomizeDials int32s
|
8273
8332
|
0x080b FocusingScreen int32s
|
8274
|
-
0x080c TimerLength int32s[
|
8333
|
+
0x080c TimerLength int32s[3]
|
8334
|
+
TimerLength int32s[4]
|
8275
8335
|
0x080d ShortReleaseTimeLag int32s
|
8276
8336
|
0x080e AddAspectRatioInfo int32s
|
8277
8337
|
0x080f AddOriginalDecisionData int32s
|
@@ -11724,6 +11784,7 @@ DiMAGE X and Xt.
|
|
11724
11784
|
ShotInfoD4S Nikon ShotInfoD4S
|
11725
11785
|
ShotInfoD5 Nikon ShotInfoD500
|
11726
11786
|
ShotInfoD500 Nikon ShotInfoD500
|
11787
|
+
ShotInfoD6 Nikon ShotInfo
|
11727
11788
|
ShotInfoD610 Nikon ShotInfoD610
|
11728
11789
|
ShotInfo02xx Nikon ShotInfo
|
11729
11790
|
ShotInfoUnknown Nikon ShotInfo
|
@@ -12324,16 +12385,6 @@ These tags are extracted from encrypted data in images from the D5 and D500.
|
|
12324
12385
|
11308 YawAngle fixed32u
|
12325
12386
|
11940 NikonMeteringMode int8u & 0x03
|
12326
12387
|
|
12327
|
-
=head3 Nikon ShotInfoD610 Tags
|
12328
|
-
|
12329
|
-
These tags are extracted from encrypted data in images from the D610.
|
12330
|
-
|
12331
|
-
Index Tag Name Writable
|
12332
|
-
----- -------- --------
|
12333
|
-
0 ShotInfoVersion no
|
12334
|
-
4 FirmwareVersion no
|
12335
|
-
1999 CustomSettingsD610 NikonCustom SettingsD610
|
12336
|
-
|
12337
12388
|
=head3 Nikon ShotInfo Tags
|
12338
12389
|
|
12339
12390
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
@@ -12353,6 +12404,16 @@ only valid for specific models.
|
|
12353
12404
|
430 VibrationReduction int8u
|
12354
12405
|
589 ShutterCount int32u
|
12355
12406
|
|
12407
|
+
=head3 Nikon ShotInfoD610 Tags
|
12408
|
+
|
12409
|
+
These tags are extracted from encrypted data in images from the D610.
|
12410
|
+
|
12411
|
+
Index Tag Name Writable
|
12412
|
+
----- -------- --------
|
12413
|
+
0 ShotInfoVersion no
|
12414
|
+
4 FirmwareVersion no
|
12415
|
+
1999 CustomSettingsD610 NikonCustom SettingsD610
|
12416
|
+
|
12356
12417
|
=head3 Nikon ColorBalance1 Tags
|
12357
12418
|
|
12358
12419
|
Index2 Tag Name Writable
|
@@ -12686,6 +12747,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12686
12747
|
AFPointsUsed undef[20]
|
12687
12748
|
AFPointsUsed undef[13]
|
12688
12749
|
AFPointsUsed undef[7]
|
12750
|
+
10 AFPointsUsed undef[14]
|
12689
12751
|
16 AFImageWidth int16u
|
12690
12752
|
18 AFImageHeight int16u
|
12691
12753
|
20 AFAreaXPosition int16u
|
@@ -12693,12 +12755,15 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12693
12755
|
24 AFAreaWidth int16u
|
12694
12756
|
26 AFAreaHeight int16u
|
12695
12757
|
28 ContrastDetectAFInFocus int8u
|
12758
|
+
AFPointsSelected undef[20]
|
12696
12759
|
42 AFImageWidth int16u
|
12697
12760
|
44 AFImageHeight int16u
|
12698
12761
|
46 AFAreaXPosition int16u
|
12699
12762
|
48 AFAreaYPosition int16u
|
12763
|
+
AFPointsInFocus undef[20]
|
12700
12764
|
50 AFAreaWidth int16u
|
12701
12765
|
52 AFAreaHeight int16u
|
12766
|
+
56 PrimaryAFPoint int8u
|
12702
12767
|
68 PrimaryAFPoint int8u
|
12703
12768
|
70 AFImageWidth int16u
|
12704
12769
|
72 AFImageHeight int16u
|
@@ -12724,6 +12789,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12724
12789
|
0 AFFineTune int8u
|
12725
12790
|
1 AFFineTuneIndex int8u
|
12726
12791
|
2 AFFineTuneAdj int8s
|
12792
|
+
3 AFFineTuneAdjTele int8s
|
12727
12793
|
|
12728
12794
|
=head3 Nikon RetouchInfo Tags
|
12729
12795
|
|
@@ -14422,6 +14488,7 @@ any information found here will be extracted, even if the tag is not listed.
|
|
14422
14488
|
0x0305 AFPointSelected rational64s[5]
|
14423
14489
|
0x0306 AFFineTune int8u
|
14424
14490
|
0x0307 AFFineTuneAdj int16s[3]
|
14491
|
+
0x0308 FocusBracketStepSize int8u
|
14425
14492
|
0x0400 FlashMode int16u
|
14426
14493
|
0x0401 FlashExposureComp rational64s
|
14427
14494
|
0x0403 FlashRemoteControl int16u
|
@@ -14891,6 +14958,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
14891
14958
|
0x0024 FlashBias int16s
|
14892
14959
|
0x0025 InternalSerialNumber undef[16]
|
14893
14960
|
0x0026 PanasonicExifVersion undef
|
14961
|
+
0x0027 VideoFrameRate int16u
|
14894
14962
|
0x0028 ColorEffect int16u
|
14895
14963
|
0x0029 TimeSincePowerOn int32u
|
14896
14964
|
0x002a BurstMode int16u
|
@@ -14905,6 +14973,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
14905
14973
|
0x0034 OpticalZoomMode int16u
|
14906
14974
|
0x0035 ConversionLens int16u
|
14907
14975
|
0x0036 TravelDay int16u
|
14976
|
+
0x0038 BatteryLevel int16u
|
14908
14977
|
0x0039 Contrast int16u
|
14909
14978
|
0x003a WorldTimeLocation int16u
|
14910
14979
|
0x003b TextStamp int16u
|
@@ -14966,18 +15035,27 @@ These tags are used in Panasonic/Leica cameras.
|
|
14966
15035
|
0x009d InternalNDFilter rational64u
|
14967
15036
|
0x009e HDR int16u
|
14968
15037
|
0x009f ShutterType int16u
|
15038
|
+
0x00a1 FilterEffect rational64u[0.5]
|
14969
15039
|
0x00a3 ClearRetouchValue rational64u
|
14970
15040
|
0x00a7 OutputLUT yes
|
14971
15041
|
0x00ab TouchAE int16u
|
15042
|
+
0x00ac MonochromeFilterEffect int16u
|
14972
15043
|
0x00ad HighlightShadow int16u[2]
|
14973
15044
|
0x00af TimeStamp string
|
15045
|
+
0x00b3 VideoBurstResolution int16u
|
14974
15046
|
0x00b4 MultiExposure int16u
|
14975
15047
|
0x00b9 RedEyeRemoval int16u
|
14976
15048
|
0x00bb VideoBurstMode int32u
|
14977
15049
|
0x00bc DiffractionCorrection int16u
|
15050
|
+
0x00bd FocusBracket int16u
|
15051
|
+
0x00be LongExposureNRUsed int16u
|
15052
|
+
0x00bf PostFocusMerging int32u[2]
|
15053
|
+
0x00c1 VideoPreburst int16u
|
14978
15054
|
0x00c4 LensTypeMake int16u
|
14979
15055
|
0x00c5 LensTypeModel int16u
|
15056
|
+
0x00ca SensorType int16u
|
14980
15057
|
0x00d1 ISO int32u
|
15058
|
+
0x00d2 MonochromeGrainEffect int16u
|
14981
15059
|
0x00d6 NoiseReductionStrength rational64s
|
14982
15060
|
0x0e00 PrintIM PrintIM
|
14983
15061
|
0x2003 TimeInfo Panasonic TimeInfo
|
@@ -16681,6 +16759,7 @@ defined below, ExifTool will extract any information found here.
|
|
16681
16759
|
'Location' Location no
|
16682
16760
|
'Sign type' SignType no
|
16683
16761
|
'_audio' SoundFile no
|
16762
|
+
'_barcode' Barcodes no+
|
16684
16763
|
|
16685
16764
|
=head3 Ricoh AVI Tags
|
16686
16765
|
|
@@ -16894,6 +16973,7 @@ MakerNotes.
|
|
16894
16973
|
0x900b Tag900b Sony Tag900b
|
16895
16974
|
0x9050 Tag9050a Sony Tag9050a
|
16896
16975
|
Tag9050b Sony Tag9050b
|
16976
|
+
Tag9050c Sony Tag9050c
|
16897
16977
|
0x9400 Tag9400a Sony Tag9400a
|
16898
16978
|
Tag9400b Sony Tag9400b
|
16899
16979
|
Tag9400c Sony Tag9400c
|
@@ -16910,6 +16990,7 @@ MakerNotes.
|
|
16910
16990
|
0x940c Tag940c Sony Tag940c
|
16911
16991
|
0x940e AFInfo Sony AFInfo
|
16912
16992
|
Tag940e Sony Tag940e
|
16993
|
+
0x9416 Sony_0x9416 Sony Tag9416
|
16913
16994
|
0xb000 FileFormat int8u[4]
|
16914
16995
|
0xb001 SonyModelID int16u
|
16915
16996
|
0xb020 CreativeStyle string
|
@@ -17972,6 +18053,24 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
|
|
17972
18053
|
APS-CSizeCapture int8u
|
17973
18054
|
542 LensSpecFeatures undef[2]
|
17974
18055
|
|
18056
|
+
=head3 Sony Tag9050c Tags
|
18057
|
+
|
18058
|
+
Valid from July 2020 for ILCE-7SM3.
|
18059
|
+
|
18060
|
+
Index1 Tag Name Writable
|
18061
|
+
------ -------- --------
|
18062
|
+
38 Shutter int16u[3]
|
18063
|
+
57 FlashStatus int8u
|
18064
|
+
58 ShutterCount int32u~
|
18065
|
+
70 SonyExposureTime int16u
|
18066
|
+
72 SonyFNumber int16u
|
18067
|
+
75 ReleaseMode2 int8u
|
18068
|
+
80 ShutterCount2 int32u
|
18069
|
+
102 SonyExposureTime int16u
|
18070
|
+
104 SonyFNumber int16u
|
18071
|
+
107 ReleaseMode2 int8u
|
18072
|
+
136 InternalSerialNumber int8u[6]~
|
18073
|
+
|
17975
18074
|
=head3 Sony Tag9400a Tags
|
17976
18075
|
|
17977
18076
|
Valid for many DSC, NEX and SLT models
|
@@ -18033,6 +18132,7 @@ WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/6000/
|
|
18033
18132
|
Index1 Tag Name Writable
|
18034
18133
|
------ -------- --------
|
18035
18134
|
1176 ISOInfo Sony ISOInfo
|
18135
|
+
1185 ISOInfo Sony ISOInfo
|
18036
18136
|
1186 ISOInfo Sony ISOInfo
|
18037
18137
|
1437 ISOInfo Sony ISOInfo
|
18038
18138
|
1588 ISOInfo Sony ISOInfo
|
@@ -18360,6 +18460,31 @@ E-mount models.
|
|
18360
18460
|
6663 TiffMeteringImageHeight no
|
18361
18461
|
6664 TiffMeteringImage no
|
18362
18462
|
|
18463
|
+
=head3 Sony Tag9416 Tags
|
18464
|
+
|
18465
|
+
Index1 Tag Name Writable
|
18466
|
+
------ -------- --------
|
18467
|
+
0 Tag9416_0000 no
|
18468
|
+
4 SonyISO no
|
18469
|
+
6 StopsAboveBaseISO no
|
18470
|
+
10 SonyExposureTime2 no
|
18471
|
+
12 ExposureTime no
|
18472
|
+
16 SonyFNumber2 no
|
18473
|
+
18 SonyMaxApertureValue no
|
18474
|
+
29 SequenceImageNumber no
|
18475
|
+
53 ExposureProgram no
|
18476
|
+
72 LensMount no
|
18477
|
+
73 LensFormat no
|
18478
|
+
74 LensMount no
|
18479
|
+
75 LensType2 no
|
18480
|
+
77 LensType no
|
18481
|
+
79 DistortionCorrParams no
|
18482
|
+
113 FocalLength no
|
18483
|
+
115 MinFocalLength no
|
18484
|
+
117 MaxFocalLength no
|
18485
|
+
2191 VignettingCorrParams no
|
18486
|
+
2324 ChromaticAberrationCorrParams no
|
18487
|
+
|
18363
18488
|
=head3 Sony PIC Tags
|
18364
18489
|
|
18365
18490
|
The TextInfo data is extracted as a block to preserve the formatting, and
|
@@ -18529,6 +18654,16 @@ some models when the ExtractEmbedded option is used.
|
|
18529
18654
|
|
18530
18655
|
Tag ID Tag Name Writable
|
18531
18656
|
------ -------- --------
|
18657
|
+
0x8500 GPSVersionID no
|
18658
|
+
0x8501 GPSLatitudeRef no
|
18659
|
+
0x8502 GPSLatitude no
|
18660
|
+
0x8503 GPSLongitudeRef no
|
18661
|
+
0x8504 GPSLongitude no
|
18662
|
+
0x8507 GPSTimeStamp no
|
18663
|
+
0x8509 GPSStatus no
|
18664
|
+
0x850a GPSMeasureMode no
|
18665
|
+
0x8512 GPSMapDatum no
|
18666
|
+
0x851d GPSDateStamp no
|
18532
18667
|
0xe304 DateTime no
|
18533
18668
|
|
18534
18669
|
=head2 SonyIDC Tags
|
@@ -19100,7 +19235,11 @@ Lens distortion correction information.
|
|
19100
19235
|
0x1201 LensTypeMake no
|
19101
19236
|
0x1202 LensTypeModel no
|
19102
19237
|
0x1203 FocalLengthIn35mmFormat no
|
19238
|
+
0x1301 ApertureValue no
|
19239
|
+
0x1302 ShutterSpeedValue no
|
19240
|
+
0x1303 SensitivityValue no
|
19103
19241
|
0x1305 HighISOMode no
|
19242
|
+
0x1412 FacesDetected no
|
19104
19243
|
0x3200 WB_CFA0_LevelDaylight no
|
19105
19244
|
0x3201 WB_CFA1_LevelDaylight no
|
19106
19245
|
0x3202 WB_CFA2_LevelDaylight no
|
@@ -21211,7 +21350,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21211
21350
|
EventDate date_
|
21212
21351
|
EventID string_
|
21213
21352
|
EventRemarks lang-alt_
|
21214
|
-
EventTime
|
21353
|
+
EventTime string_
|
21215
21354
|
EventFieldNotes string_
|
21216
21355
|
EventFieldNumber string_
|
21217
21356
|
EventHabitat string_
|
@@ -21253,7 +21392,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21253
21392
|
HumanObservationEventDate date_
|
21254
21393
|
HumanObservationEventID string_
|
21255
21394
|
HumanObservationEventRemarks lang-alt_
|
21256
|
-
HumanObservationEventTime
|
21395
|
+
HumanObservationEventTime string_
|
21257
21396
|
HumanObservationFieldNotes string_
|
21258
21397
|
HumanObservationFieldNumber string_
|
21259
21398
|
HumanObservationHabitat string_
|
@@ -21285,7 +21424,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21285
21424
|
MachineObservationEventDate date_
|
21286
21425
|
MachineObservationEventID string_
|
21287
21426
|
MachineObservationEventRemarks lang-alt_
|
21288
|
-
MachineObservationEventTime
|
21427
|
+
MachineObservationEventTime string_
|
21289
21428
|
MachineObservationFieldNotes string_
|
21290
21429
|
MachineObservationFieldNumber string_
|
21291
21430
|
MachineObservationHabitat string_
|
@@ -21461,7 +21600,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21461
21600
|
EventDate date
|
21462
21601
|
EventID string
|
21463
21602
|
EventRemarks lang-alt
|
21464
|
-
EventTime
|
21603
|
+
EventTime string
|
21465
21604
|
FieldNotes string
|
21466
21605
|
FieldNumber string
|
21467
21606
|
Habitat string
|
@@ -22795,6 +22934,7 @@ Information extracted from the GIF logical screen descriptor.
|
|
22795
22934
|
4.2 ColorResolutionDepth no
|
22796
22935
|
4.3 BitsPerPixel no
|
22797
22936
|
5 BackgroundColor no
|
22937
|
+
6 AspectRatio no
|
22798
22938
|
|
22799
22939
|
=head2 BMP Tags
|
22800
22940
|
|
@@ -23077,6 +23217,7 @@ check if speed is more of a concern.
|
|
23077
23217
|
'hIST' PaletteHistogram no
|
23078
23218
|
'iCCP' ICC_Profile ICC_Profile
|
23079
23219
|
'iCCP-name' ProfileName no
|
23220
|
+
'iDOT' AppleDataOffsets no
|
23080
23221
|
'iTXt' InternationalText PNG TextualData
|
23081
23222
|
'oFFs' ImageOffset no
|
23082
23223
|
'pCAL' PixelCalibration no
|
@@ -23563,6 +23704,8 @@ Tags extracted from DPX (Digital Picture Exchange) images.
|
|
23563
23704
|
776 ImageHeight no
|
23564
23705
|
780 DataSign no
|
23565
23706
|
800 ComponentsConfiguration no
|
23707
|
+
801 TransferCharacteristic no
|
23708
|
+
802 ColorimetricSpecification no
|
23566
23709
|
803 BitDepth no
|
23567
23710
|
820 ImageDescription no
|
23568
23711
|
892 Image2Description no
|
@@ -23576,9 +23719,12 @@ Tags extracted from DPX (Digital Picture Exchange) images.
|
|
23576
23719
|
1532 SourceCreateDate no
|
23577
23720
|
1556 InputDeviceName no
|
23578
23721
|
1588 InputDeviceSerialNumber no
|
23579
|
-
1724
|
23722
|
+
1724 OriginalFrameRate no
|
23723
|
+
1728 ShutterAngle no
|
23580
23724
|
1732 FrameID no
|
23581
23725
|
1764 SlateInformation no
|
23726
|
+
1920 TimeCode no
|
23727
|
+
1940 FrameRate no
|
23582
23728
|
1972 Reserved5? no
|
23583
23729
|
2048 UserID no
|
23584
23730
|
|
@@ -23627,6 +23773,18 @@ the official specification.
|
|
23627
23773
|
'wrapmodes' WrapModes no
|
23628
23774
|
'xDensity' XResolution no
|
23629
23775
|
|
23776
|
+
=head2 ZISRAW Tags
|
23777
|
+
|
23778
|
+
As well as the header information listed below, ExifTool also extracts the
|
23779
|
+
top-level XML-based metadata from Zeiss Integrated Software RAW (ZISRAW) CZI
|
23780
|
+
files.
|
23781
|
+
|
23782
|
+
Index1 Tag Name Writable
|
23783
|
+
------ -------- --------
|
23784
|
+
32 ZISRAWVersion no
|
23785
|
+
48 PrimaryFileGUID no
|
23786
|
+
64 FileGUID no
|
23787
|
+
|
23630
23788
|
=head2 MIFF Tags
|
23631
23789
|
|
23632
23790
|
The MIFF (Magick Image File Format) format allows aribrary tag names to be
|
@@ -24123,13 +24281,13 @@ Additional document permissions imposed by digital signatures.
|
|
24123
24281
|
|
24124
24282
|
=head2 ID3 Tags
|
24125
24283
|
|
24126
|
-
ExifTool extracts ID3 information from MP3, MPEG, AIFF, OGG,
|
24127
|
-
and RealAudio files. ID3v2 tags which support multiple
|
24128
|
-
Comment and Lyrics) are extracted by specifying the tag name,
|
24129
|
-
dash ('-'), then a 3-character ISO 639-2 language code (eg.
|
24130
|
-
See L<http://www.id3.org/> for the official ID3
|
24131
|
-
L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
|
24132
|
-
639-2 language codes.
|
24284
|
+
ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, AIFF, OGG,
|
24285
|
+
FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
|
24286
|
+
languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
|
24287
|
+
followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
|
24288
|
+
"Comment-spa"). See L<http://www.id3.org/> for the official ID3
|
24289
|
+
specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
|
24290
|
+
for a list of ISO 639-2 language codes.
|
24133
24291
|
|
24134
24292
|
Tag Name Writable
|
24135
24293
|
-------- --------
|
@@ -24448,6 +24606,23 @@ software.
|
|
24448
24606
|
'XSOP' PerformerSortOrder no
|
24449
24607
|
'XSOT' TitleSortOrder no
|
24450
24608
|
|
24609
|
+
=head3 ID3 Lyrics3 Tags
|
24610
|
+
|
24611
|
+
ExifTool extracts Lyrics3 version 1.00 and 2.00 tags from any file that
|
24612
|
+
supports ID3. See L<https://id3.org/Lyrics3> for the specification.
|
24613
|
+
|
24614
|
+
Tag ID Tag Name Writable
|
24615
|
+
------ -------- --------
|
24616
|
+
'AUT' Author no
|
24617
|
+
'CRC' CRC no
|
24618
|
+
'EAL' ExtendedAlbumName no
|
24619
|
+
'EAR' ExtendedArtistName no
|
24620
|
+
'ETT' ExtendedTrackTitle no
|
24621
|
+
'IMG' AssociatedImageFile no
|
24622
|
+
'IND' Indications no
|
24623
|
+
'INF' AdditionalInfo no
|
24624
|
+
'LYR' Lyrics no
|
24625
|
+
|
24451
24626
|
=head2 ITC Tags
|
24452
24627
|
|
24453
24628
|
This information is found in iTunes Cover Flow data files.
|
@@ -24958,7 +25133,7 @@ Frame rate information stored by some Canon video cameras.
|
|
24958
25133
|
=head2 QuickTime Tags
|
24959
25134
|
|
24960
25135
|
The QuickTime format is used for many different types of audio, video and
|
24961
|
-
image files (most notably, MOV/MP4 videos and HEIC/CR3 images).
|
25136
|
+
image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
|
24962
25137
|
extracts standard meta information and a variety of audio, video and image
|
24963
25138
|
parameters, as well as proprietary information written by many camera
|
24964
25139
|
models. Tags with a question mark after their name are not extracted unless
|
@@ -24987,10 +25162,10 @@ country code to the tag name (eg. "ItemList:Artist-deu" or
|
|
24987
25162
|
"ItemList::Artist-deu-DE"). Most
|
24988
25163
|
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
|
24989
25164
|
language code, but without a country code. If no language code is specified
|
24990
|
-
when writing,
|
24991
|
-
language code to write the default
|
24992
|
-
languages. Note that "eng" is treated
|
24993
|
-
but not when writing.
|
25165
|
+
when writing, the default language is written and alternate languages for
|
25166
|
+
the tag are deleted. Use the "und" language code to write the default
|
25167
|
+
language without deleting alternate languages. Note that "eng" is treated
|
25168
|
+
as a default language when reading, but not when writing.
|
24994
25169
|
|
24995
25170
|
According to the specification, integer-format QuickTime date/time tags
|
24996
25171
|
should be stored as UTC. Unfortunately, digital cameras often store local
|
@@ -25006,6 +25181,7 @@ for the official specification.
|
|
25006
25181
|
|
25007
25182
|
Tag ID Tag Name Writable
|
25008
25183
|
------ -------- --------
|
25184
|
+
'GPS ' GPSDataList2? no
|
25009
25185
|
'IDIT' DateTimeOriginal string
|
25010
25186
|
'PICT' PreviewPICT no
|
25011
25187
|
'_htc' HTCInfo QuickTime HTCInfo
|
@@ -25038,6 +25214,8 @@ for the official specification.
|
|
25038
25214
|
UUID-PROF QuickTime Profile
|
25039
25215
|
UUID-Flip QuickTime Flip
|
25040
25216
|
UUID-Canon2 Canon uuid2
|
25217
|
+
SensorData QuickTime Tags360Fly
|
25218
|
+
SensorData no
|
25041
25219
|
PreviewImage no
|
25042
25220
|
UUID-Unknown? no
|
25043
25221
|
'wide' Wide? no
|
@@ -25068,7 +25246,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
25068
25246
|
|
25069
25247
|
Timed metadata extracted from QuickTime media data and some AVI videos when
|
25070
25248
|
the ExtractEmbedded option is used. Although most of these tags are
|
25071
|
-
combined into the single table below, ExifTool currently reads
|
25249
|
+
combined into the single table below, ExifTool currently reads 46 different
|
25072
25250
|
formats of timed GPS metadata from video files.
|
25073
25251
|
|
25074
25252
|
Tag Name Writable
|
@@ -25124,6 +25302,7 @@ formats of timed GPS metadata from video files.
|
|
25124
25302
|
camm7 QuickTime camm7
|
25125
25303
|
fdsc GoPro fdsc
|
25126
25304
|
gpmd GoPro GPMF
|
25305
|
+
marl QuickTime marl
|
25127
25306
|
mebx QuickTime Keys
|
25128
25307
|
mett Parrot mett
|
25129
25308
|
rtmd Sony rtmd
|
@@ -25231,6 +25410,14 @@ specification.
|
|
25231
25410
|
------ -------- --------
|
25232
25411
|
4 MagneticField no
|
25233
25412
|
|
25413
|
+
=head3 QuickTime marl Tags
|
25414
|
+
|
25415
|
+
Tags extracted from the marl ctbx timed metadata of GM cars.
|
25416
|
+
|
25417
|
+
Tag ID Tag Name Writable
|
25418
|
+
------ -------- --------
|
25419
|
+
[no tags known]
|
25420
|
+
|
25234
25421
|
=head3 QuickTime Keys Tags
|
25235
25422
|
|
25236
25423
|
This directory contains a list of key names which are used to decode tags
|
@@ -25434,22 +25621,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25434
25621
|
'GUID' GUID string
|
25435
25622
|
'VERS' ProductVersion string
|
25436
25623
|
'aART' AlbumArtist string
|
25437
|
-
'akID' AppleStoreAccountType
|
25624
|
+
'akID' AppleStoreAccountType int8s
|
25438
25625
|
'albm' Album string/
|
25439
25626
|
'apID' AppleStoreAccount string
|
25440
|
-
'atID' AlbumTitleID
|
25627
|
+
'atID' AlbumTitleID int32s
|
25441
25628
|
'auth' Author string
|
25442
25629
|
'catg' Category string
|
25443
|
-
'cnID' AppleStoreCatalogID
|
25630
|
+
'cnID' AppleStoreCatalogID int32s
|
25444
25631
|
'covr' CoverArt string
|
25445
|
-
'cpil' Compilation
|
25632
|
+
'cpil' Compilation int8s
|
25446
25633
|
'cprt' Copyright string
|
25447
25634
|
'desc' Description string/
|
25448
25635
|
'disk' DiskNumber undef
|
25449
25636
|
'dscp' Description string/
|
25450
25637
|
'egid' EpisodeGlobalUniqueID string
|
25451
|
-
'geID' GenreID
|
25452
|
-
'gnre' Genre
|
25638
|
+
'geID' GenreID int32s
|
25639
|
+
'gnre' Genre undef/
|
25453
25640
|
'grup' Grouping string/
|
25454
25641
|
'gshh' GoogleHostHeader string
|
25455
25642
|
'gspm' GooglePingMessage string
|
@@ -25457,21 +25644,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25457
25644
|
'gssd' GoogleSourceData string
|
25458
25645
|
'gsst' GoogleStartTime string
|
25459
25646
|
'gstd' GoogleTrackDuration string
|
25460
|
-
'hdvd' HDVideo
|
25647
|
+
'hdvd' HDVideo int8s
|
25461
25648
|
'itnu' iTunesU int8s
|
25462
25649
|
'keyw' Keyword string
|
25463
25650
|
'ldes' LongDescription string
|
25464
|
-
'pcst' Podcast
|
25651
|
+
'pcst' Podcast int8s
|
25465
25652
|
'perf' Performer string
|
25466
|
-
'pgap' PlayGap
|
25467
|
-
'plID' PlayListID
|
25653
|
+
'pgap' PlayGap int8s
|
25654
|
+
'plID' PlayListID int32s[0.25]
|
25468
25655
|
'prID' ProductID string
|
25469
25656
|
'purd' PurchaseDate string
|
25470
25657
|
'purl' PodcastURL string
|
25471
25658
|
'rate' RatingPercent string
|
25472
25659
|
'rldt' ReleaseDate string
|
25473
|
-
'rtng' Rating
|
25474
|
-
'
|
25660
|
+
'rtng' Rating int8s
|
25661
|
+
'sdes' StoreDescription string
|
25662
|
+
'sfID' AppleStoreCountry int32s
|
25475
25663
|
'shwm' ShowMovement int8s
|
25476
25664
|
'soaa' SortAlbumArtist string
|
25477
25665
|
'soal' SortAlbum string
|
@@ -25479,24 +25667,28 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25479
25667
|
'soco' SortComposer string
|
25480
25668
|
'sonm' SortName string
|
25481
25669
|
'sosn' SortShow string
|
25482
|
-
'stik' MediaType
|
25670
|
+
'stik' MediaType int8s
|
25483
25671
|
'titl' Title string/
|
25484
|
-
'tmpo' BeatsPerMinute
|
25672
|
+
'tmpo' BeatsPerMinute int16s
|
25485
25673
|
'trkn' TrackNumber undef
|
25486
25674
|
'tven' TVEpisodeID string
|
25487
|
-
'tves' TVEpisode
|
25675
|
+
'tves' TVEpisode int32s
|
25488
25676
|
'tvnn' TVNetworkName string
|
25489
25677
|
'tvsh' TVShow string
|
25490
25678
|
'tvsn' TVSeason int32u
|
25491
25679
|
'yrrc' Year string
|
25492
25680
|
"\xa9ART" Artist string
|
25493
25681
|
"\xa9alb" Album string
|
25682
|
+
"\xa9ard" ArtDirector string
|
25683
|
+
"\xa9arg" Arranger string
|
25494
25684
|
"\xa9aut" Author string/
|
25495
25685
|
"\xa9cmt" Comment string
|
25496
25686
|
"\xa9com" Composer string/
|
25687
|
+
"\xa9con" Conductor string
|
25497
25688
|
"\xa9cpy" Copyright string/
|
25498
25689
|
"\xa9day" ContentCreateDate string
|
25499
25690
|
"\xa9des" Description string
|
25691
|
+
"\xa9dir" Director string
|
25500
25692
|
"\xa9enc" EncodedBy string
|
25501
25693
|
"\xa9gen" Genre string
|
25502
25694
|
"\xa9grp" Grouping string
|
@@ -25506,11 +25698,17 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25506
25698
|
"\xa9mvn" MovementName string
|
25507
25699
|
"\xa9nam" Title string
|
25508
25700
|
"\xa9nrt" Narrator string
|
25701
|
+
"\xa9ope" OriginalArtist string
|
25702
|
+
"\xa9prd" Producer string
|
25509
25703
|
"\xa9pub" Publisher string
|
25704
|
+
"\xa9sne" SoundEngineer string
|
25705
|
+
"\xa9sol" Soloist string
|
25706
|
+
"\xa9st3" Subtitle string
|
25510
25707
|
"\xa9too" Encoder string
|
25511
25708
|
"\xa9trk" Track string
|
25512
25709
|
"\xa9wrk" Work string
|
25513
25710
|
"\xa9wrt" Composer string
|
25711
|
+
"\xa9xpd" ExecutiveProducer string
|
25514
25712
|
"\xa9xyz" GPSCoordinates string
|
25515
25713
|
|
25516
25714
|
=head3 QuickTime iTunesInfo Tags
|
@@ -25578,9 +25776,9 @@ defined in this table.
|
|
25578
25776
|
'colr' ICC_Profile ICC_Profile
|
25579
25777
|
ColorRepresentation no
|
25580
25778
|
'hvcC' HEVCConfiguration QuickTime HEVCConfig
|
25581
|
-
'irot' Rotation int8u
|
25779
|
+
'irot' Rotation int8u!
|
25582
25780
|
'ispe' ImageSpatialExtent no
|
25583
|
-
'pasp' PixelAspectRatio int32u
|
25781
|
+
'pasp' PixelAspectRatio int32u!
|
25584
25782
|
'pixi' ImagePixelDepth no
|
25585
25783
|
'rloc' RelativeLocation no
|
25586
25784
|
|
@@ -26057,7 +26255,7 @@ MP4 video media header.
|
|
26057
26255
|
5 TrackDuration no
|
26058
26256
|
8 TrackLayer no
|
26059
26257
|
9 TrackVolume no
|
26060
|
-
10 MatrixStructure fixed32s[9]
|
26258
|
+
10 MatrixStructure fixed32s[9]!
|
26061
26259
|
19 ImageWidth no
|
26062
26260
|
20 ImageHeight no
|
26063
26261
|
|
@@ -26085,7 +26283,12 @@ the config file.
|
|
26085
26283
|
|
26086
26284
|
Tag ID Tag Name Writable
|
26087
26285
|
------ -------- --------
|
26286
|
+
'@day' ContentCreateDate string/
|
26287
|
+
'@mak' Make string/
|
26288
|
+
'@mod' Model string/
|
26088
26289
|
'@sec' SamsungSec Samsung sec
|
26290
|
+
'@swr' SoftwareVersion string/
|
26291
|
+
'@xyz' GPSCoordinates string/
|
26089
26292
|
'AllF' PlayAllFrames int8u
|
26090
26293
|
'CAME' SerialNumberHash string
|
26091
26294
|
'CNCV' CompressorVersion string
|
@@ -26177,6 +26380,7 @@ the config file.
|
|
26177
26380
|
'modl' Model no
|
26178
26381
|
'name' Name string
|
26179
26382
|
'perf' Performer string/
|
26383
|
+
'pmcc' GarminSettings string
|
26180
26384
|
'pose' pose Kodak pose
|
26181
26385
|
'ptch' Pitch rational64s/
|
26182
26386
|
'ptv ' PrintToVideo QuickTime Video
|
@@ -26197,6 +26401,8 @@ the config file.
|
|
26197
26401
|
UnknownThumbnail string
|
26198
26402
|
'titl' Title string/
|
26199
26403
|
'urat' UserRating no
|
26404
|
+
'uuid' GarminSoftware string
|
26405
|
+
UUID-Unknown? no
|
26200
26406
|
'vndr' Vendor string
|
26201
26407
|
'vrot' AccelerometerData no
|
26202
26408
|
'yrrc' Year no
|
@@ -26422,6 +26628,72 @@ Found in MP4 files from Flip Video cameras.
|
|
26422
26628
|
14 SerialNumber no
|
26423
26629
|
28 PreviewImage no
|
26424
26630
|
|
26631
|
+
=head3 QuickTime Tags360Fly Tags
|
26632
|
+
|
26633
|
+
Timed metadata found in MP4 videos from the 360Fly.
|
26634
|
+
|
26635
|
+
Tag ID Tag Name Writable
|
26636
|
+
------ -------- --------
|
26637
|
+
0x0001 Accel360Fly QuickTime Accel360Fly
|
26638
|
+
0x0002 Gyro360Fly QuickTime Gyro360Fly
|
26639
|
+
0x0003 Mag360Fly QuickTime Mag360Fly
|
26640
|
+
0x0005 GPS360Fly QuickTime GPS360Fly
|
26641
|
+
0x0006 Rot360Fly QuickTime Rot360Fly
|
26642
|
+
0x00fa Fusion360Fly QuickTime Fusion360Fly
|
26643
|
+
|
26644
|
+
=head3 QuickTime Accel360Fly Tags
|
26645
|
+
|
26646
|
+
Index1 Tag Name Writable
|
26647
|
+
------ -------- --------
|
26648
|
+
1 AccelMode? no
|
26649
|
+
2 SampleTime no
|
26650
|
+
10 AccelYPR no
|
26651
|
+
|
26652
|
+
=head3 QuickTime Gyro360Fly Tags
|
26653
|
+
|
26654
|
+
Index1 Tag Name Writable
|
26655
|
+
------ -------- --------
|
26656
|
+
1 GyroMode? no
|
26657
|
+
2 SampleTime no
|
26658
|
+
10 GyroYPR no
|
26659
|
+
|
26660
|
+
=head3 QuickTime Mag360Fly Tags
|
26661
|
+
|
26662
|
+
Index1 Tag Name Writable
|
26663
|
+
------ -------- --------
|
26664
|
+
1 MagMode? no
|
26665
|
+
2 SampleTime no
|
26666
|
+
10 MagnetometerXYZ no
|
26667
|
+
|
26668
|
+
=head3 QuickTime GPS360Fly Tags
|
26669
|
+
|
26670
|
+
Index1 Tag Name Writable
|
26671
|
+
------ -------- --------
|
26672
|
+
1 GPSMode? no
|
26673
|
+
2 SampleTime no
|
26674
|
+
10 GPSLatitude no
|
26675
|
+
14 GPSLongitude no
|
26676
|
+
18 GPSAltitude no
|
26677
|
+
22 GPSSpeed no
|
26678
|
+
24 GPSTrack no
|
26679
|
+
26 Acceleration no
|
26680
|
+
|
26681
|
+
=head3 QuickTime Rot360Fly Tags
|
26682
|
+
|
26683
|
+
Index1 Tag Name Writable
|
26684
|
+
------ -------- --------
|
26685
|
+
1 RotMode? no
|
26686
|
+
2 SampleTime no
|
26687
|
+
10 RotationXYZ no
|
26688
|
+
|
26689
|
+
=head3 QuickTime Fusion360Fly Tags
|
26690
|
+
|
26691
|
+
Index1 Tag Name Writable
|
26692
|
+
------ -------- --------
|
26693
|
+
1 FusionMode? no
|
26694
|
+
2 SampleTime no
|
26695
|
+
10 FusionYPR no
|
26696
|
+
|
26425
26697
|
=head3 QuickTime ImageFile Tags
|
26426
26698
|
|
26427
26699
|
Tags used in QTIF QuickTime Image Files.
|
@@ -29303,6 +29575,7 @@ the AIFF specification.
|
|
29303
29575
|
------ -------- --------
|
29304
29576
|
'(c) ' Copyright no
|
29305
29577
|
'ANNO' Annotation no
|
29578
|
+
'APPL' ApplicationData no
|
29306
29579
|
'AUTH' Author no
|
29307
29580
|
'COMM' Common AIFF Common
|
29308
29581
|
'COMT' Comment AIFF Comment
|
@@ -34207,6 +34480,7 @@ FileName.
|
|
34207
34480
|
Trailer File yes!
|
34208
34481
|
Validate ExifTool no
|
34209
34482
|
Warning ExifTool no
|
34483
|
+
XML XML no
|
34210
34484
|
XMP XMP yes!
|
34211
34485
|
XResolution File no
|
34212
34486
|
YResolution File no
|
@@ -34342,6 +34616,8 @@ values, may created via the ExifTool configuration file.
|
|
34342
34616
|
GPSDateTime Parrot:GPSLatitude no
|
34343
34617
|
Main:CreateDate
|
34344
34618
|
SampleTime
|
34619
|
+
GPSDateTime Sony:GPSDateStamp no
|
34620
|
+
Sony:GPSTimeStamp
|
34345
34621
|
GPSDestLatitude GPS:GPSDestLatitude no
|
34346
34622
|
GPS:GPSDestLatitudeRef
|
34347
34623
|
GPSDestLatitudeRef XMP-exif:GPSDestLatitude no
|
@@ -34455,7 +34731,7 @@ values, may created via the ExifTool configuration file.
|
|
34455
34731
|
FlashBits
|
34456
34732
|
RicohPitch Ricoh:Accelerometer no
|
34457
34733
|
RicohRoll Ricoh:Accelerometer no
|
34458
|
-
Rotation QuickTime:MatrixStructure yes
|
34734
|
+
Rotation QuickTime:MatrixStructure yes!
|
34459
34735
|
QuickTime:HandlerType
|
34460
34736
|
RunTimeSincePowerUp Apple:RunTimeValue no
|
34461
34737
|
Apple:RunTimeScale
|