exiftool_vendored 11.96.0 → 12.08.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.

Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +172 -2
  3. data/bin/MANIFEST +8 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +43 -42
  7. data/bin/exiftool +148 -69
  8. data/bin/lib/Image/ExifTool.pm +159 -110
  9. data/bin/lib/Image/ExifTool.pod +114 -87
  10. data/bin/lib/Image/ExifTool/AIFF.pm +2 -2
  11. data/bin/lib/Image/ExifTool/APE.pm +2 -2
  12. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +13 -7
  13. data/bin/lib/Image/ExifTool/Canon.pm +37 -11
  14. data/bin/lib/Image/ExifTool/CanonCustom.pm +82 -16
  15. data/bin/lib/Image/ExifTool/DPX.pm +56 -2
  16. data/bin/lib/Image/ExifTool/DarwinCore.pm +20 -3
  17. data/bin/lib/Image/ExifTool/EXE.pm +8 -5
  18. data/bin/lib/Image/ExifTool/Exif.pm +15 -6
  19. data/bin/lib/Image/ExifTool/Font.pm +9 -2
  20. data/bin/lib/Image/ExifTool/GIF.pm +5 -0
  21. data/bin/lib/Image/ExifTool/GeoTiff.pm +2 -0
  22. data/bin/lib/Image/ExifTool/Geotag.pm +2 -2
  23. data/bin/lib/Image/ExifTool/GoPro.pm +56 -22
  24. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  25. data/bin/lib/Image/ExifTool/HtmlDump.pm +2 -2
  26. data/bin/lib/Image/ExifTool/ID3.pm +91 -12
  27. data/bin/lib/Image/ExifTool/IPTC.pm +1 -0
  28. data/bin/lib/Image/ExifTool/Lang/de.pm +3 -1
  29. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  30. data/bin/lib/Image/ExifTool/M2TS.pm +44 -24
  31. data/bin/lib/Image/ExifTool/MacOS.pm +152 -38
  32. data/bin/lib/Image/ExifTool/Minolta.pm +6 -2
  33. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +11 -10
  34. data/bin/lib/Image/ExifTool/Nikon.pm +162 -18
  35. data/bin/lib/Image/ExifTool/Olympus.pm +39 -17
  36. data/bin/lib/Image/ExifTool/PNG.pm +14 -3
  37. data/bin/lib/Image/ExifTool/PPM.pm +5 -5
  38. data/bin/lib/Image/ExifTool/Panasonic.pm +148 -14
  39. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +33 -0
  40. data/bin/lib/Image/ExifTool/Parrot.pm +2 -1
  41. data/bin/lib/Image/ExifTool/Pentax.pm +3 -1
  42. data/bin/lib/Image/ExifTool/Photoshop.pm +2 -1
  43. data/bin/lib/Image/ExifTool/QuickTime.pm +269 -29
  44. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +463 -75
  45. data/bin/lib/Image/ExifTool/README +21 -20
  46. data/bin/lib/Image/ExifTool/RIFF.pm +15 -3
  47. data/bin/lib/Image/ExifTool/RSRC.pm +17 -11
  48. data/bin/lib/Image/ExifTool/RTF.pm +12 -7
  49. data/bin/lib/Image/ExifTool/Ricoh.pm +19 -1
  50. data/bin/lib/Image/ExifTool/Shift.pl +1 -0
  51. data/bin/lib/Image/ExifTool/SigmaRaw.pm +40 -33
  52. data/bin/lib/Image/ExifTool/Sony.pm +425 -34
  53. data/bin/lib/Image/ExifTool/TagLookup.pm +1961 -1874
  54. data/bin/lib/Image/ExifTool/TagNames.pod +394 -86
  55. data/bin/lib/Image/ExifTool/Validate.pm +4 -4
  56. data/bin/lib/Image/ExifTool/WriteExif.pl +3 -2
  57. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +23 -15
  58. data/bin/lib/Image/ExifTool/Writer.pl +44 -21
  59. data/bin/lib/Image/ExifTool/XMP.pm +42 -5
  60. data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
  61. data/bin/lib/Image/ExifTool/ZISRAW.pm +123 -0
  62. data/bin/perl-Image-ExifTool.spec +42 -41
  63. data/lib/exiftool_vendored/version.rb +1 -1
  64. metadata +8 -7
@@ -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 23364 tags, with 15306 unique tag names.
15
+ They contain a total of 23566 tags, with 15380 unique tag names.
16
16
 
17
17
  B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18
18
  table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -1462,6 +1462,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1462
1462
  BlueHue integer/
1463
1463
  BlueSaturation integer/
1464
1464
  Brightness integer/
1465
+ CameraModelRestriction string/
1465
1466
  CameraProfile string/
1466
1467
  CameraProfileDigest string/
1467
1468
  ChromaticAberrationB integer/
@@ -1518,13 +1519,18 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1518
1519
  CircGradBasedCorrWhat string/_
1519
1520
  Clarity integer/
1520
1521
  Clarity2012 integer/
1522
+ ClipboardAspectRatio integer/
1523
+ ClipboardOrientation integer/
1524
+ Cluster string/
1521
1525
  ColorNoiseReduction integer/
1522
1526
  ColorNoiseReductionDetail integer/
1523
1527
  ColorNoiseReductionSmoothness integer/
1528
+ ContactInfo string/
1524
1529
  Contrast integer/
1525
1530
  Contrast2012 integer/
1526
1531
  Converter string/
1527
1532
  ConvertToGrayscale boolean/
1533
+ Copyright string/
1528
1534
  CropAngle real/
1529
1535
  CropBottom real/
1530
1536
  CropConstrainToWarp integer/
@@ -1547,6 +1553,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1547
1553
  DefringePurpleHueHi integer/
1548
1554
  DefringePurpleHueLo integer/
1549
1555
  Dehaze real/
1556
+ Description lang-alt/
1550
1557
  DNGIgnoreSidecars boolean/
1551
1558
  Exposure real/
1552
1559
  Exposure2012 real/
@@ -1603,6 +1610,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1603
1610
  GradientBasedCorrWhat string/_
1604
1611
  GrainAmount integer/
1605
1612
  GrainFrequency integer/
1613
+ GrainSeed integer/
1606
1614
  GrainSize integer/
1607
1615
  GrayMixerAqua integer/
1608
1616
  GrayMixerBlue integer/
@@ -1614,6 +1622,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1614
1622
  GrayMixerYellow integer/
1615
1623
  GreenHue integer/
1616
1624
  GreenSaturation integer/
1625
+ Group lang-alt/
1617
1626
  HasCrop boolean/
1618
1627
  HasSettings boolean/
1619
1628
  Highlight2012 integer/
@@ -1648,7 +1657,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1648
1657
  LensProfileSetup string/
1649
1658
  LensProfileVignettingScale integer/
1650
1659
  Look Look Struct
1660
+ LookAmount string/_
1661
+ LookCluster string/_
1651
1662
  LookName string/_
1663
+ LookSupportsMonochrome string/_
1664
+ LookUUID string/_
1652
1665
  LuminanceAdjustmentAqua integer/
1653
1666
  LuminanceAdjustmentBlue integer/
1654
1667
  LuminanceAdjustmentGreen integer/
@@ -1661,6 +1674,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1661
1674
  LuminanceNoiseReductionDetail integer/
1662
1675
  LuminanceSmoothing integer/
1663
1676
  MoireFilter string/
1677
+ Name lang-alt/
1664
1678
  NegativeCacheLargePreviewSize integer/
1665
1679
  NegativeCacheMaximumSize real/
1666
1680
  NegativeCachePath string/
@@ -1736,6 +1750,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1736
1750
  PostCropVignetteMidpoint integer/
1737
1751
  PostCropVignetteRoundness integer/
1738
1752
  PostCropVignetteStyle integer/
1753
+ PresetType string/
1739
1754
  ProcessVersion string/
1740
1755
  RawFileName string/
1741
1756
  RedEyeInfo string/+
