exiftool_vendored 12.16.0 → 12.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/Changes +137 -1
- data/bin/MANIFEST +12 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +44 -43
- data/bin/config_files/acdsee.config +193 -6
- data/bin/config_files/cuepointlist.config +70 -0
- data/bin/config_files/example.config +1 -8
- data/bin/exiftool +139 -98
- data/bin/fmt_files/gpx.fmt +1 -1
- data/bin/fmt_files/gpx_wpt.fmt +1 -1
- data/bin/fmt_files/kml.fmt +1 -1
- data/bin/fmt_files/kml_track.fmt +1 -1
- data/bin/lib/Image/ExifTool.pm +158 -49
- data/bin/lib/Image/ExifTool.pod +94 -75
- data/bin/lib/Image/ExifTool/Apple.pm +3 -2
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +25 -14
- data/bin/lib/Image/ExifTool/Canon.pm +28 -3
- data/bin/lib/Image/ExifTool/CanonCustom.pm +19 -1
- data/bin/lib/Image/ExifTool/DJI.pm +6 -6
- data/bin/lib/Image/ExifTool/DjVu.pm +6 -5
- data/bin/lib/Image/ExifTool/Exif.pm +50 -22
- data/bin/lib/Image/ExifTool/FITS.pm +13 -2
- data/bin/lib/Image/ExifTool/FujiFilm.pm +19 -8
- data/bin/lib/Image/ExifTool/GPS.pm +24 -13
- data/bin/lib/Image/ExifTool/H264.pm +20 -5
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +2 -2
- data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
- data/bin/lib/Image/ExifTool/JSON.pm +24 -3
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +361 -16
- data/bin/lib/Image/ExifTool/M2TS.pm +40 -4
- data/bin/lib/Image/ExifTool/MIE.pm +2 -2
- data/bin/lib/Image/ExifTool/MRC.pm +341 -0
- data/bin/lib/Image/ExifTool/MWG.pm +3 -3
- data/bin/lib/Image/ExifTool/MXF.pm +1 -1
- data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- data/bin/lib/Image/ExifTool/Microsoft.pm +298 -82
- data/bin/lib/Image/ExifTool/Nikon.pm +5 -5
- data/bin/lib/Image/ExifTool/NikonSettings.pm +25 -16
- data/bin/lib/Image/ExifTool/Olympus.pm +2 -2
- data/bin/lib/Image/ExifTool/PNG.pm +2 -2
- data/bin/lib/Image/ExifTool/Panasonic.pm +14 -1
- data/bin/lib/Image/ExifTool/PhaseOne.pm +4 -3
- data/bin/lib/Image/ExifTool/QuickTime.pm +148 -68
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +94 -34
- data/bin/lib/Image/ExifTool/README +5 -4
- data/bin/lib/Image/ExifTool/RIFF.pm +84 -12
- data/bin/lib/Image/ExifTool/Samsung.pm +2 -1
- data/bin/lib/Image/ExifTool/Shortcuts.pm +9 -0
- data/bin/lib/Image/ExifTool/Sony.pm +157 -49
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +1 -0
- data/bin/lib/Image/ExifTool/TagLookup.pm +4079 -3987
- data/bin/lib/Image/ExifTool/TagNames.pod +642 -273
- data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -0
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +44 -17
- data/bin/lib/Image/ExifTool/WriteXMP.pl +15 -8
- data/bin/lib/Image/ExifTool/Writer.pl +50 -14
- data/bin/lib/Image/ExifTool/XMP.pm +50 -11
- data/bin/perl-Image-ExifTool.spec +42 -42
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +52 -12
@@ -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 24273 tags, with 15738 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
|
@@ -137,6 +137,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
137
137
|
'APP9' MediaJukebox JPEG MediaJukebox
|
138
138
|
'APP10' Comment no
|
139
139
|
'APP11' JPEG-HDR JPEG HDR
|
140
|
+
JUMBF Jpeg2000
|
140
141
|
'APP12' PictureInfo APP12 PictureInfo
|
141
142
|
Ducky APP12 Ducky
|
142
143
|
'APP13' Photoshop Photoshop
|
@@ -1156,9 +1157,10 @@ C<integer> is a string of digits (possibly beginning with a '+' or '-'),
|
|
1156
1157
|
C<real> is a floating point number, C<rational> is entered as a floating
|
1157
1158
|
point number but stored as two C<integer> strings separated by a '/'
|
1158
1159
|
character, C<date> is a date/time string entered in the format "YYYY:mm:dd
|
1159
|
-
HH:MM:SS[.ss][+/-HH:MM]", C<boolean> is either "True" or "False"
|
1160
|
-
|
1161
|
-
|
1160
|
+
HH:MM:SS[.ss][+/-HH:MM]", C<boolean> is either "True" or "False" (but "true"
|
1161
|
+
and "false" may be written as a ValueConv value for compatibility with
|
1162
|
+
non-conforming applications), C<struct> indicates a structured tag, and
|
1163
|
+
C<lang-alt> is a tag that supports alternate languages.
|
1162
1164
|
|
1163
1165
|
When reading, C<struct> tags are extracted only if the Struct (-struct)
|
1164
1166
|
option is used. Otherwise the corresponding I<Flattened> tags, indicated by
|
@@ -1504,24 +1506,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1504
1506
|
CircGradBasedCorrMaskY real/_
|
1505
1507
|
CircGradBasedCorrMaskZeroX real/_
|
1506
1508
|
CircGradBasedCorrMaskZeroY real/_
|
1509
|
+
CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
|
1510
|
+
CircGradBasedCorrRangeMaskColorAmount real/_+
|
1511
|
+
CircGradBasedCorrRangeMaskDepthFeather real/_+
|
1512
|
+
CircGradBasedCorrRangeMaskDepthMax real/_+
|
1513
|
+
CircGradBasedCorrRangeMaskDepthMin real/_+
|
1514
|
+
CircGradBasedCorrRangeMaskLumFeather real/_+
|
1515
|
+
CircGradBasedCorrRangeMaskLumMax real/_+
|
1516
|
+
CircGradBasedCorrRangeMaskLumMin real/_+
|
1517
|
+
CircGradBasedCorrRangeMaskType string/_+
|
1518
|
+
CircGradBasedCorrRangeMaskVersion string/_+
|
1519
|
+
CircGradBasedCorrBlacks2012 real/_
|
1507
1520
|
CircGradBasedCorrBrightness real/_
|
1508
1521
|
CircGradBasedCorrClarity real/_
|
1509
1522
|
CircGradBasedCorrClarity2012 real/_
|
1510
1523
|
CircGradBasedCorrContrast real/_
|
1511
1524
|
CircGradBasedCorrContrast2012 real/_
|
1512
1525
|
CircGradBasedCorrDefringe real/_
|
1526
|
+
CircGradBasedCorrDehaze real/_
|
1513
1527
|
CircGradBasedCorrExposure real/_
|
1514
1528
|
CircGradBasedCorrExposure2012 real/_
|
1515
1529
|
CircGradBasedCorrHighlights2012 real/_
|
1530
|
+
CircGradBasedCorrHue real/_
|
1516
1531
|
CircGradBasedCorrLuminanceNoise real/_
|
1517
1532
|
CircGradBasedCorrMoire real/_
|
1518
1533
|
CircGradBasedCorrSaturation real/_
|
1519
1534
|
CircGradBasedCorrShadows2012 real/_
|
1520
1535
|
CircGradBasedCorrSharpness real/_
|
1521
1536
|
CircGradBasedCorrTemperature real/_
|
1537
|
+
CircGradBasedCorrTexture real/_
|
1522
1538
|
CircGradBasedCorrTint real/_
|
1523
1539
|
CircGradBasedCorrHue real/_
|
1524
1540
|
CircGradBasedCorrSaturation real/_
|
1541
|
+
CircGradBasedCorrWhites2012 real/_
|
1525
1542
|
CircGradBasedCorrWhat string/_
|
1526
1543
|
Clarity integer/
|
1527
1544
|
Clarity2012 integer/
|
@@ -1604,24 +1621,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1604
1621
|
GradientBasedCorrMaskY real/_
|
1605
1622
|
GradientBasedCorrMaskZeroX real/_
|
1606
1623
|
GradientBasedCorrMaskZeroY real/_
|
1624
|
+
GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
|
1625
|
+
GradientBasedCorrRangeMaskColorAmount real/_+
|
1626
|
+
GradientBasedCorrRangeMaskDepthFeather real/_+
|
1627
|
+
GradientBasedCorrRangeMaskDepthMax real/_+
|
1628
|
+
GradientBasedCorrRangeMaskDepthMin real/_+
|
1629
|
+
GradientBasedCorrRangeMaskLumFeather real/_+
|
1630
|
+
GradientBasedCorrRangeMaskLumMax real/_+
|
1631
|
+
GradientBasedCorrRangeMaskLumMin real/_+
|
1632
|
+
GradientBasedCorrRangeMaskType string/_+
|
1633
|
+
GradientBasedCorrRangeMaskVersion string/_+
|
1634
|
+
GradientBasedCorrBlacks2012 real/_
|
1607
1635
|
GradientBasedCorrBrightness real/_
|
1608
1636
|
GradientBasedCorrClarity real/_
|
1609
1637
|
GradientBasedCorrClarity2012 real/_
|
1610
1638
|
GradientBasedCorrContrast real/_
|
1611
1639
|
GradientBasedCorrContrast2012 real/_
|
1612
1640
|
GradientBasedCorrDefringe real/_
|
1641
|
+
GradientBasedCorrDehaze real/_
|
1613
1642
|
GradientBasedCorrExposure real/_
|
1614
1643
|
GradientBasedCorrExposure2012 real/_
|
1615
1644
|
GradientBasedCorrHighlights2012 real/_
|
1645
|
+
GradientBasedCorrHue real/_
|
1616
1646
|
GradientBasedCorrLuminanceNoise real/_
|
1617
1647
|
GradientBasedCorrMoire real/_
|
1618
1648
|
GradientBasedCorrSaturation real/_
|
1619
1649
|
GradientBasedCorrShadows2012 real/_
|
1620
1650
|
GradientBasedCorrSharpness real/_
|
1621
1651
|
GradientBasedCorrTemperature real/_
|
1652
|
+
GradientBasedCorrTexture real/_
|
1622
1653
|
GradientBasedCorrTint real/_
|
1623
1654
|
GradientBasedCorrHue real/_
|
1624
1655
|
GradientBasedCorrSaturation real/_
|
1656
|
+
GradientBasedCorrWhites2012 real/_
|
1625
1657
|
GradientBasedCorrWhat string/_
|
1626
1658
|
GrainAmount integer/
|
1627
1659
|
GrainFrequency integer/
|
@@ -1738,24 +1770,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1738
1770
|
PaintCorrectionMaskY real/_
|
1739
1771
|
PaintCorrectionMaskZeroX real/_
|
1740
1772
|
PaintCorrectionMaskZeroY real/_
|
1773
|
+
PaintCorrectionRangeMask CorrectionRangeMask Struct_+
|
1774
|
+
PaintCorrectionRangeMaskColorAmount real/_+
|
1775
|
+
PaintCorrectionRangeMaskDepthFeather real/_+
|
1776
|
+
PaintCorrectionRangeMaskDepthMax real/_+
|
1777
|
+
PaintCorrectionRangeMaskDepthMin real/_+
|
1778
|
+
PaintCorrectionRangeMaskLumFeather real/_+
|
1779
|
+
PaintCorrectionRangeMaskLumMax real/_+
|
1780
|
+
PaintCorrectionRangeMaskLumMin real/_+
|
1781
|
+
PaintCorrectionRangeMaskType string/_+
|
1782
|
+
PaintCorrectionRangeMaskVersion string/_+
|
1783
|
+
PaintCorrectionBlacks2012 real/_
|
1741
1784
|
PaintCorrectionBrightness real/_
|
1742
1785
|
PaintCorrectionClarity real/_
|
1743
1786
|
PaintCorrectionClarity2012 real/_
|
1744
1787
|
PaintCorrectionContrast real/_
|
1745
1788
|
PaintCorrectionContrast2012 real/_
|
1746
1789
|
PaintCorrectionDefringe real/_
|
1790
|
+
PaintCorrectionDehaze real/_
|
1747
1791
|
PaintCorrectionExposure real/_
|
1748
1792
|
PaintCorrectionExposure2012 real/_
|
1749
1793
|
PaintCorrectionHighlights2012 real/_
|
1794
|
+
PaintCorrectionHue real/_
|
1750
1795
|
PaintCorrectionLuminanceNoise real/_
|
1751
1796
|
PaintCorrectionMoire real/_
|
1752
1797
|
PaintCorrectionSaturation real/_
|
1753
1798
|
PaintCorrectionShadows2012 real/_
|
1754
1799
|
PaintCorrectionSharpness real/_
|
1755
1800
|
PaintCorrectionTemperature real/_
|
1801
|
+
PaintCorrectionTexture real/_
|
1756
1802
|
PaintCorrectionTint real/_
|
1757
1803
|
PaintCorrectionHue real/_
|
1758
1804
|
PaintCorrectionSaturation real/_
|
1805
|
+
PaintCorrectionWhites2012 real/_
|
1759
1806
|
PaintCorrectionWhat string/_
|
1760
1807
|
ParametricDarks integer/
|
1761
1808
|
ParametricHighlights integer/
|
@@ -1902,24 +1949,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1902
1949
|
CorrectionActive boolean
|
1903
1950
|
CorrectionAmount real
|
1904
1951
|
CorrectionMasks CorrectionMask Struct+
|
1952
|
+
CorrectionRangeMask CorrectionRangeMask Struct
|
1953
|
+
LocalBlacks2012 real
|
1905
1954
|
LocalBrightness real
|
1906
1955
|
LocalClarity real
|
1907
1956
|
LocalClarity2012 real
|
1908
1957
|
LocalContrast real
|
1909
1958
|
LocalContrast2012 real
|
1910
1959
|
LocalDefringe real
|
1960
|
+
LocalDehaze real
|
1911
1961
|
LocalExposure real
|
1912
1962
|
LocalExposure2012 real
|
1913
1963
|
LocalHighlights2012 real
|
1964
|
+
LocalHue real
|
1914
1965
|
LocalLuminanceNoise real
|
1915
1966
|
LocalMoire real
|
1916
1967
|
LocalSaturation real
|
1917
1968
|
LocalShadows2012 real
|
1918
1969
|
LocalSharpness real
|
1919
1970
|
LocalTemperature real
|
1971
|
+
LocalTexture real
|
1920
1972
|
LocalTint real
|
1921
1973
|
LocalToningHue real
|
1922
1974
|
LocalToningSaturation real
|
1975
|
+
LocalWhites2012 real
|
1923
1976
|
What string
|
1924
1977
|
|
1925
1978
|
=head3 XMP CorrectionMask Struct
|
@@ -1954,6 +2007,20 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1954
2007
|
ZeroX real
|
1955
2008
|
ZeroY real
|
1956
2009
|
|
2010
|
+
=head3 XMP CorrectionRangeMask Struct
|
2011
|
+
|
2012
|
+
Field Name Writable
|
2013
|
+
---------- --------
|
2014
|
+
ColorAmount real
|
2015
|
+
DepthFeather real
|
2016
|
+
DepthMax real
|
2017
|
+
DepthMin real
|
2018
|
+
LumFeather real
|
2019
|
+
LumMax real
|
2020
|
+
LumMin real
|
2021
|
+
Type string
|
2022
|
+
Version string
|
2023
|
+
|
1957
2024
|
=head3 XMP Look Struct
|
1958
2025
|
|
1959
2026
|
Field Name Writable
|
@@ -2103,24 +2170,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2103
2170
|
CircGradBasedCorrMaskY real_
|
2104
2171
|
CircGradBasedCorrMaskZeroX real_
|
2105
2172
|
CircGradBasedCorrMaskZeroY real_
|
2173
|
+
CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
|
2174
|
+
CircGradBasedCorrRangeMaskColorAmount real_+
|
2175
|
+
CircGradBasedCorrRangeMaskDepthFeather real_+
|
2176
|
+
CircGradBasedCorrRangeMaskDepthMax real_+
|
2177
|
+
CircGradBasedCorrRangeMaskDepthMin real_+
|
2178
|
+
CircGradBasedCorrRangeMaskLumFeather real_+
|
2179
|
+
CircGradBasedCorrRangeMaskLumMax real_+
|
2180
|
+
CircGradBasedCorrRangeMaskLumMin real_+
|
2181
|
+
CircGradBasedCorrRangeMaskType string_+
|
2182
|
+
CircGradBasedCorrRangeMaskVersion string_+
|
2183
|
+
CircGradBasedCorrBlacks2012 real_
|
2106
2184
|
CircGradBasedCorrBrightness real_
|
2107
2185
|
CircGradBasedCorrClarity real_
|
2108
2186
|
CircGradBasedCorrClarity2012 real_
|
2109
2187
|
CircGradBasedCorrContrast real_
|
2110
2188
|
CircGradBasedCorrContrast2012 real_
|
2111
2189
|
CircGradBasedCorrDefringe real_
|
2190
|
+
CircGradBasedCorrDehaze real_
|
2112
2191
|
CircGradBasedCorrExposure real_
|
2113
2192
|
CircGradBasedCorrExposure2012 real_
|
2114
2193
|
CircGradBasedCorrHighlights2012 real_
|
2194
|
+
CircGradBasedCorrHue real_
|
2115
2195
|
CircGradBasedCorrLuminanceNoise real_
|
2116
2196
|
CircGradBasedCorrMoire real_
|
2117
2197
|
CircGradBasedCorrSaturation real_
|
2118
2198
|
CircGradBasedCorrShadows2012 real_
|
2119
2199
|
CircGradBasedCorrSharpness real_
|
2120
2200
|
CircGradBasedCorrTemperature real_
|
2201
|
+
CircGradBasedCorrTexture real_
|
2121
2202
|
CircGradBasedCorrTint real_
|
2122
2203
|
CircGradBasedCorrHue real_
|
2123
2204
|
CircGradBasedCorrSaturation real_
|
2205
|
+
CircGradBasedCorrWhites2012 real_
|
2124
2206
|
CircGradBasedCorrWhat string_
|
2125
2207
|
Clarity integer
|
2126
2208
|
Clarity2012 integer
|
@@ -2203,24 +2285,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2203
2285
|
GradientBasedCorrMaskY real_
|
2204
2286
|
GradientBasedCorrMaskZeroX real_
|
2205
2287
|
GradientBasedCorrMaskZeroY real_
|
2288
|
+
GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
|
2289
|
+
GradientBasedCorrRangeMaskColorAmount real_+
|
2290
|
+
GradientBasedCorrRangeMaskDepthFeather real_+
|
2291
|
+
GradientBasedCorrRangeMaskDepthMax real_+
|
2292
|
+
GradientBasedCorrRangeMaskDepthMin real_+
|
2293
|
+
GradientBasedCorrRangeMaskLumFeather real_+
|
2294
|
+
GradientBasedCorrRangeMaskLumMax real_+
|
2295
|
+
GradientBasedCorrRangeMaskLumMin real_+
|
2296
|
+
GradientBasedCorrRangeMaskType string_+
|
2297
|
+
GradientBasedCorrRangeMaskVersion string_+
|
2298
|
+
GradientBasedCorrBlacks2012 real_
|
2206
2299
|
GradientBasedCorrBrightness real_
|
2207
2300
|
GradientBasedCorrClarity real_
|
2208
2301
|
GradientBasedCorrClarity2012 real_
|
2209
2302
|
GradientBasedCorrContrast real_
|
2210
2303
|
GradientBasedCorrContrast2012 real_
|
2211
2304
|
GradientBasedCorrDefringe real_
|
2305
|
+
GradientBasedCorrDehaze real_
|
2212
2306
|
GradientBasedCorrExposure real_
|
2213
2307
|
GradientBasedCorrExposure2012 real_
|
2214
2308
|
GradientBasedCorrHighlights2012 real_
|
2309
|
+
GradientBasedCorrHue real_
|
2215
2310
|
GradientBasedCorrLuminanceNoise real_
|
2216
2311
|
GradientBasedCorrMoire real_
|
2217
2312
|
GradientBasedCorrSaturation real_
|
2218
2313
|
GradientBasedCorrShadows2012 real_
|
2219
2314
|
GradientBasedCorrSharpness real_
|
2220
2315
|
GradientBasedCorrTemperature real_
|
2316
|
+
GradientBasedCorrTexture real_
|
2221
2317
|
GradientBasedCorrTint real_
|
2222
2318
|
GradientBasedCorrHue real_
|
2223
2319
|
GradientBasedCorrSaturation real_
|
2320
|
+
GradientBasedCorrWhites2012 real_
|
2224
2321
|
GradientBasedCorrWhat string_
|
2225
2322
|
GrainAmount integer
|
2226
2323
|
GrainFrequency integer
|
@@ -2337,24 +2434,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2337
2434
|
PaintCorrectionMaskY real_
|
2338
2435
|
PaintCorrectionMaskZeroX real_
|
2339
2436
|
PaintCorrectionMaskZeroY real_
|
2437
|
+
PaintCorrectionRangeMask CorrectionRangeMask Struct_+
|
2438
|
+
PaintCorrectionRangeMaskColorAmount real_+
|
2439
|
+
PaintCorrectionRangeMaskDepthFeather real_+
|
2440
|
+
PaintCorrectionRangeMaskDepthMax real_+
|
2441
|
+
PaintCorrectionRangeMaskDepthMin real_+
|
2442
|
+
PaintCorrectionRangeMaskLumFeather real_+
|
2443
|
+
PaintCorrectionRangeMaskLumMax real_+
|
2444
|
+
PaintCorrectionRangeMaskLumMin real_+
|
2445
|
+
PaintCorrectionRangeMaskType string_+
|
2446
|
+
PaintCorrectionRangeMaskVersion string_+
|
2447
|
+
PaintCorrectionBlacks2012 real_
|
2340
2448
|
PaintCorrectionBrightness real_
|
2341
2449
|
PaintCorrectionClarity real_
|
2342
2450
|
PaintCorrectionClarity2012 real_
|
2343
2451
|
PaintCorrectionContrast real_
|
2344
2452
|
PaintCorrectionContrast2012 real_
|
2345
2453
|
PaintCorrectionDefringe real_
|
2454
|
+
PaintCorrectionDehaze real_
|
2346
2455
|
PaintCorrectionExposure real_
|
2347
2456
|
PaintCorrectionExposure2012 real_
|
2348
2457
|
PaintCorrectionHighlights2012 real_
|
2458
|
+
PaintCorrectionHue real_
|
2349
2459
|
PaintCorrectionLuminanceNoise real_
|
2350
2460
|
PaintCorrectionMoire real_
|
2351
2461
|
PaintCorrectionSaturation real_
|
2352
2462
|
PaintCorrectionShadows2012 real_
|
2353
2463
|
PaintCorrectionSharpness real_
|
2354
2464
|
PaintCorrectionTemperature real_
|
2465
|
+
PaintCorrectionTexture real_
|
2355
2466
|
PaintCorrectionTint real_
|
2356
2467
|
PaintCorrectionHue real_
|
2357
2468
|
PaintCorrectionSaturation real_
|
2469
|
+
PaintCorrectionWhites2012 real_
|
2358
2470
|
PaintCorrectionWhat string_
|
2359
2471
|
ParametricDarks integer
|
2360
2472
|
ParametricHighlights integer
|
@@ -5775,7 +5887,7 @@ Tags extracted from the maker notes of iPhone images.
|
|
5775
5887
|
0x0008 AccelerationVector rational64s[3]
|
5776
5888
|
0x000a HDRImageType int32s
|
5777
5889
|
0x000b BurstUUID string
|
5778
|
-
0x0011
|
5890
|
+
0x0011 MediaGroupUUID string
|
5779
5891
|
0x0015 ImageUniqueID string
|
5780
5892
|
|
5781
5893
|
=head3 Apple RunTime Tags
|
@@ -5927,7 +6039,7 @@ Unknown only to reduce the volume of the normal output.
|
|
5927
6039
|
0x00f9 MovieAF-OnButton no
|
5928
6040
|
0x00fb SecondarySlotFunction no
|
5929
6041
|
0x00fc SilentPhotography no
|
5930
|
-
0x00fd
|
6042
|
+
0x00fd ExtendedShutterSpeeds no
|
5931
6043
|
0x0109 BracketSet no
|
5932
6044
|
0x010a BracketProgram no
|
5933
6045
|
0x010b BracketIncrement no
|
@@ -5989,6 +6101,8 @@ Unknown only to reduce the volume of the normal output.
|
|
5989
6101
|
0x016b LimitAF-AreaModeSelWideLPeople? no
|
5990
6102
|
0x016c LimitAF-AreaModeSelWideLAnimals? no
|
5991
6103
|
0x016e AFAreaMode no
|
6104
|
+
0x0170 PreferSubSelectorCenter no
|
6105
|
+
0x0174 FocusPointSelectionSpeed no
|
5992
6106
|
|
5993
6107
|
=head2 Canon Tags
|
5994
6108
|
|
@@ -6768,6 +6882,7 @@ CameraInfo tags for the EOS 60D and 1200D.
|
|
6768
6882
|
25 CameraTemperature int8u
|
6769
6883
|
30 FocalLength int16uRev
|
6770
6884
|
54 CameraOrientation int8u
|
6885
|
+
58 CameraOrientation int8u
|
6771
6886
|
85 FocusDistanceUpper int16uRev
|
6772
6887
|
87 FocusDistanceLower int16uRev
|
6773
6888
|
125 ColorTemperature int16u
|
@@ -6805,7 +6920,7 @@ CameraInfo tags for the EOS 70D.
|
|
6805
6920
|
|
6806
6921
|
=head3 Canon CameraInfo80D Tags
|
6807
6922
|
|
6808
|
-
CameraInfo tags for the EOS
|
6923
|
+
CameraInfo tags for the EOS 80D.
|
6809
6924
|
|
6810
6925
|
Index1 Tag Name Writable
|
6811
6926
|
------ -------- --------
|
@@ -6973,6 +7088,7 @@ CameraInfo tags for the EOS 750D and 760D.
|
|
6973
7088
|
6 ISO int8u
|
6974
7089
|
27 CameraTemperature int8u
|
6975
7090
|
35 FocalLength int16uRev
|
7091
|
+
150 CameraOrientation int8u
|
6976
7092
|
165 FocusDistanceUpper int16uRev
|
6977
7093
|
167 FocusDistanceLower int16uRev
|
6978
7094
|
305 WhiteBalance int16u
|
@@ -8670,6 +8786,7 @@ well as newer tags and values added by later models.
|
|
8670
8786
|
0x051e InitialAFPointAIServoAF int32s
|
8671
8787
|
0x060f MirrorLockup int32s
|
8672
8788
|
0x0610 ContinuousShootingSpeed int32s[6]
|
8789
|
+
ContinuousShootingSpeed int32s[5]
|
8673
8790
|
ContinuousShootingSpeed int32s[3]
|
8674
8791
|
0x0611 ContinuousShotLimit int32s[2]
|
8675
8792
|
0x0612 RestrictDriveModes int32s
|
@@ -9818,6 +9935,8 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
9818
9935
|
0x1100 AutoBracketing int16u
|
9819
9936
|
0x1101 SequenceNumber int16u
|
9820
9937
|
0x1103 DriveSettings FujiFilm DriveSettings
|
9938
|
+
0x1105 PixelShiftShots int16u
|
9939
|
+
0x1106 PixelShiftOffset rational64s[2]
|
9821
9940
|
0x1153 PanoramaAngle int16u
|
9822
9941
|
0x1154 PanoramaDirection int16u
|
9823
9942
|
0x1201 AdvancedFilter int32u
|
@@ -9874,10 +9993,11 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
9874
9993
|
|
9875
9994
|
Index4 Tag Name Writable
|
9876
9995
|
------ -------- --------
|
9877
|
-
0.1 FocusMode2 int32u &
|
9878
|
-
0.2
|
9879
|
-
0.3
|
9880
|
-
0.4
|
9996
|
+
0.1 FocusMode2 int32u & 0x0f
|
9997
|
+
0.2 PreAF int32u & 0xf0
|
9998
|
+
0.3 AFAreaMode int32u & 0xf00
|
9999
|
+
0.4 AFAreaPointSize int32u & 0xf000
|
10000
|
+
0.5 AFAreaZoneSize int32u & 0xf0000
|
9881
10001
|
|
9882
10002
|
=head3 FujiFilm AFCSettings Tags
|
9883
10003
|
|
@@ -15687,6 +15807,9 @@ This information is written by the Leica S (Typ 007) and M10 models.
|
|
15687
15807
|
0x034c UserProfile string
|
15688
15808
|
0x0359 ISOSelected int32s
|
15689
15809
|
0x035a FNumber int32s
|
15810
|
+
0x035b CorrelatedColorTemp int16u
|
15811
|
+
0x035c ColorTint int16s
|
15812
|
+
0x035d WhitePoint rational64u[2]
|
15690
15813
|
|
15691
15814
|
=head3 Panasonic Type2 Tags
|
15692
15815
|
|
@@ -17399,6 +17522,13 @@ MakerNotes.
|
|
17399
17522
|
0x202e Quality int16u[2]
|
17400
17523
|
0x202f PixelShiftInfo undef
|
17401
17524
|
0x2031 SerialNumber string
|
17525
|
+
0x2032 Shadows int32s
|
17526
|
+
0x2033 Highlights int32s
|
17527
|
+
0x2034 Fade int32s
|
17528
|
+
0x2035 SharpnessRange int32s
|
17529
|
+
0x2036 Clarity int32s
|
17530
|
+
0x2037 FocusFrameSize no
|
17531
|
+
0x2039 JPEG-HEIFSwitch int16u
|
17402
17532
|
0x3000 ShotInfo Sony ShotInfo
|
17403
17533
|
0x900b Tag900b Sony Tag900b
|
17404
17534
|
0x9050 Tag9050a Sony Tag9050a
|
@@ -18485,7 +18615,7 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
|
|
18485
18615
|
|
18486
18616
|
=head3 Sony Tag9050c Tags
|
18487
18617
|
|
18488
|
-
Valid from July 2020 for ILCE-7SM3.
|
18618
|
+
Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
|
18489
18619
|
|
18490
18620
|
Index1 Tag Name Writable
|
18491
18621
|
------ -------- --------
|
@@ -18500,6 +18630,7 @@ Valid from July 2020 for ILCE-7SM3.
|
|
18500
18630
|
104 SonyFNumber int16u
|
18501
18631
|
107 ReleaseMode2 int8u
|
18502
18632
|
136 InternalSerialNumber int8u[6]~
|
18633
|
+
138 InternalSerialNumber int8u[6]~
|
18503
18634
|
|
18504
18635
|
=head3 Sony Tag9400a Tags
|
18505
18636
|
|
@@ -18540,7 +18671,7 @@ DSC-HX50V, DSC-QX10/QX100.
|
|
18540
18671
|
|
18541
18672
|
Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
|
18542
18673
|
RX10M2/RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/
|
18543
|
-
WX350/WX500, ILCE-7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
18674
|
+
WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
18544
18675
|
5100/6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18545
18676
|
|
18546
18677
|
Index1 Tag Name Writable
|
@@ -18701,7 +18832,7 @@ These tags are currently extracted for SLT models only.
|
|
18701
18832
|
|
18702
18833
|
=head3 Sony Tag940c Tags
|
18703
18834
|
|
18704
|
-
|
18835
|
+
E-mount cameras only.
|
18705
18836
|
|
18706
18837
|
Index1 Tag Name Writable
|
18707
18838
|
------ -------- --------
|
@@ -18891,7 +19022,7 @@ E-mount models.
|
|
18891
19022
|
|
18892
19023
|
=head3 Sony Tag9416 Tags
|
18893
19024
|
|
18894
|
-
Valid for the ILCE-7SM3.
|
19025
|
+
Valid for the ILCE-1/7SM3, ILME-FX3.
|
18895
19026
|
|
18896
19027
|
Index1 Tag Name Writable
|
18897
19028
|
------ -------- --------
|
@@ -19086,6 +19217,11 @@ some models when the ExtractEmbedded option is used.
|
|
19086
19217
|
|
19087
19218
|
Tag ID Tag Name Writable
|
19088
19219
|
------ -------- --------
|
19220
|
+
0x8000 FNumber no
|
19221
|
+
0x8109 ExposureTime no
|
19222
|
+
0x810a MasterGainAdjustment no
|
19223
|
+
0x810b ISO no
|
19224
|
+
0x810c ElectricalExtenderMagnification no
|
19089
19225
|
0x8500 GPSVersionID no
|
19090
19226
|
0x8501 GPSLatitudeRef no
|
19091
19227
|
0x8502 GPSLatitude no
|
@@ -19096,6 +19232,7 @@ some models when the ExtractEmbedded option is used.
|
|
19096
19232
|
0x850a GPSMeasureMode no
|
19097
19233
|
0x8512 GPSMapDatum no
|
19098
19234
|
0x851d GPSDateStamp no
|
19235
|
+
0xe303 WhiteBalance no
|
19099
19236
|
0xe304 DateTime no
|
19100
19237
|
|
19101
19238
|
=head2 SonyIDC Tags
|
@@ -21651,6 +21788,178 @@ even if it is not listed in this table.
|
|
21651
21788
|
YhiYloCorK1 no
|
21652
21789
|
YhiYloCorK2 no
|
21653
21790
|
|
21791
|
+
=head2 Jpeg2000 Tags
|
21792
|
+
|
21793
|
+
The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
|
21794
|
+
JPEG images. Note that ExifTool currently writes only EXIF, IPTC and XMP
|
21795
|
+
tags in Jpeg2000 images.
|
21796
|
+
|
21797
|
+
Tag ID Tag Name Writable
|
21798
|
+
------ -------- --------
|
21799
|
+
'Exif' EXIF EXIF
|
21800
|
+
'asoc' Association Jpeg2000
|
21801
|
+
'bfil' BinaryFilter no
|
21802
|
+
'bpcc' BitsPerComponent no
|
21803
|
+
'cdef' ComponentDefinition no
|
21804
|
+
'cgrp' ColorGroup no
|
21805
|
+
'chck' DigitalSignature no
|
21806
|
+
'cmap' ComponentMapping no
|
21807
|
+
'colr' ColorSpecification Jpeg2000 ColorSpec
|
21808
|
+
'comp' Composition no
|
21809
|
+
'copt' CompositionOptions no
|
21810
|
+
'cref' Cross-Reference no
|
21811
|
+
'creg' CodestreamRegistration no
|
21812
|
+
'drep' DesiredReproductions no
|
21813
|
+
'dtbl' DataReference no
|
21814
|
+
'flst' FragmentList no
|
21815
|
+
'free' Free no
|
21816
|
+
'ftbl' FragmentTable no
|
21817
|
+
'ftyp' FileType Jpeg2000 FileType
|
21818
|
+
'gtso' GraphicsTechnologyStandardOutput no
|
21819
|
+
'ihdr' ImageHeader Jpeg2000 ImageHeader
|
21820
|
+
'inst' InstructionSet no
|
21821
|
+
'jP ' JP2Signature no
|
21822
|
+
'jp2c' ContiguousCodestream no
|
21823
|
+
PreviewImage no
|
21824
|
+
'jp2h' JP2Header Jpeg2000
|
21825
|
+
'jp2i' IntellectualProperty XMP
|
21826
|
+
'jpch' CodestreamHeader Jpeg2000
|
21827
|
+
'jplh' CompositingLayerHeader Jpeg2000
|
21828
|
+
'json' JSONData JSON
|
21829
|
+
'jumb' JUMBFBox Jpeg2000
|
21830
|
+
'jumd' JUMBFDescr Jpeg2000 JUMD
|
21831
|
+
'jxlc' JXLCodestream no
|
21832
|
+
'lbl ' Label no
|
21833
|
+
'mdat' MediaData no
|
21834
|
+
'mp7b' MPEG7Binary no
|
21835
|
+
'nlst' NumberList no
|
21836
|
+
'opct' Opacity no
|
21837
|
+
'pclr' Palette no
|
21838
|
+
'prfl' Profile no
|
21839
|
+
'res ' Resolution Jpeg2000
|
21840
|
+
'resc' CaptureResolution Jpeg2000 CaptureResolution
|
21841
|
+
'resd' DisplayResolution Jpeg2000 DisplayResolution
|
21842
|
+
'roid' ROIDescription no
|
21843
|
+
'rreq' ReaderRequirements no
|
21844
|
+
'uinf' UUIDInfo Jpeg2000
|
21845
|
+
'ulst' UUIDList no
|
21846
|
+
'url ' URL no
|
21847
|
+
'uuid' UUID-EXIF EXIF
|
21848
|
+
UUID-EXIF2 EXIF
|
21849
|
+
UUID-EXIF_bad EXIF
|
21850
|
+
UUID-IPTC IPTC
|
21851
|
+
UUID-IPTC2 IPTC
|
21852
|
+
UUID-XMP XMP
|
21853
|
+
UUID-GeoJP2 EXIF
|
21854
|
+
UUID-Photoshop Photoshop
|
21855
|
+
UUID-Signature no
|
21856
|
+
UUID-Unknown no
|
21857
|
+
'xml ' XML XMP XML
|
21858
|
+
XMP -
|
21859
|
+
XMP
|
21860
|
+
|
21861
|
+
=head3 Jpeg2000 ColorSpec Tags
|
21862
|
+
|
21863
|
+
Index1 Tag Name Writable
|
21864
|
+
------ -------- --------
|
21865
|
+
0 ColorSpecMethod no
|
21866
|
+
1 ColorSpecPrecedence no
|
21867
|
+
2 ColorSpecApproximation no
|
21868
|
+
3 ICC_Profile ICC_Profile
|
21869
|
+
ColorSpace no
|
21870
|
+
ColorSpecData no
|
21871
|
+
|
21872
|
+
=head3 Jpeg2000 FileType Tags
|
21873
|
+
|
21874
|
+
Index4 Tag Name Writable
|
21875
|
+
------ -------- --------
|
21876
|
+
0 MajorBrand no
|
21877
|
+
1 MinorVersion no
|
21878
|
+
2 CompatibleBrands no
|
21879
|
+
|
21880
|
+
=head3 Jpeg2000 ImageHeader Tags
|
21881
|
+
|
21882
|
+
Index1 Tag Name Writable
|
21883
|
+
------ -------- --------
|
21884
|
+
0 ImageHeight no
|
21885
|
+
4 ImageWidth no
|
21886
|
+
8 NumberOfComponents no
|
21887
|
+
10 BitsPerComponent no
|
21888
|
+
11 Compression no
|
21889
|
+
|
21890
|
+
=head3 Jpeg2000 JUMD Tags
|
21891
|
+
|
21892
|
+
Information extracted from the JUMBF description box.
|
21893
|
+
|
21894
|
+
Tag ID Tag Name Writable
|
21895
|
+
------ -------- --------
|
21896
|
+
'jumd-flags' JUMDFlags no
|
21897
|
+
'jumd-id' JUMDID no
|
21898
|
+
'jumd-label' JUMDLabel no
|
21899
|
+
'jumd-sig' JUMDSignature no
|
21900
|
+
'jumd-type' JUMDType no
|
21901
|
+
|
21902
|
+
=head3 Jpeg2000 CaptureResolution Tags
|
21903
|
+
|
21904
|
+
Index1 Tag Name Writable
|
21905
|
+
------ -------- --------
|
21906
|
+
0 CaptureYResolution no
|
21907
|
+
4 CaptureXResolution no
|
21908
|
+
8 CaptureYResolutionUnit no
|
21909
|
+
9 CaptureXResolutionUnit no
|
21910
|
+
|
21911
|
+
=head3 Jpeg2000 DisplayResolution Tags
|
21912
|
+
|
21913
|
+
Index1 Tag Name Writable
|
21914
|
+
------ -------- --------
|
21915
|
+
0 DisplayYResolution no
|
21916
|
+
4 DisplayXResolution no
|
21917
|
+
8 DisplayYResolutionUnit no
|
21918
|
+
9 DisplayXResolutionUnit no
|
21919
|
+
|
21920
|
+
=head2 JSON Tags
|
21921
|
+
|
21922
|
+
Other than a few tags in the table below, JSON tags have not been
|
21923
|
+
pre-defined. However, ExifTool will read any existing tags from basic
|
21924
|
+
JSON-formatted files.
|
21925
|
+
|
21926
|
+
Tag Name Writable
|
21927
|
+
-------- --------
|
21928
|
+
ON1_SettingsData PLIST
|
21929
|
+
ON1_SettingsMetadataCreated no
|
21930
|
+
ON1_SettingsMetadataModified no
|
21931
|
+
ON1_SettingsMetadataName no
|
21932
|
+
ON1_SettingsMetadataPluginID no
|
21933
|
+
ON1_SettingsMetadataTimestamp no
|
21934
|
+
ON1_SettingsMetadataUsage no
|
21935
|
+
ON1_SettingsMetadataVisibleToUser no
|
21936
|
+
|
21937
|
+
=head2 PLIST Tags
|
21938
|
+
|
21939
|
+
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
21940
|
+
files, and will extract any existing tags even if they aren't listed below.
|
21941
|
+
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
21942
|
+
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
21943
|
+
|
21944
|
+
Tag ID Tag Name Writable
|
21945
|
+
------ -------- --------
|
21946
|
+
'MetaDataList//DateTimeOriginal'
|
21947
|
+
DateTimeOriginal no
|
21948
|
+
'MetaDataList//Duration' Duration no
|
21949
|
+
'MetaDataList//Geolocation/Latitude'
|
21950
|
+
GPSLatitude no
|
21951
|
+
'MetaDataList//Geolocation/Longitude'
|
21952
|
+
GPSLongitude no
|
21953
|
+
'MetaDataList//Geolocation/MapDatum'
|
21954
|
+
GPSMapDatum no
|
21955
|
+
'XMLFileType' XMLFileType no
|
21956
|
+
'cast//name' Cast no+
|
21957
|
+
'codirectors//name' Codirectors no+
|
21958
|
+
'directors//name' Directors no+
|
21959
|
+
'producers//name' Producers no+
|
21960
|
+
'screenwriters//name' Screenwriters no+
|
21961
|
+
'studio//name' Studio no+
|
21962
|
+
|
21654
21963
|
=head2 APP12 Tags
|
21655
21964
|
|
21656
21965
|
=head3 APP12 PictureInfo Tags
|
@@ -22395,8 +22704,13 @@ Windows Live Photo Gallery.
|
|
22395
22704
|
|
22396
22705
|
=head3 Microsoft Xtra Tags
|
22397
22706
|
|
22398
|
-
Tags
|
22399
|
-
|
22707
|
+
Tags found in the Microsoft "Xtra" atom of QuickTime videos. Tag ID's are
|
22708
|
+
not shown because some are unruly GUID's. Currently most of these tags are
|
22709
|
+
not writable because the Microsoft documentation is poor and samples were
|
22710
|
+
not available, but more tags may be made writable in the future if samples
|
22711
|
+
are provided. Note that writable tags in this table are are flagged to
|
22712
|
+
"Avoid", which means that other more common tags will be written instead if
|
22713
|
+
possible unless the Microsoft group is specified explicitly.
|
22400
22714
|
|
22401
22715
|
Tag Name Writable
|
22402
22716
|
-------- --------
|
@@ -22408,13 +22722,13 @@ are not shown because some are unruly GUID's.
|
|
22408
22722
|
AcquisitionTimeYear no
|
22409
22723
|
AcquisitionTimeYearMonth no
|
22410
22724
|
AcquisitionTimeYearMonthDay no
|
22411
|
-
AlbumArtist
|
22725
|
+
AlbumArtist Unicode/
|
22412
22726
|
AlbumArtist no
|
22413
22727
|
AlbumArtistSortOrder no
|
22414
|
-
AlbumCoverURL
|
22728
|
+
AlbumCoverURL Unicode/
|
22415
22729
|
AlbumID no
|
22416
22730
|
AlbumIDAlbumArtist no
|
22417
|
-
AlbumTitle
|
22731
|
+
AlbumTitle Unicode/
|
22418
22732
|
AlbumTitle no
|
22419
22733
|
AlbumTitleSortOrder no
|
22420
22734
|
AlternateSourceURL no
|
@@ -22431,6 +22745,7 @@ are not shown because some are unruly GUID's.
|
|
22431
22745
|
Author no
|
22432
22746
|
Author no
|
22433
22747
|
AuthorSortOrder no
|
22748
|
+
AuthorURL Unicode/
|
22434
22749
|
AutoSummary no
|
22435
22750
|
AverageLevel no
|
22436
22751
|
BccAddresses no
|
@@ -22463,7 +22778,7 @@ are not shown because some are unruly GUID's.
|
|
22463
22778
|
CameraModel no
|
22464
22779
|
CameraModel no
|
22465
22780
|
CarPhone no
|
22466
|
-
Category
|
22781
|
+
Category Unicode/+
|
22467
22782
|
Category no
|
22468
22783
|
CcAddresses no
|
22469
22784
|
CcNames no
|
@@ -22482,13 +22797,13 @@ are not shown because some are unruly GUID's.
|
|
22482
22797
|
Company no
|
22483
22798
|
CompanyMainPhone no
|
22484
22799
|
Complete no
|
22485
|
-
Composer
|
22800
|
+
Composer Unicode/
|
22486
22801
|
Composers no
|
22487
22802
|
Computer no
|
22488
|
-
Conductor
|
22803
|
+
Conductor Unicode/+
|
22489
22804
|
Conductors no
|
22490
22805
|
ContactNames no
|
22491
|
-
ContentDistributor
|
22806
|
+
ContentDistributor Unicode/
|
22492
22807
|
ContentDistributorDuration no
|
22493
22808
|
ContentDistributorType no
|
22494
22809
|
ContentGroupDescription no
|
@@ -22511,7 +22826,7 @@ are not shown because some are unruly GUID's.
|
|
22511
22826
|
DataRate no
|
22512
22827
|
Date no
|
22513
22828
|
DateAccessed no
|
22514
|
-
DateAcquired
|
22829
|
+
DateAcquired vt_filetime/
|
22515
22830
|
DateArchived no
|
22516
22831
|
DateCompleted no
|
22517
22832
|
DateCreated no
|
@@ -22528,7 +22843,7 @@ are not shown because some are unruly GUID's.
|
|
22528
22843
|
Description no
|
22529
22844
|
Description no
|
22530
22845
|
Dimensions no
|
22531
|
-
Director
|
22846
|
+
Director Unicode/+
|
22532
22847
|
Directors no
|
22533
22848
|
DisplayArtist no
|
22534
22849
|
Division no
|
@@ -22542,8 +22857,9 @@ are not shown because some are unruly GUID's.
|
|
22542
22857
|
E-mailAddress no
|
22543
22858
|
E-mailDisplayName no
|
22544
22859
|
E-mailList no
|
22860
|
+
EncodedBy Unicode/
|
22545
22861
|
EncodedBy no
|
22546
|
-
EncodingTime
|
22862
|
+
EncodingTime date/
|
22547
22863
|
EndDate no
|
22548
22864
|
EntryType no
|
22549
22865
|
EpisodeName no
|
@@ -22601,7 +22917,7 @@ are not shown because some are unruly GUID's.
|
|
22601
22917
|
ISOSpeed no
|
22602
22918
|
Importance no
|
22603
22919
|
Incomplete no
|
22604
|
-
InitialKey
|
22920
|
+
InitialKey Unicode/
|
22605
22921
|
InitialKey no
|
22606
22922
|
Initials no
|
22607
22923
|
IsAttachment no
|
@@ -22635,8 +22951,8 @@ are not shown because some are unruly GUID's.
|
|
22635
22951
|
MCDI no
|
22636
22952
|
MailingAddress no
|
22637
22953
|
MaxAperture no
|
22638
|
-
MediaClassPrimaryID
|
22639
|
-
MediaClassSecondaryID
|
22954
|
+
MediaClassPrimaryID GUID/
|
22955
|
+
MediaClassSecondaryID GUID/
|
22640
22956
|
MediaContentTypes no
|
22641
22957
|
MediaCreated no
|
22642
22958
|
MediaOriginalBroadcastDateTime no
|
@@ -22647,7 +22963,7 @@ are not shown because some are unruly GUID's.
|
|
22647
22963
|
MiddleName no
|
22648
22964
|
Mileage no
|
22649
22965
|
ModifiedBy no
|
22650
|
-
Mood
|
22966
|
+
Mood Unicode/
|
22651
22967
|
Mood no
|
22652
22968
|
MoreInfo no
|
22653
22969
|
Name no
|
@@ -22660,9 +22976,9 @@ are not shown because some are unruly GUID's.
|
|
22660
22976
|
OrganizerAddress no
|
22661
22977
|
OrganizerName no
|
22662
22978
|
Orientation no
|
22663
|
-
OriginalAlbumTitle
|
22664
|
-
OriginalArtist
|
22665
|
-
OriginalLyricist
|
22979
|
+
OriginalAlbumTitle Unicode/
|
22980
|
+
OriginalArtist Unicode/
|
22981
|
+
OriginalLyricist Unicode/
|
22666
22982
|
OtherAddress no
|
22667
22983
|
OtherCity no
|
22668
22984
|
OtherCountry-Region no
|
@@ -22674,7 +22990,7 @@ are not shown because some are unruly GUID's.
|
|
22674
22990
|
POBox no
|
22675
22991
|
Pager no
|
22676
22992
|
Pages no
|
22677
|
-
ParentalRating
|
22993
|
+
ParentalRating Unicode/
|
22678
22994
|
ParentalRating no
|
22679
22995
|
ParentalRatingReason no
|
22680
22996
|
PartOfSet no
|
@@ -22684,7 +23000,7 @@ are not shown because some are unruly GUID's.
|
|
22684
23000
|
Path no
|
22685
23001
|
PeakValue no
|
22686
23002
|
PerceivedType no
|
22687
|
-
Period
|
23003
|
+
Period Unicode/
|
22688
23004
|
Period no
|
22689
23005
|
PersonalTitle no
|
22690
23006
|
PixelAspectRatioX no
|
@@ -22694,7 +23010,7 @@ are not shown because some are unruly GUID's.
|
|
22694
23010
|
PrimaryE-mail no
|
22695
23011
|
PrimaryPhone no
|
22696
23012
|
Priority no
|
22697
|
-
Producer
|
23013
|
+
Producer Unicode/+
|
22698
23014
|
Producers no
|
22699
23015
|
ProductName no
|
22700
23016
|
ProductVersion no
|
@@ -22703,15 +23019,16 @@ are not shown because some are unruly GUID's.
|
|
22703
23019
|
ProgramMode no
|
22704
23020
|
ProgramName no
|
22705
23021
|
Project no
|
23022
|
+
PromotionURL Unicode/
|
22706
23023
|
Protected no
|
22707
23024
|
ProtectionType no
|
22708
23025
|
Provider no
|
22709
|
-
Provider
|
23026
|
+
Provider Unicode/
|
22710
23027
|
ProviderLogoURL no
|
22711
23028
|
ProviderRating no
|
22712
23029
|
ProviderStyle no
|
22713
23030
|
ProviderURL no
|
22714
|
-
Publisher
|
23031
|
+
Publisher Unicode/
|
22715
23032
|
Publisher no
|
22716
23033
|
RadioBand no
|
22717
23034
|
RadioFormat no
|
@@ -22745,7 +23062,7 @@ are not shown because some are unruly GUID's.
|
|
22745
23062
|
Sensitivity no
|
22746
23063
|
ShadowFilePath no
|
22747
23064
|
Shared no
|
22748
|
-
SharedUserRating
|
23065
|
+
SharedUserRating int64u/
|
22749
23066
|
SharedWith no
|
22750
23067
|
Size no
|
22751
23068
|
Slides no
|
@@ -22766,7 +23083,7 @@ are not shown because some are unruly GUID's.
|
|
22766
23083
|
Subject no
|
22767
23084
|
SubjectDistance no
|
22768
23085
|
SubscriptionContentID no
|
22769
|
-
Subtitle
|
23086
|
+
Subtitle Unicode/
|
22770
23087
|
Subtitle no
|
22771
23088
|
SubtitleDescription no
|
22772
23089
|
Suffix no
|
@@ -22845,7 +23162,7 @@ are not shown because some are unruly GUID's.
|
|
22845
23162
|
WhiteBalance no
|
22846
23163
|
WindowsFileName no
|
22847
23164
|
WordCount no
|
22848
|
-
Writer
|
23165
|
+
Writer Unicode/
|
22849
23166
|
Writers no
|
22850
23167
|
Year no
|
22851
23168
|
Year no
|
@@ -23199,113 +23516,6 @@ to avoid name conflicts.
|
|
23199
23516
|
'Duration' Duration rational64u~
|
23200
23517
|
'data' RelatedVideoFile undef
|
23201
23518
|
|
23202
|
-
=head2 Jpeg2000 Tags
|
23203
|
-
|
23204
|
-
The tags below are extracted from JPEG 2000 images, however ExifTool
|
23205
|
-
currently writes only EXIF, IPTC and XMP tags in these images.
|
23206
|
-
|
23207
|
-
Tag ID Tag Name Writable
|
23208
|
-
------ -------- --------
|
23209
|
-
'asoc' Association Jpeg2000
|
23210
|
-
'bfil' BinaryFilter no
|
23211
|
-
'bpcc' BitsPerComponent no
|
23212
|
-
'cdef' ComponentDefinition no
|
23213
|
-
'cgrp' ColorGroup no
|
23214
|
-
'chck' DigitalSignature no
|
23215
|
-
'cmap' ComponentMapping no
|
23216
|
-
'colr' ColorSpecification Jpeg2000 ColorSpec
|
23217
|
-
'comp' Composition no
|
23218
|
-
'copt' CompositionOptions no
|
23219
|
-
'cref' Cross-Reference no
|
23220
|
-
'creg' CodestreamRegistration no
|
23221
|
-
'drep' DesiredReproductions no
|
23222
|
-
'dtbl' DataReference no
|
23223
|
-
'flst' FragmentList no
|
23224
|
-
'free' Free no
|
23225
|
-
'ftbl' FragmentTable no
|
23226
|
-
'ftyp' FileType Jpeg2000 FileType
|
23227
|
-
'gtso' GraphicsTechnologyStandardOutput no
|
23228
|
-
'ihdr' ImageHeader Jpeg2000 ImageHeader
|
23229
|
-
'inst' InstructionSet no
|
23230
|
-
'jP ' JP2Signature no
|
23231
|
-
'jp2c' ContiguousCodestream no
|
23232
|
-
'jp2h' JP2Header Jpeg2000
|
23233
|
-
'jp2i' IntellectualProperty XMP
|
23234
|
-
'jpch' CodestreamHeader Jpeg2000
|
23235
|
-
'jplh' CompositingLayerHeader Jpeg2000
|
23236
|
-
'lbl ' Label no
|
23237
|
-
'mdat' MediaData no
|
23238
|
-
'mp7b' MPEG7Binary no
|
23239
|
-
'nlst' NumberList no
|
23240
|
-
'opct' Opacity no
|
23241
|
-
'pclr' Palette no
|
23242
|
-
'prfl' Profile no
|
23243
|
-
'res ' Resolution Jpeg2000
|
23244
|
-
'resc' CaptureResolution Jpeg2000 CaptureResolution
|
23245
|
-
'resd' DisplayResolution Jpeg2000 DisplayResolution
|
23246
|
-
'roid' ROIDescription no
|
23247
|
-
'rreq' ReaderRequirements no
|
23248
|
-
'uinf' UUIDInfo Jpeg2000
|
23249
|
-
'ulst' UUIDList no
|
23250
|
-
'url ' URL no
|
23251
|
-
'uuid' UUID-EXIF EXIF
|
23252
|
-
UUID-EXIF2 EXIF
|
23253
|
-
UUID-EXIF_bad EXIF
|
23254
|
-
UUID-IPTC IPTC
|
23255
|
-
UUID-IPTC2 IPTC
|
23256
|
-
UUID-XMP XMP
|
23257
|
-
UUID-GeoJP2 EXIF
|
23258
|
-
UUID-Photoshop Photoshop
|
23259
|
-
UUID-Unknown no
|
23260
|
-
'xml ' XML XMP XML
|
23261
|
-
|
23262
|
-
=head3 Jpeg2000 ColorSpec Tags
|
23263
|
-
|
23264
|
-
Index1 Tag Name Writable
|
23265
|
-
------ -------- --------
|
23266
|
-
0 ColorSpecMethod no
|
23267
|
-
1 ColorSpecPrecedence no
|
23268
|
-
2 ColorSpecApproximation no
|
23269
|
-
3 ICC_Profile ICC_Profile
|
23270
|
-
ColorSpace no
|
23271
|
-
ColorSpecData no
|
23272
|
-
|
23273
|
-
=head3 Jpeg2000 FileType Tags
|
23274
|
-
|
23275
|
-
Index4 Tag Name Writable
|
23276
|
-
------ -------- --------
|
23277
|
-
0 MajorBrand no
|
23278
|
-
1 MinorVersion no
|
23279
|
-
2 CompatibleBrands no
|
23280
|
-
|
23281
|
-
=head3 Jpeg2000 ImageHeader Tags
|
23282
|
-
|
23283
|
-
Index1 Tag Name Writable
|
23284
|
-
------ -------- --------
|
23285
|
-
0 ImageHeight no
|
23286
|
-
4 ImageWidth no
|
23287
|
-
8 NumberOfComponents no
|
23288
|
-
10 BitsPerComponent no
|
23289
|
-
11 Compression no
|
23290
|
-
|
23291
|
-
=head3 Jpeg2000 CaptureResolution Tags
|
23292
|
-
|
23293
|
-
Index1 Tag Name Writable
|
23294
|
-
------ -------- --------
|
23295
|
-
0 CaptureYResolution no
|
23296
|
-
4 CaptureXResolution no
|
23297
|
-
8 CaptureYResolutionUnit no
|
23298
|
-
9 CaptureXResolutionUnit no
|
23299
|
-
|
23300
|
-
=head3 Jpeg2000 DisplayResolution Tags
|
23301
|
-
|
23302
|
-
Index1 Tag Name Writable
|
23303
|
-
------ -------- --------
|
23304
|
-
0 DisplayYResolution no
|
23305
|
-
4 DisplayXResolution no
|
23306
|
-
8 DisplayYResolutionUnit no
|
23307
|
-
9 DisplayXResolutionUnit no
|
23308
|
-
|
23309
23519
|
=head2 GIF Tags
|
23310
23520
|
|
23311
23521
|
This table lists information extracted from GIF images. See
|
@@ -24218,6 +24428,155 @@ files.
|
|
24218
24428
|
48 PrimaryFileGUID no
|
24219
24429
|
64 FileGUID no
|
24220
24430
|
|
24431
|
+
=head2 MRC Tags
|
24432
|
+
|
24433
|
+
Tags extracted from Medical Research Council (MRC) format imaging files.
|
24434
|
+
See L<https://www.ccpem.ac.uk/mrc_format/mrc2014.php> for the specification.
|
24435
|
+
|
24436
|
+
Index4 Tag Name Writable
|
24437
|
+
------ -------- --------
|
24438
|
+
0 ImageWidth no
|
24439
|
+
1 ImageHeight no
|
24440
|
+
2 ImageDepth no
|
24441
|
+
3 ImageMode no
|
24442
|
+
4 StartPoint no
|
24443
|
+
7 GridSize no
|
24444
|
+
10 CellWidth no
|
24445
|
+
11 CellHeight no
|
24446
|
+
12 CellDepth no
|
24447
|
+
13 CellAlpha no
|
24448
|
+
14 CellBeta no
|
24449
|
+
15 CellGamma no
|
24450
|
+
16 ImageWidthAxis no
|
24451
|
+
17 ImageHeightAxis no
|
24452
|
+
18 ImageDepthAxis no
|
24453
|
+
19 DensityMin no
|
24454
|
+
20 DensityMax no
|
24455
|
+
21 DensityMean no
|
24456
|
+
22 SpaceGroupNumber no
|
24457
|
+
23 ExtendedHeaderSize no
|
24458
|
+
26 ExtendedHeaderType no
|
24459
|
+
27 MRCVersion no
|
24460
|
+
49 Origin no
|
24461
|
+
53 MachineStamp no
|
24462
|
+
54 RMSDeviation no
|
24463
|
+
55 NumberOfLabels no
|
24464
|
+
56 Label0 no
|
24465
|
+
76 Label1 no
|
24466
|
+
96 Label2 no
|
24467
|
+
116 Label3 no
|
24468
|
+
136 Label4 no
|
24469
|
+
156 Label5 no
|
24470
|
+
176 Label6 no
|
24471
|
+
196 Label7 no
|
24472
|
+
216 Label8 no
|
24473
|
+
236 Label9 no
|
24474
|
+
|
24475
|
+
=head3 MRC FEI12 Tags
|
24476
|
+
|
24477
|
+
Tags extracted from FEI1 and FEI2 extended headers.
|
24478
|
+
|
24479
|
+
Index1 Tag Name Writable
|
24480
|
+
------ -------- --------
|
24481
|
+
0 MetadataSize no
|
24482
|
+
4 MetadataVersion no
|
24483
|
+
8 Bitmask1 no
|
24484
|
+
12 TimeStamp no
|
24485
|
+
20 MicroscopeType no
|
24486
|
+
36 MicroscopeID no
|
24487
|
+
52 Application no
|
24488
|
+
68 AppVersion no
|
24489
|
+
84 HighTension no
|
24490
|
+
92 Dose no
|
24491
|
+
100 AlphaTilt no
|
24492
|
+
108 BetaTilt no
|
24493
|
+
116 XStage no
|
24494
|
+
124 YStage no
|
24495
|
+
132 ZStage no
|
24496
|
+
140 TiltAxisAngle no
|
24497
|
+
148 DualAxisRot no
|
24498
|
+
156 PixelSizeX no
|
24499
|
+
164 PixelSizeY no
|
24500
|
+
220 Defocus no
|
24501
|
+
228 STEMDefocus no
|
24502
|
+
236 AppliedDefocus no
|
24503
|
+
244 InstrumentMode no
|
24504
|
+
248 ProjectionMode no
|
24505
|
+
252 ObjectiveLens no
|
24506
|
+
268 HighMagnificationMode no
|
24507
|
+
284 ProbeMode no
|
24508
|
+
288 EFTEMOn no
|
24509
|
+
289 Magnification no
|
24510
|
+
297 Bitmask2 no
|
24511
|
+
301 CameraLength no
|
24512
|
+
309 SpotIndex no
|
24513
|
+
313 IlluminationArea no
|
24514
|
+
321 Intensity no
|
24515
|
+
329 ConvergenceAngle no
|
24516
|
+
337 IlluminationMode no
|
24517
|
+
353 WideConvergenceAngleRange no
|
24518
|
+
354 SlitInserted no
|
24519
|
+
355 SlitWidth no
|
24520
|
+
363 AccelVoltOffset no
|
24521
|
+
371 DriftTubeVolt no
|
24522
|
+
379 EnergyShift no
|
24523
|
+
387 ShiftOffsetX no
|
24524
|
+
395 ShiftOffsetY no
|
24525
|
+
403 ShiftX no
|
24526
|
+
411 ShiftY no
|
24527
|
+
419 IntegrationTime no
|
24528
|
+
427 BinningWidth no
|
24529
|
+
431 BinningHeight no
|
24530
|
+
435 CameraName no
|
24531
|
+
451 ReadoutAreaLeft no
|
24532
|
+
455 ReadoutAreaTop no
|
24533
|
+
459 ReadoutAreaRight no
|
24534
|
+
463 ReadoutAreaBottom no
|
24535
|
+
467 CetaNoiseReduct no
|
24536
|
+
468 CetaFramesSummed no
|
24537
|
+
472 DirectDetElectronCounting no
|
24538
|
+
473 DirectDetAlignFrames no
|
24539
|
+
490 Bitmask3 no
|
24540
|
+
518 PhasePlate no
|
24541
|
+
519 STEMDetectorName no
|
24542
|
+
535 Gain no
|
24543
|
+
543 Offset no
|
24544
|
+
571 DwellTime no
|
24545
|
+
579 FrameTime no
|
24546
|
+
587 ScanSizeLeft no
|
24547
|
+
591 ScanSizeTop no
|
24548
|
+
595 ScanSizeRight no
|
24549
|
+
599 ScanSizeBottom no
|
24550
|
+
603 FullScanFOV_X no
|
24551
|
+
611 FullScanFOV_Y no
|
24552
|
+
619 Element no
|
24553
|
+
635 EnergyIntervalLower no
|
24554
|
+
643 EnergyIntervalHigher no
|
24555
|
+
651 Method no
|
24556
|
+
655 IsDoseFraction no
|
24557
|
+
656 FractionNumber no
|
24558
|
+
660 StartFrame no
|
24559
|
+
664 EndFrame no
|
24560
|
+
668 InputStackFilename no
|
24561
|
+
748 Bitmask4 no
|
24562
|
+
752 AlphaTiltMin no
|
24563
|
+
760 AlphaTiltMax no
|
24564
|
+
768 ScanRotation no
|
24565
|
+
776 DiffractionPatternRotation no
|
24566
|
+
784 ImageRotation no
|
24567
|
+
792 ScanModeEnumeration no
|
24568
|
+
796 AcquisitionTimeStamp no
|
24569
|
+
804 DetectorCommercialName no
|
24570
|
+
820 StartTiltAngle no
|
24571
|
+
828 EndTiltAngle no
|
24572
|
+
836 TiltPerImage no
|
24573
|
+
844 TitlSpeed no
|
24574
|
+
852 BeamCenterX no
|
24575
|
+
856 BeamCenterY no
|
24576
|
+
860 CFEGFlashTimeStamp no
|
24577
|
+
868 PhasePlatePosition no
|
24578
|
+
872 ObjectiveAperture no
|
24579
|
+
|
24221
24580
|
=head2 MIFF Tags
|
24222
24581
|
|
24223
24582
|
The MIFF (Magick Image File Format) format allows aribrary tag names to be
|
@@ -25514,6 +25873,7 @@ which case subsequent occurrences are extracted as sub-documents).
|
|
25514
25873
|
0x00c5 GPSImgDirectionRef no
|
25515
25874
|
0x00c6 GPSImgDirection no
|
25516
25875
|
0x00c7 GPSMapDatum no
|
25876
|
+
0x00ca GPSDateStamp no
|
25517
25877
|
0x00e0 MakeModel H264 MakeModel
|
25518
25878
|
0x00e1 RecInfo H264 RecInfo
|
25519
25879
|
0x00e4 Model no
|
@@ -25582,11 +25942,13 @@ L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags>, and
|
|
25582
25942
|
finally in L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags>,
|
25583
25943
|
but this order may be changed by setting the PREFERRED level of the
|
25584
25944
|
appropriate table in the config file (see
|
25585
|
-
example.config in the full distribution for
|
25586
|
-
|
25587
|
-
|
25588
|
-
|
25589
|
-
|
25945
|
+
example.config in the full distribution for an
|
25946
|
+
example). Note that some tags with the same name but different ID's may
|
25947
|
+
exist in the same location, but the family 7 group names may be used to
|
25948
|
+
differentiate these. ExifTool currently writes only top-level metadata in
|
25949
|
+
QuickTime-based files; it extracts other track-specific and timed metadata,
|
25950
|
+
but can not yet edit tags in these locations (with the exception of
|
25951
|
+
track-level date/time tags).
|
25590
25952
|
|
25591
25953
|
Alternate language tags may be accessed for
|
25592
25954
|
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
@@ -25611,8 +25973,8 @@ local time when extracting.
|
|
25611
25973
|
|
25612
25974
|
When writing string-based date/time tags, the system time zone is added if
|
25613
25975
|
the PrintConv option is enabled and no time zone is specified. This is
|
25614
|
-
because Apple software may display
|
25615
|
-
|
25976
|
+
because Apple software may display crazy values if the time zone is missing
|
25977
|
+
for some tags.
|
25616
25978
|
|
25617
25979
|
See
|
25618
25980
|
L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
|
@@ -25686,7 +26048,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
25686
26048
|
|
25687
26049
|
Timed metadata extracted from QuickTime media data and some AVI videos when
|
25688
26050
|
the ExtractEmbedded option is used. Although most of these tags are
|
25689
|
-
combined into the single table below, ExifTool currently reads
|
26051
|
+
combined into the single table below, ExifTool currently reads 51 different
|
25690
26052
|
formats of timed GPS metadata from video files.
|
25691
26053
|
|
25692
26054
|
Tag Name Writable
|
@@ -25717,6 +26079,7 @@ formats of timed GPS metadata from video files.
|
|
25717
26079
|
INSV QuickTime INSV_MakerNotes
|
25718
26080
|
ISO no
|
25719
26081
|
JpgFromRaw no
|
26082
|
+
KiloCalories no
|
25720
26083
|
PreviewInfo QuickTime PreviewInfo
|
25721
26084
|
RVMI_gReV QuickTime RVMI_gReV
|
25722
26085
|
RVMI_sReV QuickTime RVMI_sReV
|
@@ -25876,66 +26239,75 @@ either of these tables, either the "Keys" location must be specified (eg.
|
|
25876
26239
|
C<-Keys:Author=Phil> on the command line), or the PREFERRED level must be
|
25877
26240
|
changed via the config file.
|
25878
26241
|
|
25879
|
-
Tag ID
|
25880
|
-
------
|
25881
|
-
'Encoded_With'
|
25882
|
-
'album'
|
25883
|
-
'
|
25884
|
-
|
25885
|
-
'
|
26242
|
+
Tag ID Tag Name Writable
|
26243
|
+
------ -------- --------
|
26244
|
+
'Encoded_With' EncodedWith yes
|
26245
|
+
'album' Album yes
|
26246
|
+
'apple.photos.variation-identifier'
|
26247
|
+
ApplePhotosVariationIdentifier int64s
|
26248
|
+
'artist' Artist yes
|
26249
|
+
'artwork' Artwork yes
|
26250
|
+
'author' Author yes
|
25886
26251
|
'camera.framereadouttimeinmicroseconds'
|
25887
|
-
|
25888
|
-
'camera.identifier'
|
25889
|
-
'collection.user'
|
25890
|
-
'com.android.version'
|
25891
|
-
'com.apple.photos.captureMode' CaptureMode
|
25892
|
-
'comment'
|
25893
|
-
'copyright'
|
25894
|
-
'creationdate'
|
25895
|
-
'description'
|
25896
|
-
'detected-face'
|
25897
|
-
'detected-face.bounds'
|
26252
|
+
FrameReadoutTime yes
|
26253
|
+
'camera.identifier' CameraIdentifier yes
|
26254
|
+
'collection.user' UserCollection yes
|
26255
|
+
'com.android.version' AndroidVersion yes
|
26256
|
+
'com.apple.photos.captureMode' CaptureMode yes
|
26257
|
+
'comment' Comment yes
|
26258
|
+
'copyright' Copyright yes
|
26259
|
+
'creationdate' CreationDate yes
|
26260
|
+
'description' Description yes
|
26261
|
+
'detected-face' FaceInfo QuickTime FaceInfo
|
26262
|
+
'detected-face.bounds' DetectedFaceBounds no
|
25898
26263
|
'detected-face.face-id' DetectedFaceID no
|
25899
26264
|
'detected-face.roll-angle'
|
25900
|
-
|
26265
|
+
DetectedFaceRollAngle no
|
25901
26266
|
'detected-face.yaw-angle'
|
25902
|
-
|
25903
|
-
'direction.facing'
|
25904
|
-
'direction.motion'
|
25905
|
-
'director'
|
25906
|
-
'displayname'
|
25907
|
-
'genre'
|
25908
|
-
'information'
|
25909
|
-
'keywords'
|
25910
|
-
'live-photo-info'
|
25911
|
-
'
|
25912
|
-
'
|
25913
|
-
|
25914
|
-
'
|
25915
|
-
|
25916
|
-
'location.
|
25917
|
-
'
|
25918
|
-
|
25919
|
-
'
|
25920
|
-
'
|
25921
|
-
'
|
26267
|
+
DetectedFaceYawAngle no
|
26268
|
+
'direction.facing' CameraDirection yes
|
26269
|
+
'direction.motion' CameraMotion yes
|
26270
|
+
'director' Director yes
|
26271
|
+
'displayname' DisplayName yes
|
26272
|
+
'genre' Genre yes
|
26273
|
+
'information' Information yes
|
26274
|
+
'keywords' Keywords yes
|
26275
|
+
'live-photo-info' LivePhotoInfo no
|
26276
|
+
'live-photo.auto' LivePhotoAuto int8u
|
26277
|
+
'live-photo.vitality-score'
|
26278
|
+
LivePhotoVitalityScore float
|
26279
|
+
'live-photo.vitality-scoring-version'
|
26280
|
+
LivePhotoVitalityScoringVersion int64s
|
26281
|
+
'location.ISO6709' GPSCoordinates yes
|
26282
|
+
'location.accuracy.horizontal'
|
26283
|
+
LocationAccuracyHorizontal yes
|
26284
|
+
'location.body' LocationBody yes
|
26285
|
+
'location.date' LocationDate yes
|
26286
|
+
'location.name' LocationName yes
|
26287
|
+
'location.note' LocationNote yes
|
26288
|
+
'location.role' LocationRole yes
|
26289
|
+
'make' Make yes
|
26290
|
+
'model' Model yes
|
26291
|
+
'player.movie.audio.balance' Balance yes
|
26292
|
+
'player.movie.audio.bass' Bass yes
|
26293
|
+
'player.movie.audio.gain' AudioGain yes
|
25922
26294
|
'player.movie.audio.mute' Mute int8u
|
25923
|
-
'player.movie.audio.pitchshift' PitchShift
|
25924
|
-
'player.movie.audio.treble' Trebel
|
25925
|
-
'player.movie.visual.brightness' Brightness
|
25926
|
-
'player.movie.visual.color' Color
|
25927
|
-
'player.movie.visual.contrast' Contrast
|
25928
|
-
'player.movie.visual.tint' Tint
|
25929
|
-
'player.version'
|
25930
|
-
'producer'
|
25931
|
-
'publisher'
|
25932
|
-
'rating.user'
|
25933
|
-
'software'
|
25934
|
-
'still-image-time'
|
25935
|
-
'title'
|
25936
|
-
'version'
|
25937
|
-
'video-orientation'
|
25938
|
-
'year'
|
26295
|
+
'player.movie.audio.pitchshift' PitchShift yes
|
26296
|
+
'player.movie.audio.treble' Trebel yes
|
26297
|
+
'player.movie.visual.brightness' Brightness yes
|
26298
|
+
'player.movie.visual.color' Color yes
|
26299
|
+
'player.movie.visual.contrast' Contrast yes
|
26300
|
+
'player.movie.visual.tint' Tint yes
|
26301
|
+
'player.version' PlayerVersion yes
|
26302
|
+
'producer' Producer yes
|
26303
|
+
'publisher' Publisher yes
|
26304
|
+
'rating.user' UserRating yes
|
26305
|
+
'software' Software yes
|
26306
|
+
'still-image-time' StillImageTime no
|
26307
|
+
'title' Title yes
|
26308
|
+
'version' Version yes
|
26309
|
+
'video-orientation' VideoOrientation no
|
26310
|
+
'year' Year yes
|
25939
26311
|
|
25940
26312
|
=head3 QuickTime FaceInfo Tags
|
25941
26313
|
|
@@ -26052,9 +26424,9 @@ this table support alternate languages which are accessed by adding a
|
|
26052
26424
|
3-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
|
26053
26425
|
country code to the tag name (eg. "ItemList:Title-fra" or
|
26054
26426
|
"ItemList::Title-fra-FR"). When creating a new Meta box to contain the
|
26055
|
-
ItemList directory, by default ExifTool
|
26056
|
-
|
26057
|
-
|
26427
|
+
ItemList directory, by default ExifTool adds an 'mdir' (Metadata) Handler
|
26428
|
+
box because Apple software may ignore ItemList tags otherwise, but the API
|
26429
|
+
QuickTimeHandler option may be set to 0 to avoid this.
|
26058
26430
|
|
26059
26431
|
Tag ID Tag Name Writable
|
26060
26432
|
------ -------- --------
|
@@ -26809,7 +27181,7 @@ the config file.
|
|
26809
27181
|
'chpl' ChapterList no
|
26810
27182
|
'clfn' ClipFileName string
|
26811
27183
|
'clid' ClipID string
|
26812
|
-
'clsf' Classification
|
27184
|
+
'clsf' Classification undef/
|
26813
27185
|
'cmid' CameraID string
|
26814
27186
|
'cmnm' Model string/
|
26815
27187
|
'coll' CollectionName string/
|
@@ -26827,7 +27199,7 @@ the config file.
|
|
26827
27199
|
'infu' InfoURL string
|
26828
27200
|
'kgtt' TrackType string
|
26829
27201
|
'kywd' Keywords no
|
26830
|
-
'loci' LocationInformation
|
27202
|
+
'loci' LocationInformation undef/
|
26831
27203
|
'lrcu' LyricsURI string
|
26832
27204
|
'lvlm' LevelMeter? rational64s
|
26833
27205
|
'manu' Make no
|
@@ -26842,7 +27214,7 @@ the config file.
|
|
26842
27214
|
'rads' Rads? rational64s
|
26843
27215
|
'reel' ReelName string
|
26844
27216
|
'roll' Roll rational64s/
|
26845
|
-
'rtng' Rating
|
27217
|
+
'rtng' Rating undef/
|
26846
27218
|
'scen' Scene string
|
26847
27219
|
'scrn' OlympusPreview Olympus scrn
|
26848
27220
|
'shot' ShotName string
|
@@ -26855,12 +27227,12 @@ the config file.
|
|
26855
27227
|
ThumbnailPNG string
|
26856
27228
|
UnknownThumbnail string
|
26857
27229
|
'titl' Title string/
|
26858
|
-
'urat' UserRating
|
27230
|
+
'urat' UserRating undef/
|
26859
27231
|
'uuid' GarminSoftware string
|
26860
27232
|
UUID-Unknown? no
|
26861
27233
|
'vndr' Vendor string
|
26862
27234
|
'vrot' AccelerometerData no
|
26863
|
-
'yrrc' Year
|
27235
|
+
'yrrc' Year undef/
|
26864
27236
|
"\xa9ART" Artist string
|
26865
27237
|
"\xa9TIM" StartTimecode string
|
26866
27238
|
"\xa9TSC" StartTimeScale string
|
@@ -27302,32 +27674,6 @@ Parrot streaming metadata automation extension.
|
|
27302
27674
|
28 AutomationAnimation no
|
27303
27675
|
29 AutomationFlags no
|
27304
27676
|
|
27305
|
-
=head2 PLIST Tags
|
27306
|
-
|
27307
|
-
Apple Property List tags. ExifTool reads both XML and binary-format PLIST
|
27308
|
-
files, and will extract any existing tags even if they aren't listed below.
|
27309
|
-
These tags belong to the family 0 "PLIST" group, but family 1 group may be
|
27310
|
-
either "XML" or "PLIST" depending on whether the format is XML or binary.
|
27311
|
-
|
27312
|
-
Tag ID Tag Name Writable
|
27313
|
-
------ -------- --------
|
27314
|
-
'MetaDataList//DateTimeOriginal'
|
27315
|
-
DateTimeOriginal no
|
27316
|
-
'MetaDataList//Duration' Duration no
|
27317
|
-
'MetaDataList//Geolocation/Latitude'
|
27318
|
-
GPSLatitude no
|
27319
|
-
'MetaDataList//Geolocation/Longitude'
|
27320
|
-
GPSLongitude no
|
27321
|
-
'MetaDataList//Geolocation/MapDatum'
|
27322
|
-
GPSMapDatum no
|
27323
|
-
'XMLFileType' XMLFileType no
|
27324
|
-
'cast//name' Cast no+
|
27325
|
-
'codirectors//name' Codirectors no+
|
27326
|
-
'directors//name' Directors no+
|
27327
|
-
'producers//name' Producers no+
|
27328
|
-
'screenwriters//name' Screenwriters no+
|
27329
|
-
'studio//name' Studio no+
|
27330
|
-
|
27331
27677
|
=head2 Matroska Tags
|
27332
27678
|
|
27333
27679
|
The following tags are extracted from Matroska multimedia container files.
|
@@ -29191,7 +29537,7 @@ because they are bulky 16-byte binary values.
|
|
29191
29537
|
VideoAndFilmFrameRelationship no
|
29192
29538
|
VideoAverageBitrate no
|
29193
29539
|
VideoClipDuration no
|
29194
|
-
VideoCodingSchemeID
|
29540
|
+
VideoCodingSchemeID no
|
29195
29541
|
VideoColorKind no
|
29196
29542
|
VideoCompressionAlgorithm no
|
29197
29543
|
VideoDeviceKind no
|
@@ -29694,6 +30040,7 @@ sub-documents, but the Duration is calculated for the full video.
|
|
29694
30040
|
'LIST_INF0' Info RIFF Info
|
29695
30041
|
'LIST_INFO' Info RIFF Info
|
29696
30042
|
'LIST_Tdat' Tdat RIFF Tdat
|
30043
|
+
'LIST_adtl' AssociatedDataList RIFF
|
29697
30044
|
'LIST_exif' Exif RIFF Exif
|
29698
30045
|
'LIST_hdrl' Hdrl RIFF Hdrl
|
29699
30046
|
'LIST_hydt' PentaxData Pentax AVI
|
@@ -29716,9 +30063,14 @@ sub-documents, but the Duration is calculated for the full video.
|
|
29716
30063
|
'gps0' GPSTrack QuickTime Stream
|
29717
30064
|
'gsen' GSensor QuickTime Stream
|
29718
30065
|
'iXML' IXML XMP XML
|
29719
|
-
'
|
30066
|
+
'inst' Instrument RIFF Instrument
|
30067
|
+
'labl' CuePointLabel no
|
29720
30068
|
'list' ListType no
|
30069
|
+
'ltxt' LabeledText no
|
30070
|
+
'note' CuePointNote no
|
29721
30071
|
'olym' Olym Olympus WAV
|
30072
|
+
'plst' Playlist no
|
30073
|
+
'smpl' Sampler RIFF Sampler
|
29722
30074
|
'tx_USER' UserText RIFF UserText
|
29723
30075
|
'tx_Unknown' Text no
|
29724
30076
|
|
@@ -30015,12 +30367,32 @@ L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
|
|
30015
30367
|
1 DataSize64 no
|
30016
30368
|
2 NumberOfSamples64 no
|
30017
30369
|
|
30018
|
-
=head3 RIFF
|
30370
|
+
=head3 RIFF Instrument Tags
|
30371
|
+
|
30372
|
+
Index1 Tag Name Writable
|
30373
|
+
------ -------- --------
|
30374
|
+
0 UnshiftedNote no
|
30375
|
+
1 FineTune no
|
30376
|
+
2 Gain no
|
30377
|
+
3 LowNote no
|
30378
|
+
4 HighNote no
|
30379
|
+
5 LowVelocity no
|
30380
|
+
6 HighVelocity no
|
30381
|
+
|
30382
|
+
=head3 RIFF Sampler Tags
|
30019
30383
|
|
30020
30384
|
Index4 Tag Name Writable
|
30021
30385
|
------ -------- --------
|
30022
|
-
0
|
30023
|
-
1
|
30386
|
+
0 Manufacturer no
|
30387
|
+
1 Product no
|
30388
|
+
2 SamplePeriod no
|
30389
|
+
3 MIDIUnityNote no
|
30390
|
+
4 MIDIPitchFraction no
|
30391
|
+
5 SMPTEFormat no
|
30392
|
+
6 SMPTEOffset no
|
30393
|
+
7 NumSampleLoops no
|
30394
|
+
8 SamplerDataLen no
|
30395
|
+
9 SamplerData no
|
30024
30396
|
|
30025
30397
|
=head3 RIFF UserText Tags
|
30026
30398
|
|
@@ -33625,9 +33997,11 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
33625
33997
|
------ -------- --------
|
33626
33998
|
'AUTHOR' Author no
|
33627
33999
|
'BACKGRND' Background no
|
34000
|
+
'COMMENT' Comment no
|
33628
34001
|
'DATE' CreateDate no
|
33629
34002
|
'DATE-END' ObservationDateEnd no
|
33630
34003
|
'DATE-OBS' ObservationDate no
|
34004
|
+
'HISTORY' History no
|
33631
34005
|
'INSTRUME' Instrument no
|
33632
34006
|
'OBJECT' Object no
|
33633
34007
|
'OBSERVER' Observer no
|
@@ -33636,23 +34010,6 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
33636
34010
|
'TIME-END' ObservationTimeEnd no
|
33637
34011
|
'TIME-OBS' ObservationTime no
|
33638
34012
|
|
33639
|
-
=head2 JSON Tags
|
33640
|
-
|
33641
|
-
Other than a few tags in the table below, JSON tags have not been
|
33642
|
-
pre-defined. However, ExifTool will read any existing tags from basic
|
33643
|
-
JSON-formatted files.
|
33644
|
-
|
33645
|
-
Tag Name Writable
|
33646
|
-
-------- --------
|
33647
|
-
ON1_SettingsData PLIST
|
33648
|
-
ON1_SettingsMetadataCreated no
|
33649
|
-
ON1_SettingsMetadataModified no
|
33650
|
-
ON1_SettingsMetadataName no
|
33651
|
-
ON1_SettingsMetadataPluginID no
|
33652
|
-
ON1_SettingsMetadataTimestamp no
|
33653
|
-
ON1_SettingsMetadataUsage no
|
33654
|
-
ON1_SettingsMetadataVisibleToUser no
|
33655
|
-
|
33656
34013
|
=head2 HTML Tags
|
33657
34014
|
|
33658
34015
|
Meta information extracted from the header of HTML and XHTML files. This is
|
@@ -34732,7 +35089,7 @@ options, but these files are not writable directly.
|
|
34732
35089
|
XAttr tags are extracted using the "xattr" utility. They are extracted if
|
34733
35090
|
any "XAttr*" tag or the MacOS group is specifically requested, or by setting
|
34734
35091
|
the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
|
34735
|
-
And they extracted by default from MacOS "._" files when reading
|
35092
|
+
And they are extracted by default from MacOS "._" files when reading
|
34736
35093
|
these files directly.
|
34737
35094
|
|
34738
35095
|
Tag Name Writable
|
@@ -34909,6 +35266,7 @@ FileName.
|
|
34909
35266
|
Tag Name Group Writable
|
34910
35267
|
-------- ----- --------
|
34911
35268
|
Adobe Adobe yes!
|
35269
|
+
BaseName System no
|
34912
35270
|
CanonDR4 CanonVRD yes!^
|
34913
35271
|
CanonVRD CanonVRD yes!^
|
34914
35272
|
Comment File yes
|
@@ -35170,6 +35528,10 @@ values, may created via the ExifTool configuration file.
|
|
35170
35528
|
LensType3
|
35171
35529
|
LensFocalLength
|
35172
35530
|
RFLensType
|
35531
|
+
LensID LensModel no
|
35532
|
+
Lens
|
35533
|
+
XMP-aux:LensID
|
35534
|
+
Make
|
35173
35535
|
LensID Nikon:LensIDNumber no
|
35174
35536
|
LensFStops
|
35175
35537
|
MinFocalLength
|
@@ -35537,6 +35899,13 @@ for more details.
|
|
35537
35899
|
InteropIFD:InteropVersion
|
35538
35900
|
InteropIFD:RelatedImageWidth
|
35539
35901
|
InteropIFD:RelatedImageHeight
|
35902
|
+
ls-l FilePermissions yes
|
35903
|
+
FileHardLinks
|
35904
|
+
FileUserID
|
35905
|
+
FileGroupID
|
35906
|
+
FileSize#
|
35907
|
+
FileModifyDate
|
35908
|
+
FileName
|
35540
35909
|
|
35541
35910
|
=head2 MWG Tags
|
35542
35911
|
|
@@ -35545,7 +35914,7 @@ overlapping EXIF, IPTC and XMP tags to be reconciled when reading, and
|
|
35545
35914
|
synchronized when writing. The MWG Composite tags below are designed to aid
|
35546
35915
|
in the implementation of these recommendations. As well, the MWG defines
|
35547
35916
|
new XMP tags which are listed in the subsequent tables below. See
|
35548
|
-
L<https://web.archive.org/web/
|
35917
|
+
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
35549
35918
|
for the official MWG specification.
|
35550
35919
|
|
35551
35920
|
=head3 MWG Composite Tags
|
@@ -35656,7 +36025,7 @@ implements this policy and changes EXIF:Artist to a list-type tag.
|
|
35656
36025
|
|
35657
36026
|
Image region metadata defined by the MWG 2.0 specification. These tags
|
35658
36027
|
may be accessed without the need to load the MWG Composite tags above. See
|
35659
|
-
L<https://web.archive.org/web/
|
36028
|
+
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
35660
36029
|
for the official specification.
|
35661
36030
|
|
35662
36031
|
These tags belong to the ExifTool XMP-mwg-rs family 1 group.
|
@@ -35726,7 +36095,7 @@ Hierarchical keywords metadata defined by the MWG 2.0 specification.
|
|
35726
36095
|
ExifTool unrolls keyword structures to an arbitrary depth of 6 to allow
|
35727
36096
|
individual levels to be accessed with different tag names, and to avoid
|
35728
36097
|
infinite recursion. See
|
35729
|
-
L<https://web.archive.org/web/
|
36098
|
+
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
35730
36099
|
for the official specification.
|
35731
36100
|
|
35732
36101
|
These tags belong to the ExifTool XMP-mwg-kw family 1 group.
|
@@ -35770,7 +36139,7 @@ These tags belong to the ExifTool XMP-mwg-kw family 1 group.
|
|
35770
36139
|
=head3 MWG Collections Tags
|
35771
36140
|
|
35772
36141
|
Collections metadata defined by the MWG 2.0 specification. See
|
35773
|
-
L<https://web.archive.org/web/
|
36142
|
+
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
35774
36143
|
for the official specification.
|
35775
36144
|
|
35776
36145
|
These tags belong to the ExifTool XMP-mwg-coll family 1 group.
|