exiftool_vendored 11.94.0 → 12.06.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 (62) hide show
  1. checksums.yaml +5 -5
  2. data/bin/Changes +163 -3
  3. data/bin/MANIFEST +5 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +32 -32
  7. data/bin/exiftool +152 -52
  8. data/bin/lib/Image/ExifTool.pm +166 -115
  9. data/bin/lib/Image/ExifTool.pod +108 -81
  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 +6 -3
  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 +16 -3
  17. data/bin/lib/Image/ExifTool/Exif.pm +15 -6
  18. data/bin/lib/Image/ExifTool/Font.pm +9 -2
  19. data/bin/lib/Image/ExifTool/GIF.pm +5 -0
  20. data/bin/lib/Image/ExifTool/GeoTiff.pm +2 -0
  21. data/bin/lib/Image/ExifTool/Geotag.pm +69 -21
  22. data/bin/lib/Image/ExifTool/GoPro.pm +10 -1
  23. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  24. data/bin/lib/Image/ExifTool/HtmlDump.pm +2 -2
  25. data/bin/lib/Image/ExifTool/ID3.pm +91 -12
  26. data/bin/lib/Image/ExifTool/Lang/de.pm +3 -1
  27. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  28. data/bin/lib/Image/ExifTool/M2TS.pm +44 -24
  29. data/bin/lib/Image/ExifTool/MWG.pm +9 -1
  30. data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  31. data/bin/lib/Image/ExifTool/Minolta.pm +3 -2
  32. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +11 -10
  33. data/bin/lib/Image/ExifTool/Nikon.pm +156 -18
  34. data/bin/lib/Image/ExifTool/Olympus.pm +34 -17
  35. data/bin/lib/Image/ExifTool/PNG.pm +14 -3
  36. data/bin/lib/Image/ExifTool/PPM.pm +5 -5
  37. data/bin/lib/Image/ExifTool/Panasonic.pm +147 -13
  38. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +33 -0
  39. data/bin/lib/Image/ExifTool/Parrot.pm +2 -1
  40. data/bin/lib/Image/ExifTool/Pentax.pm +3 -1
  41. data/bin/lib/Image/ExifTool/Photoshop.pm +2 -1
  42. data/bin/lib/Image/ExifTool/QuickTime.pm +277 -33
  43. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +460 -67
  44. data/bin/lib/Image/ExifTool/README +21 -20
  45. data/bin/lib/Image/ExifTool/RIFF.pm +123 -3
  46. data/bin/lib/Image/ExifTool/RTF.pm +12 -7
  47. data/bin/lib/Image/ExifTool/Ricoh.pm +19 -1
  48. data/bin/lib/Image/ExifTool/Shift.pl +1 -0
  49. data/bin/lib/Image/ExifTool/SigmaRaw.pm +40 -33
  50. data/bin/lib/Image/ExifTool/Sony.pm +379 -12
  51. data/bin/lib/Image/ExifTool/TagLookup.pm +1959 -1874
  52. data/bin/lib/Image/ExifTool/TagNames.pod +346 -55
  53. data/bin/lib/Image/ExifTool/Validate.pm +4 -4
  54. data/bin/lib/Image/ExifTool/WriteExif.pl +3 -2
  55. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +26 -15
  56. data/bin/lib/Image/ExifTool/Writer.pl +52 -23
  57. data/bin/lib/Image/ExifTool/XMP.pm +41 -4
  58. data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
  59. data/bin/lib/Image/ExifTool/ZISRAW.pm +123 -0
  60. data/bin/perl-Image-ExifTool.spec +31 -31
  61. data/lib/exiftool_vendored/version.rb +1 -1
  62. metadata +4 -4
@@ -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 23363 tags, with 15305 unique tag names.
15
+ They contain a total of 23563 tags, with 15378 unique tag names.
16
16
 
17
17
  B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18
18
  table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -1462,6 +1462,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1462
1462
  BlueHue integer/
1463
1463
  BlueSaturation integer/
1464
1464
  Brightness integer/
1465
+ CameraModelRestriction string/
1465
1466
  CameraProfile string/
1466
1467
  CameraProfileDigest string/
1467
1468
  ChromaticAberrationB integer/
@@ -1518,13 +1519,18 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1518
1519
  CircGradBasedCorrWhat string/_
1519
1520
  Clarity integer/
1520
1521
  Clarity2012 integer/
1522
+ ClipboardAspectRatio integer/
1523
+ ClipboardOrientation integer/
1524
+ Cluster string/
1521
1525
  ColorNoiseReduction integer/
1522
1526
  ColorNoiseReductionDetail integer/
1523
1527
  ColorNoiseReductionSmoothness integer/
1528
+ ContactInfo string/
1524
1529
  Contrast integer/
1525
1530
  Contrast2012 integer/
1526
1531
  Converter string/
1527
1532
  ConvertToGrayscale boolean/
1533
+ Copyright string/
1528
1534
  CropAngle real/
1529
1535
  CropBottom real/
1530
1536
  CropConstrainToWarp integer/
@@ -1547,6 +1553,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1547
1553
  DefringePurpleHueHi integer/
1548
1554
  DefringePurpleHueLo integer/
1549
1555
  Dehaze real/
1556
+ Description lang-alt/
1550
1557
  DNGIgnoreSidecars boolean/
1551
1558
  Exposure real/
1552
1559
  Exposure2012 real/
@@ -1603,6 +1610,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1603
1610
  GradientBasedCorrWhat string/_
1604
1611
  GrainAmount integer/
1605
1612
  GrainFrequency integer/
1613
+ GrainSeed integer/
1606
1614
  GrainSize integer/
1607
1615
  GrayMixerAqua integer/
1608
1616
  GrayMixerBlue integer/
@@ -1614,6 +1622,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1614
1622
  GrayMixerYellow integer/
1615
1623
  GreenHue integer/
1616
1624
  GreenSaturation integer/
1625
+ Group lang-alt/
1617
1626
  HasCrop boolean/
1618
1627
  HasSettings boolean/
1619
1628
  Highlight2012 integer/
@@ -1648,7 +1657,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1648
1657
  LensProfileSetup string/
1649
1658
  LensProfileVignettingScale integer/
1650
1659
  Look Look Struct
1660
+ LookAmount string/_
1661
+ LookCluster string/_
1651
1662
  LookName string/_
1663
+ LookSupportsMonochrome string/_
1664
+ LookUUID string/_
1652
1665
  LuminanceAdjustmentAqua integer/
1653
1666
  LuminanceAdjustmentBlue integer/
1654
1667
  LuminanceAdjustmentGreen integer/
@@ -1661,6 +1674,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1661
1674
  LuminanceNoiseReductionDetail integer/
1662
1675
  LuminanceSmoothing integer/
1663
1676
  MoireFilter string/
1677
+ Name lang-alt/
1664
1678
  NegativeCacheLargePreviewSize integer/
1665
1679
  NegativeCacheMaximumSize real/
1666
1680
  NegativeCachePath string/