@@ -1795,12 +1810,21 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1795
1810
  SharpenEdgeMasking integer/
1796
1811
  SharpenRadius real/
1797
1812
  Sharpness integer/
1813
+ ShortName lang-alt/
1798
1814
  Smoothness integer/
1815
+ SortName lang-alt/
1799
1816
  SplitToningBalance integer/
1800
1817
  SplitToningHighlightHue integer/
1801
1818
  SplitToningHighlightSaturation integer/
1802
1819
  SplitToningShadowHue integer/
1803
1820
  SplitToningShadowSaturation integer/
1821
+ SupportsAmount boolean/
1822
+ SupportsColor boolean/
1823
+ SupportsHighDynamicRange boolean/
1824
+ SupportsMonochrome boolean/
1825
+ SupportsNormalDynamicRange boolean/
1826
+ SupportsOutputReferred boolean/
1827
+ SupportsSceneReferred boolean/
1804
1828
  ColorTemperature integer/
1805
1829
  Texture integer/
1806
1830
  TIFFHandling string/
@@ -1832,6 +1856,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1832
1856
  UprightTransform_5 string/
1833
1857
  UprightTransformCount integer/
1834
1858
  UprightVersion integer/
1859
+ UUID string/
1835
1860
  Version string/
1836
1861
  Vibrance integer/
1837
1862
  VignetteAmount integer/
@@ -1903,7 +1928,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1903
1928
 
1904
1929
  Field Name Writable
1905
1930
  ---------- --------
1931
+ Amount string
1932
+ Cluster string
1906
1933
  Name string
1934
+ SupportsMonochrome string
1935
+ UUID string
1907
1936
 
1908
1937
  =head3 XMP RetouchArea Struct
1909
1938
 
@@ -1989,6 +2018,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
1989
2018
  BlueHue integer
1990
2019
  BlueSaturation integer
1991
2020
  Brightness integer
2021
+ CameraModelRestriction string
1992
2022
  CameraProfile string
1993
2023
  CameraProfileDigest string
1994
2024
  ChromaticAberrationB integer
@@ -2045,13 +2075,18 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2045
2075
  CircGradBasedCorrWhat string_
2046
2076
  Clarity integer
2047
2077
  Clarity2012 integer
2078
+ ClipboardAspectRatio integer
2079
+ ClipboardOrientation integer
2080
+ Cluster string
2048
2081
  ColorNoiseReduction integer
2049
2082
  ColorNoiseReductionDetail integer
2050
2083
  ColorNoiseReductionSmoothness integer
2084
+ ContactInfo string
2051
2085
  Contrast integer/
2052
2086
  Contrast2012 integer
2053
2087
  Converter string
2054
2088
  ConvertToGrayscale boolean
2089
+ Copyright string/
2055
2090
  CropAngle real
2056
2091
  CropBottom real
2057
2092
  CropConstrainToWarp integer
@@ -2074,6 +2109,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2074
2109
  DefringePurpleHueHi integer
2075
2110
  DefringePurpleHueLo integer
2076
2111
  Dehaze real
2112
+ Description lang-alt/
2077
2113
  DNGIgnoreSidecars boolean
2078
2114
  Exposure real
2079
2115
  Exposure2012 real
@@ -2130,6 +2166,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2130
2166
  GradientBasedCorrWhat string_
2131
2167
  GrainAmount integer
2132
2168
  GrainFrequency integer
2169
+ GrainSeed integer
2133
2170
  GrainSize integer
2134
2171
  GrayMixerAqua integer
2135
2172
  GrayMixerBlue integer
@@ -2141,6 +2178,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2141
2178
  GrayMixerYellow integer
2142
2179
  GreenHue integer
2143
2180
  GreenSaturation integer
2181
+ Group lang-alt/
2144
2182
  HasCrop boolean
2145
2183
  HasSettings boolean
2146
2184
  Highlight2012 integer
@@ -2175,7 +2213,11 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2175
2213
  LensProfileSetup string
2176
2214
  LensProfileVignettingScale integer
2177
2215
  Look Look Struct
2216
+ LookAmount string_
2217
+ LookCluster string_
2178
2218
  LookName string_
2219
+ LookSupportsMonochrome string_
2220
+ LookUUID string_
2179
2221
  LuminanceAdjustmentAqua integer
2180
2222
  LuminanceAdjustmentBlue integer
2181
2223
  LuminanceAdjustmentGreen integer
@@ -2188,6 +2230,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2188
2230
  LuminanceNoiseReductionDetail integer
2189
2231
  LuminanceSmoothing integer
2190
2232
  MoireFilter string
2233
+ Name lang-alt/
2191
2234
  NegativeCacheLargePreviewSize integer
2192
2235
  NegativeCacheMaximumSize real
2193
2236
  NegativeCachePath string
@@ -2263,6 +2306,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2263
2306
  PostCropVignetteMidpoint integer
2264
2307
  PostCropVignetteRoundness integer
2265
2308
  PostCropVignetteStyle integer
2309
+ PresetType string
2266
2310
  ProcessVersion string
2267
2311
  RawFileName string
2268
2312
  RedEyeInfo string+
@@ -2322,12 +2366,21 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2322
2366
  SharpenEdgeMasking integer
2323
2367
  SharpenRadius real
2324
2368
  Sharpness integer/
2369
+ ShortName lang-alt
2325
2370
  Smoothness integer
2371
+ SortName lang-alt
2326
2372
  SplitToningBalance integer
2327
2373
  SplitToningHighlightHue integer
2328
2374
  SplitToningHighlightSaturation integer
2329
2375
  SplitToningShadowHue integer
2330
2376
  SplitToningShadowSaturation integer
2377
+ SupportsAmount boolean
2378
+ SupportsColor boolean
2379
+ SupportsHighDynamicRange boolean
2380
+ SupportsMonochrome boolean
2381
+ SupportsNormalDynamicRange boolean
2382
+ SupportsOutputReferred boolean
2383
+ SupportsSceneReferred boolean
2331
2384
  ColorTemperature integer
2332
2385
  Texture integer
2333
2386
  TIFFHandling string
@@ -2359,6 +2412,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2359
2412
  UprightTransform_5 string
2360
2413
  UprightTransformCount integer
2361
2414
  UprightVersion integer
2415
+ UUID string/
2362
2416
  Version string
2363
2417
  Vibrance integer
2364
2418
  VignetteAmount integer
@@ -4275,6 +4329,7 @@ These tags belong to the ExifTool XMP-xmp family 1 group.
4275
4329
  PageImagePageNumber integer_+
4276
4330
  PageImageWidth integer_+
4277
4331
  Rating real
4332
+ RatingPercent real/
4278
4333
  Thumbnails Thumbnail Struct+
4279
4334
  ThumbnailFormat string_+
4280
4335
  ThumbnailHeight integer_+
@@ -8185,8 +8240,10 @@ well as newer tags and values added by later models.
8185
8240
  AEBShotCount int32s[2]
8186
8241
  0x0107 SpotMeterLinkToAFPoint int32s
8187
8242
  0x0108 SafetyShift int32s
8188
- 0x0109 UsableShootingModes int32s[2]
8189
- 0x010a UsableMeteringModes int32s[2]
8243
+ 0x0109 UsableShootingModes int32s
8244
+ UsableShootingModes int32s[2]
8245
+ 0x010a UsableMeteringModes int32s
8246
+ UsableMeteringModes int32s[2]
8190
8247
  0x010b ExposureModeInManual int32s
8191
8248
  0x010c ShutterSpeedRange int32s[3]
8192
8249
  ShutterSpeedRange int32s[4]
@@ -8244,9 +8301,11 @@ well as newer tags and values added by later models.
8244
8301
  0x051d VFDisplayIllumination int32s
8245
8302
  0x051e InitialAFPointAIServoAF int32s
8246
8303
  0x060f MirrorLockup int32s
