exiftool_vendored 11.99.0 → 12.11.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +201 -2
- data/bin/MANIFEST +8 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +43 -42
- data/bin/exiftool +172 -99
- data/bin/lib/Image/ExifTool.pm +170 -117
- data/bin/lib/Image/ExifTool.pod +132 -97
- 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 +21 -10
- data/bin/lib/Image/ExifTool/Canon.pm +202 -13
- 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 +22 -3
- data/bin/lib/Image/ExifTool/EXE.pm +8 -5
- 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 +6 -1
- data/bin/lib/Image/ExifTool/GeoTiff.pm +2 -0
- data/bin/lib/Image/ExifTool/Geotag.pm +2 -2
- data/bin/lib/Image/ExifTool/GoPro.pm +48 -22
- data/bin/lib/Image/ExifTool/H264.pm +1 -1
- data/bin/lib/Image/ExifTool/ID3.pm +86 -12
- data/bin/lib/Image/ExifTool/IPTC.pm +1 -0
- data/bin/lib/Image/ExifTool/Import.pm +12 -9
- data/bin/lib/Image/ExifTool/JSON.pm +27 -4
- 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/MPF.pm +2 -2
- data/bin/lib/Image/ExifTool/MacOS.pm +154 -38
- data/bin/lib/Image/ExifTool/Matroska.pm +3 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +7 -2
- data/bin/lib/Image/ExifTool/Nikon.pm +143 -17
- data/bin/lib/Image/ExifTool/Olympus.pm +40 -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 +148 -14
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +34 -0
- data/bin/lib/Image/ExifTool/Parrot.pm +2 -1
- data/bin/lib/Image/ExifTool/Pentax.pm +11 -3
- data/bin/lib/Image/ExifTool/Photoshop.pm +2 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +240 -37
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +419 -60
- data/bin/lib/Image/ExifTool/README +25 -21
- data/bin/lib/Image/ExifTool/RSRC.pm +17 -11
- data/bin/lib/Image/ExifTool/Radiance.pm +7 -2
- 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 +423 -39
- data/bin/lib/Image/ExifTool/Stim.pm +2 -2
- data/bin/lib/Image/ExifTool/TagLookup.pm +5798 -5675
- data/bin/lib/Image/ExifTool/TagNames.pod +575 -100
- 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 +30 -21
- data/bin/lib/Image/ExifTool/Writer.pl +49 -24
- data/bin/lib/Image/ExifTool/XMP.pm +99 -17
- data/bin/lib/Image/ExifTool/XMP2.pl +1 -0
- data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
- data/bin/lib/Image/ExifTool/ZISRAW.pm +123 -0
- data/bin/perl-Image-ExifTool.spec +42 -41
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +9 -8
@@ -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 23716 tags, with 15419 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
|
@@ -1457,11 +1457,14 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1457
1457
|
AutoLateralCA integer/
|
1458
1458
|
AutoShadows boolean/
|
1459
1459
|
AutoTone boolean/
|
1460
|
+
AutoToneDigest string/
|
1461
|
+
AutoToneDigestNoSat string/
|
1460
1462
|
AutoWhiteVersion integer/
|
1461
1463
|
Blacks2012 integer/
|
1462
1464
|
BlueHue integer/
|
1463
1465
|
BlueSaturation integer/
|
1464
1466
|
Brightness integer/
|
1467
|
+
CameraModelRestriction string/
|
1465
1468
|
CameraProfile string/
|
1466
1469
|
CameraProfileDigest string/
|
1467
1470
|
ChromaticAberrationB integer/
|
@@ -1518,13 +1521,27 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1518
1521
|
CircGradBasedCorrWhat string/_
|
1519
1522
|
Clarity integer/
|
1520
1523
|
Clarity2012 integer/
|
1524
|
+
ClipboardAspectRatio integer/
|
1525
|
+
ClipboardOrientation integer/
|
1526
|
+
Cluster string/
|
1527
|
+
ColorGradeBlending integer/
|
1528
|
+
ColorGradeGlobalHue integer/
|
1529
|
+
ColorGradeGlobalLum integer/
|
1530
|
+
ColorGradeGlobalSat integer/
|
1531
|
+
ColorGradeHighlightLum integer/
|
1532
|
+
ColorGradeMidtoneHue integer/
|
1533
|
+
ColorGradeMidtoneLum integer/
|
1534
|
+
ColorGradeMidtoneSat integer/
|
1535
|
+
ColorGradeShadowLum integer/
|
1521
1536
|
ColorNoiseReduction integer/
|
1522
1537
|
ColorNoiseReductionDetail integer/
|
1523
1538
|
ColorNoiseReductionSmoothness integer/
|
1539
|
+
ContactInfo string/
|
1524
1540
|
Contrast integer/
|
1525
1541
|
Contrast2012 integer/
|
1526
1542
|
Converter string/
|
1527
1543
|
ConvertToGrayscale boolean/
|
1544
|
+
Copyright string/
|
1528
1545
|
CropAngle real/
|
1529
1546
|
CropBottom real/
|
1530
1547
|
CropConstrainToWarp integer/
|
@@ -1547,6 +1564,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1547
1564
|
DefringePurpleHueHi integer/
|
1548
1565
|
DefringePurpleHueLo integer/
|
1549
1566
|
Dehaze real/
|
1567
|
+
Description lang-alt/
|
1550
1568
|
DNGIgnoreSidecars boolean/
|
1551
1569
|
Exposure real/
|
1552
1570
|
Exposure2012 real/
|
@@ -1603,6 +1621,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1603
1621
|
GradientBasedCorrWhat string/_
|
1604
1622
|
GrainAmount integer/
|
1605
1623
|
GrainFrequency integer/
|
1624
|
+
GrainSeed integer/
|
1606
1625
|
GrainSize integer/
|
1607
1626
|
GrayMixerAqua integer/
|
1608
1627
|
GrayMixerBlue integer/
|
@@ -1614,6 +1633,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1614
1633
|
GrayMixerYellow integer/
|
1615
1634
|
GreenHue integer/
|
1616
1635
|
GreenSaturation integer/
|
1636
|
+
Group lang-alt/
|
1617
1637
|
HasCrop boolean/
|
1618
1638
|
HasSettings boolean/
|
1619
1639
|
Highlight2012 integer/
|
@@ -1636,6 +1656,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1636
1656
|
LensProfileDistortionScale integer/
|
1637
1657
|
LensProfileEnable integer/
|
1638
1658
|
LensProfileFilename string/
|
1659
|
+
LensProfileIsEmbedded boolean/
|
1639
1660
|
LensProfileMatchKeyCameraModelName string/
|
1640
1661
|
LensProfileMatchKeyExifMake string/
|
1641
1662
|
LensProfileMatchKeyExifModel string/
|
@@ -1648,7 +1669,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1648
1669
|
LensProfileSetup string/
|
1649
1670
|
LensProfileVignettingScale integer/
|
1650
1671
|
Look Look Struct
|
1651
|
-
|
1672
|
+
LookAmount string/_
|
1673
|
+
LookCluster string/_
|
1674
|
+
LookCopyright string/_
|
1675
|
+
LookGroup lang-alt/_
|
1676
|
+
LookName string/
|
1677
|
+
LookParameters LookParms Struct_
|
1678
|
+
LookParametersCameraProfile string/_
|
1679
|
+
LookParametersClarity2012 string/_
|
1680
|
+
LookParametersConvertToGrayscale string/_
|
1681
|
+
LookParametersLookTable string/_
|
1682
|
+
LookParametersProcessVersion string/_
|
1683
|
+
LookParametersToneCurvePV2012 string/_+
|
1684
|
+
LookParametersVersion string/_
|
1685
|
+
LookSupportsAmount string/_
|
1686
|
+
LookSupportsMonochrome string/_
|
1687
|
+
LookSupportsOutputReferred string/_
|
1688
|
+
LookUUID string/_
|
1652
1689
|
LuminanceAdjustmentAqua integer/
|
1653
1690
|
LuminanceAdjustmentBlue integer/
|
1654
1691
|
LuminanceAdjustmentGreen integer/
|
@@ -1661,6 +1698,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1661
1698
|
LuminanceNoiseReductionDetail integer/
|
1662
1699
|
LuminanceSmoothing integer/
|
1663
1700
|
MoireFilter string/
|
1701
|
+
Name lang-alt/
|
1664
1702
|
NegativeCacheLargePreviewSize integer/
|
1665
1703
|
NegativeCacheMaximumSize real/
|
1666
1704
|
NegativeCachePath string/
|
@@ -1736,6 +1774,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1736
1774
|
PostCropVignetteMidpoint integer/
|
1737
1775
|
PostCropVignetteRoundness integer/
|
1738
1776
|
PostCropVignetteStyle integer/
|
1777
|
+
PresetType string/
|
1739
1778
|
ProcessVersion string/
|
1740
1779
|
RawFileName string/
|
1741
1780
|
RedEyeInfo string/+
|
@@ -1795,16 +1834,27 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1795
1834
|
SharpenEdgeMasking integer/
|
1796
1835
|
SharpenRadius real/
|
1797
1836
|
Sharpness integer/
|
1837
|
+
ShortName lang-alt/
|
1798
1838
|
Smoothness integer/
|
1839
|
+
SortName lang-alt/
|
1799
1840
|
SplitToningBalance integer/
|
1800
1841
|
SplitToningHighlightHue integer/
|
1801
1842
|
SplitToningHighlightSaturation integer/
|
1802
1843
|
SplitToningShadowHue integer/
|
1803
1844
|
SplitToningShadowSaturation integer/
|
1845
|
+
SupportsAmount boolean/
|
1846
|
+
SupportsColor boolean/
|
1847
|
+
SupportsHighDynamicRange boolean/
|
1848
|
+
SupportsMonochrome boolean/
|
1849
|
+
SupportsNormalDynamicRange boolean/
|
1850
|
+
SupportsOutputReferred boolean/
|
1851
|
+
SupportsSceneReferred boolean/
|
1804
1852
|
ColorTemperature integer/
|
1805
1853
|
Texture integer/
|
1806
1854
|
TIFFHandling string/
|
1807
1855
|
Tint integer/
|
1856
|
+
ToggleStyleAmount integer/
|
1857
|
+
ToggleStyleDigest string/
|
1808
1858
|
ToneCurve string/+
|
1809
1859
|
ToneCurveBlue string/+
|
1810
1860
|
ToneCurveGreen string/+
|
@@ -1832,6 +1882,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1832
1882
|
UprightTransform_5 string/
|
1833
1883
|
UprightTransformCount integer/
|
1834
1884
|
UprightVersion integer/
|
1885
|
+
UUID string/
|
1835
1886
|
Version string/
|
1836
1887
|
Vibrance integer/
|
1837
1888
|
VignetteAmount integer/
|
@@ -1903,7 +1954,28 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1903
1954
|
|
1904
1955
|
Field Name Writable
|
1905
1956
|
---------- --------
|
1957
|
+
Amount string
|
1958
|
+
Cluster string
|
1959
|
+
Copyright string
|
1960
|
+
Group lang-alt
|
1906
1961
|
Name string
|
1962
|
+
Parameters LookParms Struct
|
1963
|
+
SupportsAmount string
|
1964
|
+
SupportsMonochrome string
|
1965
|
+
SupportsOutputReferred string
|
1966
|
+
UUID string
|
1967
|
+
|
1968
|
+
=head3 XMP LookParms Struct
|
1969
|
+
|
1970
|
+
Field Name Writable
|
1971
|
+
---------- --------
|
1972
|
+
CameraProfile string
|
1973
|
+
Clarity2012 string
|
1974
|
+
ConvertToGrayscale string
|
1975
|
+
LookTable string
|
1976
|
+
ProcessVersion string
|
1977
|
+
ToneCurvePV2012 string+
|
1978
|
+
Version string
|
1907
1979
|
|
1908
1980
|
=head3 XMP RetouchArea Struct
|
1909
1981
|
|
@@ -1984,11 +2056,14 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
1984
2056
|
AutoLateralCA integer
|
1985
2057
|
AutoShadows boolean
|
1986
2058
|
AutoTone boolean
|
2059
|
+
AutoToneDigest string
|
2060
|
+
AutoToneDigestNoSat string
|
1987
2061
|
AutoWhiteVersion integer
|
1988
2062
|
Blacks2012 integer
|
1989
2063
|
BlueHue integer
|
1990
2064
|
BlueSaturation integer
|
1991
2065
|
Brightness integer
|
2066
|
+
CameraModelRestriction string
|
1992
2067
|
CameraProfile string
|
1993
2068
|
CameraProfileDigest string
|
1994
2069
|
ChromaticAberrationB integer
|
@@ -2045,13 +2120,27 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2045
2120
|
CircGradBasedCorrWhat string_
|
2046
2121
|
Clarity integer
|
2047
2122
|
Clarity2012 integer
|
2123
|
+
ClipboardAspectRatio integer
|
2124
|
+
ClipboardOrientation integer
|
2125
|
+
Cluster string
|
2126
|
+
ColorGradeBlending integer
|
2127
|
+
ColorGradeGlobalHue integer
|
2128
|
+
ColorGradeGlobalLum integer
|
2129
|
+
ColorGradeGlobalSat integer
|
2130
|
+
ColorGradeHighlightLum integer
|
2131
|
+
ColorGradeMidtoneHue integer
|
2132
|
+
ColorGradeMidtoneLum integer
|
2133
|
+
ColorGradeMidtoneSat integer
|
2134
|
+
ColorGradeShadowLum integer
|
2048
2135
|
ColorNoiseReduction integer
|
2049
2136
|
ColorNoiseReductionDetail integer
|
2050
2137
|
ColorNoiseReductionSmoothness integer
|
2138
|
+
ContactInfo string
|
2051
2139
|
Contrast integer/
|
2052
2140
|
Contrast2012 integer
|
2053
2141
|
Converter string
|
2054
2142
|
ConvertToGrayscale boolean
|
2143
|
+
Copyright string/
|
2055
2144
|
CropAngle real
|
2056
2145
|
CropBottom real
|
2057
2146
|
CropConstrainToWarp integer
|
@@ -2074,6 +2163,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2074
2163
|
DefringePurpleHueHi integer
|
2075
2164
|
DefringePurpleHueLo integer
|
2076
2165
|
Dehaze real
|
2166
|
+
Description lang-alt/
|
2077
2167
|
DNGIgnoreSidecars boolean
|
2078
2168
|
Exposure real
|
2079
2169
|
Exposure2012 real
|
@@ -2130,6 +2220,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2130
2220
|
GradientBasedCorrWhat string_
|
2131
2221
|
GrainAmount integer
|
2132
2222
|
GrainFrequency integer
|
2223
|
+
GrainSeed integer
|
2133
2224
|
GrainSize integer
|
2134
2225
|
GrayMixerAqua integer
|
2135
2226
|
GrayMixerBlue integer
|
@@ -2141,6 +2232,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2141
2232
|
GrayMixerYellow integer
|
2142
2233
|
GreenHue integer
|
2143
2234
|
GreenSaturation integer
|
2235
|
+
Group lang-alt/
|
2144
2236
|
HasCrop boolean
|
2145
2237
|
HasSettings boolean
|
2146
2238
|
Highlight2012 integer
|
@@ -2163,6 +2255,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2163
2255
|
LensProfileDistortionScale integer
|
2164
2256
|
LensProfileEnable integer
|
2165
2257
|
LensProfileFilename string
|
2258
|
+
LensProfileIsEmbedded boolean
|
2166
2259
|
LensProfileMatchKeyCameraModelName string
|
2167
2260
|
LensProfileMatchKeyExifMake string
|
2168
2261
|
LensProfileMatchKeyExifModel string
|
@@ -2175,7 +2268,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2175
2268
|
LensProfileSetup string
|
2176
2269
|
LensProfileVignettingScale integer
|
2177
2270
|
Look Look Struct
|
2178
|
-
|
2271
|
+
LookAmount string_
|
2272
|
+
LookCluster string_
|
2273
|
+
LookCopyright string_
|
2274
|
+
LookGroup lang-alt_
|
2275
|
+
LookName string
|
2276
|
+
LookParameters LookParms Struct_
|
2277
|
+
LookParametersCameraProfile string_
|
2278
|
+
LookParametersClarity2012 string_
|
2279
|
+
LookParametersConvertToGrayscale string_
|
2280
|
+
LookParametersLookTable string_
|
2281
|
+
LookParametersProcessVersion string_
|
2282
|
+
LookParametersToneCurvePV2012 string_+
|
2283
|
+
LookParametersVersion string_
|
2284
|
+
LookSupportsAmount string_
|
2285
|
+
LookSupportsMonochrome string_
|
2286
|
+
LookSupportsOutputReferred string_
|
2287
|
+
LookUUID string_
|
2179
2288
|
LuminanceAdjustmentAqua integer
|
2180
2289
|
LuminanceAdjustmentBlue integer
|
2181
2290
|
LuminanceAdjustmentGreen integer
|
@@ -2188,6 +2297,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2188
2297
|
LuminanceNoiseReductionDetail integer
|
2189
2298
|
LuminanceSmoothing integer
|
2190
2299
|
MoireFilter string
|
2300
|
+
Name lang-alt/
|
2191
2301
|
NegativeCacheLargePreviewSize integer
|
2192
2302
|
NegativeCacheMaximumSize real
|
2193
2303
|
NegativeCachePath string
|
@@ -2263,6 +2373,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2263
2373
|
PostCropVignetteMidpoint integer
|
2264
2374
|
PostCropVignetteRoundness integer
|
2265
2375
|
PostCropVignetteStyle integer
|
2376
|
+
PresetType string
|
2266
2377
|
ProcessVersion string
|
2267
2378
|
RawFileName string
|
2268
2379
|
RedEyeInfo string+
|
@@ -2322,16 +2433,27 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2322
2433
|
SharpenEdgeMasking integer
|
2323
2434
|
SharpenRadius real
|
2324
2435
|
Sharpness integer/
|
2436
|
+
ShortName lang-alt
|
2325
2437
|
Smoothness integer
|
2438
|
+
SortName lang-alt
|
2326
2439
|
SplitToningBalance integer
|
2327
2440
|
SplitToningHighlightHue integer
|
2328
2441
|
SplitToningHighlightSaturation integer
|
2329
2442
|
SplitToningShadowHue integer
|
2330
2443
|
SplitToningShadowSaturation integer
|
2444
|
+
SupportsAmount boolean
|
2445
|
+
SupportsColor boolean
|
2446
|
+
SupportsHighDynamicRange boolean
|
2447
|
+
SupportsMonochrome boolean
|
2448
|
+
SupportsNormalDynamicRange boolean
|
2449
|
+
SupportsOutputReferred boolean
|
2450
|
+
SupportsSceneReferred boolean
|
2331
2451
|
ColorTemperature integer
|
2332
2452
|
Texture integer
|
2333
2453
|
TIFFHandling string
|
2334
2454
|
Tint integer
|
2455
|
+
ToggleStyleAmount integer
|
2456
|
+
ToggleStyleDigest string
|
2335
2457
|
ToneCurve string+
|
2336
2458
|
ToneCurveBlue string+
|
2337
2459
|
ToneCurveGreen string+
|
@@ -2359,6 +2481,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2359
2481
|
UprightTransform_5 string
|
2360
2482
|
UprightTransformCount integer
|
2361
2483
|
UprightVersion integer
|
2484
|
+
UUID string/
|
2362
2485
|
Version string
|
2363
2486
|
Vibrance integer
|
2364
2487
|
VignetteAmount integer
|
@@ -2887,7 +3010,7 @@ These tags belong to the ExifTool XMP-exif family 1 group.
|
|
2887
3010
|
=head3 XMP exifEX Tags
|
2888
3011
|
|
2889
3012
|
EXIF tags added by the EXIF 2.31 for XMP specification (see
|
2890
|
-
L<http://www.cipa.jp/std/documents/e/DC-
|
3013
|
+
L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
|
2891
3014
|
|
2892
3015
|
These tags belong to the ExifTool XMP-exifEX family 1 group.
|
2893
3016
|
|
@@ -3118,6 +3241,7 @@ These tags belong to the ExifTool XMP-GPano family 1 group.
|
|
3118
3241
|
FullPanoWidthPixels real
|
3119
3242
|
InitialCameraDolly real
|
3120
3243
|
InitialHorizontalFOVDegrees real
|
3244
|
+
InitialVerticalFOVDegrees real
|
3121
3245
|
InitialViewHeadingDegrees real
|
3122
3246
|
InitialViewPitchDegrees real
|
3123
3247
|
InitialViewRollDegrees real
|
@@ -4275,6 +4399,7 @@ These tags belong to the ExifTool XMP-xmp family 1 group.
|
|
4275
4399
|
PageImagePageNumber integer_+
|
4276
4400
|
PageImageWidth integer_+
|
4277
4401
|
Rating real
|
4402
|
+
RatingPercent real/
|
4278
4403
|
Thumbnails Thumbnail Struct+
|
4279
4404
|
ThumbnailFormat string_+
|
4280
4405
|
ThumbnailHeight integer_+
|
@@ -5775,6 +5900,7 @@ boot, not including standby time.
|
|
5775
5900
|
ColorData7 Canon ColorData7
|
5776
5901
|
ColorData8 Canon ColorData8
|
5777
5902
|
ColorData9 Canon ColorData9
|
5903
|
+
ColorData10 Canon ColorData10
|
5778
5904
|
ColorDataUnknown Canon ColorDataUnknown
|
5779
5905
|
0x4002 CRWParam? no
|
5780
5906
|
0x4003 ColorInfo Canon ColorInfo
|
@@ -6737,6 +6863,7 @@ Unknown CameraInfo tags are divided into 3 tables based on format size.
|
|
6737
6863
|
Index1 Tag Name Writable
|
6738
6864
|
------ -------- --------
|
6739
6865
|
363 LensSerialNumber undef[5]
|
6866
|
+
1473 FirmwareVersion no
|
6740
6867
|
|
6741
6868
|
=head3 Canon MovieInfo Tags
|
6742
6869
|
|
@@ -7665,6 +7792,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
7665
7792
|
797 SpecularWhiteLevel int16u
|
7666
7793
|
798 LinearityUpperMargin int16u
|
7667
7794
|
|
7795
|
+
=head3 Canon ColorData10 Tags
|
7796
|
+
|
7797
|
+
Index2 Tag Name Writable
|
7798
|
+
------ -------- --------
|
7799
|
+
0 ColorDataVersion int16s
|
7800
|
+
85 WB_RGGBLevelsAsShot int16s[4]
|
7801
|
+
89 ColorTempAsShot int16s
|
7802
|
+
90 WB_RGGBLevelsAuto int16s[4]
|
7803
|
+
94 ColorTempAuto int16s
|
7804
|
+
95 WB_RGGBLevelsMeasured int16s[4]
|
7805
|
+
99 ColorTempMeasured int16s
|
7806
|
+
100 WB_RGGBLevelsUnknown? int16s[4]
|
7807
|
+
104 ColorTempUnknown? int16s
|
7808
|
+
105 WB_RGGBLevelsUnknown2? int16s[4]
|
7809
|
+
109 ColorTempUnknown2? int16s
|
7810
|
+
110 WB_RGGBLevelsUnknown3? int16s[4]
|
7811
|
+
114 ColorTempUnknown3? int16s
|
7812
|
+
115 WB_RGGBLevelsUnknown4? int16s[4]
|
7813
|
+
119 ColorTempUnknown4? int16s
|
7814
|
+
120 WB_RGGBLevelsUnknown5? int16s[4]
|
7815
|
+
124 ColorTempUnknown5? int16s
|
7816
|
+
125 WB_RGGBLevelsUnknown6? int16s[4]
|
7817
|
+
129 ColorTempUnknown6? int16s
|
7818
|
+
130 WB_RGGBLevelsUnknown7? int16s[4]
|
7819
|
+
134 ColorTempUnknown7? int16s
|
7820
|
+
135 WB_RGGBLevelsUnknown8? int16s[4]
|
7821
|
+
139 ColorTempUnknown8? int16s
|
7822
|
+
140 WB_RGGBLevelsUnknown9? int16s[4]
|
7823
|
+
144 ColorTempUnknown9? int16s
|
7824
|
+
145 WB_RGGBLevelsUnknown10? int16s[4]
|
7825
|
+
149 ColorTempUnknown10? int16s
|
7826
|
+
150 WB_RGGBLevelsDaylight int16s[4]
|
7827
|
+
154 ColorTempDaylight int16s
|
7828
|
+
155 WB_RGGBLevelsShade int16s[4]
|
7829
|
+
159 ColorTempShade int16s
|
7830
|
+
160 WB_RGGBLevelsCloudy int16s[4]
|
7831
|
+
164 ColorTempCloudy int16s
|
7832
|
+
165 WB_RGGBLevelsTungsten int16s[4]
|
7833
|
+
169 ColorTempTungsten int16s
|
7834
|
+
170 WB_RGGBLevelsFluorescent int16s[4]
|
7835
|
+
174 ColorTempFluorescent int16s
|
7836
|
+
175 WB_RGGBLevelsKelvin int16s[4]
|
7837
|
+
179 ColorTempKelvin int16s
|
7838
|
+
180 WB_RGGBLevelsFlash int16s[4]
|
7839
|
+
184 ColorTempFlash int16s
|
7840
|
+
185 WB_RGGBLevelsUnknown11? int16s[4]
|
7841
|
+
189 ColorTempUnknown11? int16s
|
7842
|
+
190 WB_RGGBLevelsUnknown12? int16s[4]
|
7843
|
+
194 ColorTempUnknown12? int16s
|
7844
|
+
195 WB_RGGBLevelsUnknown13? int16s[4]
|
7845
|
+
199 ColorTempUnknown13? int16s
|
7846
|
+
200 WB_RGGBLevelsUnknown14? int16s[4]
|
7847
|
+
204 ColorTempUnknown14? int16s
|
7848
|
+
205 WB_RGGBLevelsUnknown15? int16s[4]
|
7849
|
+
209 ColorTempUnknown15? int16s
|
7850
|
+
210 WB_RGGBLevelsUnknown16? int16s[4]
|
7851
|
+
214 ColorTempUnknown16? int16s
|
7852
|
+
215 WB_RGGBLevelsUnknown17? int16s[4]
|
7853
|
+
219 ColorTempUnknown17? int16s
|
7854
|
+
220 WB_RGGBLevelsUnknown18? int16s[4]
|
7855
|
+
224 ColorTempUnknown18? int16s
|
7856
|
+
225 WB_RGGBLevelsUnknown19? int16s[4]
|
7857
|
+
229 ColorTempUnknown19? int16s
|
7858
|
+
230 WB_RGGBLevelsUnknown20? int16s[4]
|
7859
|
+
234 ColorTempUnknown20? int16s
|
7860
|
+
235 WB_RGGBLevelsUnknown21? int16s[4]
|
7861
|
+
239 ColorTempUnknown21? int16s
|
7862
|
+
240 WB_RGGBLevelsUnknown22? int16s[4]
|
7863
|
+
244 ColorTempUnknown22? int16s
|
7864
|
+
245 WB_RGGBLevelsUnknown23? int16s[4]
|
7865
|
+
249 ColorTempUnknown23? int16s
|
7866
|
+
250 WB_RGGBLevelsUnknown24? int16s[4]
|
7867
|
+
254 ColorTempUnknown24? int16s
|
7868
|
+
255 WB_RGGBLevelsUnknown25? int16s[4]
|
7869
|
+
259 ColorTempUnknown25? int16s
|
7870
|
+
260 WB_RGGBLevelsUnknown26? int16s[4]
|
7871
|
+
264 ColorTempUnknown26? int16s
|
7872
|
+
265 WB_RGGBLevelsUnknown27? int16s[4]
|
7873
|
+
269 ColorTempUnknown27? int16s
|
7874
|
+
270 WB_RGGBLevelsUnknown28? int16s[4]
|
7875
|
+
274 ColorTempUnknown28? int16s
|
7876
|
+
275 WB_RGGBLevelsUnknown29? int16s[4]
|
7877
|
+
279 ColorTempUnknown29? int16s
|
7878
|
+
280 ColorCalib? Canon ColorCalib
|
7879
|
+
343 PerChannelBlackLevel int16u[4]
|
7880
|
+
810 NormalWhiteLevel int16u
|
7881
|
+
811 SpecularWhiteLevel int16u
|
7882
|
+
812 LinearityUpperMargin int16u
|
7883
|
+
|
7668
7884
|
=head3 Canon ColorDataUnknown Tags
|
7669
7885
|
|
7670
7886
|
Index2 Tag Name Writable
|
@@ -8185,8 +8401,10 @@ well as newer tags and values added by later models.
|
|
8185
8401
|
AEBShotCount int32s[2]
|
8186
8402
|
0x0107 SpotMeterLinkToAFPoint int32s
|
8187
8403
|
0x0108 SafetyShift int32s
|
8188
|
-
0x0109 UsableShootingModes int32s
|
8189
|
-
|
8404
|
+
0x0109 UsableShootingModes int32s
|
8405
|
+
UsableShootingModes int32s[2]
|
8406
|
+
0x010a UsableMeteringModes int32s
|
8407
|
+
UsableMeteringModes int32s[2]
|
8190
8408
|
0x010b ExposureModeInManual int32s
|
8191
8409
|
0x010c ShutterSpeedRange int32s[3]
|
8192
8410
|
ShutterSpeedRange int32s[4]
|
@@ -8244,9 +8462,11 @@ well as newer tags and values added by later models.
|
|
8244
8462
|
0x051d VFDisplayIllumination int32s
|
8245
8463
|
0x051e InitialAFPointAIServoAF int32s
|
8246
8464
|
0x060f MirrorLockup int32s
|
8247
|
-
0x0610 ContinuousShootingSpeed int32s[
|
8465
|
+
0x0610 ContinuousShootingSpeed int32s[6]
|
8466
|
+
ContinuousShootingSpeed int32s[3]
|
8248
8467
|
0x0611 ContinuousShotLimit int32s[2]
|
8249
|
-
0x0612 RestrictDriveModes int32s
|
8468
|
+
0x0612 RestrictDriveModes int32s
|
8469
|
+
RestrictDriveModes int32s[2]
|
8250
8470
|
0x0701 Shutter-AELock int32s
|
8251
8471
|
AFAndMeteringButtons int32s
|
8252
8472
|
ShutterButtonAFOnButton int32s
|
@@ -8271,7 +8491,8 @@ well as newer tags and values added by later models.
|
|
8271
8491
|
0x0714 RFLensMFFocusRingSensitivity int32s
|
8272
8492
|
0x0715 CustomizeDials int32s
|
8273
8493
|
0x080b FocusingScreen int32s
|
8274
|
-
0x080c TimerLength int32s[
|
8494
|
+
0x080c TimerLength int32s[3]
|
8495
|
+
TimerLength int32s[4]
|
8275
8496
|
0x080d ShortReleaseTimeLag int32s
|
8276
8497
|
0x080e AddAspectRatioInfo int32s
|
8277
8498
|
0x080f AddOriginalDecisionData int32s
|
@@ -11724,6 +11945,7 @@ DiMAGE X and Xt.
|
|
11724
11945
|
ShotInfoD4S Nikon ShotInfoD4S
|
11725
11946
|
ShotInfoD5 Nikon ShotInfoD500
|
11726
11947
|
ShotInfoD500 Nikon ShotInfoD500
|
11948
|
+
ShotInfoD6 Nikon ShotInfo
|
11727
11949
|
ShotInfoD610 Nikon ShotInfoD610
|
11728
11950
|
ShotInfo02xx Nikon ShotInfo
|
11729
11951
|
ShotInfoUnknown Nikon ShotInfo
|
@@ -12324,16 +12546,6 @@ These tags are extracted from encrypted data in images from the D5 and D500.
|
|
12324
12546
|
11308 YawAngle fixed32u
|
12325
12547
|
11940 NikonMeteringMode int8u & 0x03
|
12326
12548
|
|
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
12549
|
=head3 Nikon ShotInfo Tags
|
12338
12550
|
|
12339
12551
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
@@ -12353,6 +12565,16 @@ only valid for specific models.
|
|
12353
12565
|
430 VibrationReduction int8u
|
12354
12566
|
589 ShutterCount int32u
|
12355
12567
|
|
12568
|
+
=head3 Nikon ShotInfoD610 Tags
|
12569
|
+
|
12570
|
+
These tags are extracted from encrypted data in images from the D610.
|
12571
|
+
|
12572
|
+
Index Tag Name Writable
|
12573
|
+
----- -------- --------
|
12574
|
+
0 ShotInfoVersion no
|
12575
|
+
4 FirmwareVersion no
|
12576
|
+
1999 CustomSettingsD610 NikonCustom SettingsD610
|
12577
|
+
|
12356
12578
|
=head3 Nikon ColorBalance1 Tags
|
12357
12579
|
|
12358
12580
|
Index2 Tag Name Writable
|
@@ -12686,6 +12908,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12686
12908
|
AFPointsUsed undef[20]
|
12687
12909
|
AFPointsUsed undef[13]
|
12688
12910
|
AFPointsUsed undef[7]
|
12911
|
+
10 AFPointsUsed undef[14]
|
12689
12912
|
16 AFImageWidth int16u
|
12690
12913
|
18 AFImageHeight int16u
|
12691
12914
|
20 AFAreaXPosition int16u
|
@@ -12693,12 +12916,15 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12693
12916
|
24 AFAreaWidth int16u
|
12694
12917
|
26 AFAreaHeight int16u
|
12695
12918
|
28 ContrastDetectAFInFocus int8u
|
12919
|
+
AFPointsSelected undef[20]
|
12696
12920
|
42 AFImageWidth int16u
|
12697
12921
|
44 AFImageHeight int16u
|
12698
12922
|
46 AFAreaXPosition int16u
|
12699
12923
|
48 AFAreaYPosition int16u
|
12924
|
+
AFPointsInFocus undef[20]
|
12700
12925
|
50 AFAreaWidth int16u
|
12701
12926
|
52 AFAreaHeight int16u
|
12927
|
+
56 PrimaryAFPoint int8u
|
12702
12928
|
68 PrimaryAFPoint int8u
|
12703
12929
|
70 AFImageWidth int16u
|
12704
12930
|
72 AFImageHeight int16u
|
@@ -12724,6 +12950,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12724
12950
|
0 AFFineTune int8u
|
12725
12951
|
1 AFFineTuneIndex int8u
|
12726
12952
|
2 AFFineTuneAdj int8s
|
12953
|
+
3 AFFineTuneAdjTele int8s
|
12727
12954
|
|
12728
12955
|
=head3 Nikon RetouchInfo Tags
|
12729
12956
|
|
@@ -14422,6 +14649,7 @@ any information found here will be extracted, even if the tag is not listed.
|
|
14422
14649
|
0x0305 AFPointSelected rational64s[5]
|
14423
14650
|
0x0306 AFFineTune int8u
|
14424
14651
|
0x0307 AFFineTuneAdj int16s[3]
|
14652
|
+
0x0308 FocusBracketStepSize int8u
|
14425
14653
|
0x0400 FlashMode int16u
|
14426
14654
|
0x0401 FlashExposureComp rational64s
|
14427
14655
|
0x0403 FlashRemoteControl int16u
|
@@ -14891,6 +15119,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
14891
15119
|
0x0024 FlashBias int16s
|
14892
15120
|
0x0025 InternalSerialNumber undef[16]
|
14893
15121
|
0x0026 PanasonicExifVersion undef
|
15122
|
+
0x0027 VideoFrameRate int16u
|
14894
15123
|
0x0028 ColorEffect int16u
|
14895
15124
|
0x0029 TimeSincePowerOn int32u
|
14896
15125
|
0x002a BurstMode int16u
|
@@ -14905,6 +15134,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
14905
15134
|
0x0034 OpticalZoomMode int16u
|
14906
15135
|
0x0035 ConversionLens int16u
|
14907
15136
|
0x0036 TravelDay int16u
|
15137
|
+
0x0038 BatteryLevel int16u
|
14908
15138
|
0x0039 Contrast int16u
|
14909
15139
|
0x003a WorldTimeLocation int16u
|
14910
15140
|
0x003b TextStamp int16u
|
@@ -14966,18 +15196,27 @@ These tags are used in Panasonic/Leica cameras.
|
|
14966
15196
|
0x009d InternalNDFilter rational64u
|
14967
15197
|
0x009e HDR int16u
|
14968
15198
|
0x009f ShutterType int16u
|
15199
|
+
0x00a1 FilterEffect rational64u[0.5]
|
14969
15200
|
0x00a3 ClearRetouchValue rational64u
|
14970
15201
|
0x00a7 OutputLUT yes
|
14971
15202
|
0x00ab TouchAE int16u
|
15203
|
+
0x00ac MonochromeFilterEffect int16u
|
14972
15204
|
0x00ad HighlightShadow int16u[2]
|
14973
15205
|
0x00af TimeStamp string
|
15206
|
+
0x00b3 VideoBurstResolution int16u
|
14974
15207
|
0x00b4 MultiExposure int16u
|
14975
15208
|
0x00b9 RedEyeRemoval int16u
|
14976
15209
|
0x00bb VideoBurstMode int32u
|
14977
15210
|
0x00bc DiffractionCorrection int16u
|
15211
|
+
0x00bd FocusBracket int16u
|
15212
|
+
0x00be LongExposureNRUsed int16u
|
15213
|
+
0x00bf PostFocusMerging int32u[2]
|
15214
|
+
0x00c1 VideoPreburst int16u
|
14978
15215
|
0x00c4 LensTypeMake int16u
|
14979
15216
|
0x00c5 LensTypeModel int16u
|
15217
|
+
0x00ca SensorType int16u
|
14980
15218
|
0x00d1 ISO int32u
|
15219
|
+
0x00d2 MonochromeGrainEffect int16u
|
14981
15220
|
0x00d6 NoiseReductionStrength rational64s
|
14982
15221
|
0x0e00 PrintIM PrintIM
|
14983
15222
|
0x2003 TimeInfo Panasonic TimeInfo
|
@@ -15375,6 +15614,7 @@ These tags are used in Pentax/Asahi cameras.
|
|
15375
15614
|
0x0228 FaceSize Pentax FaceSize
|
15376
15615
|
0x0229 SerialNumber string
|
15377
15616
|
0x022a FilterInfo Pentax FilterInfo
|
15617
|
+
Pentax FilterInfo
|
15378
15618
|
0x022b LevelInfo Pentax LevelInfo
|
15379
15619
|
0x022d WBLevels Pentax WBLevels
|
15380
15620
|
0x022e Artist string
|
@@ -16681,6 +16921,7 @@ defined below, ExifTool will extract any information found here.
|
|
16681
16921
|
'Location' Location no
|
16682
16922
|
'Sign type' SignType no
|
16683
16923
|
'_audio' SoundFile no
|
16924
|
+
'_barcode' Barcodes no+
|
16684
16925
|
|
16685
16926
|
=head3 Ricoh AVI Tags
|
16686
16927
|
|
@@ -16894,6 +17135,7 @@ MakerNotes.
|
|
16894
17135
|
0x900b Tag900b Sony Tag900b
|
16895
17136
|
0x9050 Tag9050a Sony Tag9050a
|
16896
17137
|
Tag9050b Sony Tag9050b
|
17138
|
+
Tag9050c Sony Tag9050c
|
16897
17139
|
0x9400 Tag9400a Sony Tag9400a
|
16898
17140
|
Tag9400b Sony Tag9400b
|
16899
17141
|
Tag9400c Sony Tag9400c
|
@@ -16910,6 +17152,7 @@ MakerNotes.
|
|
16910
17152
|
0x940c Tag940c Sony Tag940c
|
16911
17153
|
0x940e AFInfo Sony AFInfo
|
16912
17154
|
Tag940e Sony Tag940e
|
17155
|
+
0x9416 Sony_0x9416 Sony Tag9416
|
16913
17156
|
0xb000 FileFormat int8u[4]
|
16914
17157
|
0xb001 SonyModelID int16u
|
16915
17158
|
0xb020 CreativeStyle string
|
@@ -17769,7 +18012,7 @@ ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
|
|
17769
18012
|
|
17770
18013
|
=head3 Sony Tag2010i Tags
|
17771
18014
|
|
17772
|
-
Valid for ILCE-6100/6400/6600/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
|
18015
|
+
Valid for ILCE-6100/6400/6600/7C/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
|
17773
18016
|
RX100M5A/RX100M7/HX99.
|
17774
18017
|
|
17775
18018
|
Index1 Tag Name Writable
|
@@ -17932,7 +18175,7 @@ substitution cipher, but the deciphered values are listed below.
|
|
17932
18175
|
|
17933
18176
|
=head3 Sony Tag9050b Tags
|
17934
18177
|
|
17935
|
-
Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
|
18178
|
+
Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
|
17936
18179
|
7SM2/9/9M2, ILCA-99M2.
|
17937
18180
|
|
17938
18181
|
Index1 Tag Name Writable
|
@@ -17972,6 +18215,24 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
|
|
17972
18215
|
APS-CSizeCapture int8u
|
17973
18216
|
542 LensSpecFeatures undef[2]
|
17974
18217
|
|
18218
|
+
=head3 Sony Tag9050c Tags
|
18219
|
+
|
18220
|
+
Valid from July 2020 for ILCE-7SM3.
|
18221
|
+
|
18222
|
+
Index1 Tag Name Writable
|
18223
|
+
------ -------- --------
|
18224
|
+
38 Shutter int16u[3]
|
18225
|
+
57 FlashStatus int8u
|
18226
|
+
58 ShutterCount int32u~
|
18227
|
+
70 SonyExposureTime int16u
|
18228
|
+
72 SonyFNumber int16u
|
18229
|
+
75 ReleaseMode2 int8u
|
18230
|
+
80 ShutterCount2 int32u
|
18231
|
+
102 SonyExposureTime int16u
|
18232
|
+
104 SonyFNumber int16u
|
18233
|
+
107 ReleaseMode2 int8u
|
18234
|
+
136 InternalSerialNumber int8u[6]~
|
18235
|
+
|
17975
18236
|
=head3 Sony Tag9400a Tags
|
17976
18237
|
|
17977
18238
|
Valid for many DSC, NEX and SLT models
|
@@ -18011,14 +18272,13 @@ DSC-HX50V, DSC-QX10/QX100.
|
|
18011
18272
|
|
18012
18273
|
Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
|
18013
18274
|
RX10M2/RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/
|
18014
|
-
WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/
|
18015
|
-
6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18275
|
+
WX350/WX500, ILCE-7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
18276
|
+
5100/6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18016
18277
|
|
18017
18278
|
Index1 Tag Name Writable
|
18018
18279
|
------ -------- --------
|
18019
18280
|
9 ReleaseMode2 int8u
|
18020
|
-
10 ShotNumberSincePowerUp
|
18021
|
-
ShotNumberSincePowerUp int32u
|
18281
|
+
10 ShotNumberSincePowerUp int32u
|
18022
18282
|
18 SequenceImageNumber int32u
|
18023
18283
|
22 SequenceLength int8u
|
18024
18284
|
26 SequenceFileNumber int32u
|
@@ -18033,6 +18293,7 @@ WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/6000/
|
|
18033
18293
|
Index1 Tag Name Writable
|
18034
18294
|
------ -------- --------
|
18035
18295
|
1176 ISOInfo Sony ISOInfo
|
18296
|
+
1185 ISOInfo Sony ISOInfo
|
18036
18297
|
1186 ISOInfo Sony ISOInfo
|
18037
18298
|
1437 ISOInfo Sony ISOInfo
|
18038
18299
|
1588 ISOInfo Sony ISOInfo
|
@@ -18360,6 +18621,33 @@ E-mount models.
|
|
18360
18621
|
6663 TiffMeteringImageHeight no
|
18361
18622
|
6664 TiffMeteringImage no
|
18362
18623
|
|
18624
|
+
=head3 Sony Tag9416 Tags
|
18625
|
+
|
18626
|
+
Valid for the ILCE-7SM3.
|
18627
|
+
|
18628
|
+
Index1 Tag Name Writable
|
18629
|
+
------ -------- --------
|
18630
|
+
0 Tag9416_0000 no
|
18631
|
+
4 SonyISO no
|
18632
|
+
6 StopsAboveBaseISO no
|
18633
|
+
10 SonyExposureTime2 no
|
18634
|
+
12 ExposureTime no
|
18635
|
+
16 SonyFNumber2 no
|
18636
|
+
18 SonyMaxApertureValue no
|
18637
|
+
29 SequenceImageNumber no
|
18638
|
+
53 ExposureProgram no
|
18639
|
+
72 LensMount no
|
18640
|
+
73 LensFormat no
|
18641
|
+
74 LensMount no
|
18642
|
+
75 LensType2 no
|
18643
|
+
77 LensType no
|
18644
|
+
79 DistortionCorrParams no
|
18645
|
+
113 FocalLength no
|
18646
|
+
115 MinFocalLength no
|
18647
|
+
117 MaxFocalLength no
|
18648
|
+
2191 VignettingCorrParams no
|
18649
|
+
2324 ChromaticAberrationCorrParams no
|
18650
|
+
|
18363
18651
|
=head3 Sony PIC Tags
|
18364
18652
|
|
18365
18653
|
The TextInfo data is extracted as a block to preserve the formatting, and
|
@@ -18529,6 +18817,16 @@ some models when the ExtractEmbedded option is used.
|
|
18529
18817
|
|
18530
18818
|
Tag ID Tag Name Writable
|
18531
18819
|
------ -------- --------
|
18820
|
+
0x8500 GPSVersionID no
|
18821
|
+
0x8501 GPSLatitudeRef no
|
18822
|
+
0x8502 GPSLatitude no
|
18823
|
+
0x8503 GPSLongitudeRef no
|
18824
|
+
0x8504 GPSLongitude no
|
18825
|
+
0x8507 GPSTimeStamp no
|
18826
|
+
0x8509 GPSStatus no
|
18827
|
+
0x850a GPSMeasureMode no
|
18828
|
+
0x8512 GPSMapDatum no
|
18829
|
+
0x851d GPSDateStamp no
|
18532
18830
|
0xe304 DateTime no
|
18533
18831
|
|
18534
18832
|
=head2 SonyIDC Tags
|
@@ -19100,7 +19398,11 @@ Lens distortion correction information.
|
|
19100
19398
|
0x1201 LensTypeMake no
|
19101
19399
|
0x1202 LensTypeModel no
|
19102
19400
|
0x1203 FocalLengthIn35mmFormat no
|
19401
|
+
0x1301 ApertureValue no
|
19402
|
+
0x1302 ShutterSpeedValue no
|
19403
|
+
0x1303 SensitivityValue no
|
19103
19404
|
0x1305 HighISOMode no
|
19405
|
+
0x1412 FacesDetected no
|
19104
19406
|
0x3200 WB_CFA0_LevelDaylight no
|
19105
19407
|
0x3201 WB_CFA1_LevelDaylight no
|
19106
19408
|
0x3202 WB_CFA2_LevelDaylight no
|
@@ -19638,8 +19940,8 @@ found in the APP2 "MPF" segment of JPEG images. MPImage data referenced
|
|
19638
19940
|
from this segment is stored as a JPEG trailer. The MPF tags are not
|
19639
19941
|
writable, however the MPF segment may be deleted as a group (with "MPF:All")
|
19640
19942
|
but then the JPEG trailer should also be deleted (with "Trailer:All"). See
|
19641
|
-
L<http://www.cipa.jp/std/documents/e/DC-007_E.pdf>
|
19642
|
-
specification.
|
19943
|
+
L<https://web.archive.org/web/20190713230858/http://www.cipa.jp/std/documents/e/DC-007_E.pdf>
|
19944
|
+
for the official specification.
|
19643
19945
|
|
19644
19946
|
Tag ID Tag Name Writable
|
19645
19947
|
------ -------- --------
|
@@ -19684,8 +19986,8 @@ embedded images.
|
|
19684
19986
|
|
19685
19987
|
These tags are part of the CIPA Stereo Still Image specification, and are
|
19686
19988
|
found in the APP3 "Stim" segment of JPEG images. See
|
19687
|
-
L<http://www.cipa.jp/std/documents/e/DC-006_E.pdf>
|
19688
|
-
official specification.
|
19989
|
+
L<https://web.archive.org/web/20190718152459/http://www.cipa.jp/std/documents/e/DC-006_E.pdf>
|
19990
|
+
for the official specification.
|
19689
19991
|
|
19690
19992
|
Tag ID Tag Name Writable
|
19691
19993
|
------ -------- --------
|
@@ -19814,6 +20116,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
|
|
19814
20116
|
'TSMP' TotalSamples? no
|
19815
20117
|
'TYPE' StructureType? no
|
19816
20118
|
'UNIT' Units? no
|
20119
|
+
'VERS' MetadataVersion no
|
19817
20120
|
'VFOV' FieldOfView no
|
19818
20121
|
'VFRH' VisualFlightRulesHUD no
|
19819
20122
|
'WBAL' ColorTemperatures no
|
@@ -21211,7 +21514,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21211
21514
|
EventDate date_
|
21212
21515
|
EventID string_
|
21213
21516
|
EventRemarks lang-alt_
|
21214
|
-
EventTime
|
21517
|
+
EventTime string_
|
21215
21518
|
EventFieldNotes string_
|
21216
21519
|
EventFieldNumber string_
|
21217
21520
|
EventHabitat string_
|
@@ -21253,7 +21556,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21253
21556
|
HumanObservationEventDate date_
|
21254
21557
|
HumanObservationEventID string_
|
21255
21558
|
HumanObservationEventRemarks lang-alt_
|
21256
|
-
HumanObservationEventTime
|
21559
|
+
HumanObservationEventTime string_
|
21257
21560
|
HumanObservationFieldNotes string_
|
21258
21561
|
HumanObservationFieldNumber string_
|
21259
21562
|
HumanObservationHabitat string_
|
@@ -21285,7 +21588,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21285
21588
|
MachineObservationEventDate date_
|
21286
21589
|
MachineObservationEventID string_
|
21287
21590
|
MachineObservationEventRemarks lang-alt_
|
21288
|
-
MachineObservationEventTime
|
21591
|
+
MachineObservationEventTime string_
|
21289
21592
|
MachineObservationFieldNotes string_
|
21290
21593
|
MachineObservationFieldNumber string_
|
21291
21594
|
MachineObservationHabitat string_
|
@@ -21461,7 +21764,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
21461
21764
|
EventDate date
|
21462
21765
|
EventID string
|
21463
21766
|
EventRemarks lang-alt
|
21464
|
-
EventTime
|
21767
|
+
EventTime string
|
21465
21768
|
FieldNotes string
|
21466
21769
|
FieldNumber string
|
21467
21770
|
Habitat string
|
@@ -22795,6 +23098,7 @@ Information extracted from the GIF logical screen descriptor.
|
|
22795
23098
|
4.2 ColorResolutionDepth no
|
22796
23099
|
4.3 BitsPerPixel no
|
22797
23100
|
5 BackgroundColor no
|
23101
|
+
6 PixelAspectRatio no
|
22798
23102
|
|
22799
23103
|
=head2 BMP Tags
|
22800
23104
|
|
@@ -23077,6 +23381,7 @@ check if speed is more of a concern.
|
|
23077
23381
|
'hIST' PaletteHistogram no
|
23078
23382
|
'iCCP' ICC_Profile ICC_Profile
|
23079
23383
|
'iCCP-name' ProfileName no
|
23384
|
+
'iDOT' AppleDataOffsets no
|
23080
23385
|
'iTXt' InternationalText PNG TextualData
|
23081
23386
|
'oFFs' ImageOffset no
|
23082
23387
|
'pCAL' PixelCalibration no
|
@@ -23563,6 +23868,8 @@ Tags extracted from DPX (Digital Picture Exchange) images.
|
|
23563
23868
|
776 ImageHeight no
|
23564
23869
|
780 DataSign no
|
23565
23870
|
800 ComponentsConfiguration no
|
23871
|
+
801 TransferCharacteristic no
|
23872
|
+
802 ColorimetricSpecification no
|
23566
23873
|
803 BitDepth no
|
23567
23874
|
820 ImageDescription no
|
23568
23875
|
892 Image2Description no
|
@@ -23576,9 +23883,12 @@ Tags extracted from DPX (Digital Picture Exchange) images.
|
|
23576
23883
|
1532 SourceCreateDate no
|
23577
23884
|
1556 InputDeviceName no
|
23578
23885
|
1588 InputDeviceSerialNumber no
|
23579
|
-
1724
|
23886
|
+
1724 OriginalFrameRate no
|
23887
|
+
1728 ShutterAngle no
|
23580
23888
|
1732 FrameID no
|
23581
23889
|
1764 SlateInformation no
|
23890
|
+
1920 TimeCode no
|
23891
|
+
1940 FrameRate no
|
23582
23892
|
1972 Reserved5? no
|
23583
23893
|
2048 UserID no
|
23584
23894
|
|
@@ -23627,6 +23937,18 @@ the official specification.
|
|
23627
23937
|
'wrapmodes' WrapModes no
|
23628
23938
|
'xDensity' XResolution no
|
23629
23939
|
|
23940
|
+
=head2 ZISRAW Tags
|
23941
|
+
|
23942
|
+
As well as the header information listed below, ExifTool also extracts the
|
23943
|
+
top-level XML-based metadata from Zeiss Integrated Software RAW (ZISRAW) CZI
|
23944
|
+
files.
|
23945
|
+
|
23946
|
+
Index1 Tag Name Writable
|
23947
|
+
------ -------- --------
|
23948
|
+
32 ZISRAWVersion no
|
23949
|
+
48 PrimaryFileGUID no
|
23950
|
+
64 FileGUID no
|
23951
|
+
|
23630
23952
|
=head2 MIFF Tags
|
23631
23953
|
|
23632
23954
|
The MIFF (Magick Image File Format) format allows aribrary tag names to be
|
@@ -23802,6 +24124,7 @@ specification.
|
|
23802
24124
|
Tag ID Tag Name Writable
|
23803
24125
|
------ -------- --------
|
23804
24126
|
'_command' Command no
|
24127
|
+
'_comment' Comment no
|
23805
24128
|
'_orient' Orientation no
|
23806
24129
|
'colorcorr' ColorCorrection no
|
23807
24130
|
'exposure' Exposure no
|
@@ -24123,13 +24446,13 @@ Additional document permissions imposed by digital signatures.
|
|
24123
24446
|
|
24124
24447
|
=head2 ID3 Tags
|
24125
24448
|
|
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.
|
24449
|
+
ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, AIFF, OGG,
|
24450
|
+
FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
|
24451
|
+
languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
|
24452
|
+
followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
|
24453
|
+
"Comment-spa"). See L<http://www.id3.org/> for the official ID3
|
24454
|
+
specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
|
24455
|
+
for a list of ISO 639-2 language codes.
|
24133
24456
|
|
24134
24457
|
Tag Name Writable
|
24135
24458
|
-------- --------
|
@@ -24448,6 +24771,23 @@ software.
|
|
24448
24771
|
'XSOP' PerformerSortOrder no
|
24449
24772
|
'XSOT' TitleSortOrder no
|
24450
24773
|
|
24774
|
+
=head3 ID3 Lyrics3 Tags
|
24775
|
+
|
24776
|
+
ExifTool extracts Lyrics3 version 1.00 and 2.00 tags from any file that
|
24777
|
+
supports ID3. See L<https://id3.org/Lyrics3> for the specification.
|
24778
|
+
|
24779
|
+
Tag ID Tag Name Writable
|
24780
|
+
------ -------- --------
|
24781
|
+
'AUT' Author no
|
24782
|
+
'CRC' CRC no
|
24783
|
+
'EAL' ExtendedAlbumName no
|
24784
|
+
'EAR' ExtendedArtistName no
|
24785
|
+
'ETT' ExtendedTrackTitle no
|
24786
|
+
'IMG' AssociatedImageFile no
|
24787
|
+
'IND' Indications no
|
24788
|
+
'INF' AdditionalInfo no
|
24789
|
+
'LYR' Lyrics no
|
24790
|
+
|
24451
24791
|
=head2 ITC Tags
|
24452
24792
|
|
24453
24793
|
This information is found in iTunes Cover Flow data files.
|
@@ -24958,7 +25298,7 @@ Frame rate information stored by some Canon video cameras.
|
|
24958
25298
|
=head2 QuickTime Tags
|
24959
25299
|
|
24960
25300
|
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).
|
25301
|
+
image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
|
24962
25302
|
extracts standard meta information and a variety of audio, video and image
|
24963
25303
|
parameters, as well as proprietary information written by many camera
|
24964
25304
|
models. Tags with a question mark after their name are not extracted unless
|
@@ -24987,10 +25327,10 @@ country code to the tag name (eg. "ItemList:Artist-deu" or
|
|
24987
25327
|
"ItemList::Artist-deu-DE"). Most
|
24988
25328
|
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
|
24989
25329
|
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.
|
25330
|
+
when writing, the default language is written and alternate languages for
|
25331
|
+
the tag are deleted. Use the "und" language code to write the default
|
25332
|
+
language without deleting alternate languages. Note that "eng" is treated
|
25333
|
+
as a default language when reading, but not when writing.
|
24994
25334
|
|
24995
25335
|
According to the specification, integer-format QuickTime date/time tags
|
24996
25336
|
should be stored as UTC. Unfortunately, digital cameras often store local
|
@@ -25006,6 +25346,7 @@ for the official specification.
|
|
25006
25346
|
|
25007
25347
|
Tag ID Tag Name Writable
|
25008
25348
|
------ -------- --------
|
25349
|
+
'GPS ' GPSDataList2? no
|
25009
25350
|
'IDIT' DateTimeOriginal string
|
25010
25351
|
'PICT' PreviewPICT no
|
25011
25352
|
'_htc' HTCInfo QuickTime HTCInfo
|
@@ -25031,6 +25372,7 @@ for the official specification.
|
|
25031
25372
|
'skip' CanonSkip Canon Skip
|
25032
25373
|
PreviewImage no
|
25033
25374
|
Skip? no
|
25375
|
+
'thm ' ThumbnailImage no
|
25034
25376
|
'thum' ThumbnailImage no
|
25035
25377
|
'udat' GPSLog no
|
25036
25378
|
'udta' UserData FLIR UserData
|
@@ -25038,6 +25380,8 @@ for the official specification.
|
|
25038
25380
|
UUID-PROF QuickTime Profile
|
25039
25381
|
UUID-Flip QuickTime Flip
|
25040
25382
|
UUID-Canon2 Canon uuid2
|
25383
|
+
SensorData QuickTime Tags360Fly
|
25384
|
+
SensorData no
|
25041
25385
|
PreviewImage no
|
25042
25386
|
UUID-Unknown? no
|
25043
25387
|
'wide' Wide? no
|
@@ -25068,7 +25412,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
25068
25412
|
|
25069
25413
|
Timed metadata extracted from QuickTime media data and some AVI videos when
|
25070
25414
|
the ExtractEmbedded option is used. Although most of these tags are
|
25071
|
-
combined into the single table below, ExifTool currently reads
|
25415
|
+
combined into the single table below, ExifTool currently reads 46 different
|
25072
25416
|
formats of timed GPS metadata from video files.
|
25073
25417
|
|
25074
25418
|
Tag Name Writable
|
@@ -25114,6 +25458,7 @@ formats of timed GPS metadata from video files.
|
|
25114
25458
|
Unknown03? no
|
25115
25459
|
UserLabel no
|
25116
25460
|
VerticalSpeed no
|
25461
|
+
VideoTimeStamp no
|
25117
25462
|
camm0 QuickTime camm0
|
25118
25463
|
camm1 QuickTime camm1
|
25119
25464
|
camm2 QuickTime camm2
|
@@ -25123,7 +25468,9 @@ formats of timed GPS metadata from video files.
|
|
25123
25468
|
camm6 QuickTime camm6
|
25124
25469
|
camm7 QuickTime camm7
|
25125
25470
|
fdsc GoPro fdsc
|
25126
|
-
|
25471
|
+
gpmd_GoPro GoPro GPMF
|
25472
|
+
gpmd_Rove QuickTime Stream
|
25473
|
+
marl QuickTime marl
|
25127
25474
|
mebx QuickTime Keys
|
25128
25475
|
mett Parrot mett
|
25129
25476
|
rtmd Sony rtmd
|
@@ -25231,6 +25578,14 @@ specification.
|
|
25231
25578
|
------ -------- --------
|
25232
25579
|
4 MagneticField no
|
25233
25580
|
|
25581
|
+
=head3 QuickTime marl Tags
|
25582
|
+
|
25583
|
+
Tags extracted from the marl ctbx timed metadata of GM cars.
|
25584
|
+
|
25585
|
+
Tag ID Tag Name Writable
|
25586
|
+
------ -------- --------
|
25587
|
+
[no tags known]
|
25588
|
+
|
25234
25589
|
=head3 QuickTime Keys Tags
|
25235
25590
|
|
25236
25591
|
This directory contains a list of key names which are used to decode tags
|
@@ -25365,6 +25720,7 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
|
|
25365
25720
|
'dinf' DataInfo QuickTime DataInfo
|
25366
25721
|
'free' Free? no
|
25367
25722
|
'hdlr' Handler QuickTime Handler
|
25723
|
+
'idat' MetaImageSize no
|
25368
25724
|
'iinf' ItemInformation QuickTime ItemInfo
|
25369
25725
|
QuickTime ItemInfo
|
25370
25726
|
'iloc' ItemLocation no
|
@@ -25375,6 +25731,8 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
|
|
25375
25731
|
'iref' ItemReference QuickTime ItemRef
|
25376
25732
|
'keys' Keys QuickTime Keys
|
25377
25733
|
'pitm' PrimaryItemReference no
|
25734
|
+
'uuid' MetaVersion no
|
25735
|
+
UUID-Unknown? no
|
25378
25736
|
'xml ' XML XMP XML
|
25379
25737
|
|
25380
25738
|
=head3 QuickTime DataInfo Tags
|
@@ -25434,22 +25792,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25434
25792
|
'GUID' GUID string
|
25435
25793
|
'VERS' ProductVersion string
|
25436
25794
|
'aART' AlbumArtist string
|
25437
|
-
'akID' AppleStoreAccountType
|
25795
|
+
'akID' AppleStoreAccountType int8s
|
25438
25796
|
'albm' Album string/
|
25439
25797
|
'apID' AppleStoreAccount string
|
25440
|
-
'atID' AlbumTitleID
|
25798
|
+
'atID' AlbumTitleID int32s
|
25441
25799
|
'auth' Author string
|
25442
25800
|
'catg' Category string
|
25443
|
-
'cnID' AppleStoreCatalogID
|
25801
|
+
'cnID' AppleStoreCatalogID int32s
|
25444
25802
|
'covr' CoverArt string
|
25445
|
-
'cpil' Compilation
|
25803
|
+
'cpil' Compilation int8s
|
25446
25804
|
'cprt' Copyright string
|
25447
25805
|
'desc' Description string/
|
25448
25806
|
'disk' DiskNumber undef
|
25449
25807
|
'dscp' Description string/
|
25450
25808
|
'egid' EpisodeGlobalUniqueID string
|
25451
|
-
'geID' GenreID
|
25452
|
-
'gnre' Genre
|
25809
|
+
'geID' GenreID int32s
|
25810
|
+
'gnre' Genre undef/
|
25453
25811
|
'grup' Grouping string/
|
25454
25812
|
'gshh' GoogleHostHeader string
|
25455
25813
|
'gspm' GooglePingMessage string
|
@@ -25457,21 +25815,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25457
25815
|
'gssd' GoogleSourceData string
|
25458
25816
|
'gsst' GoogleStartTime string
|
25459
25817
|
'gstd' GoogleTrackDuration string
|
25460
|
-
'hdvd' HDVideo
|
25818
|
+
'hdvd' HDVideo int8s
|
25461
25819
|
'itnu' iTunesU int8s
|
25462
25820
|
'keyw' Keyword string
|
25463
25821
|
'ldes' LongDescription string
|
25464
|
-
'pcst' Podcast
|
25822
|
+
'pcst' Podcast int8s
|
25465
25823
|
'perf' Performer string
|
25466
|
-
'pgap' PlayGap
|
25467
|
-
'plID' PlayListID
|
25824
|
+
'pgap' PlayGap int8s
|
25825
|
+
'plID' PlayListID int32s[0.25]
|
25468
25826
|
'prID' ProductID string
|
25469
25827
|
'purd' PurchaseDate string
|
25470
25828
|
'purl' PodcastURL string
|
25471
25829
|
'rate' RatingPercent string
|
25472
25830
|
'rldt' ReleaseDate string
|
25473
|
-
'rtng' Rating
|
25474
|
-
'
|
25831
|
+
'rtng' Rating int8s
|
25832
|
+
'sdes' StoreDescription string
|
25833
|
+
'sfID' AppleStoreCountry int32s
|
25475
25834
|
'shwm' ShowMovement int8s
|
25476
25835
|
'soaa' SortAlbumArtist string
|
25477
25836
|
'soal' SortAlbum string
|
@@ -25479,24 +25838,28 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25479
25838
|
'soco' SortComposer string
|
25480
25839
|
'sonm' SortName string
|
25481
25840
|
'sosn' SortShow string
|
25482
|
-
'stik' MediaType
|
25841
|
+
'stik' MediaType int8s
|
25483
25842
|
'titl' Title string/
|
25484
|
-
'tmpo' BeatsPerMinute
|
25843
|
+
'tmpo' BeatsPerMinute int16s
|
25485
25844
|
'trkn' TrackNumber undef
|
25486
25845
|
'tven' TVEpisodeID string
|
25487
|
-
'tves' TVEpisode
|
25846
|
+
'tves' TVEpisode int32s
|
25488
25847
|
'tvnn' TVNetworkName string
|
25489
25848
|
'tvsh' TVShow string
|
25490
25849
|
'tvsn' TVSeason int32u
|
25491
25850
|
'yrrc' Year string
|
25492
25851
|
"\xa9ART" Artist string
|
25493
25852
|
"\xa9alb" Album string
|
25853
|
+
"\xa9ard" ArtDirector string
|
25854
|
+
"\xa9arg" Arranger string
|
25494
25855
|
"\xa9aut" Author string/
|
25495
25856
|
"\xa9cmt" Comment string
|
25496
25857
|
"\xa9com" Composer string/
|
25858
|
+
"\xa9con" Conductor string
|
25497
25859
|
"\xa9cpy" Copyright string/
|
25498
25860
|
"\xa9day" ContentCreateDate string
|
25499
25861
|
"\xa9des" Description string
|
25862
|
+
"\xa9dir" Director string
|
25500
25863
|
"\xa9enc" EncodedBy string
|
25501
25864
|
"\xa9gen" Genre string
|
25502
25865
|
"\xa9grp" Grouping string
|
@@ -25506,11 +25869,17 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
|
|
25506
25869
|
"\xa9mvn" MovementName string
|
25507
25870
|
"\xa9nam" Title string
|
25508
25871
|
"\xa9nrt" Narrator string
|
25872
|
+
"\xa9ope" OriginalArtist string
|
25873
|
+
"\xa9prd" Producer string
|
25509
25874
|
"\xa9pub" Publisher string
|
25875
|
+
"\xa9sne" SoundEngineer string
|
25876
|
+
"\xa9sol" Soloist string
|
25877
|
+
"\xa9st3" Subtitle string
|
25510
25878
|
"\xa9too" Encoder string
|
25511
25879
|
"\xa9trk" Track string
|
25512
25880
|
"\xa9wrk" Work string
|
25513
25881
|
"\xa9wrt" Composer string
|
25882
|
+
"\xa9xpd" ExecutiveProducer string
|
25514
25883
|
"\xa9xyz" GPSCoordinates string
|
25515
25884
|
|
25516
25885
|
=head3 QuickTime iTunesInfo Tags
|
@@ -25578,9 +25947,9 @@ defined in this table.
|
|
25578
25947
|
'colr' ICC_Profile ICC_Profile
|
25579
25948
|
ColorRepresentation no
|
25580
25949
|
'hvcC' HEVCConfiguration QuickTime HEVCConfig
|
25581
|
-
'irot' Rotation int8u
|
25950
|
+
'irot' Rotation int8u!
|
25582
25951
|
'ispe' ImageSpatialExtent no
|
25583
|
-
'pasp' PixelAspectRatio int32u
|
25952
|
+
'pasp' PixelAspectRatio int32u!
|
25584
25953
|
'pixi' ImagePixelDepth no
|
25585
25954
|
'rloc' RelativeLocation no
|
25586
25955
|
|
@@ -25621,9 +25990,16 @@ defined in this table.
|
|
25621
25990
|
|
25622
25991
|
=head3 QuickTime ItemRef Tags
|
25623
25992
|
|
25993
|
+
The Item reference entries listed in the table below contain information about
|
25994
|
+
the associations between items in the file. This information is used by
|
25995
|
+
ExifTool, but these entries are not extracted as tags.
|
25996
|
+
|
25624
25997
|
Tag ID Tag Name Writable
|
25625
25998
|
------ -------- --------
|
25999
|
+
'auxl' AuxiliaryImageRef no
|
25626
26000
|
'cdsc' ContentDescribes no
|
26001
|
+
'dimg' DerivedImageRef no
|
26002
|
+
'thmb' ThumbnailRef no
|
25627
26003
|
|
25628
26004
|
=head3 QuickTime MovieFragment Tags
|
25629
26005
|
|
@@ -26057,7 +26433,7 @@ MP4 video media header.
|
|
26057
26433
|
5 TrackDuration no
|
26058
26434
|
8 TrackLayer no
|
26059
26435
|
9 TrackVolume no
|
26060
|
-
10 MatrixStructure fixed32s[9]
|
26436
|
+
10 MatrixStructure fixed32s[9]!
|
26061
26437
|
19 ImageWidth no
|
26062
26438
|
20 ImageHeight no
|
26063
26439
|
|
@@ -26085,7 +26461,12 @@ the config file.
|
|
26085
26461
|
|
26086
26462
|
Tag ID Tag Name Writable
|
26087
26463
|
------ -------- --------
|
26464
|
+
'@day' ContentCreateDate string/
|
26465
|
+
'@mak' Make string/
|
26466
|
+
'@mod' Model string/
|
26088
26467
|
'@sec' SamsungSec Samsung sec
|
26468
|
+
'@swr' SoftwareVersion string/
|
26469
|
+
'@xyz' GPSCoordinates string/
|
26089
26470
|
'AllF' PlayAllFrames int8u
|
26090
26471
|
'CAME' SerialNumberHash string
|
26091
26472
|
'CNCV' CompressorVersion string
|
@@ -26177,6 +26558,7 @@ the config file.
|
|
26177
26558
|
'modl' Model no
|
26178
26559
|
'name' Name string
|
26179
26560
|
'perf' Performer string/
|
26561
|
+
'pmcc' GarminSettings string
|
26180
26562
|
'pose' pose Kodak pose
|
26181
26563
|
'ptch' Pitch rational64s/
|
26182
26564
|
'ptv ' PrintToVideo QuickTime Video
|
@@ -26197,6 +26579,8 @@ the config file.
|
|
26197
26579
|
UnknownThumbnail string
|
26198
26580
|
'titl' Title string/
|
26199
26581
|
'urat' UserRating no
|
26582
|
+
'uuid' GarminSoftware string
|
26583
|
+
UUID-Unknown? no
|
26200
26584
|
'vndr' Vendor string
|
26201
26585
|
'vrot' AccelerometerData no
|
26202
26586
|
'yrrc' Year no
|
@@ -26422,6 +26806,72 @@ Found in MP4 files from Flip Video cameras.
|
|
26422
26806
|
14 SerialNumber no
|
26423
26807
|
28 PreviewImage no
|
26424
26808
|
|
26809
|
+
=head3 QuickTime Tags360Fly Tags
|
26810
|
+
|
26811
|
+
Timed metadata found in MP4 videos from the 360Fly.
|
26812
|
+
|
26813
|
+
Tag ID Tag Name Writable
|
26814
|
+
------ -------- --------
|
26815
|
+
0x0001 Accel360Fly QuickTime Accel360Fly
|
26816
|
+
0x0002 Gyro360Fly QuickTime Gyro360Fly
|
26817
|
+
0x0003 Mag360Fly QuickTime Mag360Fly
|
26818
|
+
0x0005 GPS360Fly QuickTime GPS360Fly
|
26819
|
+
0x0006 Rot360Fly QuickTime Rot360Fly
|
26820
|
+
0x00fa Fusion360Fly QuickTime Fusion360Fly
|
26821
|
+
|
26822
|
+
=head3 QuickTime Accel360Fly Tags
|
26823
|
+
|
26824
|
+
Index1 Tag Name Writable
|
26825
|
+
------ -------- --------
|
26826
|
+
1 AccelMode? no
|
26827
|
+
2 SampleTime no
|
26828
|
+
10 AccelYPR no
|
26829
|
+
|
26830
|
+
=head3 QuickTime Gyro360Fly Tags
|
26831
|
+
|
26832
|
+
Index1 Tag Name Writable
|
26833
|
+
------ -------- --------
|
26834
|
+
1 GyroMode? no
|
26835
|
+
2 SampleTime no
|
26836
|
+
10 GyroYPR no
|
26837
|
+
|
26838
|
+
=head3 QuickTime Mag360Fly Tags
|
26839
|
+
|
26840
|
+
Index1 Tag Name Writable
|
26841
|
+
------ -------- --------
|
26842
|
+
1 MagMode? no
|
26843
|
+
2 SampleTime no
|
26844
|
+
10 MagnetometerXYZ no
|
26845
|
+
|
26846
|
+
=head3 QuickTime GPS360Fly Tags
|
26847
|
+
|
26848
|
+
Index1 Tag Name Writable
|
26849
|
+
------ -------- --------
|
26850
|
+
1 GPSMode? no
|
26851
|
+
2 SampleTime no
|
26852
|
+
10 GPSLatitude no
|
26853
|
+
14 GPSLongitude no
|
26854
|
+
18 GPSAltitude no
|
26855
|
+
22 GPSSpeed no
|
26856
|
+
24 GPSTrack no
|
26857
|
+
26 Acceleration no
|
26858
|
+
|
26859
|
+
=head3 QuickTime Rot360Fly Tags
|
26860
|
+
|
26861
|
+
Index1 Tag Name Writable
|
26862
|
+
------ -------- --------
|
26863
|
+
1 RotMode? no
|
26864
|
+
2 SampleTime no
|
26865
|
+
10 RotationXYZ no
|
26866
|
+
|
26867
|
+
=head3 QuickTime Fusion360Fly Tags
|
26868
|
+
|
26869
|
+
Index1 Tag Name Writable
|
26870
|
+
------ -------- --------
|
26871
|
+
1 FusionMode? no
|
26872
|
+
2 SampleTime no
|
26873
|
+
10 FusionYPR no
|
26874
|
+
|
26425
26875
|
=head3 QuickTime ImageFile Tags
|
26426
26876
|
|
26427
26877
|
Tags used in QTIF QuickTime Image Files.
|
@@ -29303,6 +29753,7 @@ the AIFF specification.
|
|
29303
29753
|
------ -------- --------
|
29304
29754
|
'(c) ' Copyright no
|
29305
29755
|
'ANNO' Annotation no
|
29756
|
+
'APPL' ApplicationData no
|
29306
29757
|
'AUTH' Author no
|
29307
29758
|
'COMM' Common AIFF Common
|
29308
29759
|
'COMT' Comment AIFF Comment
|
@@ -32894,12 +33345,20 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
32894
33345
|
|
32895
33346
|
=head2 JSON Tags
|
32896
33347
|
|
32897
|
-
|
32898
|
-
tags from basic
|
33348
|
+
Other than a few tags in the table below, JSON tags have not been
|
33349
|
+
pre-defined. However, ExifTool will read any existing tags from basic
|
33350
|
+
JSON-formatted files.
|
32899
33351
|
|
32900
|
-
Tag
|
32901
|
-
|
32902
|
-
|
33352
|
+
Tag Name Writable
|
33353
|
+
-------- --------
|
33354
|
+
ON1_SettingsData PLIST
|
33355
|
+
ON1_SettingsMetadataCreated no
|
33356
|
+
ON1_SettingsMetadataModified no
|
33357
|
+
ON1_SettingsMetadataName no
|
33358
|
+
ON1_SettingsMetadataPluginID no
|
33359
|
+
ON1_SettingsMetadataTimestamp no
|
33360
|
+
ON1_SettingsMetadataUsage no
|
33361
|
+
ON1_SettingsMetadataVisibleToUser no
|
32903
33362
|
|
32904
33363
|
=head2 HTML Tags
|
32905
33364
|
|
@@ -33697,13 +34156,13 @@ option is used.
|
|
33697
34156
|
|
33698
34157
|
=head2 RSRC Tags
|
33699
34158
|
|
33700
|
-
Tags extracted from Mac OS resource files
|
33701
|
-
also be extracted from the resource fork of any file
|
33702
|
-
adding "/..namedfork/rsrc" to the filename to process the
|
33703
|
-
alone, or by using the ExtractEmbedded (-ee) option to process
|
33704
|
-
fork as a sub-document of the main file. When writing,
|
33705
|
-
the Mac OS resource fork by default, but it may deleted
|
33706
|
-
on the command line.
|
34159
|
+
Tags extracted from Mac OS resource files, DFONT files and "._" sidecar
|
34160
|
+
files. These tags may also be extracted from the resource fork of any file
|
34161
|
+
in OS X, either by adding "/..namedfork/rsrc" to the filename to process the
|
34162
|
+
resource fork alone, or by using the ExtractEmbedded (-ee) option to process
|
34163
|
+
the resource fork as a sub-document of the main file. When writing,
|
34164
|
+
ExifTool preserves the Mac OS resource fork by default, but it may deleted
|
34165
|
+
with C<-rsrc:all=> on the command line.
|
33707
34166
|
|
33708
34167
|
Tag ID Tag Name Writable
|
33709
34168
|
------ -------- --------
|
@@ -33955,7 +34414,8 @@ Tags extracted from ISO 9660 disk images.
|
|
33955
34414
|
|
33956
34415
|
On MacOS systems, the there are additional MDItem and XAttr Finder tags that
|
33957
34416
|
may be extracted. These tags are not extracted by default -- they must be
|
33958
|
-
specifically requested or enabled via an API option.
|
34417
|
+
specifically requested or enabled via an API option. (Except when reading
|
34418
|
+
MacOS "._" files directly, see below.)
|
33959
34419
|
|
33960
34420
|
The tables below list some of the tags that may be extracted, but ExifTool
|
33961
34421
|
will extract all available information even for tags not listed.
|
@@ -33964,6 +34424,38 @@ Tags in these tables are referred to as "pseudo" tags because their
|
|
33964
34424
|
information is not stored in the file itself. As such, B<Writable> tags in
|
33965
34425
|
these tables may be changed without having to rewrite the file.
|
33966
34426
|
|
34427
|
+
Note that on some filesystems, MacOS creates sidecar files with names that
|
34428
|
+
begin with "._". ExifTool will read these files if specified, and extract
|
34429
|
+
the information listed in the following table without the need for extra
|
34430
|
+
options, but these files are not writable directly.
|
34431
|
+
|
34432
|
+
Tag ID Tag Name Writable
|
34433
|
+
------ -------- --------
|
34434
|
+
0x0002 RSRC RSRC
|
34435
|
+
0x0009 ATTR MacOS XAttr
|
34436
|
+
|
34437
|
+
=head3 MacOS XAttr Tags
|
34438
|
+
|
34439
|
+
XAttr tags are extracted using the "xattr" utility. They are extracted if
|
34440
|
+
any "XAttr*" tag or the MacOS group is specifically requested, or by setting
|
34441
|
+
the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
|
34442
|
+
And they extracted by default from MacOS "._" files when reading
|
34443
|
+
these files directly.
|
34444
|
+
|
34445
|
+
Tag Name Writable
|
34446
|
+
-------- --------
|
34447
|
+
XAttrAppleMailDateReceived no
|
34448
|
+
XAttrAppleMailDateSent no
|
34449
|
+
XAttrAppleMailIsRemoteAttachment no
|
34450
|
+
XAttrFinderInfo no
|
34451
|
+
XAttrLastUsedDate no
|
34452
|
+
XAttrMDItemDownloadedDate no
|
34453
|
+
XAttrMDItemFinderComment no
|
34454
|
+
XAttrMDItemWhereFroms no
|
34455
|
+
XAttrMDLabel no
|
34456
|
+
XAttrQuarantine yes!
|
34457
|
+
XAttrResourceFork no
|
34458
|
+
|
33967
34459
|
=head3 MacOS MDItem Tags
|
33968
34460
|
|
33969
34461
|
MDItem tags are extracted using the "mdls" utility. They are extracted if
|
@@ -34107,26 +34599,6 @@ index the file after a metadata change.
|
|
34107
34599
|
MDItemWhereFroms no
|
34108
34600
|
MDItemWhiteBalance no
|
34109
34601
|
|
34110
|
-
=head3 MacOS XAttr Tags
|
34111
|
-
|
34112
|
-
XAttr tags are extracted using the "xattr" utility. They are extracted if
|
34113
|
-
any "XAttr*" tag or the MacOS group is specifically requested, or by setting
|
34114
|
-
the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
|
34115
|
-
|
34116
|
-
Tag Name Writable
|
34117
|
-
-------- --------
|
34118
|
-
XAttrAppleMailDateReceived no
|
34119
|
-
XAttrAppleMailDateSent no
|
34120
|
-
XAttrAppleMailIsRemoteAttachment no
|
34121
|
-
XAttrFinderInfo no
|
34122
|
-
XAttrLastUsedDate no
|
34123
|
-
XAttrMDItemDownloadedDate no
|
34124
|
-
XAttrMDItemFinderComment no
|
34125
|
-
XAttrMDItemWhereFroms no
|
34126
|
-
XAttrMDLabel no
|
34127
|
-
XAttrQuarantine yes!
|
34128
|
-
XAttrResourceFork no
|
34129
|
-
|
34130
34602
|
=head2 Extra Tags
|
34131
34603
|
|
34132
34604
|
The extra tags provide extra features or extra information extracted or
|
@@ -34207,6 +34679,7 @@ FileName.
|
|
34207
34679
|
Trailer File yes!
|
34208
34680
|
Validate ExifTool no
|
34209
34681
|
Warning ExifTool no
|
34682
|
+
XML XML no
|
34210
34683
|
XMP XMP yes!
|
34211
34684
|
XResolution File no
|
34212
34685
|
YResolution File no
|
@@ -34342,6 +34815,8 @@ values, may created via the ExifTool configuration file.
|
|
34342
34815
|
GPSDateTime Parrot:GPSLatitude no
|
34343
34816
|
Main:CreateDate
|
34344
34817
|
SampleTime
|
34818
|
+
GPSDateTime Sony:GPSDateStamp no
|
34819
|
+
Sony:GPSTimeStamp
|
34345
34820
|
GPSDestLatitude GPS:GPSDestLatitude no
|
34346
34821
|
GPS:GPSDestLatitudeRef
|
34347
34822
|
GPSDestLatitudeRef XMP-exif:GPSDestLatitude no
|
@@ -34455,7 +34930,7 @@ values, may created via the ExifTool configuration file.
|
|
34455
34930
|
FlashBits
|
34456
34931
|
RicohPitch Ricoh:Accelerometer no
|
34457
34932
|
RicohRoll Ricoh:Accelerometer no
|
34458
|
-
Rotation QuickTime:MatrixStructure yes
|
34933
|
+
Rotation QuickTime:MatrixStructure yes!
|
34459
34934
|
QuickTime:HandlerType
|
34460
34935
|
RunTimeSincePowerUp Apple:RunTimeValue no
|
34461
34936
|
Apple:RunTimeScale
|