@@ -1736,6 +1750,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1736
1750
  PostCropVignetteMidpoint integer/
1737
1751
  PostCropVignetteRoundness integer/
1738
1752
  PostCropVignetteStyle integer/
1753
+ PresetType string/
1739
1754
  ProcessVersion string/
1740
1755
  RawFileName string/
1741
1756
  RedEyeInfo string/+
@@ -1795,12 +1810,21 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1795
1810
  SharpenEdgeMasking integer/
1796
1811
  SharpenRadius real/
1797
1812
  Sharpness integer/
1813
+ ShortName lang-alt/
1798
1814
  Smoothness integer/
1815
+ SortName lang-alt/
1799
1816
  SplitToningBalance integer/
1800
1817
  SplitToningHighlightHue integer/
1801
1818
  SplitToningHighlightSaturation integer/
1802
1819
  SplitToningShadowHue integer/
1803
1820
  SplitToningShadowSaturation integer/
1821
+ SupportsAmount boolean/
1822
+ SupportsColor boolean/
1823
+ SupportsHighDynamicRange boolean/
1824
+ SupportsMonochrome boolean/
1825
+ SupportsNormalDynamicRange boolean/
1826
+ SupportsOutputReferred boolean/
1827
+ SupportsSceneReferred boolean/
1804
1828
  ColorTemperature integer/
1805
1829
  Texture integer/
1806
1830
  TIFFHandling string/
@@ -1832,6 +1856,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1832
1856
  UprightTransform_5 string/
1833
1857
  UprightTransformCount integer/
1834
1858
  UprightVersion integer/
1859
+ UUID string/
1835
1860
  Version string/
1836
1861
  Vibrance integer/
1837
1862
  VignetteAmount integer/
@@ -1903,7 +1928,11 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1903
1928
 
1904
1929
  Field Name Writable
1905
1930
  ---------- --------
1931
+ Amount string
1932
+ Cluster string
1906
1933
  Name string
1934
+ SupportsMonochrome string
1935
+ UUID string
1907
1936
 
1908
1937
  =head3 XMP RetouchArea Struct
1909
1938
 
@@ -1989,6 +2018,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
1989
2018
  BlueHue integer
1990
2019
  BlueSaturation integer
1991
2020
  Brightness integer
2021
+ CameraModelRestriction string
1992
2022
  CameraProfile string
1993
2023
  CameraProfileDigest string
1994
2024
  ChromaticAberrationB integer
@@ -2045,13 +2075,18 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2045
2075
  CircGradBasedCorrWhat string_
2046
2076
  Clarity integer
2047
2077
  Clarity2012 integer
2078
+ ClipboardAspectRatio integer
2079
+ ClipboardOrientation integer
2080
+ Cluster string
2048
2081
  ColorNoiseReduction integer
2049
2082
  ColorNoiseReductionDetail integer
2050
2083
  ColorNoiseReductionSmoothness integer
2084
+ ContactInfo string
2051
2085
  Contrast integer/
2052
2086
  Contrast2012 integer
2053
2087
  Converter string
2054
2088
  ConvertToGrayscale boolean
2089
+ Copyright string/
2055
2090
  CropAngle real
2056
2091
  CropBottom real
2057
2092
  CropConstrainToWarp integer
@@ -2074,6 +2109,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2074
2109
  DefringePurpleHueHi integer
2075
2110
  DefringePurpleHueLo integer
2076
2111
  Dehaze real
2112
+ Description lang-alt/
2077
2113
  DNGIgnoreSidecars boolean
2078
2114
  Exposure real
2079
2115
  Exposure2012 real
@@ -2130,6 +2166,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2130
2166
  GradientBasedCorrWhat string_
2131
2167
  GrainAmount integer
2132
2168
  GrainFrequency integer
2169
+ GrainSeed integer
2133
2170
  GrainSize integer
2134
2171
  GrayMixerAqua integer
2135
2172
  GrayMixerBlue integer
@@ -2141,6 +2178,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2141
2178
  GrayMixerYellow integer
2142
2179
  GreenHue integer
2143
2180
  GreenSaturation integer
2181
+ Group lang-alt/
2144
2182
  HasCrop boolean
2145
2183
  HasSettings boolean
2146
2184
  Highlight2012 integer
@@ -2175,7 +2213,11 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2175
2213
  LensProfileSetup string
2176
2214
  LensProfileVignettingScale integer
2177
2215
  Look Look Struct
2216
+ LookAmount string_
2217
+ LookCluster string_
2178
2218
  LookName string_
2219
+ LookSupportsMonochrome string_
2220
+ LookUUID string_
2179
2221
  LuminanceAdjustmentAqua integer
2180
2222
  LuminanceAdjustmentBlue integer
2181
2223
  LuminanceAdjustmentGreen integer
@@ -2188,6 +2230,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2188
2230
  LuminanceNoiseReductionDetail integer
2189
2231
  LuminanceSmoothing integer
2190
2232
  MoireFilter string
2233
+ Name lang-alt/
2191
2234
  NegativeCacheLargePreviewSize integer
2192
2235
  NegativeCacheMaximumSize real
2193
2236
  NegativeCachePath string
@@ -2263,6 +2306,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2263
2306
  PostCropVignetteMidpoint integer
2264
2307
  PostCropVignetteRoundness integer
2265
2308
  PostCropVignetteStyle integer
2309
+ PresetType string
2266
2310
  ProcessVersion string
2267
2311
  RawFileName string
2268
2312
  RedEyeInfo string+
@@ -2322,12 +2366,21 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2322
2366
  SharpenEdgeMasking integer
2323
2367
  SharpenRadius real
2324
2368
  Sharpness integer/
2369
+ ShortName lang-alt
2325
2370
  Smoothness integer
2371
+ SortName lang-alt
2326
2372
  SplitToningBalance integer
2327
2373
  SplitToningHighlightHue integer
2328
2374
  SplitToningHighlightSaturation integer
2329
2375
  SplitToningShadowHue integer
2330
2376
  SplitToningShadowSaturation integer
2377
+ SupportsAmount boolean
2378
+ SupportsColor boolean
2379
+ SupportsHighDynamicRange boolean
2380
+ SupportsMonochrome boolean
2381
+ SupportsNormalDynamicRange boolean
2382
+ SupportsOutputReferred boolean
2383
+ SupportsSceneReferred boolean
2331
2384
  ColorTemperature integer
2332
2385
  Texture integer
2333
2386
  TIFFHandling string
@@ -2359,6 +2412,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2359
2412
  UprightTransform_5 string
2360
2413
  UprightTransformCount integer
2361
2414
  UprightVersion integer
2415
+ UUID string/
2362
2416
  Version string
2363
2417
  Vibrance integer
2364
2418
  VignetteAmount integer
@@ -3643,7 +3697,6 @@ is to write ImageRegion as a structure with these tags as new fields.
3643
3697
  GPSAltitude rational
3644
3698
  GPSLatitude string
3645
3699
  GPSLongitude string
3646
- GROUPS string
3647
3700
  Identifier string+