8247
- 0x0610 ContinuousShootingSpeed int32s[3]
8304
+ 0x0610 ContinuousShootingSpeed int32s[6]
8305
+ ContinuousShootingSpeed int32s[3]
8248
8306
  0x0611 ContinuousShotLimit int32s[2]
8249
- 0x0612 RestrictDriveModes int32s[2]
8307
+ 0x0612 RestrictDriveModes int32s
8308
+ RestrictDriveModes int32s[2]
8250
8309
  0x0701 Shutter-AELock int32s
8251
8310
  AFAndMeteringButtons int32s
8252
8311
  ShutterButtonAFOnButton int32s
@@ -8271,7 +8330,8 @@ well as newer tags and values added by later models.
8271
8330
  0x0714 RFLensMFFocusRingSensitivity int32s
8272
8331
  0x0715 CustomizeDials int32s
8273
8332
  0x080b FocusingScreen int32s
8274
- 0x080c TimerLength int32s[4]
8333
+ 0x080c TimerLength int32s[3]
8334
+ TimerLength int32s[4]
8275
8335
  0x080d ShortReleaseTimeLag int32s
8276
8336
  0x080e AddAspectRatioInfo int32s
8277
8337
  0x080f AddOriginalDecisionData int32s
@@ -11724,6 +11784,7 @@ DiMAGE X and Xt.
11724
11784
  ShotInfoD4S Nikon ShotInfoD4S
11725
11785
  ShotInfoD5 Nikon ShotInfoD500
11726
11786
  ShotInfoD500 Nikon ShotInfoD500
11787
+ ShotInfoD6 Nikon ShotInfo
11727
11788
  ShotInfoD610 Nikon ShotInfoD610
11728
11789
  ShotInfo02xx Nikon ShotInfo
11729
11790
  ShotInfoUnknown Nikon ShotInfo
@@ -12324,16 +12385,6 @@ These tags are extracted from encrypted data in images from the D5 and D500.
12324
12385
  11308 YawAngle fixed32u
12325
12386
  11940 NikonMeteringMode int8u & 0x03
12326
12387
 
12327
- =head3 Nikon ShotInfoD610 Tags
12328
-
12329
- These tags are extracted from encrypted data in images from the D610.
12330
-
12331
- Index Tag Name Writable
12332
- ----- -------- --------
12333
- 0 ShotInfoVersion no
12334
- 4 FirmwareVersion no
12335
- 1999 CustomSettingsD610 NikonCustom SettingsD610
12336
-
12337
12388
  =head3 Nikon ShotInfo Tags
12338
12389
 
12339
12390
  This information is encrypted for ShotInfoVersion 02xx, and some tags are
@@ -12353,6 +12404,16 @@ only valid for specific models.
12353
12404
  430 VibrationReduction int8u
12354
12405
  589 ShutterCount int32u
12355
12406
 
12407
+ =head3 Nikon ShotInfoD610 Tags
12408
+
12409
+ These tags are extracted from encrypted data in images from the D610.
12410
+
12411
+ Index Tag Name Writable
12412
+ ----- -------- --------
12413
+ 0 ShotInfoVersion no
12414
+ 4 FirmwareVersion no
12415
+ 1999 CustomSettingsD610 NikonCustom SettingsD610
12416
+
12356
12417
  =head3 Nikon ColorBalance1 Tags
12357
12418
 
12358
12419
  Index2 Tag Name Writable
@@ -12686,6 +12747,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
12686
12747
  AFPointsUsed undef[20]
12687
12748
  AFPointsUsed undef[13]
12688
12749
  AFPointsUsed undef[7]
12750
+ 10 AFPointsUsed undef[14]
12689
12751
  16 AFImageWidth int16u
12690
12752
  18 AFImageHeight int16u
12691
12753
  20 AFAreaXPosition int16u
@@ -12693,12 +12755,15 @@ These tags are written by Nikon DSLR's which have the live view feature.
12693
12755
  24 AFAreaWidth int16u
12694
12756
  26 AFAreaHeight int16u
12695
12757
  28 ContrastDetectAFInFocus int8u
12758
+ AFPointsSelected undef[20]
12696
12759
  42 AFImageWidth int16u
12697
12760
  44 AFImageHeight int16u
12698
12761
  46 AFAreaXPosition int16u
12699
12762
  48 AFAreaYPosition int16u
12763
+ AFPointsInFocus undef[20]
12700
12764
  50 AFAreaWidth int16u
12701
12765
  52 AFAreaHeight int16u
12766
+ 56 PrimaryAFPoint int8u
12702
12767
  68 PrimaryAFPoint int8u
12703
12768
  70 AFImageWidth int16u
12704
12769
  72 AFImageHeight int16u
@@ -12724,6 +12789,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
12724
12789
  0 AFFineTune int8u
12725
12790
  1 AFFineTuneIndex int8u
12726
12791
  2 AFFineTuneAdj int8s
12792
+ 3 AFFineTuneAdjTele int8s
12727
12793
 
12728
12794
  =head3 Nikon RetouchInfo Tags
12729
12795
 
@@ -14422,6 +14488,7 @@ any information found here will be extracted, even if the tag is not listed.
14422
14488
  0x0305 AFPointSelected rational64s[5]
14423
14489
  0x0306 AFFineTune int8u
14424
14490
  0x0307 AFFineTuneAdj int16s[3]
14491
+ 0x0308 FocusBracketStepSize int8u
14425
14492
  0x0400 FlashMode int16u
14426
14493
  0x0401 FlashExposureComp rational64s
14427
14494
  0x0403 FlashRemoteControl int16u
@@ -14891,6 +14958,7 @@ These tags are used in Panasonic/Leica cameras.
14891
14958
  0x0024 FlashBias int16s
14892
14959
  0x0025 InternalSerialNumber undef[16]
14893
14960
  0x0026 PanasonicExifVersion undef
14961
+ 0x0027 VideoFrameRate int16u
14894
14962
  0x0028 ColorEffect int16u
14895
14963
  0x0029 TimeSincePowerOn int32u
14896
14964
  0x002a BurstMode int16u
@@ -14905,6 +14973,7 @@ These tags are used in Panasonic/Leica cameras.
14905
14973
  0x0034 OpticalZoomMode int16u
14906
14974
  0x0035 ConversionLens int16u
14907
14975
  0x0036 TravelDay int16u
14976
+ 0x0038 BatteryLevel int16u
14908
14977
  0x0039 Contrast int16u
14909
14978
  0x003a WorldTimeLocation int16u
14910
14979
  0x003b TextStamp int16u
@@ -14966,18 +15035,27 @@ These tags are used in Panasonic/Leica cameras.
14966
15035
  0x009d InternalNDFilter rational64u
14967
15036
  0x009e HDR int16u
14968
15037
  0x009f ShutterType int16u
15038
+ 0x00a1 FilterEffect rational64u[0.5]
14969
15039
  0x00a3 ClearRetouchValue rational64u
14970
15040
  0x00a7 OutputLUT yes
14971
15041
  0x00ab TouchAE int16u
15042
+ 0x00ac MonochromeFilterEffect int16u
14972
15043
  0x00ad HighlightShadow int16u[2]
14973
15044
  0x00af TimeStamp string
15045
+ 0x00b3 VideoBurstResolution int16u
14974
15046
  0x00b4 MultiExposure int16u
14975
15047
  0x00b9 RedEyeRemoval int16u
14976
15048
  0x00bb VideoBurstMode int32u
14977
15049
  0x00bc DiffractionCorrection int16u
15050
+ 0x00bd FocusBracket int16u
15051
+ 0x00be LongExposureNRUsed int16u
15052
+ 0x00bf PostFocusMerging int32u[2]
15053
+ 0x00c1 VideoPreburst int16u
14978
15054
  0x00c4 LensTypeMake int16u
14979
15055
  0x00c5 LensTypeModel int16u
15056
+ 0x00ca SensorType int16u
14980
15057
  0x00d1 ISO int32u
15058
+ 0x00d2 MonochromeGrainEffect int16u
14981
15059
  0x00d6 NoiseReductionStrength rational64s
