exiftool_vendored 12.15.0 → 12.22.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 +96 -2
- data/bin/MANIFEST +1 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/config_files/example.config +1 -8
- data/bin/exiftool +104 -59
- 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 +74 -24
- data/bin/lib/Image/ExifTool.pod +34 -24
- data/bin/lib/Image/ExifTool/Apple.pm +3 -2
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +24 -13
- data/bin/lib/Image/ExifTool/Canon.pm +26 -2
- data/bin/lib/Image/ExifTool/CanonCustom.pm +19 -1
- data/bin/lib/Image/ExifTool/DJI.pm +6 -6
- data/bin/lib/Image/ExifTool/DPX.pm +3 -3
- data/bin/lib/Image/ExifTool/Exif.pm +35 -16
- data/bin/lib/Image/ExifTool/FITS.pm +13 -2
- data/bin/lib/Image/ExifTool/FujiFilm.pm +2 -1
- 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/M2TS.pm +40 -4
- data/bin/lib/Image/ExifTool/MIE.pm +2 -2
- data/bin/lib/Image/ExifTool/Microsoft.pm +296 -82
- data/bin/lib/Image/ExifTool/Nikon.pm +5 -5
- data/bin/lib/Image/ExifTool/NikonSettings.pm +16 -16
- data/bin/lib/Image/ExifTool/Olympus.pm +2 -2
- data/bin/lib/Image/ExifTool/QuickTime.pm +58 -30
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +27 -8
- data/bin/lib/Image/ExifTool/README +5 -4
- data/bin/lib/Image/ExifTool/RIFF.pm +2 -2
- data/bin/lib/Image/ExifTool/Shortcuts.pm +9 -0
- data/bin/lib/Image/ExifTool/Sony.pm +63 -29
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +1 -0
- data/bin/lib/Image/ExifTool/TagLookup.pm +4032 -3981
- data/bin/lib/Image/ExifTool/TagNames.pod +261 -104
- data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +7 -5
- data/bin/lib/Image/ExifTool/WriteXMP.pl +9 -6
- data/bin/lib/Image/ExifTool/Writer.pl +49 -14
- data/bin/lib/Image/ExifTool/XMP.pm +31 -5
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +48 -6
@@ -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 24094 tags, with 15597 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
|
@@ -1156,9 +1156,10 @@ C<integer> is a string of digits (possibly beginning with a '+' or '-'),
|
|
1156
1156
|
C<real> is a floating point number, C<rational> is entered as a floating
|
1157
1157
|
point number but stored as two C<integer> strings separated by a '/'
|
1158
1158
|
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
|
-
|
1159
|
+
HH:MM:SS[.ss][+/-HH:MM]", C<boolean> is either "True" or "False" (but "true"
|
1160
|
+
and "false" may be written as a ValueConv value for compatibility with
|
1161
|
+
non-conforming applications), C<struct> indicates a structured tag, and
|
1162
|
+
C<lang-alt> is a tag that supports alternate languages.
|
1162
1163
|
|
1163
1164
|
When reading, C<struct> tags are extracted only if the Struct (-struct)
|
1164
1165
|
option is used. Otherwise the corresponding I<Flattened> tags, indicated by
|
@@ -1504,24 +1505,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1504
1505
|
CircGradBasedCorrMaskY real/_
|
1505
1506
|
CircGradBasedCorrMaskZeroX real/_
|
1506
1507
|
CircGradBasedCorrMaskZeroY real/_
|
1508
|
+
CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
|
1509
|
+
CircGradBasedCorrRangeMaskColorAmount real/_+
|
1510
|
+
CircGradBasedCorrRangeMaskDepthFeather real/_+
|
1511
|
+
CircGradBasedCorrRangeMaskDepthMax real/_+
|
1512
|
+
CircGradBasedCorrRangeMaskDepthMin real/_+
|
1513
|
+
CircGradBasedCorrRangeMaskLumFeather real/_+
|
1514
|
+
CircGradBasedCorrRangeMaskLumMax real/_+
|
1515
|
+
CircGradBasedCorrRangeMaskLumMin real/_+
|
1516
|
+
CircGradBasedCorrRangeMaskType string/_+
|
1517
|
+
CircGradBasedCorrRangeMaskVersion string/_+
|
1518
|
+
CircGradBasedCorrBlacks2012 real/_
|
1507
1519
|
CircGradBasedCorrBrightness real/_
|
1508
1520
|
CircGradBasedCorrClarity real/_
|
1509
1521
|
CircGradBasedCorrClarity2012 real/_
|
1510
1522
|
CircGradBasedCorrContrast real/_
|
1511
1523
|
CircGradBasedCorrContrast2012 real/_
|
1512
1524
|
CircGradBasedCorrDefringe real/_
|
1525
|
+
CircGradBasedCorrDehaze real/_
|
1513
1526
|
CircGradBasedCorrExposure real/_
|
1514
1527
|
CircGradBasedCorrExposure2012 real/_
|
1515
1528
|
CircGradBasedCorrHighlights2012 real/_
|
1529
|
+
CircGradBasedCorrHue real/_
|
1516
1530
|
CircGradBasedCorrLuminanceNoise real/_
|
1517
1531
|
CircGradBasedCorrMoire real/_
|
1518
1532
|
CircGradBasedCorrSaturation real/_
|
1519
1533
|
CircGradBasedCorrShadows2012 real/_
|
1520
1534
|
CircGradBasedCorrSharpness real/_
|
1521
1535
|
CircGradBasedCorrTemperature real/_
|
1536
|
+
CircGradBasedCorrTexture real/_
|
1522
1537
|
CircGradBasedCorrTint real/_
|
1523
1538
|
CircGradBasedCorrHue real/_
|
1524
1539
|
CircGradBasedCorrSaturation real/_
|
1540
|
+
CircGradBasedCorrWhites2012 real/_
|
1525
1541
|
CircGradBasedCorrWhat string/_
|
1526
1542
|
Clarity integer/
|
1527
1543
|
Clarity2012 integer/
|
@@ -1604,24 +1620,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1604
1620
|
GradientBasedCorrMaskY real/_
|
1605
1621
|
GradientBasedCorrMaskZeroX real/_
|
1606
1622
|
GradientBasedCorrMaskZeroY real/_
|
1623
|
+
GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
|
1624
|
+
GradientBasedCorrRangeMaskColorAmount real/_+
|
1625
|
+
GradientBasedCorrRangeMaskDepthFeather real/_+
|
1626
|
+
GradientBasedCorrRangeMaskDepthMax real/_+
|
1627
|
+
GradientBasedCorrRangeMaskDepthMin real/_+
|
1628
|
+
GradientBasedCorrRangeMaskLumFeather real/_+
|
1629
|
+
GradientBasedCorrRangeMaskLumMax real/_+
|
1630
|
+
GradientBasedCorrRangeMaskLumMin real/_+
|
1631
|
+
GradientBasedCorrRangeMaskType string/_+
|
1632
|
+
GradientBasedCorrRangeMaskVersion string/_+
|
1633
|
+
GradientBasedCorrBlacks2012 real/_
|
1607
1634
|
GradientBasedCorrBrightness real/_
|
1608
1635
|
GradientBasedCorrClarity real/_
|
1609
1636
|
GradientBasedCorrClarity2012 real/_
|
1610
1637
|
GradientBasedCorrContrast real/_
|
1611
1638
|
GradientBasedCorrContrast2012 real/_
|
1612
1639
|
GradientBasedCorrDefringe real/_
|
1640
|
+
GradientBasedCorrDehaze real/_
|
1613
1641
|
GradientBasedCorrExposure real/_
|
1614
1642
|
GradientBasedCorrExposure2012 real/_
|
1615
1643
|
GradientBasedCorrHighlights2012 real/_
|
1644
|
+
GradientBasedCorrHue real/_
|
1616
1645
|
GradientBasedCorrLuminanceNoise real/_
|
1617
1646
|
GradientBasedCorrMoire real/_
|
1618
1647
|
GradientBasedCorrSaturation real/_
|
1619
1648
|
GradientBasedCorrShadows2012 real/_
|
1620
1649
|
GradientBasedCorrSharpness real/_
|
1621
1650
|
GradientBasedCorrTemperature real/_
|
1651
|
+
GradientBasedCorrTexture real/_
|
1622
1652
|
GradientBasedCorrTint real/_
|
1623
1653
|
GradientBasedCorrHue real/_
|
1624
1654
|
GradientBasedCorrSaturation real/_
|
1655
|
+
GradientBasedCorrWhites2012 real/_
|
1625
1656
|
GradientBasedCorrWhat string/_
|
1626
1657
|
GrainAmount integer/
|
1627
1658
|
GrainFrequency integer/
|
@@ -1738,24 +1769,39 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1738
1769
|
PaintCorrectionMaskY real/_
|
1739
1770
|
PaintCorrectionMaskZeroX real/_
|
1740
1771
|
PaintCorrectionMaskZeroY real/_
|
1772
|
+
PaintCorrectionRangeMask CorrectionRangeMask Struct_+
|
1773
|
+
PaintCorrectionRangeMaskColorAmount real/_+
|
1774
|
+
PaintCorrectionRangeMaskDepthFeather real/_+
|
1775
|
+
PaintCorrectionRangeMaskDepthMax real/_+
|
1776
|
+
PaintCorrectionRangeMaskDepthMin real/_+
|
1777
|
+
PaintCorrectionRangeMaskLumFeather real/_+
|
1778
|
+
PaintCorrectionRangeMaskLumMax real/_+
|
1779
|
+
PaintCorrectionRangeMaskLumMin real/_+
|
1780
|
+
PaintCorrectionRangeMaskType string/_+
|
1781
|
+
PaintCorrectionRangeMaskVersion string/_+
|
1782
|
+
PaintCorrectionBlacks2012 real/_
|
1741
1783
|
PaintCorrectionBrightness real/_
|
1742
1784
|
PaintCorrectionClarity real/_
|
1743
1785
|
PaintCorrectionClarity2012 real/_
|
1744
1786
|
PaintCorrectionContrast real/_
|
1745
1787
|
PaintCorrectionContrast2012 real/_
|
1746
1788
|
PaintCorrectionDefringe real/_
|
1789
|
+
PaintCorrectionDehaze real/_
|
1747
1790
|
PaintCorrectionExposure real/_
|
1748
1791
|
PaintCorrectionExposure2012 real/_
|
1749
1792
|
PaintCorrectionHighlights2012 real/_
|
1793
|
+
PaintCorrectionHue real/_
|
1750
1794
|
PaintCorrectionLuminanceNoise real/_
|
1751
1795
|
PaintCorrectionMoire real/_
|
1752
1796
|
PaintCorrectionSaturation real/_
|
1753
1797
|
PaintCorrectionShadows2012 real/_
|
1754
1798
|
PaintCorrectionSharpness real/_
|
1755
1799
|
PaintCorrectionTemperature real/_
|
1800
|
+
PaintCorrectionTexture real/_
|
1756
1801
|
PaintCorrectionTint real/_
|
1757
1802
|
PaintCorrectionHue real/_
|
1758
1803
|
PaintCorrectionSaturation real/_
|
1804
|
+
PaintCorrectionWhites2012 real/_
|
1759
1805
|
PaintCorrectionWhat string/_
|
1760
1806
|
ParametricDarks integer/
|
1761
1807
|
ParametricHighlights integer/
|
@@ -1902,24 +1948,30 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1902
1948
|
CorrectionActive boolean
|
1903
1949
|
CorrectionAmount real
|
1904
1950
|
CorrectionMasks CorrectionMask Struct+
|
1951
|
+
CorrectionRangeMask CorrectionRangeMask Struct
|
1952
|
+
LocalBlacks2012 real
|
1905
1953
|
LocalBrightness real
|
1906
1954
|
LocalClarity real
|
1907
1955
|
LocalClarity2012 real
|
1908
1956
|
LocalContrast real
|
1909
1957
|
LocalContrast2012 real
|
1910
1958
|
LocalDefringe real
|
1959
|
+
LocalDehaze real
|
1911
1960
|
LocalExposure real
|
1912
1961
|
LocalExposure2012 real
|
1913
1962
|
LocalHighlights2012 real
|
1963
|
+
LocalHue real
|
1914
1964
|
LocalLuminanceNoise real
|
1915
1965
|
LocalMoire real
|
1916
1966
|
LocalSaturation real
|
1917
1967
|
LocalShadows2012 real
|
1918
1968
|
LocalSharpness real
|
1919
1969
|
LocalTemperature real
|
1970
|
+
LocalTexture real
|
1920
1971
|
LocalTint real
|
1921
1972
|
LocalToningHue real
|
1922
1973
|
LocalToningSaturation real
|
1974
|
+
LocalWhites2012 real
|
1923
1975
|
What string
|
1924
1976
|
|
1925
1977
|
=head3 XMP CorrectionMask Struct
|
@@ -1954,6 +2006,20 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1954
2006
|
ZeroX real
|
1955
2007
|
ZeroY real
|
1956
2008
|
|
2009
|
+
=head3 XMP CorrectionRangeMask Struct
|
2010
|
+
|
2011
|
+
Field Name Writable
|
2012
|
+
---------- --------
|
2013
|
+
ColorAmount real
|
2014
|
+
DepthFeather real
|
2015
|
+
DepthMax real
|
2016
|
+
DepthMin real
|
2017
|
+
LumFeather real
|
2018
|
+
LumMax real
|
2019
|
+
LumMin real
|
2020
|
+
Type string
|
2021
|
+
Version string
|
2022
|
+
|
1957
2023
|
=head3 XMP Look Struct
|
1958
2024
|
|
1959
2025
|
Field Name Writable
|
@@ -2103,24 +2169,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2103
2169
|
CircGradBasedCorrMaskY real_
|
2104
2170
|
CircGradBasedCorrMaskZeroX real_
|
2105
2171
|
CircGradBasedCorrMaskZeroY real_
|
2172
|
+
CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
|
2173
|
+
CircGradBasedCorrRangeMaskColorAmount real_+
|
2174
|
+
CircGradBasedCorrRangeMaskDepthFeather real_+
|
2175
|
+
CircGradBasedCorrRangeMaskDepthMax real_+
|
2176
|
+
CircGradBasedCorrRangeMaskDepthMin real_+
|
2177
|
+
CircGradBasedCorrRangeMaskLumFeather real_+
|
2178
|
+
CircGradBasedCorrRangeMaskLumMax real_+
|
2179
|
+
CircGradBasedCorrRangeMaskLumMin real_+
|
2180
|
+
CircGradBasedCorrRangeMaskType string_+
|
2181
|
+
CircGradBasedCorrRangeMaskVersion string_+
|
2182
|
+
CircGradBasedCorrBlacks2012 real_
|
2106
2183
|
CircGradBasedCorrBrightness real_
|
2107
2184
|
CircGradBasedCorrClarity real_
|
2108
2185
|
CircGradBasedCorrClarity2012 real_
|
2109
2186
|
CircGradBasedCorrContrast real_
|
2110
2187
|
CircGradBasedCorrContrast2012 real_
|
2111
2188
|
CircGradBasedCorrDefringe real_
|
2189
|
+
CircGradBasedCorrDehaze real_
|
2112
2190
|
CircGradBasedCorrExposure real_
|
2113
2191
|
CircGradBasedCorrExposure2012 real_
|
2114
2192
|
CircGradBasedCorrHighlights2012 real_
|
2193
|
+
CircGradBasedCorrHue real_
|
2115
2194
|
CircGradBasedCorrLuminanceNoise real_
|
2116
2195
|
CircGradBasedCorrMoire real_
|
2117
2196
|
CircGradBasedCorrSaturation real_
|
2118
2197
|
CircGradBasedCorrShadows2012 real_
|
2119
2198
|
CircGradBasedCorrSharpness real_
|
2120
2199
|
CircGradBasedCorrTemperature real_
|
2200
|
+
CircGradBasedCorrTexture real_
|
2121
2201
|
CircGradBasedCorrTint real_
|
2122
2202
|
CircGradBasedCorrHue real_
|
2123
2203
|
CircGradBasedCorrSaturation real_
|
2204
|
+
CircGradBasedCorrWhites2012 real_
|
2124
2205
|
CircGradBasedCorrWhat string_
|
2125
2206
|
Clarity integer
|
2126
2207
|
Clarity2012 integer
|
@@ -2203,24 +2284,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2203
2284
|
GradientBasedCorrMaskY real_
|
2204
2285
|
GradientBasedCorrMaskZeroX real_
|
2205
2286
|
GradientBasedCorrMaskZeroY real_
|
2287
|
+
GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
|
2288
|
+
GradientBasedCorrRangeMaskColorAmount real_+
|
2289
|
+
GradientBasedCorrRangeMaskDepthFeather real_+
|
2290
|
+
GradientBasedCorrRangeMaskDepthMax real_+
|
2291
|
+
GradientBasedCorrRangeMaskDepthMin real_+
|
2292
|
+
GradientBasedCorrRangeMaskLumFeather real_+
|
2293
|
+
GradientBasedCorrRangeMaskLumMax real_+
|
2294
|
+
GradientBasedCorrRangeMaskLumMin real_+
|
2295
|
+
GradientBasedCorrRangeMaskType string_+
|
2296
|
+
GradientBasedCorrRangeMaskVersion string_+
|
2297
|
+
GradientBasedCorrBlacks2012 real_
|
2206
2298
|
GradientBasedCorrBrightness real_
|
2207
2299
|
GradientBasedCorrClarity real_
|
2208
2300
|
GradientBasedCorrClarity2012 real_
|
2209
2301
|
GradientBasedCorrContrast real_
|
2210
2302
|
GradientBasedCorrContrast2012 real_
|
2211
2303
|
GradientBasedCorrDefringe real_
|
2304
|
+
GradientBasedCorrDehaze real_
|
2212
2305
|
GradientBasedCorrExposure real_
|
2213
2306
|
GradientBasedCorrExposure2012 real_
|
2214
2307
|
GradientBasedCorrHighlights2012 real_
|
2308
|
+
GradientBasedCorrHue real_
|
2215
2309
|
GradientBasedCorrLuminanceNoise real_
|
2216
2310
|
GradientBasedCorrMoire real_
|
2217
2311
|
GradientBasedCorrSaturation real_
|
2218
2312
|
GradientBasedCorrShadows2012 real_
|
2219
2313
|
GradientBasedCorrSharpness real_
|
2220
2314
|
GradientBasedCorrTemperature real_
|
2315
|
+
GradientBasedCorrTexture real_
|
2221
2316
|
GradientBasedCorrTint real_
|
2222
2317
|
GradientBasedCorrHue real_
|
2223
2318
|
GradientBasedCorrSaturation real_
|
2319
|
+
GradientBasedCorrWhites2012 real_
|
2224
2320
|
GradientBasedCorrWhat string_
|
2225
2321
|
GrainAmount integer
|
2226
2322
|
GrainFrequency integer
|
@@ -2337,24 +2433,39 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2337
2433
|
PaintCorrectionMaskY real_
|
2338
2434
|
PaintCorrectionMaskZeroX real_
|
2339
2435
|
PaintCorrectionMaskZeroY real_
|
2436
|
+
PaintCorrectionRangeMask CorrectionRangeMask Struct_+
|
2437
|
+
PaintCorrectionRangeMaskColorAmount real_+
|
2438
|
+
PaintCorrectionRangeMaskDepthFeather real_+
|
2439
|
+
PaintCorrectionRangeMaskDepthMax real_+
|
2440
|
+
PaintCorrectionRangeMaskDepthMin real_+
|
2441
|
+
PaintCorrectionRangeMaskLumFeather real_+
|
2442
|
+
PaintCorrectionRangeMaskLumMax real_+
|
2443
|
+
PaintCorrectionRangeMaskLumMin real_+
|
2444
|
+
PaintCorrectionRangeMaskType string_+
|
2445
|
+
PaintCorrectionRangeMaskVersion string_+
|
2446
|
+
PaintCorrectionBlacks2012 real_
|
2340
2447
|
PaintCorrectionBrightness real_
|
2341
2448
|
PaintCorrectionClarity real_
|
2342
2449
|
PaintCorrectionClarity2012 real_
|
2343
2450
|
PaintCorrectionContrast real_
|
2344
2451
|
PaintCorrectionContrast2012 real_
|
2345
2452
|
PaintCorrectionDefringe real_
|
2453
|
+
PaintCorrectionDehaze real_
|
2346
2454
|
PaintCorrectionExposure real_
|
2347
2455
|
PaintCorrectionExposure2012 real_
|
2348
2456
|
PaintCorrectionHighlights2012 real_
|
2457
|
+
PaintCorrectionHue real_
|
2349
2458
|
PaintCorrectionLuminanceNoise real_
|
2350
2459
|
PaintCorrectionMoire real_
|
2351
2460
|
PaintCorrectionSaturation real_
|
2352
2461
|
PaintCorrectionShadows2012 real_
|
2353
2462
|
PaintCorrectionSharpness real_
|
2354
2463
|
PaintCorrectionTemperature real_
|
2464
|
+
PaintCorrectionTexture real_
|
2355
2465
|
PaintCorrectionTint real_
|
2356
2466
|
PaintCorrectionHue real_
|
2357
2467
|
PaintCorrectionSaturation real_
|
2468
|
+
PaintCorrectionWhites2012 real_
|
2358
2469
|
PaintCorrectionWhat string_
|
2359
2470
|
ParametricDarks integer
|
2360
2471
|
ParametricHighlights integer
|
@@ -5775,7 +5886,7 @@ Tags extracted from the maker notes of iPhone images.
|
|
5775
5886
|
0x0008 AccelerationVector rational64s[3]
|
5776
5887
|
0x000a HDRImageType int32s
|
5777
5888
|
0x000b BurstUUID string
|
5778
|
-
0x0011
|
5889
|
+
0x0011 MediaGroupUUID string
|
5779
5890
|
0x0015 ImageUniqueID string
|
5780
5891
|
|
5781
5892
|
=head3 Apple RunTime Tags
|
@@ -5927,7 +6038,7 @@ Unknown only to reduce the volume of the normal output.
|
|
5927
6038
|
0x00f9 MovieAF-OnButton no
|
5928
6039
|
0x00fb SecondarySlotFunction no
|
5929
6040
|
0x00fc SilentPhotography no
|
5930
|
-
0x00fd
|
6041
|
+
0x00fd ExtendedShutterSpeeds no
|
5931
6042
|
0x0109 BracketSet no
|
5932
6043
|
0x010a BracketProgram no
|
5933
6044
|
0x010b BracketIncrement no
|
@@ -6768,6 +6879,7 @@ CameraInfo tags for the EOS 60D and 1200D.
|
|
6768
6879
|
25 CameraTemperature int8u
|
6769
6880
|
30 FocalLength int16uRev
|
6770
6881
|
54 CameraOrientation int8u
|
6882
|
+
58 CameraOrientation int8u
|
6771
6883
|
85 FocusDistanceUpper int16uRev
|
6772
6884
|
87 FocusDistanceLower int16uRev
|
6773
6885
|
125 ColorTemperature int16u
|
@@ -6805,7 +6917,7 @@ CameraInfo tags for the EOS 70D.
|
|
6805
6917
|
|
6806
6918
|
=head3 Canon CameraInfo80D Tags
|
6807
6919
|
|
6808
|
-
CameraInfo tags for the EOS
|
6920
|
+
CameraInfo tags for the EOS 80D.
|
6809
6921
|
|
6810
6922
|
Index1 Tag Name Writable
|
6811
6923
|
------ -------- --------
|
@@ -6973,6 +7085,7 @@ CameraInfo tags for the EOS 750D and 760D.
|
|
6973
7085
|
6 ISO int8u
|
6974
7086
|
27 CameraTemperature int8u
|
6975
7087
|
35 FocalLength int16uRev
|
7088
|
+
150 CameraOrientation int8u
|
6976
7089
|
165 FocusDistanceUpper int16uRev
|
6977
7090
|
167 FocusDistanceLower int16uRev
|
6978
7091
|
305 WhiteBalance int16u
|
@@ -8670,6 +8783,7 @@ well as newer tags and values added by later models.
|
|
8670
8783
|
0x051e InitialAFPointAIServoAF int32s
|
8671
8784
|
0x060f MirrorLockup int32s
|
8672
8785
|
0x0610 ContinuousShootingSpeed int32s[6]
|
8786
|
+
ContinuousShootingSpeed int32s[5]
|
8673
8787
|
ContinuousShootingSpeed int32s[3]
|
8674
8788
|
0x0611 ContinuousShotLimit int32s[2]
|
8675
8789
|
0x0612 RestrictDriveModes int32s
|
@@ -18485,7 +18599,7 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
|
|
18485
18599
|
|
18486
18600
|
=head3 Sony Tag9050c Tags
|
18487
18601
|
|
18488
|
-
Valid from July 2020 for ILCE-7SM3.
|
18602
|
+
Valid from July 2020 for ILCE-1/7SM3.
|
18489
18603
|
|
18490
18604
|
Index1 Tag Name Writable
|
18491
18605
|
------ -------- --------
|
@@ -18540,7 +18654,7 @@ DSC-HX50V, DSC-QX10/QX100.
|
|
18540
18654
|
|
18541
18655
|
Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
|
18542
18656
|
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/
|
18657
|
+
WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
18544
18658
|
5100/6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18545
18659
|
|
18546
18660
|
Index1 Tag Name Writable
|
@@ -18891,7 +19005,7 @@ E-mount models.
|
|
18891
19005
|
|
18892
19006
|
=head3 Sony Tag9416 Tags
|
18893
19007
|
|
18894
|
-
Valid for the ILCE-7SM3.
|
19008
|
+
Valid for the ILCE-1/7SM3.
|
18895
19009
|
|
18896
19010
|
Index1 Tag Name Writable
|
18897
19011
|
------ -------- --------
|
@@ -19086,6 +19200,11 @@ some models when the ExtractEmbedded option is used.
|
|
19086
19200
|
|
19087
19201
|
Tag ID Tag Name Writable
|
19088
19202
|
------ -------- --------
|
19203
|
+
0x8000 FNumber no
|
19204
|
+
0x8109 ExposureTime no
|
19205
|
+
0x810a MasterGainAdjustment no
|
19206
|
+
0x810b ISO no
|
19207
|
+
0x810c ElectricalExtenderMagnification no
|
19089
19208
|
0x8500 GPSVersionID no
|
19090
19209
|
0x8501 GPSLatitudeRef no
|
19091
19210
|
0x8502 GPSLatitude no
|
@@ -19096,6 +19215,7 @@ some models when the ExtractEmbedded option is used.
|
|
19096
19215
|
0x850a GPSMeasureMode no
|
19097
19216
|
0x8512 GPSMapDatum no
|
19098
19217
|
0x851d GPSDateStamp no
|
19218
|
+
0xe303 WhiteBalance no
|
19099
19219
|
0xe304 DateTime no
|
19100
19220
|
|
19101
19221
|
=head2 SonyIDC Tags
|
@@ -22395,8 +22515,13 @@ Windows Live Photo Gallery.
|
|
22395
22515
|
|
22396
22516
|
=head3 Microsoft Xtra Tags
|
22397
22517
|
|
22398
|
-
Tags
|
22399
|
-
|
22518
|
+
Tags found in the Microsoft "Xtra" atom of QuickTime videos. Tag ID's are
|
22519
|
+
not shown because some are unruly GUID's. Currently most of these tags are
|
22520
|
+
not writable because the Microsoft documentation is poor and samples were
|
22521
|
+
not available, but more tags may be made writable in the future if samples
|
22522
|
+
are provided. Note that writable tags in this table are are flagged to
|
22523
|
+
"Avoid", which means that other more common tags will be written instead if
|
22524
|
+
possible unless the Microsoft group is specified explicitly.
|
22400
22525
|
|
22401
22526
|
Tag Name Writable
|
22402
22527
|
-------- --------
|
@@ -22408,13 +22533,13 @@ are not shown because some are unruly GUID's.
|
|
22408
22533
|
AcquisitionTimeYear no
|
22409
22534
|
AcquisitionTimeYearMonth no
|
22410
22535
|
AcquisitionTimeYearMonthDay no
|
22411
|
-
AlbumArtist
|
22536
|
+
AlbumArtist Unicode/
|
22412
22537
|
AlbumArtist no
|
22413
22538
|
AlbumArtistSortOrder no
|
22414
|
-
AlbumCoverURL
|
22539
|
+
AlbumCoverURL Unicode/
|
22415
22540
|
AlbumID no
|
22416
22541
|
AlbumIDAlbumArtist no
|
22417
|
-
AlbumTitle
|
22542
|
+
AlbumTitle Unicode/
|
22418
22543
|
AlbumTitle no
|
22419
22544
|
AlbumTitleSortOrder no
|
22420
22545
|
AlternateSourceURL no
|
@@ -22431,6 +22556,7 @@ are not shown because some are unruly GUID's.
|
|
22431
22556
|
Author no
|
22432
22557
|
Author no
|
22433
22558
|
AuthorSortOrder no
|
22559
|
+
AuthorURL Unicode/
|
22434
22560
|
AutoSummary no
|
22435
22561
|
AverageLevel no
|
22436
22562
|
BccAddresses no
|
@@ -22463,7 +22589,7 @@ are not shown because some are unruly GUID's.
|
|
22463
22589
|
CameraModel no
|
22464
22590
|
CameraModel no
|
22465
22591
|
CarPhone no
|
22466
|
-
Category
|
22592
|
+
Category Unicode/+
|
22467
22593
|
Category no
|
22468
22594
|
CcAddresses no
|
22469
22595
|
CcNames no
|
@@ -22482,13 +22608,13 @@ are not shown because some are unruly GUID's.
|
|
22482
22608
|
Company no
|
22483
22609
|
CompanyMainPhone no
|
22484
22610
|
Complete no
|
22485
|
-
Composer
|
22611
|
+
Composer Unicode/
|
22486
22612
|
Composers no
|
22487
22613
|
Computer no
|
22488
|
-
Conductor
|
22614
|
+
Conductor Unicode/+
|
22489
22615
|
Conductors no
|
22490
22616
|
ContactNames no
|
22491
|
-
ContentDistributor
|
22617
|
+
ContentDistributor Unicode/
|
22492
22618
|
ContentDistributorDuration no
|
22493
22619
|
ContentDistributorType no
|
22494
22620
|
ContentGroupDescription no
|
@@ -22511,7 +22637,7 @@ are not shown because some are unruly GUID's.
|
|
22511
22637
|
DataRate no
|
22512
22638
|
Date no
|
22513
22639
|
DateAccessed no
|
22514
|
-
DateAcquired
|
22640
|
+
DateAcquired vt_filetime/
|
22515
22641
|
DateArchived no
|
22516
22642
|
DateCompleted no
|
22517
22643
|
DateCreated no
|
@@ -22528,7 +22654,7 @@ are not shown because some are unruly GUID's.
|
|
22528
22654
|
Description no
|
22529
22655
|
Description no
|
22530
22656
|
Dimensions no
|
22531
|
-
Director
|
22657
|
+
Director Unicode/+
|
22532
22658
|
Directors no
|
22533
22659
|
DisplayArtist no
|
22534
22660
|
Division no
|
@@ -22542,8 +22668,9 @@ are not shown because some are unruly GUID's.
|
|
22542
22668
|
E-mailAddress no
|
22543
22669
|
E-mailDisplayName no
|
22544
22670
|
E-mailList no
|
22671
|
+
EncodedBy Unicode/
|
22545
22672
|
EncodedBy no
|
22546
|
-
EncodingTime
|
22673
|
+
EncodingTime date/
|
22547
22674
|
EndDate no
|
22548
22675
|
EntryType no
|
22549
22676
|
EpisodeName no
|
@@ -22601,7 +22728,7 @@ are not shown because some are unruly GUID's.
|
|
22601
22728
|
ISOSpeed no
|
22602
22729
|
Importance no
|
22603
22730
|
Incomplete no
|
22604
|
-
InitialKey
|
22731
|
+
InitialKey Unicode/
|
22605
22732
|
InitialKey no
|
22606
22733
|
Initials no
|
22607
22734
|
IsAttachment no
|
@@ -22635,8 +22762,8 @@ are not shown because some are unruly GUID's.
|
|
22635
22762
|
MCDI no
|
22636
22763
|
MailingAddress no
|
22637
22764
|
MaxAperture no
|
22638
|
-
MediaClassPrimaryID
|
22639
|
-
MediaClassSecondaryID
|
22765
|
+
MediaClassPrimaryID GUID/
|
22766
|
+
MediaClassSecondaryID GUID/
|
22640
22767
|
MediaContentTypes no
|
22641
22768
|
MediaCreated no
|
22642
22769
|
MediaOriginalBroadcastDateTime no
|
@@ -22647,7 +22774,7 @@ are not shown because some are unruly GUID's.
|
|
22647
22774
|
MiddleName no
|
22648
22775
|
Mileage no
|
22649
22776
|
ModifiedBy no
|
22650
|
-
Mood
|
22777
|
+
Mood Unicode/
|
22651
22778
|
Mood no
|
22652
22779
|
MoreInfo no
|
22653
22780
|
Name no
|
@@ -22660,9 +22787,9 @@ are not shown because some are unruly GUID's.
|
|
22660
22787
|
OrganizerAddress no
|
22661
22788
|
OrganizerName no
|
22662
22789
|
Orientation no
|
22663
|
-
OriginalAlbumTitle
|
22664
|
-
OriginalArtist
|
22665
|
-
OriginalLyricist
|
22790
|
+
OriginalAlbumTitle Unicode/
|
22791
|
+
OriginalArtist Unicode/
|
22792
|
+
OriginalLyricist Unicode/
|
22666
22793
|
OtherAddress no
|
22667
22794
|
OtherCity no
|
22668
22795
|
OtherCountry-Region no
|
@@ -22674,7 +22801,7 @@ are not shown because some are unruly GUID's.
|
|
22674
22801
|
POBox no
|
22675
22802
|
Pager no
|
22676
22803
|
Pages no
|
22677
|
-
ParentalRating
|
22804
|
+
ParentalRating Unicode/
|
22678
22805
|
ParentalRating no
|
22679
22806
|
ParentalRatingReason no
|
22680
22807
|
PartOfSet no
|
@@ -22684,7 +22811,7 @@ are not shown because some are unruly GUID's.
|
|
22684
22811
|
Path no
|
22685
22812
|
PeakValue no
|
22686
22813
|
PerceivedType no
|
22687
|
-
Period
|
22814
|
+
Period Unicode/
|
22688
22815
|
Period no
|
22689
22816
|
PersonalTitle no
|
22690
22817
|
PixelAspectRatioX no
|
@@ -22694,7 +22821,7 @@ are not shown because some are unruly GUID's.
|
|
22694
22821
|
PrimaryE-mail no
|
22695
22822
|
PrimaryPhone no
|
22696
22823
|
Priority no
|
22697
|
-
Producer
|
22824
|
+
Producer Unicode/+
|
22698
22825
|
Producers no
|
22699
22826
|
ProductName no
|
22700
22827
|
ProductVersion no
|
@@ -22703,15 +22830,16 @@ are not shown because some are unruly GUID's.
|
|
22703
22830
|
ProgramMode no
|
22704
22831
|
ProgramName no
|
22705
22832
|
Project no
|
22833
|
+
PromotionURL Unicode/
|
22706
22834
|
Protected no
|
22707
22835
|
ProtectionType no
|
22708
22836
|
Provider no
|
22709
|
-
Provider
|
22837
|
+
Provider Unicode/
|
22710
22838
|
ProviderLogoURL no
|
22711
22839
|
ProviderRating no
|
22712
22840
|
ProviderStyle no
|
22713
22841
|
ProviderURL no
|
22714
|
-
Publisher
|
22842
|
+
Publisher Unicode/
|
22715
22843
|
Publisher no
|
22716
22844
|
RadioBand no
|
22717
22845
|
RadioFormat no
|
@@ -22745,7 +22873,7 @@ are not shown because some are unruly GUID's.
|
|
22745
22873
|
Sensitivity no
|
22746
22874
|
ShadowFilePath no
|
22747
22875
|
Shared no
|
22748
|
-
SharedUserRating
|
22876
|
+
SharedUserRating int64u/
|
22749
22877
|
SharedWith no
|
22750
22878
|
Size no
|
22751
22879
|
Slides no
|
@@ -22766,7 +22894,7 @@ are not shown because some are unruly GUID's.
|
|
22766
22894
|
Subject no
|
22767
22895
|
SubjectDistance no
|
22768
22896
|
SubscriptionContentID no
|
22769
|
-
Subtitle
|
22897
|
+
Subtitle Unicode/
|
22770
22898
|
Subtitle no
|
22771
22899
|
SubtitleDescription no
|
22772
22900
|
Suffix no
|
@@ -22845,7 +22973,7 @@ are not shown because some are unruly GUID's.
|
|
22845
22973
|
WhiteBalance no
|
22846
22974
|
WindowsFileName no
|
22847
22975
|
WordCount no
|
22848
|
-
Writer
|
22976
|
+
Writer Unicode/
|
22849
22977
|
Writers no
|
22850
22978
|
Year no
|
22851
22979
|
Year no
|
@@ -25514,6 +25642,7 @@ which case subsequent occurrences are extracted as sub-documents).
|
|
25514
25642
|
0x00c5 GPSImgDirectionRef no
|
25515
25643
|
0x00c6 GPSImgDirection no
|
25516
25644
|
0x00c7 GPSMapDatum no
|
25645
|
+
0x00ca GPSDateStamp no
|
25517
25646
|
0x00e0 MakeModel H264 MakeModel
|
25518
25647
|
0x00e1 RecInfo H264 RecInfo
|
25519
25648
|
0x00e4 Model no
|
@@ -25582,11 +25711,13 @@ L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags>, and
|
|
25582
25711
|
finally in L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags>,
|
25583
25712
|
but this order may be changed by setting the PREFERRED level of the
|
25584
25713
|
appropriate table in the config file (see
|
25585
|
-
example.config in the full distribution for
|
25586
|
-
|
25587
|
-
|
25588
|
-
|
25589
|
-
|
25714
|
+
example.config in the full distribution for an
|
25715
|
+
example). Note that some tags with the same name but different ID's may
|
25716
|
+
exist in the same location, but the family 7 group names may be used to
|
25717
|
+
differentiate these. ExifTool currently writes only top-level metadata in
|
25718
|
+
QuickTime-based files; it extracts other track-specific and timed metadata,
|
25719
|
+
but can not yet edit tags in these locations (with the exception of
|
25720
|
+
track-level date/time tags).
|
25590
25721
|
|
25591
25722
|
Alternate language tags may be accessed for
|
25592
25723
|
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
@@ -25611,8 +25742,8 @@ local time when extracting.
|
|
25611
25742
|
|
25612
25743
|
When writing string-based date/time tags, the system time zone is added if
|
25613
25744
|
the PrintConv option is enabled and no time zone is specified. This is
|
25614
|
-
because Apple software may display
|
25615
|
-
|
25745
|
+
because Apple software may display crazy values if the time zone is missing
|
25746
|
+
for some tags.
|
25616
25747
|
|
25617
25748
|
See
|
25618
25749
|
L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
|
@@ -25686,7 +25817,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
25686
25817
|
|
25687
25818
|
Timed metadata extracted from QuickTime media data and some AVI videos when
|
25688
25819
|
the ExtractEmbedded option is used. Although most of these tags are
|
25689
|
-
combined into the single table below, ExifTool currently reads
|
25820
|
+
combined into the single table below, ExifTool currently reads 51 different
|
25690
25821
|
formats of timed GPS metadata from video files.
|
25691
25822
|
|
25692
25823
|
Tag Name Writable
|
@@ -25876,66 +26007,75 @@ either of these tables, either the "Keys" location must be specified (eg.
|
|
25876
26007
|
C<-Keys:Author=Phil> on the command line), or the PREFERRED level must be
|
25877
26008
|
changed via the config file.
|
25878
26009
|
|
25879
|
-
Tag ID
|
25880
|
-
------
|
25881
|
-
'Encoded_With'
|
25882
|
-
'album'
|
25883
|
-
'
|
25884
|
-
|
25885
|
-
'
|
26010
|
+
Tag ID Tag Name Writable
|
26011
|
+
------ -------- --------
|
26012
|
+
'Encoded_With' EncodedWith yes
|
26013
|
+
'album' Album yes
|
26014
|
+
'apple.photos.variation-identifier'
|
26015
|
+
ApplePhotosVariationIdentifier int64s
|
26016
|
+
'artist' Artist yes
|
26017
|
+
'artwork' Artwork yes
|
26018
|
+
'author' Author yes
|
25886
26019
|
'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'
|
26020
|
+
FrameReadoutTime yes
|
26021
|
+
'camera.identifier' CameraIdentifier yes
|
26022
|
+
'collection.user' UserCollection yes
|
26023
|
+
'com.android.version' AndroidVersion yes
|
26024
|
+
'com.apple.photos.captureMode' CaptureMode yes
|
26025
|
+
'comment' Comment yes
|
26026
|
+
'copyright' Copyright yes
|
26027
|
+
'creationdate' CreationDate yes
|
26028
|
+
'description' Description yes
|
26029
|
+
'detected-face' FaceInfo QuickTime FaceInfo
|
26030
|
+
'detected-face.bounds' DetectedFaceBounds no
|
25898
26031
|
'detected-face.face-id' DetectedFaceID no
|
25899
26032
|
'detected-face.roll-angle'
|
25900
|
-
|
26033
|
+
DetectedFaceRollAngle no
|
25901
26034
|
'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
|
-
'
|
26035
|
+
DetectedFaceYawAngle no
|
26036
|
+
'direction.facing' CameraDirection yes
|
26037
|
+
'direction.motion' CameraMotion yes
|
26038
|
+
'director' Director yes
|
26039
|
+
'displayname' DisplayName yes
|
26040
|
+
'genre' Genre yes
|
26041
|
+
'information' Information yes
|
26042
|
+
'keywords' Keywords yes
|
26043
|
+
'live-photo-info' LivePhotoInfo no
|
26044
|
+
'live-photo.auto' LivePhotoAuto int8u
|
26045
|
+
'live-photo.vitality-score'
|
26046
|
+
LivePhotoVitalityScore float
|
26047
|
+
'live-photo.vitality-scoring-version'
|
26048
|
+
LivePhotoVitalityScoringVersion int64s
|
26049
|
+
'location.ISO6709' GPSCoordinates yes
|
26050
|
+
'location.accuracy.horizontal'
|
26051
|
+
LocationAccuracyHorizontal yes
|
26052
|
+
'location.body' LocationBody yes
|
26053
|
+
'location.date' LocationDate yes
|
26054
|
+
'location.name' LocationName yes
|
26055
|
+
'location.note' LocationNote yes
|
26056
|
+
'location.role' LocationRole yes
|
26057
|
+
'make' Make yes
|
26058
|
+
'model' Model yes
|
26059
|
+
'player.movie.audio.balance' Balance yes
|
26060
|
+
'player.movie.audio.bass' Bass yes
|
26061
|
+
'player.movie.audio.gain' AudioGain yes
|
25922
26062
|
'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'
|
26063
|
+
'player.movie.audio.pitchshift' PitchShift yes
|
26064
|
+
'player.movie.audio.treble' Trebel yes
|
26065
|
+
'player.movie.visual.brightness' Brightness yes
|
26066
|
+
'player.movie.visual.color' Color yes
|
26067
|
+
'player.movie.visual.contrast' Contrast yes
|
26068
|
+
'player.movie.visual.tint' Tint yes
|
26069
|
+
'player.version' PlayerVersion yes
|
26070
|
+
'producer' Producer yes
|
26071
|
+
'publisher' Publisher yes
|
26072
|
+
'rating.user' UserRating yes
|
26073
|
+
'software' Software yes
|
26074
|
+
'still-image-time' StillImageTime no
|
26075
|
+
'title' Title yes
|
26076
|
+
'version' Version yes
|
26077
|
+
'video-orientation' VideoOrientation no
|
26078
|
+
'year' Year yes
|
25939
26079
|
|
25940
26080
|
=head3 QuickTime FaceInfo Tags
|
25941
26081
|
|
@@ -25951,11 +26091,13 @@ changed via the config file.
|
|
25951
26091
|
|
25952
26092
|
=head3 QuickTime tx3g Tags
|
25953
26093
|
|
25954
|
-
Tags extracted from the tx3g sbtl timed metadata of Yuneec drones
|
26094
|
+
Tags extracted from the tx3g sbtl timed metadata of Yuneec drones, and
|
26095
|
+
subtitle text in some other videos.
|
25955
26096
|
|
25956
26097
|
Tag ID Tag Name Writable
|
25957
26098
|
------ -------- --------
|
25958
26099
|
'Alt' GPSAltitude no
|
26100
|
+
'DateTime' DateTime no
|
25959
26101
|
'GimPitch' GimbalPitch no
|
25960
26102
|
'GimRoll' GimbalRoll no
|
25961
26103
|
'GimYaw' GimbalYaw no
|
@@ -25963,6 +26105,7 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
|
|
25963
26105
|
'Lon' GPSLongitude no
|
25964
26106
|
'Pitch' Pitch no
|
25965
26107
|
'Roll' Roll no
|
26108
|
+
'Text' Text no
|
25966
26109
|
'Yaw' Yaw no
|
25967
26110
|
|
25968
26111
|
=head3 QuickTime FileType Tags
|
@@ -26049,9 +26192,9 @@ this table support alternate languages which are accessed by adding a
|
|
26049
26192
|
3-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
|
26050
26193
|
country code to the tag name (eg. "ItemList:Title-fra" or
|
26051
26194
|
"ItemList::Title-fra-FR"). When creating a new Meta box to contain the
|
26052
|
-
ItemList directory, by default ExifTool
|
26053
|
-
|
26054
|
-
|
26195
|
+
ItemList directory, by default ExifTool adds an 'mdir' (Metadata) Handler
|
26196
|
+
box because Apple software may ignore ItemList tags otherwise, but the API
|
26197
|
+
QuickTimeHandler option may be set to 0 to avoid this.
|
26055
26198
|
|
26056
26199
|
Tag ID Tag Name Writable
|
26057
26200
|
------ -------- --------
|
@@ -33622,9 +33765,11 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
33622
33765
|
------ -------- --------
|
33623
33766
|
'AUTHOR' Author no
|
33624
33767
|
'BACKGRND' Background no
|
33768
|
+
'COMMENT' Comment no
|
33625
33769
|
'DATE' CreateDate no
|
33626
33770
|
'DATE-END' ObservationDateEnd no
|
33627
33771
|
'DATE-OBS' ObservationDate no
|
33772
|
+
'HISTORY' History no
|
33628
33773
|
'INSTRUME' Instrument no
|
33629
33774
|
'OBJECT' Object no
|
33630
33775
|
'OBSERVER' Observer no
|
@@ -34906,6 +35051,7 @@ FileName.
|
|
34906
35051
|
Tag Name Group Writable
|
34907
35052
|
-------- ----- --------
|
34908
35053
|
Adobe Adobe yes!
|
35054
|
+
BaseName System no
|
34909
35055
|
CanonDR4 CanonVRD yes!^
|
34910
35056
|
CanonVRD CanonVRD yes!^
|
34911
35057
|
Comment File yes
|
@@ -35167,6 +35313,10 @@ values, may created via the ExifTool configuration file.
|
|
35167
35313
|
LensType3
|
35168
35314
|
LensFocalLength
|
35169
35315
|
RFLensType
|
35316
|
+
LensID LensModel no
|
35317
|
+
Lens
|
35318
|
+
XMP-aux:LensID
|
35319
|
+
Make
|
35170
35320
|
LensID Nikon:LensIDNumber no
|
35171
35321
|
LensFStops
|
35172
35322
|
MinFocalLength
|
@@ -35534,6 +35684,13 @@ for more details.
|
|
35534
35684
|
InteropIFD:InteropVersion
|
35535
35685
|
InteropIFD:RelatedImageWidth
|
35536
35686
|
InteropIFD:RelatedImageHeight
|
35687
|
+
ls-l FilePermissions yes
|
35688
|
+
FileHardLinks
|
35689
|
+
FileUserID
|
35690
|
+
FileGroupID
|
35691
|
+
FileSize#
|
35692
|
+
FileModifyDate
|
35693
|
+
FileName
|
35537
35694
|
|
35538
35695
|
=head2 MWG Tags
|
35539
35696
|
|