3648
3701
  LocationId string+
3649
3702
  LocationName lang-alt
@@ -4276,6 +4329,7 @@ These tags belong to the ExifTool XMP-xmp family 1 group.
4276
4329
  PageImagePageNumber integer_+
4277
4330
  PageImageWidth integer_+
4278
4331
  Rating real
4332
+ RatingPercent real/
4279
4333
  Thumbnails Thumbnail Struct+
4280
4334
  ThumbnailFormat string_+
4281
4335
  ThumbnailHeight integer_+
@@ -8186,8 +8240,10 @@ well as newer tags and values added by later models.
8186
8240
  AEBShotCount int32s[2]
8187
8241
  0x0107 SpotMeterLinkToAFPoint int32s
8188
8242
  0x0108 SafetyShift int32s
8189
- 0x0109 UsableShootingModes int32s[2]
8190
- 0x010a UsableMeteringModes int32s[2]
8243
+ 0x0109 UsableShootingModes int32s
8244
+ UsableShootingModes int32s[2]
8245
+ 0x010a UsableMeteringModes int32s
8246
+ UsableMeteringModes int32s[2]
8191
8247
  0x010b ExposureModeInManual int32s
8192
8248
  0x010c ShutterSpeedRange int32s[3]
8193
8249
  ShutterSpeedRange int32s[4]
@@ -8245,9 +8301,11 @@ well as newer tags and values added by later models.
8245
8301
  0x051d VFDisplayIllumination int32s
8246
8302
  0x051e InitialAFPointAIServoAF int32s
8247
8303
  0x060f MirrorLockup int32s
8248
- 0x0610 ContinuousShootingSpeed int32s[3]
8304
+ 0x0610 ContinuousShootingSpeed int32s[6]
8305
+ ContinuousShootingSpeed int32s[3]
8249
8306
  0x0611 ContinuousShotLimit int32s[2]
8250
- 0x0612 RestrictDriveModes int32s[2]
8307
+ 0x0612 RestrictDriveModes int32s
8308
+ RestrictDriveModes int32s[2]
8251
8309
  0x0701 Shutter-AELock int32s
8252
8310
  AFAndMeteringButtons int32s
8253
8311
  ShutterButtonAFOnButton int32s
@@ -8272,7 +8330,8 @@ well as newer tags and values added by later models.
8272
8330
  0x0714 RFLensMFFocusRingSensitivity int32s
8273
8331
  0x0715 CustomizeDials int32s
8274
8332
  0x080b FocusingScreen int32s
8275
- 0x080c TimerLength int32s[4]
8333
+ 0x080c TimerLength int32s[3]
8334
+ TimerLength int32s[4]
8276
8335
  0x080d ShortReleaseTimeLag int32s
8277
8336
  0x080e AddAspectRatioInfo int32s
8278
8337
  0x080f AddOriginalDecisionData int32s
@@ -11725,6 +11784,7 @@ DiMAGE X and Xt.
11725
11784
  ShotInfoD4S Nikon ShotInfoD4S
11726
11785
  ShotInfoD5 Nikon ShotInfoD500
11727
11786
  ShotInfoD500 Nikon ShotInfoD500
11787
+ ShotInfoD6 Nikon ShotInfo
11728
11788
  ShotInfoD610 Nikon ShotInfoD610
11729
11789
  ShotInfo02xx Nikon ShotInfo
11730
11790
  ShotInfoUnknown Nikon ShotInfo
@@ -12325,16 +12385,6 @@ These tags are extracted from encrypted data in images from the D5 and D500.
12325
12385
  11308 YawAngle fixed32u
12326
12386
  11940 NikonMeteringMode int8u & 0x03
12327
12387
 
12328
- =head3 Nikon ShotInfoD610 Tags
12329
-
12330
- These tags are extracted from encrypted data in images from the D610.
12331
-
12332
- Index Tag Name Writable
12333
- ----- -------- --------
12334
- 0 ShotInfoVersion no
12335
- 4 FirmwareVersion no
12336
- 1999 CustomSettingsD610 NikonCustom SettingsD610
12337
-
12338
12388
  =head3 Nikon ShotInfo Tags
12339
12389
 
12340
12390
  This information is encrypted for ShotInfoVersion 02xx, and some tags are
@@ -12354,6 +12404,16 @@ only valid for specific models.
12354
12404
  430 VibrationReduction int8u
12355
12405
  589 ShutterCount int32u
12356
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
+
12357
12417
  =head3 Nikon ColorBalance1 Tags
12358
12418
 
12359
12419
  Index2 Tag Name Writable
@@ -12687,6 +12747,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
12687
12747
  AFPointsUsed undef[20]
12688
12748
  AFPointsUsed undef[13]
12689
12749
  AFPointsUsed undef[7]
12750
+ 10 AFPointsUsed undef[14]
12690
12751
  16 AFImageWidth int16u
12691
12752
  18 AFImageHeight int16u
12692
12753
  20 AFAreaXPosition int16u
@@ -12694,12 +12755,15 @@ These tags are written by Nikon DSLR's which have the live view feature.
12694
12755
  24 AFAreaWidth int16u
12695
12756
  26 AFAreaHeight int16u
12696
12757
  28 ContrastDetectAFInFocus int8u
12758
+ AFPointsSelected undef[20]
12697
12759
  42 AFImageWidth int16u
12698
12760
  44 AFImageHeight int16u
12699
12761
  46 AFAreaXPosition int16u
12700
12762
  48 AFAreaYPosition int16u
12763
+ AFPointsInFocus undef[20]
12701
12764
  50 AFAreaWidth int16u
12702
12765
  52 AFAreaHeight int16u
12766
+ 56 PrimaryAFPoint int8u
12703
12767
  68 PrimaryAFPoint int8u
12704
12768
  70 AFImageWidth int16u
12705
12769
  72 AFImageHeight int16u
@@ -12725,6 +12789,7 @@ These tags are written by Nikon DSLR's which have the live view feature.
12725
12789
  0 AFFineTune int8u
12726
12790
  1 AFFineTuneIndex int8u
12727
12791
  2 AFFineTuneAdj int8s
12792
+ 3 AFFineTuneAdjTele int8s
12728
12793
 
12729
12794
  =head3 Nikon RetouchInfo Tags
12730
12795
 
@@ -14423,6 +14488,7 @@ any information found here will be extracted, even if the tag is not listed.
14423
14488
  0x0305 AFPointSelected rational64s[5]
14424
14489
  0x0306 AFFineTune int8u
14425
14490
  0x0307 AFFineTuneAdj int16s[3]
14491
+ 0x0308 FocusBracketStepSize int8u
14426
14492
  0x0400 FlashMode int16u
14427
14493
  0x0401 FlashExposureComp rational64s
14428
14494
  0x0403 FlashRemoteControl int16u
@@ -14892,6 +14958,7 @@ These tags are used in Panasonic/Leica cameras.
14892
14958
  0x0024 FlashBias int16s
14893
14959
  0x0025 InternalSerialNumber undef[16]