14982
15060
  0x0e00 PrintIM PrintIM
14983
15061
  0x2003 TimeInfo Panasonic TimeInfo
@@ -16681,6 +16759,7 @@ defined below, ExifTool will extract any information found here.
16681
16759
  'Location' Location no
16682
16760
  'Sign type' SignType no
16683
16761
  '_audio' SoundFile no
16762
+ '_barcode' Barcodes no+
16684
16763
 
16685
16764
  =head3 Ricoh AVI Tags
16686
16765
 
@@ -16894,6 +16973,7 @@ MakerNotes.
16894
16973
  0x900b Tag900b Sony Tag900b
16895
16974
  0x9050 Tag9050a Sony Tag9050a
16896
16975
  Tag9050b Sony Tag9050b
16976
+ Tag9050c Sony Tag9050c
16897
16977
  0x9400 Tag9400a Sony Tag9400a
16898
16978
  Tag9400b Sony Tag9400b
16899
16979
  Tag9400c Sony Tag9400c
@@ -16910,6 +16990,7 @@ MakerNotes.
16910
16990
  0x940c Tag940c Sony Tag940c
16911
16991
  0x940e AFInfo Sony AFInfo
16912
16992
  Tag940e Sony Tag940e
16993
+ 0x9416 Sony_0x9416 Sony Tag9416
16913
16994
  0xb000 FileFormat int8u[4]
16914
16995
  0xb001 SonyModelID int16u
16915
16996
  0xb020 CreativeStyle string
@@ -17769,7 +17850,7 @@ ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
17769
17850
 
17770
17851
  =head3 Sony Tag2010i Tags
17771
17852
 
17772
- Valid for ILCE-6100/6400/6600/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
17853
+ Valid for ILCE-6100/6400/6600/7C/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
17773
17854
  RX100M5A/RX100M7/HX99.
17774
17855
 
17775
17856
  Index1 Tag Name Writable
@@ -17932,7 +18013,7 @@ substitution cipher, but the deciphered values are listed below.
17932
18013
 
17933
18014
  =head3 Sony Tag9050b Tags
17934
18015
 
17935
- Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
18016
+ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
17936
18017
  7SM2/9/9M2, ILCA-99M2.
17937
18018
 
17938
18019
  Index1 Tag Name Writable
@@ -17972,6 +18053,24 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
17972
18053
  APS-CSizeCapture int8u
17973
18054
  542 LensSpecFeatures undef[2]
17974
18055
 
18056
+ =head3 Sony Tag9050c Tags
18057
+
18058
+ Valid from July 2020 for ILCE-7SM3.
18059
+
18060
+ Index1 Tag Name Writable
18061
+ ------ -------- --------
18062
+ 38 Shutter int16u[3]
18063
+ 57 FlashStatus int8u
18064
+ 58 ShutterCount int32u~
18065
+ 70 SonyExposureTime int16u
18066
+ 72 SonyFNumber int16u
18067
+ 75 ReleaseMode2 int8u
18068
+ 80 ShutterCount2 int32u
18069
+ 102 SonyExposureTime int16u
18070
+ 104 SonyFNumber int16u
18071
+ 107 ReleaseMode2 int8u
18072
+ 136 InternalSerialNumber int8u[6]~
18073
+
17975
18074
  =head3 Sony Tag9400a Tags
17976
18075
 
17977
18076
  Valid for many DSC, NEX and SLT models
@@ -18011,8 +18110,8 @@ DSC-HX50V, DSC-QX10/QX100.
18011
18110
 
18012
18111
  Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
18013
18112
  RX10M2/RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/
18014
- WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/6000/
18015
- 6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
18113
+ WX350/WX500, ILCE-7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/
18114
+ 6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
18016
18115
 
18017
18116
  Index1 Tag Name Writable
18018
18117
  ------ -------- --------
@@ -18033,6 +18132,7 @@ WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/6000/
18033
18132
  Index1 Tag Name Writable
18034
18133
  ------ -------- --------
18035
18134
  1176 ISOInfo Sony ISOInfo
18135
+ 1185 ISOInfo Sony ISOInfo
18036
18136
  1186 ISOInfo Sony ISOInfo
18037
18137
  1437 ISOInfo Sony ISOInfo
18038
18138
  1588 ISOInfo Sony ISOInfo
@@ -18360,6 +18460,33 @@ E-mount models.
18360
18460
  6663 TiffMeteringImageHeight no
18361
18461
  6664 TiffMeteringImage no
18362
18462
 
18463
+ =head3 Sony Tag9416 Tags
18464
+
18465
+ Valid for the ILCE-7SM3.
18466
+
18467
+ Index1 Tag Name Writable
18468
+ ------ -------- --------
18469
+ 0 Tag9416_0000 no
18470
+ 4 SonyISO no
18471
+ 6 StopsAboveBaseISO no
18472
+ 10 SonyExposureTime2 no
18473
+ 12 ExposureTime no
18474
+ 16 SonyFNumber2 no
18475
+ 18 SonyMaxApertureValue no
18476
+ 29 SequenceImageNumber no
18477
+ 53 ExposureProgram no
18478
+ 72 LensMount no
18479
+ 73 LensFormat no
18480
+ 74 LensMount no
18481
+ 75 LensType2 no
18482
+ 77 LensType no
18483
+ 79 DistortionCorrParams no
18484
+ 113 FocalLength no
18485
+ 115 MinFocalLength no
18486
+ 117 MaxFocalLength no
18487
+ 2191 VignettingCorrParams no
18488
+ 2324 ChromaticAberrationCorrParams no
18489
+
18363
18490
  =head3 Sony PIC Tags
18364
18491
 
18365
18492
  The TextInfo data is extracted as a block to preserve the formatting, and
@@ -18529,6 +18656,16 @@ some models when the ExtractEmbedded option is used.
18529
18656
 
18530
18657
  Tag ID Tag Name Writable
18531
18658
  ------ -------- --------
18659
+ 0x8500 GPSVersionID no
18660
+ 0x8501 GPSLatitudeRef no
18661
+ 0x8502 GPSLatitude no
18662
+ 0x8503 GPSLongitudeRef no
18663
+ 0x8504 GPSLongitude no
18664
+ 0x8507 GPSTimeStamp no
18665
+ 0x8509 GPSStatus no
18666
+ 0x850a GPSMeasureMode no
18667
+ 0x8512 GPSMapDatum no
18668
+ 0x851d GPSDateStamp no
18532
18669
  0xe304 DateTime no
18533
18670
 
18534
18671
  =head2 SonyIDC Tags
@@ -18950,7 +19087,7 @@ These tags are used in Minolta RAW format (MRW) images.
18950
19087
  16 WB_RBLevelsCloudy int16u[2]
18951
19088
  20 WB_RBLevelsCoolWhiteF int16u[2]
18952
19089
  24 WB_RBLevelsFlash int16u[2]
18953
- 28 WB_RBLevelsUnknown? int16u[2]
19090
+ 28 WB_RBLevelsCustom int16u[2]
18954
19091
  32 WB_RBLevelsShade int16u[2]
18955
19092
  36 WB_RBLevelsDaylightF int16u[2]
18956
19093
  40 WB_RBLevelsDayWhiteF int16u[2]
@@ -19100,7 +19237,11 @@ Lens distortion correction information.
19100
19237
  0x1201 LensTypeMake no
19101
19238
  0x1202 LensTypeModel no
19102
19239
  0x1203 FocalLengthIn35mmFormat no
19240
+ 0x1301 ApertureValue no
19241
+ 0x1302 ShutterSpeedValue no
19242
+ 0x1303 SensitivityValue no
19103
19243
  0x1305 HighISOMode no
19244
+ 0x1412 FacesDetected no
19104
19245
  0x3200 WB_CFA0_LevelDaylight no
19105
19246
  0x3201 WB_CFA1_LevelDaylight no
19106
19247
  0x3202 WB_CFA2_LevelDaylight no
@@ -19814,6 +19955,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
19814
19955
  'TSMP' TotalSamples? no
19815
19956
  'TYPE' StructureType? no
19816
19957
  'UNIT' Units? no
19958
+ 'VERS' MetadataVersion no
19817
19959
  'VFOV' FieldOfView no
19818
19960
  'VFRH' VisualFlightRulesHUD no
19819
19961
  'WBAL' ColorTemperatures no
@@ -21211,7 +21353,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21211
21353
  EventDate date_
21212
21354
  EventID string_
21213
21355
  EventRemarks lang-alt_
21214
- EventTime date_
21356
+ EventTime string_
21215
21357
  EventFieldNotes string_
21216
21358
  EventFieldNumber string_
21217
21359
  EventHabitat string_
@@ -21253,7 +21395,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21253
21395
  HumanObservationEventDate date_
21254
21396
  HumanObservationEventID string_
21255
21397
  HumanObservationEventRemarks lang-alt_
21256
- HumanObservationEventTime date_
21398
+ HumanObservationEventTime string_
21257
21399
  HumanObservationFieldNotes string_
21258
21400
  HumanObservationFieldNumber string_
21259
21401
  HumanObservationHabitat string_
@@ -21285,7 +21427,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21285
21427
  MachineObservationEventDate date_
21286
21428
  MachineObservationEventID string_
21287
21429
  MachineObservationEventRemarks lang-alt_
21288
- MachineObservationEventTime date_
21430
+ MachineObservationEventTime string_
21289
21431
  MachineObservationFieldNotes string_
21290
21432
  MachineObservationFieldNumber string_
21291
21433
  MachineObservationHabitat string_
@@ -21461,7 +21603,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21461
21603
  EventDate date
21462
21604
  EventID string
21463
21605
  EventRemarks lang-alt
21464
- EventTime date
21606
+ EventTime string
21465
21607
  FieldNotes string
21466
21608
  FieldNumber string
21467
21609
  Habitat string
@@ -22795,6 +22937,7 @@ Information extracted from the GIF logical screen descriptor.
22795
22937
  4.2 ColorResolutionDepth no
22796
22938
  4.3 BitsPerPixel no
22797
22939
  5 BackgroundColor no
22940
+ 6 AspectRatio no
22798
22941
 
22799
22942
  =head2 BMP Tags
22800
22943
 
@@ -23077,6 +23220,7 @@ check if speed is more of a concern.
23077
23220
  'hIST' PaletteHistogram no
23078
23221
  'iCCP' ICC_Profile ICC_Profile
23079
23222
  'iCCP-name' ProfileName no
23223
+ 'iDOT' AppleDataOffsets no
23080
23224
  'iTXt' InternationalText PNG TextualData
23081
23225
  'oFFs' ImageOffset no
23082
23226
  'pCAL' PixelCalibration no
@@ -23563,6 +23707,8 @@ Tags extracted from DPX (Digital Picture Exchange) images.
23563
23707
  776 ImageHeight no
23564
23708
  780 DataSign no
23565
23709
  800 ComponentsConfiguration no
23710
+ 801 TransferCharacteristic no
23711
+ 802 ColorimetricSpecification no
23566
23712
  803 BitDepth no
23567
23713
  820 ImageDescription no
23568
23714
  892 Image2Description no
@@ -23576,9 +23722,12 @@ Tags extracted from DPX (Digital Picture Exchange) images.
23576
23722
  1532 SourceCreateDate no
23577
23723
  1556 InputDeviceName no
23578
23724
  1588 InputDeviceSerialNumber no
23579
- 1724 FrameRate no
23725
+ 1724 OriginalFrameRate no
23726
+ 1728 ShutterAngle no
23580
23727
  1732 FrameID no
23581
23728
  1764 SlateInformation no
23729
+ 1920 TimeCode no
23730
+ 1940 FrameRate no
23582
23731
  1972 Reserved5? no
23583
23732
  2048 UserID no
23584
23733
 
@@ -23627,6 +23776,18 @@ the official specification.
23627
23776
  'wrapmodes' WrapModes no
23628
23777
  'xDensity' XResolution no
23629
23778
 
23779
+ =head2 ZISRAW Tags
23780
+
23781
+ As well as the header information listed below, ExifTool also extracts the
23782
+ top-level XML-based metadata from Zeiss Integrated Software RAW (ZISRAW) CZI
23783
+ files.
23784
+
23785
+ Index1 Tag Name Writable
23786
+ ------ -------- --------
23787
+ 32 ZISRAWVersion no
23788
+ 48 PrimaryFileGUID no
23789
+ 64 FileGUID no
23790
+
23630
23791
  =head2 MIFF Tags
23631
23792
 
23632
23793
  The MIFF (Magick Image File Format) format allows aribrary tag names to be
@@ -24123,13 +24284,13 @@ Additional document permissions imposed by digital signatures.
24123
24284
 
24124
24285
  =head2 ID3 Tags
24125
24286
 
24126
- ExifTool extracts ID3 information from MP3, MPEG, AIFF, OGG, FLAC, APE, MPC
24127
- and RealAudio files. ID3v2 tags which support multiple languages (eg.
24128
- Comment and Lyrics) are extracted by specifying the tag name, followed by a
24129
- dash ('-'), then a 3-character ISO 639-2 language code (eg. "Comment-spa").
24130
- See L<http://www.id3.org/> for the official ID3 specification and
24131
- L<http://www.loc.gov/standards/iso639-2/php/code_list.php> for a list of ISO
24132
- 639-2 language codes.
24287
+ ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, AIFF, OGG,
24288
+ FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
24289
+ languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
24290
+ followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
24291
+ "Comment-spa"). See L<http://www.id3.org/> for the official ID3
24292
+ specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
24293
+ for a list of ISO 639-2 language codes.
24133
24294
 
24134
24295
  Tag Name Writable
24135
24296
  -------- --------
@@ -24260,9 +24421,12 @@ software.
24260
24421
  'APIC-2' PictureType no
24261
24422
  'APIC-3' PictureDescription no
24262
24423
  'COMM' Comment no
24424
+ 'GRP1' Grouping no
24263
24425
  'IPLS' InvolvedPeople no
24264
24426
  'ITNU' iTunesU? no
24265
24427
  'MCDI' MusicCDIdentifier no
24428
+ 'MVIN' MovementNumber no
24429
+ 'MVNM' MovementName no
24266
24430
  'OWNE' Ownership no
24267
24431
  'PCNT' PlayCounter no
24268
24432
  'PCST' Podcast? no
@@ -24362,8 +24526,11 @@ software.
24362
24526
  'APIC-2' PictureType no
24363
24527
  'APIC-3' PictureDescription no
24364
24528
  'COMM' Comment no
24529
+ 'GRP1' Grouping no
24365
24530
  'ITNU' iTunesU? no
24366
24531
  'MCDI' MusicCDIdentifier no
24532
+ 'MVIN' MovementNumber no
24533
+ 'MVNM' MovementName no
24367
24534
  'OWNE' Ownership no
24368
24535
  'PCNT' PlayCounter no
24369
24536
  'PCST' Podcast? no
@@ -24442,6 +24609,23 @@ software.
24442
24609
  'XSOP' PerformerSortOrder no
24443
24610
  'XSOT' TitleSortOrder no
24444
24611
 
24612
+ =head3 ID3 Lyrics3 Tags
24613
+
24614
+ ExifTool extracts Lyrics3 version 1.00 and 2.00 tags from any file that
24615
+ supports ID3. See L<https://id3.org/Lyrics3> for the specification.
24616
+
24617
+ Tag ID Tag Name Writable
24618
+ ------ -------- --------
24619
+ 'AUT' Author no
24620
+ 'CRC' CRC no
24621
+ 'EAL' ExtendedAlbumName no
24622
+ 'EAR' ExtendedArtistName no
24623
+ 'ETT' ExtendedTrackTitle no
24624
+ 'IMG' AssociatedImageFile no
24625
+ 'IND' Indications no
24626
+ 'INF' AdditionalInfo no
24627
+ 'LYR' Lyrics no
24628
+
24445
24629
  =head2 ITC Tags