14894
14960
  0x0026 PanasonicExifVersion undef
14961
+ 0x0027 VideoFrameRate int16u
14895
14962
  0x0028 ColorEffect int16u
14896
14963
  0x0029 TimeSincePowerOn int32u
14897
14964
  0x002a BurstMode int16u
@@ -14906,6 +14973,7 @@ These tags are used in Panasonic/Leica cameras.
14906
14973
  0x0034 OpticalZoomMode int16u
14907
14974
  0x0035 ConversionLens int16u
14908
14975
  0x0036 TravelDay int16u
14976
+ 0x0038 BatteryLevel int16u
14909
14977
  0x0039 Contrast int16u
14910
14978
  0x003a WorldTimeLocation int16u
14911
14979
  0x003b TextStamp int16u
@@ -14967,18 +15035,27 @@ These tags are used in Panasonic/Leica cameras.
14967
15035
  0x009d InternalNDFilter rational64u
14968
15036
  0x009e HDR int16u
14969
15037
  0x009f ShutterType int16u
15038
+ 0x00a1 FilterEffect rational64u[0.5]
14970
15039
  0x00a3 ClearRetouchValue rational64u
14971
15040
  0x00a7 OutputLUT yes
14972
15041
  0x00ab TouchAE int16u
15042
+ 0x00ac MonochromeFilterEffect int16u
14973
15043
  0x00ad HighlightShadow int16u[2]
14974
15044
  0x00af TimeStamp string
15045
+ 0x00b3 VideoBurstResolution int16u
14975
15046
  0x00b4 MultiExposure int16u
14976
15047
  0x00b9 RedEyeRemoval int16u
14977
15048
  0x00bb VideoBurstMode int32u
14978
15049
  0x00bc DiffractionCorrection int16u
15050
+ 0x00bd FocusBracket int16u
15051
+ 0x00be LongExposureNRUsed int16u
15052
+ 0x00bf PostFocusMerging int32u[2]
15053
+ 0x00c1 VideoPreburst int16u
14979
15054
  0x00c4 LensTypeMake int16u
14980
15055
  0x00c5 LensTypeModel int16u
15056
+ 0x00ca SensorType int16u
14981
15057
  0x00d1 ISO int32u
15058
+ 0x00d2 MonochromeGrainEffect int16u
14982
15059
  0x00d6 NoiseReductionStrength rational64s
14983
15060
  0x0e00 PrintIM PrintIM
14984
15061
  0x2003 TimeInfo Panasonic TimeInfo
@@ -16682,6 +16759,7 @@ defined below, ExifTool will extract any information found here.
16682
16759
  'Location' Location no
16683
16760
  'Sign type' SignType no
16684
16761
  '_audio' SoundFile no
16762
+ '_barcode' Barcodes no+
16685
16763
 
16686
16764
  =head3 Ricoh AVI Tags
16687
16765
 
@@ -16895,6 +16973,7 @@ MakerNotes.
16895
16973
  0x900b Tag900b Sony Tag900b
16896
16974
  0x9050 Tag9050a Sony Tag9050a
16897
16975
  Tag9050b Sony Tag9050b
16976
+ Tag9050c Sony Tag9050c
16898
16977
  0x9400 Tag9400a Sony Tag9400a
16899
16978
  Tag9400b Sony Tag9400b
16900
16979
  Tag9400c Sony Tag9400c
@@ -16911,6 +16990,7 @@ MakerNotes.
16911
16990
  0x940c Tag940c Sony Tag940c
16912
16991
  0x940e AFInfo Sony AFInfo
16913
16992
  Tag940e Sony Tag940e
16993
+ 0x9416 Sony_0x9416 Sony Tag9416
16914
16994
  0xb000 FileFormat int8u[4]
16915
16995
  0xb001 SonyModelID int16u
16916
16996
  0xb020 CreativeStyle string
@@ -17973,6 +18053,24 @@ Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
17973
18053
  APS-CSizeCapture int8u
17974
18054
  542 LensSpecFeatures undef[2]
17975
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
+
17976
18074
  =head3 Sony Tag9400a Tags
17977
18075
 
17978
18076
  Valid for many DSC, NEX and SLT models
@@ -18034,6 +18132,7 @@ WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/5100/6000/
18034
18132
  Index1 Tag Name Writable
18035
18133
  ------ -------- --------
18036
18134
  1176 ISOInfo Sony ISOInfo
18135
+ 1185 ISOInfo Sony ISOInfo
18037
18136
  1186 ISOInfo Sony ISOInfo
18038
18137
  1437 ISOInfo Sony ISOInfo
18039
18138
  1588 ISOInfo Sony ISOInfo
@@ -18361,6 +18460,31 @@ E-mount models.
18361
18460
  6663 TiffMeteringImageHeight no
18362
18461
  6664 TiffMeteringImage no
18363
18462
 
18463
+ =head3 Sony Tag9416 Tags
18464
+
18465
+ Index1 Tag Name Writable
18466
+ ------ -------- --------
18467
+ 0 Tag9416_0000 no
18468
+ 4 SonyISO no
18469
+ 6 StopsAboveBaseISO no
18470
+ 10 SonyExposureTime2 no
18471
+ 12 ExposureTime no
18472
+ 16 SonyFNumber2 no
18473
+ 18 SonyMaxApertureValue no
18474
+ 29 SequenceImageNumber no
18475
+ 53 ExposureProgram no
18476
+ 72 LensMount no
18477
+ 73 LensFormat no
18478
+ 74 LensMount no
18479
+ 75 LensType2 no
18480
+ 77 LensType no
18481
+ 79 DistortionCorrParams no
18482
+ 113 FocalLength no
18483
+ 115 MinFocalLength no
18484
+ 117 MaxFocalLength no
18485
+ 2191 VignettingCorrParams no
18486
+ 2324 ChromaticAberrationCorrParams no
18487
+
18364
18488
  =head3 Sony PIC Tags
18365
18489
 
18366
18490
  The TextInfo data is extracted as a block to preserve the formatting, and
@@ -18530,6 +18654,16 @@ some models when the ExtractEmbedded option is used.
18530
18654
 
18531
18655
  Tag ID Tag Name Writable
18532
18656
  ------ -------- --------
18657
+ 0x8500 GPSVersionID no
18658
+ 0x8501 GPSLatitudeRef no
18659
+ 0x8502 GPSLatitude no
18660
+ 0x8503 GPSLongitudeRef no
18661
+ 0x8504 GPSLongitude no
18662
+ 0x8507 GPSTimeStamp no
18663
+ 0x8509 GPSStatus no
18664
+ 0x850a GPSMeasureMode no
18665
+ 0x8512 GPSMapDatum no
18666
+ 0x851d GPSDateStamp no
18533
18667
  0xe304 DateTime no
18534
18668
 
18535
18669
  =head2 SonyIDC Tags
@@ -18951,7 +19085,7 @@ These tags are used in Minolta RAW format (MRW) images.
18951
19085
  16 WB_RBLevelsCloudy int16u[2]