24446
24630
 
24447
24631
  This information is found in iTunes Cover Flow data files.
@@ -24952,7 +25136,7 @@ Frame rate information stored by some Canon video cameras.
24952
25136
  =head2 QuickTime Tags
24953
25137
 
24954
25138
  The QuickTime format is used for many different types of audio, video and
24955
- image files (most notably, MOV/MP4 videos and HEIC/CR3 images). Exiftool
25139
+ image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
24956
25140
  extracts standard meta information and a variety of audio, video and image
24957
25141
  parameters, as well as proprietary information written by many camera
24958
25142
  models. Tags with a question mark after their name are not extracted unless
@@ -24981,10 +25165,10 @@ country code to the tag name (eg. "ItemList:Artist-deu" or
24981
25165
  "ItemList::Artist-deu-DE"). Most
24982
25166
  L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
24983
25167
  language code, but without a country code. If no language code is specified
24984
- when writing, alternate languages for the tag are deleted. Use the "und"
24985
- language code to write the default language without deleting alternate
24986
- languages. Note that "eng" is treated as a default language when reading,
24987
- but not when writing.
25168
+ when writing, the default language is written and alternate languages for
25169
+ the tag are deleted. Use the "und" language code to write the default
25170
+ language without deleting alternate languages. Note that "eng" is treated
25171
+ as a default language when reading, but not when writing.
24988
25172
 
24989
25173
  According to the specification, integer-format QuickTime date/time tags
24990
25174
  should be stored as UTC. Unfortunately, digital cameras often store local
@@ -25000,6 +25184,7 @@ for the official specification.
25000
25184
 
25001
25185
  Tag ID Tag Name Writable
25002
25186
  ------ -------- --------
25187
+ 'GPS ' GPSDataList2? no
25003
25188
  'IDIT' DateTimeOriginal string
25004
25189
  'PICT' PreviewPICT no
25005
25190
  '_htc' HTCInfo QuickTime HTCInfo
@@ -25025,6 +25210,7 @@ for the official specification.
25025
25210
  'skip' CanonSkip Canon Skip
25026
25211
  PreviewImage no
25027
25212
  Skip? no
25213
+ 'thm ' ThumbnailImage no
25028
25214
  'thum' ThumbnailImage no
25029
25215
  'udat' GPSLog no
25030
25216
  'udta' UserData FLIR UserData
@@ -25032,6 +25218,8 @@ for the official specification.
25032
25218
  UUID-PROF QuickTime Profile
25033
25219
  UUID-Flip QuickTime Flip
25034
25220
  UUID-Canon2 Canon uuid2
25221
+ SensorData QuickTime Tags360Fly
25222
+ SensorData no
25035
25223
  PreviewImage no
25036
25224
  UUID-Unknown? no
25037
25225
  'wide' Wide? no
@@ -25062,7 +25250,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
25062
25250
 
25063
25251
  Timed metadata extracted from QuickTime media data and some AVI videos when
25064
25252
  the ExtractEmbedded option is used. Although most of these tags are
25065
- combined into the single table below, ExifTool currently reads 37 different
25253
+ combined into the single table below, ExifTool currently reads 46 different
25066
25254
  formats of timed GPS metadata from video files.
25067
25255
 
25068
25256
  Tag Name Writable
@@ -25108,6 +25296,7 @@ formats of timed GPS metadata from video files.
25108
25296
  Unknown03? no
25109
25297
  UserLabel no
25110
25298
  VerticalSpeed no
25299
+ VideoTimeStamp no
25111
25300
  camm0 QuickTime camm0
25112
25301
  camm1 QuickTime camm1
25113
25302
  camm2 QuickTime camm2
@@ -25118,6 +25307,7 @@ formats of timed GPS metadata from video files.
25118
25307
  camm7 QuickTime camm7
25119
25308
  fdsc GoPro fdsc
25120
25309
  gpmd GoPro GPMF
25310
+ marl QuickTime marl
25121
25311
  mebx QuickTime Keys
25122
25312
  mett Parrot mett
25123
25313
  rtmd Sony rtmd
@@ -25225,6 +25415,14 @@ specification.
25225
25415
  ------ -------- --------
25226
25416
  4 MagneticField no
25227
25417
 
25418
+ =head3 QuickTime marl Tags
25419
+
25420
+ Tags extracted from the marl ctbx timed metadata of GM cars.
25421
+
25422
+ Tag ID Tag Name Writable
25423
+ ------ -------- --------
25424
+ [no tags known]
25425
+
25228
25426
  =head3 QuickTime Keys Tags
25229
25427
 
25230
25428
  This directory contains a list of key names which are used to decode tags
@@ -25428,22 +25626,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
25428
25626
  'GUID' GUID string
25429
25627
  'VERS' ProductVersion string
25430
25628
  'aART' AlbumArtist string
25431
- 'akID' AppleStoreAccountType int8u
25629
+ 'akID' AppleStoreAccountType int8s
25432
25630
  'albm' Album string/
25433
25631
  'apID' AppleStoreAccount string
25434
- 'atID' AlbumTitleID int32u
25632
+ 'atID' AlbumTitleID int32s
25435
25633
  'auth' Author string
25436
25634
  'catg' Category string
25437
- 'cnID' AppleStoreCatalogID int32u
25635
+ 'cnID' AppleStoreCatalogID int32s
25438
25636
  'covr' CoverArt string
25439
- 'cpil' Compilation int8u
25637
+ 'cpil' Compilation int8s
25440
25638
  'cprt' Copyright string
25441
25639
  'desc' Description string/
25442
25640
  'disk' DiskNumber undef
25443
25641
  'dscp' Description string/
25444
25642
  'egid' EpisodeGlobalUniqueID string
25445
- 'geID' GenreID int32u
25446
- 'gnre' Genre string/
25643
+ 'geID' GenreID int32s
25644
+ 'gnre' Genre undef/
25447
25645
  'grup' Grouping string/
25448
25646
  'gshh' GoogleHostHeader string
25449
25647
  'gspm' GooglePingMessage string
@@ -25451,55 +25649,71 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
25451
25649
  'gssd' GoogleSourceData string
25452
25650
  'gsst' GoogleStartTime string
25453
25651
  'gstd' GoogleTrackDuration string
25454
- 'hdvd' HDVideo int8u
25652
+ 'hdvd' HDVideo int8s
25455
25653
  'itnu' iTunesU int8s
25456
25654
  'keyw' Keyword string
25457
25655
  'ldes' LongDescription string
25458
- 'pcst' Podcast int8u
25656
+ 'pcst' Podcast int8s
25459
25657
  'perf' Performer string
25460
- 'pgap' PlayGap int8u
25461
- 'plID' PlayListID int8u
25658
+ 'pgap' PlayGap int8s
25659
+ 'plID' PlayListID int32s[0.25]
25462
25660
  'prID' ProductID string
25463
25661
  'purd' PurchaseDate string
25464
25662
  'purl' PodcastURL string
25465
25663
  'rate' RatingPercent string
25466
25664
  'rldt' ReleaseDate string
25467
- 'rtng' Rating int8u
25468
- 'sfID' AppleStoreCountry int32u
25665
+ 'rtng' Rating int8s
25666
+ 'sdes' StoreDescription string
25667
+ 'sfID' AppleStoreCountry int32s
25668
+ 'shwm' ShowMovement int8s
25469
25669
  'soaa' SortAlbumArtist string
25470
25670
  'soal' SortAlbum string
25471
25671
  'soar' SortArtist string
25472
25672
  'soco' SortComposer string
25473
25673
  'sonm' SortName string
25474
25674
  'sosn' SortShow string
25475
- 'stik' MediaType int8u
25675
+ 'stik' MediaType int8s
25476
25676
  'titl' Title string/