18952
19086
  20 WB_RBLevelsCoolWhiteF int16u[2]
18953
19087
  24 WB_RBLevelsFlash int16u[2]
18954
- 28 WB_RBLevelsUnknown? int16u[2]
19088
+ 28 WB_RBLevelsCustom int16u[2]
18955
19089
  32 WB_RBLevelsShade int16u[2]
18956
19090
  36 WB_RBLevelsDaylightF int16u[2]
18957
19091
  40 WB_RBLevelsDayWhiteF int16u[2]
@@ -19101,7 +19235,11 @@ Lens distortion correction information.
19101
19235
  0x1201 LensTypeMake no
19102
19236
  0x1202 LensTypeModel no
19103
19237
  0x1203 FocalLengthIn35mmFormat no
19238
+ 0x1301 ApertureValue no
19239
+ 0x1302 ShutterSpeedValue no
19240
+ 0x1303 SensitivityValue no
19104
19241
  0x1305 HighISOMode no
19242
+ 0x1412 FacesDetected no
19105
19243
  0x3200 WB_CFA0_LevelDaylight no
19106
19244
  0x3201 WB_CFA1_LevelDaylight no
19107
19245
  0x3202 WB_CFA2_LevelDaylight no
@@ -21212,7 +21350,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21212
21350
  EventDate date_
21213
21351
  EventID string_
21214
21352
  EventRemarks lang-alt_
21215
- EventTime date_
21353
+ EventTime string_
21216
21354
  EventFieldNotes string_
21217
21355
  EventFieldNumber string_
21218
21356
  EventHabitat string_
@@ -21254,7 +21392,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21254
21392
  HumanObservationEventDate date_
21255
21393
  HumanObservationEventID string_
21256
21394
  HumanObservationEventRemarks lang-alt_
21257
- HumanObservationEventTime date_
21395
+ HumanObservationEventTime string_
21258
21396
  HumanObservationFieldNotes string_
21259
21397
  HumanObservationFieldNumber string_
21260
21398
  HumanObservationHabitat string_
@@ -21286,7 +21424,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21286
21424
  MachineObservationEventDate date_
21287
21425
  MachineObservationEventID string_
21288
21426
  MachineObservationEventRemarks lang-alt_
21289
- MachineObservationEventTime date_
21427
+ MachineObservationEventTime string_
21290
21428
  MachineObservationFieldNotes string_
21291
21429
  MachineObservationFieldNumber string_
21292
21430
  MachineObservationHabitat string_
@@ -21462,7 +21600,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
21462
21600
  EventDate date
21463
21601
  EventID string
21464
21602
  EventRemarks lang-alt
21465
- EventTime date
21603
+ EventTime string
21466
21604
  FieldNotes string
21467
21605
  FieldNumber string
21468
21606
  Habitat string
@@ -22796,6 +22934,7 @@ Information extracted from the GIF logical screen descriptor.
22796
22934
  4.2 ColorResolutionDepth no
22797
22935
  4.3 BitsPerPixel no
22798
22936
  5 BackgroundColor no
22937
+ 6 AspectRatio no
22799
22938
 
22800
22939
  =head2 BMP Tags
22801
22940
 
@@ -23078,6 +23217,7 @@ check if speed is more of a concern.
23078
23217
  'hIST' PaletteHistogram no
23079
23218
  'iCCP' ICC_Profile ICC_Profile
23080
23219
  'iCCP-name' ProfileName no
23220
+ 'iDOT' AppleDataOffsets no
23081
23221
  'iTXt' InternationalText PNG TextualData
23082
23222
  'oFFs' ImageOffset no
23083
23223
  'pCAL' PixelCalibration no
@@ -23564,6 +23704,8 @@ Tags extracted from DPX (Digital Picture Exchange) images.
23564
23704
  776 ImageHeight no
23565
23705
  780 DataSign no
23566
23706
  800 ComponentsConfiguration no
23707
+ 801 TransferCharacteristic no
23708
+ 802 ColorimetricSpecification no
23567
23709
  803 BitDepth no
23568
23710
  820 ImageDescription no
23569
23711
  892 Image2Description no
@@ -23577,9 +23719,12 @@ Tags extracted from DPX (Digital Picture Exchange) images.
23577
23719
  1532 SourceCreateDate no
23578
23720
  1556 InputDeviceName no
23579
23721
  1588 InputDeviceSerialNumber no
23580
- 1724 FrameRate no
23722
+ 1724 OriginalFrameRate no
23723
+ 1728 ShutterAngle no
23581
23724
  1732 FrameID no
23582
23725
  1764 SlateInformation no
23726
+ 1920 TimeCode no
23727
+ 1940 FrameRate no
23583
23728
  1972 Reserved5? no
23584
23729
  2048 UserID no
23585
23730
 
@@ -23628,6 +23773,18 @@ the official specification.
23628
23773
  'wrapmodes' WrapModes no
23629
23774
  'xDensity' XResolution no
23630
23775
 
23776
+ =head2 ZISRAW Tags
23777
+
23778
+ As well as the header information listed below, ExifTool also extracts the
23779
+ top-level XML-based metadata from Zeiss Integrated Software RAW (ZISRAW) CZI
23780
+ files.
23781
+
23782
+ Index1 Tag Name Writable
23783
+ ------ -------- --------
23784
+ 32 ZISRAWVersion no
23785
+ 48 PrimaryFileGUID no
23786
+ 64 FileGUID no
23787
+
23631
23788
  =head2 MIFF Tags
23632
23789
 
23633
23790
  The MIFF (Magick Image File Format) format allows aribrary tag names to be
@@ -24124,13 +24281,13 @@ Additional document permissions imposed by digital signatures.
24124
24281
 
24125
24282
  =head2 ID3 Tags
24126
24283
 
24127
- ExifTool extracts ID3 information from MP3, MPEG, AIFF, OGG, FLAC, APE, MPC
24128
- and RealAudio files. ID3v2 tags which support multiple languages (eg.
24129
- Comment and Lyrics) are extracted by specifying the tag name, followed by a
24130
- dash ('-'), then a 3-character ISO 639-2 language code (eg. "Comment-spa").
24131
- See L<http://www.id3.org/> for the official ID3 specification and
24132
- L<http://www.loc.gov/standards/iso639-2/php/code_list.php> for a list of ISO
24133
- 639-2 language codes.
24284
+ ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, AIFF, OGG,
24285
+ FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
24286
+ languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
24287
+ followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
24288
+ "Comment-spa"). See L<http://www.id3.org/> for the official ID3
24289
+ specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
24290
+ for a list of ISO 639-2 language codes.
24134
24291
 
24135
24292
  Tag Name Writable
24136
24293
  -------- --------
@@ -24261,9 +24418,12 @@ software.
24261
24418
  'APIC-2' PictureType no
24262
24419
  'APIC-3' PictureDescription no
24263
24420
  'COMM' Comment no
24421
+ 'GRP1' Grouping no
24264
24422
  'IPLS' InvolvedPeople no
24265
24423
  'ITNU' iTunesU? no
24266
24424
  'MCDI' MusicCDIdentifier no
24425
+ 'MVIN' MovementNumber no
24426
+ 'MVNM' MovementName no
24267
24427
  'OWNE' Ownership no
24268
24428
  'PCNT' PlayCounter no
24269
24429
  'PCST' Podcast? no
@@ -24363,8 +24523,11 @@ software.
24363
24523
  'APIC-2' PictureType no
24364
24524
  'APIC-3' PictureDescription no
24365
24525
  'COMM' Comment no
24526
+ 'GRP1' Grouping no
24366
24527
  'ITNU' iTunesU? no
24367
24528
  'MCDI' MusicCDIdentifier no
24529
+ 'MVIN' MovementNumber no
24530
+ 'MVNM' MovementName no
24368
24531
  'OWNE' Ownership no
24369
24532
  'PCNT' PlayCounter no
24370
24533
  'PCST' Podcast? no
@@ -24443,6 +24606,23 @@ software.
24443
24606
  'XSOP' PerformerSortOrder no
24444
24607
  'XSOT' TitleSortOrder no
24445
24608
 
24609
+ =head3 ID3 Lyrics3 Tags
24610
+
24611
+ ExifTool extracts Lyrics3 version 1.00 and 2.00 tags from any file that
24612
+ supports ID3. See L<https://id3.org/Lyrics3> for the specification.
24613
+
24614
+ Tag ID Tag Name Writable
24615
+ ------ -------- --------
24616
+ 'AUT' Author no
24617
+ 'CRC' CRC no
24618
+ 'EAL' ExtendedAlbumName no
24619
+ 'EAR' ExtendedArtistName no
24620
+ 'ETT' ExtendedTrackTitle no
24621
+ 'IMG' AssociatedImageFile no
24622
+ 'IND' Indications no
24623
+ 'INF' AdditionalInfo no
24624
+ 'LYR' Lyrics no
24625
+
24446
24626
  =head2 ITC Tags
24447
24627
 
24448
24628
  This information is found in iTunes Cover Flow data files.
@@ -24953,7 +25133,7 @@ Frame rate information stored by some Canon video cameras.
24953
25133
  =head2 QuickTime Tags
24954
25134
 
24955
25135
  The QuickTime format is used for many different types of audio, video and
24956
- image files (most notably, MOV/MP4 videos and HEIC/CR3 images). Exiftool
25136
+ image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
24957
25137
  extracts standard meta information and a variety of audio, video and image
24958
25138
  parameters, as well as proprietary information written by many camera
24959
25139
  models. Tags with a question mark after their name are not extracted unless
@@ -24982,10 +25162,10 @@ country code to the tag name (eg. "ItemList:Artist-deu" or
24982
25162
  "ItemList::Artist-deu-DE"). Most
24983
25163
  L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
24984
25164
  language code, but without a country code. If no language code is specified
24985
- when writing, alternate languages for the tag are deleted. Use the "und"
24986
- language code to write the default language without deleting alternate
24987
- languages. Note that "eng" is treated as a default language when reading,
24988
- but not when writing.
25165
+ when writing, the default language is written and alternate languages for
25166
+ the tag are deleted. Use the "und" language code to write the default
25167
+ language without deleting alternate languages. Note that "eng" is treated
25168
+ as a default language when reading, but not when writing.
24989
25169
 
24990
25170
  According to the specification, integer-format QuickTime date/time tags
24991
25171
  should be stored as UTC. Unfortunately, digital cameras often store local
@@ -25001,6 +25181,7 @@ for the official specification.
25001
25181
 
25002
25182
  Tag ID Tag Name Writable
25003
25183
  ------ -------- --------
25184
+ 'GPS ' GPSDataList2? no
25004
25185
  'IDIT' DateTimeOriginal string
25005
25186
  'PICT' PreviewPICT no
25006
25187
  '_htc' HTCInfo QuickTime HTCInfo
@@ -25033,6 +25214,8 @@ for the official specification.
25033
25214
  UUID-PROF QuickTime Profile
25034
25215
  UUID-Flip QuickTime Flip
25035
25216
  UUID-Canon2 Canon uuid2
25217
+ SensorData QuickTime Tags360Fly
25218
+ SensorData no
25036
25219
  PreviewImage no
25037
25220
  UUID-Unknown? no
25038
25221
  'wide' Wide? no
@@ -25063,7 +25246,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
25063
25246
 
25064
25247
  Timed metadata extracted from QuickTime media data and some AVI videos when
25065
25248
  the ExtractEmbedded option is used. Although most of these tags are
25066
- combined into the single table below, ExifTool currently reads 37 different
25249
+ combined into the single table below, ExifTool currently reads 46 different
25067
25250
  formats of timed GPS metadata from video files.
25068
25251
 
25069
25252
  Tag Name Writable
@@ -25098,6 +25281,7 @@ formats of timed GPS metadata from video files.
25098
25281
  RVMI_gReV QuickTime RVMI_gReV
25099
25282
  RVMI_sReV QuickTime RVMI_sReV
25100
25283
  RawGSensor no
25284
+ SampleDateTime no
25101
25285
  SampleDuration no
25102
25286
  SampleTime no
25103
25287
  Text no
@@ -25118,6 +25302,7 @@ formats of timed GPS metadata from video files.
25118
25302
  camm7 QuickTime camm7
25119
25303
  fdsc GoPro fdsc
25120
25304
  gpmd GoPro GPMF
25305
+ marl QuickTime marl
25121
25306
  mebx QuickTime Keys
25122
25307
  mett Parrot mett
25123
25308
  rtmd Sony rtmd
@@ -25225,6 +25410,14 @@ specification.
25225
25410
  ------ -------- --------
25226
25411
  4 MagneticField no
25227
25412
 
25413
+ =head3 QuickTime marl Tags
25414
+
25415
+ Tags extracted from the marl ctbx timed metadata of GM cars.
25416
+
25417
+ Tag ID Tag Name Writable
25418
+ ------ -------- --------
25419
+ [no tags known]
25420
+
25228
25421
  =head3 QuickTime Keys Tags
25229
25422
 
25230
25423
  This directory contains a list of key names which are used to decode tags
@@ -25428,22 +25621,22 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
25428
25621
  'GUID' GUID string
25429
25622
  'VERS' ProductVersion string
25430
25623
  'aART' AlbumArtist string
25431
- 'akID' AppleStoreAccountType int8u
25624
+ 'akID' AppleStoreAccountType int8s
25432
25625
  'albm' Album string/
25433
25626
  'apID' AppleStoreAccount string
25434
- 'atID' AlbumTitleID int32u
25627
+ 'atID' AlbumTitleID int32s
25435
25628
  'auth' Author string
25436
25629
  'catg' Category string
25437
- 'cnID' AppleStoreCatalogID int32u
25630
+ 'cnID' AppleStoreCatalogID int32s
25438
25631
  'covr' CoverArt string