25477
- 'tmpo' BeatsPerMinute int16u
25677
+ 'tmpo' BeatsPerMinute int16s
25478
25678
  'trkn' TrackNumber undef
25479
25679
  'tven' TVEpisodeID string
25480
- 'tves' TVEpisode int32u
25680
+ 'tves' TVEpisode int32s
25481
25681
  'tvnn' TVNetworkName string
25482
25682
  'tvsh' TVShow string
25483
25683
  'tvsn' TVSeason int32u
25484
25684
  'yrrc' Year string
25485
25685
  "\xa9ART" Artist string
25486
25686
  "\xa9alb" Album string
25687
+ "\xa9ard" ArtDirector string
25688
+ "\xa9arg" Arranger string
25487
25689
  "\xa9aut" Author string/
25488
25690
  "\xa9cmt" Comment string
25489
25691
  "\xa9com" Composer string/
25692
+ "\xa9con" Conductor string
25490
25693
  "\xa9cpy" Copyright string/
25491
25694
  "\xa9day" ContentCreateDate string
25492
25695
  "\xa9des" Description string
25696
+ "\xa9dir" Director string
25493
25697
  "\xa9enc" EncodedBy string
25494
25698
  "\xa9gen" Genre string
25495
25699
  "\xa9grp" Grouping string
25496
25700
  "\xa9lyr" Lyrics string
25701
+ "\xa9mvc" MovementCount int16s
25702
+ "\xa9mvi" MovementNumber int16s
25703
+ "\xa9mvn" MovementName string
25497
25704
  "\xa9nam" Title string
25498
25705
  "\xa9nrt" Narrator string
25706
+ "\xa9ope" OriginalArtist string
25707
+ "\xa9prd" Producer string
25499
25708
  "\xa9pub" Publisher string
25709
+ "\xa9sne" SoundEngineer string
25710
+ "\xa9sol" Soloist string
25711
+ "\xa9st3" Subtitle string
25500
25712
  "\xa9too" Encoder string
25501
25713
  "\xa9trk" Track string
25714
+ "\xa9wrk" Work string
25502
25715
  "\xa9wrt" Composer string
25716
+ "\xa9xpd" ExecutiveProducer string
25503
25717
  "\xa9xyz" GPSCoordinates string
25504
25718
 
25505
25719
  =head3 QuickTime iTunesInfo Tags
@@ -25567,9 +25781,9 @@ defined in this table.
25567
25781
  'colr' ICC_Profile ICC_Profile
25568
25782
  ColorRepresentation no
25569
25783
  'hvcC' HEVCConfiguration QuickTime HEVCConfig
25570
- 'irot' Rotation int8u
25784
+ 'irot' Rotation int8u!
25571
25785
  'ispe' ImageSpatialExtent no
25572
- 'pasp' PixelAspectRatio int32u
25786
+ 'pasp' PixelAspectRatio int32u!
25573
25787
  'pixi' ImagePixelDepth no
25574
25788
  'rloc' RelativeLocation no
25575
25789
 
@@ -25858,6 +26072,7 @@ Child atoms found in "sinf" and/or "pinf" atoms.
25858
26072
 
25859
26073
  Tag ID Tag Name Writable
25860
26074
  ------ -------- --------
26075
+ 'enda' Endianness no
25861
26076
  'frma' OriginalFormat no
25862
26077
  'schi' SchemeInfo QuickTime SchemeInfo
25863
26078
  'schm' SchemeType QuickTime SchemeType
@@ -25898,6 +26113,7 @@ Child atoms found in "sinf" and/or "pinf" atoms.
25898
26113
 
25899
26114
  Tag ID Tag Name Writable
25900
26115
  ------ -------- --------
26116
+ 'enda' Endianness no
25901
26117
  'frma' PurchaseFileFormat no
25902
26118
 
25903
26119
  =head3 QuickTime ImageDesc Tags
@@ -26044,7 +26260,7 @@ MP4 video media header.
26044
26260
  5 TrackDuration no
26045
26261
  8 TrackLayer no
26046
26262
  9 TrackVolume no
26047
- 10 MatrixStructure fixed32s[9]
26263
+ 10 MatrixStructure fixed32s[9]!
26048
26264
  19 ImageWidth no
26049
26265
  20 ImageHeight no
26050
26266
 
@@ -26072,7 +26288,12 @@ the config file.
26072
26288
 
26073
26289
  Tag ID Tag Name Writable
26074
26290
  ------ -------- --------
26291
+ '@day' ContentCreateDate string/
26292
+ '@mak' Make string/
26293
+ '@mod' Model string/
26075
26294
  '@sec' SamsungSec Samsung sec
26295
+ '@swr' SoftwareVersion string/
26296
+ '@xyz' GPSCoordinates string/
26076
26297
  'AllF' PlayAllFrames int8u
26077
26298
  'CAME' SerialNumberHash string
26078
26299
  'CNCV' CompressorVersion string
@@ -26164,6 +26385,7 @@ the config file.
26164
26385
  'modl' Model no
26165
26386
  'name' Name string
26166
26387
  'perf' Performer string/
26388
+ 'pmcc' GarminSettings string
26167
26389
  'pose' pose Kodak pose
26168
26390
  'ptch' Pitch rational64s/
26169
26391
  'ptv ' PrintToVideo QuickTime Video
@@ -26184,6 +26406,8 @@ the config file.
26184
26406
  UnknownThumbnail string
26185
26407
  'titl' Title string/
26186
26408
  'urat' UserRating no
26409
+ 'uuid' GarminSoftware string
26410
+ UUID-Unknown? no
26187
26411
  'vndr' Vendor string
26188
26412
  'vrot' AccelerometerData no
26189
26413
  'yrrc' Year no
@@ -26409,6 +26633,72 @@ Found in MP4 files from Flip Video cameras.
26409
26633
  14 SerialNumber no
26410
26634
  28 PreviewImage no
26411
26635
 
26636
+ =head3 QuickTime Tags360Fly Tags
26637
+
26638
+ Timed metadata found in MP4 videos from the 360Fly.
26639
+
26640
+ Tag ID Tag Name Writable
26641
+ ------ -------- --------
26642
+ 0x0001 Accel360Fly QuickTime Accel360Fly
26643
+ 0x0002 Gyro360Fly QuickTime Gyro360Fly
26644
+ 0x0003 Mag360Fly QuickTime Mag360Fly
26645
+ 0x0005 GPS360Fly QuickTime GPS360Fly
26646
+ 0x0006 Rot360Fly QuickTime Rot360Fly
26647
+ 0x00fa Fusion360Fly QuickTime Fusion360Fly
26648
+
26649
+ =head3 QuickTime Accel360Fly Tags
26650
+
26651
+ Index1 Tag Name Writable
26652
+ ------ -------- --------
26653
+ 1 AccelMode? no
26654
+ 2 SampleTime no
26655
+ 10 AccelYPR no
26656
+
26657
+ =head3 QuickTime Gyro360Fly Tags
26658
+
26659
+ Index1 Tag Name Writable
26660
+ ------ -------- --------
26661
+ 1 GyroMode? no
26662
+ 2 SampleTime no
26663
+ 10 GyroYPR no
26664
+
26665
+ =head3 QuickTime Mag360Fly Tags
26666
+
26667
+ Index1 Tag Name Writable
26668
+ ------ -------- --------
26669
+ 1 MagMode? no
26670
+ 2 SampleTime no
26671
+ 10 MagnetometerXYZ no
26672
+
26673
+ =head3 QuickTime GPS360Fly Tags
26674
+
26675
+ Index1 Tag Name Writable
26676
+ ------ -------- --------
26677
+ 1 GPSMode? no
26678
+ 2 SampleTime no
26679
+ 10 GPSLatitude no
26680
+ 14 GPSLongitude no
26681
+ 18 GPSAltitude no
26682
+ 22 GPSSpeed no
26683
+ 24 GPSTrack no
26684
+ 26 Acceleration no
26685
+
26686
+ =head3 QuickTime Rot360Fly Tags
26687
+
26688
+ Index1 Tag Name Writable
26689
+ ------ -------- --------
26690
+ 1 RotMode? no
26691
+ 2 SampleTime no
26692
+ 10 RotationXYZ no
26693
+
26694
+ =head3 QuickTime Fusion360Fly Tags
26695
+
26696
+ Index1 Tag Name Writable
26697
+ ------ -------- --------
26698
+ 1 FusionMode? no
26699
+ 2 SampleTime no
26700
+ 10 FusionYPR no
26701
+
26412
26702
  =head3 QuickTime ImageFile Tags