25439
- 'cpil' Compilation int8u
25632
+ 'cpil' Compilation int8s
25440
25633
  'cprt' Copyright string
25441
25634
  'desc' Description string/
25442
25635
  'disk' DiskNumber undef
25443
25636
  'dscp' Description string/
25444
25637
  'egid' EpisodeGlobalUniqueID string
25445
- 'geID' GenreID int32u
25446
- 'gnre' Genre string/
25638
+ 'geID' GenreID int32s
25639
+ 'gnre' Genre undef/
25447
25640
  'grup' Grouping string/
25448
25641
  'gshh' GoogleHostHeader string
25449
25642
  'gspm' GooglePingMessage string
@@ -25451,55 +25644,71 @@ API QuickTimeHandler option may be used to include an 'mdir' Handler box.
25451
25644
  'gssd' GoogleSourceData string
25452
25645
  'gsst' GoogleStartTime string
25453
25646
  'gstd' GoogleTrackDuration string
25454
- 'hdvd' HDVideo int8u
25647
+ 'hdvd' HDVideo int8s
25455
25648
  'itnu' iTunesU int8s
25456
25649
  'keyw' Keyword string
25457
25650
  'ldes' LongDescription string
25458
- 'pcst' Podcast int8u
25651
+ 'pcst' Podcast int8s
25459
25652
  'perf' Performer string
25460
- 'pgap' PlayGap int8u
25461
- 'plID' PlayListID int8u
25653
+ 'pgap' PlayGap int8s
25654
+ 'plID' PlayListID int32s[0.25]
25462
25655
  'prID' ProductID string
25463
25656
  'purd' PurchaseDate string
25464
25657
  'purl' PodcastURL string
25465
25658
  'rate' RatingPercent string
25466
25659
  'rldt' ReleaseDate string
25467
- 'rtng' Rating int8u
25468
- 'sfID' AppleStoreCountry int32u
25660
+ 'rtng' Rating int8s
25661
+ 'sdes' StoreDescription string
25662
+ 'sfID' AppleStoreCountry int32s
25663
+ 'shwm' ShowMovement int8s
25469
25664
  'soaa' SortAlbumArtist string
25470
25665
  'soal' SortAlbum string
25471
25666
  'soar' SortArtist string
25472
25667
  'soco' SortComposer string
25473
25668
  'sonm' SortName string
25474
25669
  'sosn' SortShow string
25475
- 'stik' MediaType int8u
25670
+ 'stik' MediaType int8s
25476
25671
  'titl' Title string/
25477
- 'tmpo' BeatsPerMinute int16u
25672
+ 'tmpo' BeatsPerMinute int16s
25478
25673
  'trkn' TrackNumber undef
25479
25674
  'tven' TVEpisodeID string
25480
- 'tves' TVEpisode int32u
25675
+ 'tves' TVEpisode int32s
25481
25676
  'tvnn' TVNetworkName string
25482
25677
  'tvsh' TVShow string
25483
25678
  'tvsn' TVSeason int32u
25484
25679
  'yrrc' Year string
25485
25680
  "\xa9ART" Artist string
25486
25681
  "\xa9alb" Album string
25682
+ "\xa9ard" ArtDirector string
25683
+ "\xa9arg" Arranger string
25487
25684
  "\xa9aut" Author string/
25488
25685
  "\xa9cmt" Comment string
25489
25686
  "\xa9com" Composer string/
25687
+ "\xa9con" Conductor string
25490
25688
  "\xa9cpy" Copyright string/
25491
25689
  "\xa9day" ContentCreateDate string
25492
25690
  "\xa9des" Description string
25691
+ "\xa9dir" Director string
25493
25692
  "\xa9enc" EncodedBy string
25494
25693
  "\xa9gen" Genre string
25495
25694
  "\xa9grp" Grouping string
25496
25695
  "\xa9lyr" Lyrics string
25696
+ "\xa9mvc" MovementCount int16s
25697
+ "\xa9mvi" MovementNumber int16s
25698
+ "\xa9mvn" MovementName string
25497
25699
  "\xa9nam" Title string
25498
25700
  "\xa9nrt" Narrator string
25701
+ "\xa9ope" OriginalArtist string
25702
+ "\xa9prd" Producer string
25499
25703
  "\xa9pub" Publisher string
25704
+ "\xa9sne" SoundEngineer string
25705
+ "\xa9sol" Soloist string
25706
+ "\xa9st3" Subtitle string
25500
25707
  "\xa9too" Encoder string
25501
25708
  "\xa9trk" Track string
25709
+ "\xa9wrk" Work string
25502
25710
  "\xa9wrt" Composer string
25711
+ "\xa9xpd" ExecutiveProducer string
25503
25712
  "\xa9xyz" GPSCoordinates string
25504
25713
 
25505
25714
  =head3 QuickTime iTunesInfo Tags
@@ -25567,9 +25776,9 @@ defined in this table.
25567
25776
  'colr' ICC_Profile ICC_Profile
25568
25777
  ColorRepresentation no
25569
25778
  'hvcC' HEVCConfiguration QuickTime HEVCConfig
25570
- 'irot' Rotation int8u
25779
+ 'irot' Rotation int8u!
25571
25780
  'ispe' ImageSpatialExtent no
25572
- 'pasp' PixelAspectRatio int32u
25781
+ 'pasp' PixelAspectRatio int32u!
25573
25782
  'pixi' ImagePixelDepth no
25574
25783
  'rloc' RelativeLocation no
25575
25784
 
@@ -25858,6 +26067,7 @@ Child atoms found in "sinf" and/or "pinf" atoms.
25858
26067
 
25859
26068
  Tag ID Tag Name Writable
25860
26069
  ------ -------- --------
26070
+ 'enda' Endianness no
25861
26071
  'frma' OriginalFormat no
25862
26072
  'schi' SchemeInfo QuickTime SchemeInfo
25863
26073
  'schm' SchemeType QuickTime SchemeType
@@ -25898,6 +26108,7 @@ Child atoms found in "sinf" and/or "pinf" atoms.
25898
26108
 
25899
26109
  Tag ID Tag Name Writable
25900
26110
  ------ -------- --------
26111
+ 'enda' Endianness no
25901
26112
  'frma' PurchaseFileFormat no
25902
26113
 
25903
26114
  =head3 QuickTime ImageDesc Tags
@@ -26044,7 +26255,7 @@ MP4 video media header.
26044
26255
  5 TrackDuration no
26045
26256
  8 TrackLayer no
26046
26257
  9 TrackVolume no
26047
- 10 MatrixStructure fixed32s[9]
26258
+ 10 MatrixStructure fixed32s[9]!
26048
26259
  19 ImageWidth no
26049
26260
  20 ImageHeight no
26050
26261
 
@@ -26072,7 +26283,12 @@ the config file.
26072
26283
 
26073
26284
  Tag ID Tag Name Writable
26074
26285
  ------ -------- --------
26286
+ '@day' ContentCreateDate string/
26287
+ '@mak' Make string/
26288
+ '@mod' Model string/
26075
26289
  '@sec' SamsungSec Samsung sec