26413
26703
 
26414
26704
  Tags used in QTIF QuickTime Image Files.
@@ -28940,6 +29230,7 @@ sub-documents, but the Duration is calculated for the full video.
28940
29230
  'ANMF' ANMF RIFF ANMF
28941
29231
  'CSET' CharacterSet RIFF CSET
28942
29232
  'EXIF' EXIF EXIF
29233
+ UnknownEXIF no
28943
29234
  'ICCP' ICC_Profile ICC_Profile
28944
29235
  'IDIT' DateTimeOriginal no
28945
29236
  'JUNK' OlympusJunk Olympus AVI
@@ -29289,6 +29580,7 @@ the AIFF specification.
29289
29580
  ------ -------- --------
29290
29581
  '(c) ' Copyright no
29291
29582
  'ANNO' Annotation no
29583
+ 'APPL' ApplicationData no
29292
29584
  'AUTH' Author no
29293
29585
  'COMM' Common AIFF Common
29294
29586
  'COMT' Comment AIFF Comment
@@ -33683,13 +33975,13 @@ option is used.
33683
33975
 
33684
33976
  =head2 RSRC Tags
33685
33977
 
33686
- Tags extracted from Mac OS resource files and DFONT files. These tags may
33687
- also be extracted from the resource fork of any file in OS X, either by
33688
- adding "/..namedfork/rsrc" to the filename to process the resource fork
33689
- alone, or by using the ExtractEmbedded (-ee) option to process the resource
33690
- fork as a sub-document of the main file. When writing, ExifTool preserves
33691
- the Mac OS resource fork by default, but it may deleted with C<-rsrc:all=>
33692
- on the command line.
33978
+ Tags extracted from Mac OS resource files, DFONT files and "._" sidecar
33979
+ files. These tags may also be extracted from the resource fork of any file
33980
+ in OS X, either by adding "/..namedfork/rsrc" to the filename to process the
33981
+ resource fork alone, or by using the ExtractEmbedded (-ee) option to process
33982
+ the resource fork as a sub-document of the main file. When writing,
33983
+ ExifTool preserves the Mac OS resource fork by default, but it may deleted
33984
+ with C<-rsrc:all=> on the command line.
33693
33985
 
33694
33986
  Tag ID Tag Name Writable
33695
33987
  ------ -------- --------
@@ -33941,7 +34233,8 @@ Tags extracted from ISO 9660 disk images.
33941
34233
 
33942
34234
  On MacOS systems, the there are additional MDItem and XAttr Finder tags that
33943
34235
  may be extracted. These tags are not extracted by default -- they must be
33944
- specifically requested or enabled via an API option.
34236
+ specifically requested or enabled via an API option. (Except when reading
34237
+ MacOS "._" files directly, see below.)
33945
34238
 
33946
34239
  The tables below list some of the tags that may be extracted, but ExifTool
33947
34240
  will extract all available information even for tags not listed.
@@ -33950,6 +34243,38 @@ Tags in these tables are referred to as "pseudo" tags because their
33950
34243
  information is not stored in the file itself. As such, B<Writable> tags in
33951
34244
  these tables may be changed without having to rewrite the file.
33952
34245
 
34246
+ Note that on some filesystems, MacOS creates sidecar files with names that
34247
+ begin with "._". ExifTool will read these files if specified, and extract
34248
+ the information listed in the following table without the need for extra
34249
+ options, but these files are not writable directly.
34250
+
34251
+ Tag ID Tag Name Writable
34252
+ ------ -------- --------
34253
+ 0x0002 RSRC RSRC
34254
+ 0x0009 ATTR MacOS XAttr
34255
+
34256
+ =head3 MacOS XAttr Tags
34257
+
34258
+ XAttr tags are extracted using the "xattr" utility. They are extracted if
34259
+ any "XAttr*" tag or the MacOS group is specifically requested, or by setting
34260
+ the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
34261
+ And they extracted by default from MacOS "._" files when reading
34262
+ these files directly.
34263
+
34264
+ Tag Name Writable
34265
+ -------- --------
34266
+ XAttrAppleMailDateReceived no
34267
+ XAttrAppleMailDateSent no
34268
+ XAttrAppleMailIsRemoteAttachment no
34269
+ XAttrFinderInfo no
34270
+ XAttrLastUsedDate no
34271
+ XAttrMDItemDownloadedDate no
34272
+ XAttrMDItemFinderComment no
34273
+ XAttrMDItemWhereFroms no
34274
+ XAttrMDLabel no
34275
+ XAttrQuarantine yes!
34276
+ XAttrResourceFork no
34277
+
33953
34278
  =head3 MacOS MDItem Tags
33954
34279
 
33955
34280
  MDItem tags are extracted using the "mdls" utility. They are extracted if
@@ -34093,26 +34418,6 @@ index the file after a metadata change.
34093
34418
  MDItemWhereFroms no
34094
34419
  MDItemWhiteBalance no
34095
34420
 
34096
- =head3 MacOS XAttr Tags
34097
-
34098
- XAttr tags are extracted using the "xattr" utility. They are extracted if
34099
- any "XAttr*" tag or the MacOS group is specifically requested, or by setting
34100
- the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
34101
-
34102
- Tag Name Writable
34103
- -------- --------
34104
- XAttrAppleMailDateReceived no
34105
- XAttrAppleMailDateSent no
34106
- XAttrAppleMailIsRemoteAttachment no
34107
- XAttrFinderInfo no
34108
- XAttrLastUsedDate no
34109
- XAttrMDItemDownloadedDate no
34110
- XAttrMDItemFinderComment no
34111
- XAttrMDItemWhereFroms no
34112
- XAttrMDLabel no
34113
- XAttrQuarantine yes!
34114
- XAttrResourceFork no
34115
-
34116
34421
  =head2 Extra Tags
34117
34422
 
34118
34423
  The extra tags provide extra features or extra information extracted or
@@ -34193,6 +34498,7 @@ FileName.
34193
34498
  Trailer File yes!
34194
34499
  Validate ExifTool no
34195
34500
  Warning ExifTool no
34501
+ XML XML no
34196
34502
  XMP XMP yes!
34197
34503
  XResolution File no
34198
34504
  YResolution File no
@@ -34328,6 +34634,8 @@ values, may created via the ExifTool configuration file.
34328
34634
  GPSDateTime Parrot:GPSLatitude no
34329
34635
  Main:CreateDate
34330
34636
  SampleTime
34637
+ GPSDateTime Sony:GPSDateStamp no
34638
+ Sony:GPSTimeStamp
34331
34639
  GPSDestLatitude GPS:GPSDestLatitude no
34332
34640
  GPS:GPSDestLatitudeRef
34333
34641
  GPSDestLatitudeRef XMP-exif:GPSDestLatitude no
@@ -34441,7 +34749,7 @@ values, may created via the ExifTool configuration file.
34441
34749
  FlashBits
34442
34750
  RicohPitch Ricoh:Accelerometer no
34443
34751
  RicohRoll Ricoh:Accelerometer no
34444
- Rotation QuickTime:MatrixStructure yes
34752
+ Rotation QuickTime:MatrixStructure yes!
34445
34753
  QuickTime:HandlerType
34446
34754
  RunTimeSincePowerUp Apple:RunTimeValue no
34447
34755
  Apple:RunTimeScale