26290
+ '@swr' SoftwareVersion string/
26291
+ '@xyz' GPSCoordinates string/
26076
26292
  'AllF' PlayAllFrames int8u
26077
26293
  'CAME' SerialNumberHash string
26078
26294
  'CNCV' CompressorVersion string
@@ -26164,6 +26380,7 @@ the config file.
26164
26380
  'modl' Model no
26165
26381
  'name' Name string
26166
26382
  'perf' Performer string/
26383
+ 'pmcc' GarminSettings string
26167
26384
  'pose' pose Kodak pose
26168
26385
  'ptch' Pitch rational64s/
26169
26386
  'ptv ' PrintToVideo QuickTime Video
@@ -26184,6 +26401,8 @@ the config file.
26184
26401
  UnknownThumbnail string
26185
26402
  'titl' Title string/
26186
26403
  'urat' UserRating no
26404
+ 'uuid' GarminSoftware string
26405
+ UUID-Unknown? no
26187
26406
  'vndr' Vendor string
26188
26407
  'vrot' AccelerometerData no
26189
26408
  'yrrc' Year no
@@ -26409,6 +26628,72 @@ Found in MP4 files from Flip Video cameras.
26409
26628
  14 SerialNumber no
26410
26629
  28 PreviewImage no
26411
26630
 
26631
+ =head3 QuickTime Tags360Fly Tags
26632
+
26633
+ Timed metadata found in MP4 videos from the 360Fly.
26634
+
26635
+ Tag ID Tag Name Writable
26636
+ ------ -------- --------
26637
+ 0x0001 Accel360Fly QuickTime Accel360Fly
26638
+ 0x0002 Gyro360Fly QuickTime Gyro360Fly
26639
+ 0x0003 Mag360Fly QuickTime Mag360Fly
26640
+ 0x0005 GPS360Fly QuickTime GPS360Fly
26641
+ 0x0006 Rot360Fly QuickTime Rot360Fly
26642
+ 0x00fa Fusion360Fly QuickTime Fusion360Fly
26643
+
26644
+ =head3 QuickTime Accel360Fly Tags
26645
+
26646
+ Index1 Tag Name Writable
26647
+ ------ -------- --------
26648
+ 1 AccelMode? no
26649
+ 2 SampleTime no
26650
+ 10 AccelYPR no
26651
+
26652
+ =head3 QuickTime Gyro360Fly Tags
26653
+
26654
+ Index1 Tag Name Writable
26655
+ ------ -------- --------
26656
+ 1 GyroMode? no
26657
+ 2 SampleTime no
26658
+ 10 GyroYPR no
26659
+
26660
+ =head3 QuickTime Mag360Fly Tags
26661
+
26662
+ Index1 Tag Name Writable
26663
+ ------ -------- --------
26664
+ 1 MagMode? no
26665
+ 2 SampleTime no
26666
+ 10 MagnetometerXYZ no
26667
+
26668
+ =head3 QuickTime GPS360Fly Tags
26669
+
26670
+ Index1 Tag Name Writable
26671
+ ------ -------- --------
26672
+ 1 GPSMode? no
26673
+ 2 SampleTime no
26674
+ 10 GPSLatitude no
26675
+ 14 GPSLongitude no
26676
+ 18 GPSAltitude no
26677
+ 22 GPSSpeed no
26678
+ 24 GPSTrack no
26679
+ 26 Acceleration no
26680
+
26681
+ =head3 QuickTime Rot360Fly Tags
26682
+
26683
+ Index1 Tag Name Writable
26684
+ ------ -------- --------
26685
+ 1 RotMode? no
26686
+ 2 SampleTime no
26687
+ 10 RotationXYZ no
26688
+
26689
+ =head3 QuickTime Fusion360Fly Tags
26690
+
26691
+ Index1 Tag Name Writable
26692
+ ------ -------- --------
26693
+ 1 FusionMode? no
26694
+ 2 SampleTime no
26695
+ 10 FusionYPR no
26696
+
26412
26697
  =head3 QuickTime ImageFile Tags
26413
26698
 
26414
26699
  Tags used in QTIF QuickTime Image Files.
@@ -28940,6 +29225,7 @@ sub-documents, but the Duration is calculated for the full video.
28940
29225
  'ANMF' ANMF RIFF ANMF
28941
29226
  'CSET' CharacterSet RIFF CSET
28942
29227
  'EXIF' EXIF EXIF
29228
+ UnknownEXIF no
28943
29229
  'ICCP' ICC_Profile ICC_Profile
28944
29230
  'IDIT' DateTimeOriginal no
28945
29231
  'JUNK' OlympusJunk Olympus AVI
@@ -28947,6 +29233,7 @@ sub-documents, but the Duration is calculated for the full video.
28947
29233
  RicohJunk Ricoh AVI
28948
29234
  PentaxJunk Pentax Junk
28949
29235
  PentaxJunk2 Pentax Junk2
29236
+ LucasJunk QuickTime Stream
28950
29237
  TextJunk no
28951
29238
  'JUNQ' OldXMP no
28952
29239
  'LIST_INF0' Info RIFF Info
@@ -29288,6 +29575,7 @@ the AIFF specification.
29288
29575
  ------ -------- --------
29289
29576
  '(c) ' Copyright no
29290
29577
  'ANNO' Annotation no
29578
+ 'APPL' ApplicationData no
29291
29579
  'AUTH' Author no
29292
29580
  'COMM' Common AIFF Common
29293
29581
  'COMT' Comment AIFF Comment
@@ -34192,6 +34480,7 @@ FileName.
34192
34480
  Trailer File yes!
34193
34481
  Validate ExifTool no
34194
34482
  Warning ExifTool no
34483
+ XML XML no
34195
34484
  XMP XMP yes!
34196
34485
  XResolution File no
34197
34486
  YResolution File no
@@ -34327,6 +34616,8 @@ values, may created via the ExifTool configuration file.
34327
34616
  GPSDateTime Parrot:GPSLatitude no
34328
34617
  Main:CreateDate
34329
34618
  SampleTime
34619
+ GPSDateTime Sony:GPSDateStamp no
34620
+ Sony:GPSTimeStamp
34330
34621
  GPSDestLatitude GPS:GPSDestLatitude no
34331
34622
  GPS:GPSDestLatitudeRef
34332
34623
  GPSDestLatitudeRef XMP-exif:GPSDestLatitude no
@@ -34440,7 +34731,7 @@ values, may created via the ExifTool configuration file.
34440
34731
  FlashBits
34441
34732
  RicohPitch Ricoh:Accelerometer no
34442
34733
  RicohRoll Ricoh:Accelerometer no
34443
- Rotation QuickTime:MatrixStructure yes
34734
+ Rotation QuickTime:MatrixStructure yes!
34444
34735
  QuickTime:HandlerType
34445
34736
  RunTimeSincePowerUp Apple:RunTimeValue no
34446
34737
  Apple:RunTimeScale