exiftool-vendored.exe 12.56.0 → 12.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/bin/exiftool_files/Changes +80 -5
  2. package/bin/exiftool_files/README +2 -2
  3. package/bin/exiftool_files/config_files/example.config +1 -0
  4. package/bin/exiftool_files/config_files/rotate_regions.config +1 -1
  5. package/bin/exiftool_files/exiftool.pl +174 -99
  6. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +2 -2
  7. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +2 -2
  8. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +19 -15
  9. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +26 -6
  10. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +5 -1
  11. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +28 -2
  12. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +77 -19
  13. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +32 -10
  14. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +7 -3
  15. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +7 -2
  16. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +30 -7
  17. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +14 -2
  18. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +5 -5
  19. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +10 -2
  20. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +5 -4
  21. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +3 -3
  22. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +2 -2
  23. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +3 -2
  24. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +6 -7
  25. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +2 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1003 -907
  27. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +2 -2
  28. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +1 -1
  29. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +88 -6
  30. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +10 -2
  31. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +27 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +8 -5
  33. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +14 -1
  34. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +38 -7
  35. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +44 -13
  36. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +40 -6
  37. package/bin/exiftool_files/lib/Image/ExifTool/README +19 -2
  38. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +34 -13
  39. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +2 -2
  40. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +2 -1
  41. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +5 -4
  42. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +9 -3
  43. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +24 -1
  44. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +4678 -4628
  45. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +305 -113
  46. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +5 -5
  47. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +42 -0
  48. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +1 -1
  49. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +150 -36
  50. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +19 -4
  51. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +2 -1
  52. package/bin/exiftool_files/lib/Image/ExifTool.pm +195 -42
  53. package/bin/exiftool_files/lib/Image/ExifTool.pod +44 -9
  54. package/package.json +2 -2
@@ -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 26374 tags, with 16843 unique tag names.
15
+ They contain a total of 26393 tags, with 16860 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
@@ -28,7 +28,8 @@ gives the order of values for a serial data stream.
28
28
  A B<Tag Name> is the handle by which the information is accessed in
29
29
  ExifTool. In some instances, more than one name may correspond to a single
30
30
  tag ID. In these cases, the actual name used depends on the context in
31
- which the information is found. Case is not significant for tag names. A
31
+ which the information is found. Valid characters in a tag name are A-Z,
32
+ a-z, 0-9, hyphen (-) and underline (_). Case is not significant. A
32
33
  question mark (C<?>) after a tag name indicates that the information is
33
34
  either not understood, not verified, or not very useful -- these tags are
34
35
  not extracted by ExifTool unless the Unknown (-u) option is enabled. Be
@@ -124,6 +125,8 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
124
125
  FPXR FlashPix
125
126
  InfiRayFactory InfiRay Factory
126
127
  ThermalParams DJI ThermalParams
128
+ ThermalParams2 DJI ThermalParams2
129
+ ThermalParams3 DJI ThermalParams3
127
130
  PreviewImage no
128
131
  'APP5' RMETA Ricoh RMETA
129
132
  SamsungUniqueID Samsung APP5
@@ -140,6 +143,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
140
143
  Huawei Unknown
141
144
  Qualcomm Qualcomm
142
145
  InfiRayOpMode InfiRay OpMode
146
+ DJI-DBG DJI Info
143
147
  'APP8' SPIFF JPEG SPIFF
144
148
  InfiRayIsothermal InfiRay Isothermal
145
149
  'APP9' MediaJukebox JPEG MediaJukebox
@@ -494,6 +498,9 @@ for the official EXIF 2.32 specification.
494
498
  0x7035 ChromaticAberrationCorrParams SubIFD int16s[33]!
495
499
  0x7036 DistortionCorrection SubIFD int16s!
496
500
  0x7037 DistortionCorrParams SubIFD int16s[17]!
501
+ 0x7038 SonyRawImageSize SubIFD int32u[2]!
502
+ 0x7310 BlackLevel SubIFD int16u[4]!
503
+ 0x7313 WB_RGGBLevels SubIFD int16s[4]!
497
504
  0x74c7 SonyCropTopLeft SubIFD int32u[2]!
498
505
  0x74c8 SonyCropSize SubIFD int32u[2]!
499
506
  0x800d ImageID - no
@@ -1283,6 +1290,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1283
1290
  digiKam XMP digiKam
1284
1291
  drone-dji DJI XMP
1285
1292
  dwc DarwinCore
1293
+ et XMP ExifTool
1286
1294
  exif XMP exif
1287
1295
  exifEX XMP exifEX
1288
1296
  expressionmedia XMP ExpressionMedia
@@ -4030,6 +4038,14 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
4030
4038
  PickLabel string
4031
4039
  TagsList string+
4032
4040
 
4041
+ =head3 XMP ExifTool Tags
4042
+
4043
+ These tags belong to the ExifTool XMP-et family 1 group.
4044
+
4045
+ Tag Name Writable
4046
+ -------- --------
4047
+ OriginalImageMD5 string
4048
+
4033
4049
  =head3 XMP exif Tags
4034
4050
 
4035
4051
  EXIF namespace for EXIF tags. See
@@ -5303,7 +5319,8 @@ These tags belong to the ExifTool XMP-pmi family 1 group.
5303
5319
  =head3 XMP prism Tags
5304
5320
 
5305
5321
  Publishing Requirements for Industry Standard Metadata 3.0 namespace
5306
- tags. (see L<http://www.prismstandard.org/>)
5322
+ tags. (see
5323
+ L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html/>)
5307
5324
 
5308
5325
  These tags belong to the ExifTool XMP-prism family 1 group.
5309
5326
 
@@ -7082,6 +7099,9 @@ Tags extracted from Photoshop layer information.
7082
7099
  '_xnam' LayerNames no+
7083
7100
  '_xopc' LayerOpacities no+
7084
7101
  '_xrct' LayerRectangles no+
7102
+ '_xvis' LayerVisible no+
7103
+ 'lclr' LayerColors no+
7104
+ 'lsct' LayerSections no+
7085
7105
  'luni' LayerUnicodeNames no+
7086
7106
  'lyid' LayerIDs? no+
7087
7107
  'shmd' LayerModifyDates no+
@@ -10863,6 +10883,30 @@ Thermal parameters extracted from APP4 of DJI RJPEG files from the ZH20T.
10863
10883
  86 DB no
10864
10884
  88 KK no
10865
10885
 
10886
+ =head3 DJI ThermalParams2 Tags
10887
+
10888
+ Thermal parameters extracted from APP4 of DJI M3T RJPEG files.
10889
+
10890
+ Index1 Tag Name Writable
10891
+ ------ -------- --------
10892
+ 0 AmbientTemperature no
10893
+ 4 ObjectDistance no
10894
+ 8 Emissivity no
10895
+ 12 RelativeHumidity no
10896
+ 16 ReflectedTemperature no
10897
+ 101 IDString no
10898
+
10899
+ =head3 DJI ThermalParams3 Tags
10900
+
10901
+ Thermal parameters extracted from APP4 of some DJI RJPEG files.
10902
+
10903
+ Index1 Tag Name Writable
10904
+ ------ -------- --------
10905
+ 4 RelativeHumidity no
10906
+ 6 ObjectDistance no
10907
+ 8 Emissivity no
10908
+ 10 ReflectedTemperature no
10909
+
10866
10910
  =head2 FLIR Tags
10867
10911
 
10868
10912
  Information extracted from the maker notes of JPEG images from thermal
@@ -13704,6 +13748,8 @@ DiMAGE X and Xt.
13704
13748
  ShotInfoD300b Nikon ShotInfoD300b
13705
13749
  ShotInfoD300S Nikon ShotInfoD300S
13706
13750
  ShotInfoD700 Nikon ShotInfoD700
13751
+ ShotInfoD780 Nikon ShotInfoD780
13752
+ ShotInfoD7500 Nikon ShotInfoD7500
13707
13753
  ShotInfoD800 Nikon ShotInfoD800
13708
13754
  ShotInfoD810 Nikon ShotInfoD810
13709
13755
  ShotInfoD850 Nikon ShotInfoD850
@@ -13713,7 +13759,6 @@ DiMAGE X and Xt.
13713
13759
  ShotInfoD7000 Nikon ShotInfoD7000
13714
13760
  ShotInfoD4 Nikon ShotInfoD4
13715
13761
  ShotInfoD4S Nikon ShotInfoD4S
13716
- ShotInfoD5 Nikon ShotInfoD500
13717
13762
  ShotInfoD500 Nikon ShotInfoD500
13718
13763
  ShotInfoD6 Nikon ShotInfoD6
13719
13764
  ShotInfoD610 Nikon ShotInfoD610
@@ -14244,6 +14289,34 @@ firmware 1.02f.
14244
14289
  647 ShutterCount int32u
14245
14290
  804 CustomSettingsD700 NikonCustom SettingsD700
14246
14291
 
14292
+ =head3 Nikon ShotInfoD780 Tags
14293
+
14294
+ These tags are extracted from encrypted data in images from the D780.
14295
+
14296
+ Index Tag Name Writable
14297
+ ----- -------- --------
14298
+ 0 ShotInfoVersion no
14299
+ 4 FirmwareVersion no
14300
+ 156 OrientOffset Nikon OrientationInfo
14301
+
14302
+ =head3 Nikon OrientationInfo Tags
14303
+
14304
+ Index1 Tag Name Writable
14305
+ ------ -------- --------
14306
+ 0 RollAngle fixed32u
14307
+ 4 PitchAngle fixed32u
14308
+ 8 YawAngle fixed32u
14309
+
14310
+ =head3 Nikon ShotInfoD7500 Tags
14311
+
14312
+ These tags are extracted from encrypted data in images from the D7500.
14313
+
14314
+ Index Tag Name Writable
14315
+ ----- -------- --------
14316
+ 0 ShotInfoVersion no
14317
+ 4 FirmwareVersion no
14318
+ 160 OrientOffset Nikon OrientationInfo
14319
+
14247
14320
  =head3 Nikon ShotInfoD800 Tags
14248
14321
 
14249
14322
  These tags are extracted from encrypted data in images from the D800.
@@ -14264,24 +14337,38 @@ These tags are extracted from encrypted data in images from the D800.
14264
14337
 
14265
14338
  =head3 Nikon ShotInfoD810 Tags
14266
14339
 
14267
- These tags are extracted from encrypted data in images from the D810. Note
14268
- that the indices listed below are for firmware version 1.0, but they may be
14269
- different for other firmware versions.
14340
+ These tags are extracted from encrypted data in images from the D810.
14270
14341
 
14271
14342
  Index Tag Name Writable
14272
14343
  ----- -------- --------
14273
14344
  0 ShotInfoVersion no
14274
14345
  4 FirmwareVersion no
14275
- 464 SecondarySlotFunction int8u & 0x03
14276
- 5974 AEBracketingSteps int8u & 0xff
14277
- 5975 WBBracketingSteps int8u & 0xff
14278
- 5982 NikonMeteringMode int8u & 0x03
14279
- 6236 ISOAutoShutterTime int8u & 0x3f
14280
- 6237 ISOAutoHiLimit int8u & 0xff
14281
- 6315 CustomSettingsD810 NikonCustom SettingsD810
14282
- 14068 RollAngle fixed32u
14283
- 14072 PitchAngle fixed32u
14284
- 14076 YawAngle fixed32u
14346
+ 16 SettingsOffset Nikon SettingsInfoD810
14347
+ 36 BracketingOffset Nikon BracketingInfoD810
14348
+ 56 ISOAutoOffset Nikon ISOAutoInfoD810
14349
+ 64 CustomSettingsOffset NikonCustom SettingsD810
14350
+ 132 OrientationOffset Nikon OrientationInfo
14351
+
14352
+ =head3 Nikon SettingsInfoD810 Tags
14353
+
14354
+ Index1 Tag Name Writable
14355
+ ------ -------- --------
14356
+ 316 SecondarySlotFunction int8u & 0x03
14357
+
14358
+ =head3 Nikon BracketingInfoD810 Tags
14359
+
14360
+ Index1 Tag Name Writable
14361
+ ------ -------- --------
14362
+ 15 AEBracketingSteps int8u & 0xff
14363
+ 16 WBBracketingSteps int8u & 0xff
14364
+ 23 NikonMeteringMode int8u & 0x03
14365
+
14366
+ =head3 Nikon ISOAutoInfoD810 Tags
14367
+
14368
+ Index1 Tag Name Writable
14369
+ ------ -------- --------
14370
+ 4 ISOAutoShutterTime int8u & 0x3f
14371
+ 5 ISOAutoHiLimit int8u & 0xff
14285
14372
 
14286
14373
  =head3 Nikon ShotInfoD850 Tags
14287
14374
 
@@ -14291,13 +14378,23 @@ These tags are extracted from encrypted data in images from the D850.
14291
14378
  ----- -------- --------
14292
14379
  0 ShotInfoVersion no
14293
14380
  4 FirmwareVersion no
14294
- 1937 PhotoShootingMenuBankImageArea int8u & 0x07
14295
- 4029 PhotoShootingMenuBank int8u & 0x03
14296
- 4031 PrimarySlot int8u & 0x80
14297
- 4152 CustomSettingsD850 NikonCustom SettingsD850
14298
- 12027 RollAngle fixed32u
14299
- 12031 PitchAngle fixed32u
14300
- 12035 YawAngle fixed32u
14381
+ 16 MenuSettingsOffset Nikon MenuSettingsD850
14382
+ 76 MoreSettingsOffset Nikon MoreSettingsD850
14383
+ 88 CustomSettingsOffset NikonCustom SettingsD850
14384
+ 160 OrientationOffset Nikon OrientationInfo
14385
+
14386
+ =head3 Nikon MenuSettingsD850 Tags
14387
+
14388
+ Index1 Tag Name Writable
14389
+ ------ -------- --------
14390
+ 1757 PhotoShootingMenuBankImageArea int8u & 0x07
14391
+
14392
+ =head3 Nikon MoreSettingsD850 Tags
14393
+
14394
+ Index1 Tag Name Writable
14395
+ ------ -------- --------
14396
+ 36 PhotoShootingMenuBank int8u & 0x03
14397
+ 37 PrimarySlot int8u & 0x80
14301
14398
 
14302
14399
  =head3 Nikon ShotInfoD5000 Tags
14303
14400
 
@@ -14369,9 +14466,7 @@ These tags are extracted from encrypted data in images from the D4S.
14369
14466
  6378 ISOAutoShutterTime int8u & 0x3f
14370
14467
  6379 ISOAutoHiLimit int8u & 0xff
14371
14468
  6461 CustomSettingsD4S NikonCustom SettingsD4
14372
- 13579 RollAngle fixed32u
14373
- 13583 PitchAngle fixed32u
14374
- 13587 YawAngle fixed32u
14469
+ 13579 OrientationInfo Nikon OrientationInfo
14375
14470
  13971 Rotation int8u & 0x30
14376
14471
 
14377
14472
  =head3 Nikon ShotInfoD500 Tags
@@ -14382,27 +14477,61 @@ These tags are extracted from encrypted data in images from the D5 and D500.
14382
14477
  ----- -------- --------
14383
14478
  0 ShotInfoVersion no
14384
14479
  4 FirmwareVersion no
14385
- 202 Rotation int8u & 0x03
14386
- 208 Interval int8u~
14387
- 212 IntervalFrame int8u~
14388
- 1506 FlickerReductionIndicator int8u & 0x01
14389
- 2004 JPGCompression int8u & 0x01
14390
- 2171 AEBracketingSteps int8u & 0xff
14391
- 2172 WBBracketingSteps int8u & 0xff
14392
- 2179 ADLBracketingStep int8u & 0xf0
14393
- 2180 ADLBracketingType int8u & 0x0f
14394
- 3709 PhotoShootingMenuBank int8u & 0x03
14395
- 3711 PrimarySlot int8u & 0x80
14396
- 3713 ISOAutoShutterTime int8u & 0x3f
14397
- 3714 ISOAutoHiLimit int8u & 0xff
14398
- 3716 FlickerReduction int8u & 0x20
14399
- 3716.1 PhotoShootingMenuBankImageArea int8u & 0x07
14400
- 3819 CustomSettingsD5 NikonCustom SettingsD5
14480
+ 16 RotationInfoOffset Nikon RotationInfoD500
14481
+ 20 JPGInfoOffset Nikon JPGInfoD500
14482
+ 44 BracketingOffset Nikon BracketingInfoD500
14483
+ 80 ShootingMenuOffset Nikon ShootingMenuD500
14484
+ 88 CustomSettingsOffset Nikon CustomSettingsD500
14485
+ 160 OrientationOffset Nikon OrientationInfo
14486
+ 168 OtherOffset Nikon OtherInfoD500
14487
+
14488
+ =head3 Nikon RotationInfoD500 Tags
14489
+
14490
+ Index1 Tag Name Writable
14491
+ ------ -------- --------
14492
+ 26 Rotation int8u & 0x03
14493
+ 32 Interval int8u~
14494
+ 36 IntervalFrame int8u~
14495
+ 1330 FlickerReductionIndicator int8u & 0x01
14496
+
14497
+ =head3 Nikon JPGInfoD500 Tags
14498
+
14499
+ Index1 Tag Name Writable
14500
+ ------ -------- --------
14501
+ 36 JPGCompression int8u & 0x01
14502
+
14503
+ =head3 Nikon BracketingInfoD500 Tags
14504
+
14505
+ Index1 Tag Name Writable
14506
+ ------ -------- --------
14507
+ 15 AEBracketingSteps int8u & 0xff
14508
+ 16 WBBracketingSteps int8u & 0xff
14509
+ 23 ADLBracketingStep int8u & 0xf0
14510
+ 24 ADLBracketingType int8u & 0x0f
14511
+
14512
+ =head3 Nikon ShootingMenuD500 Tags
14513
+
14514
+ Index1 Tag Name Writable
14515
+ ------ -------- --------
14516
+ 0 PhotoShootingMenuBank int8u & 0x03
14517
+ 2 PrimarySlot int8u & 0x80
14518
+ 4 ISOAutoShutterTime int8u & 0x3f
14519
+ 5 ISOAutoHiLimit int8u & 0xff
14520
+ 7 FlickerReduction int8u & 0x20
14521
+ 7.1 PhotoShootingMenuBankImageArea int8u & 0x07
14522
+
14523
+ =head3 Nikon CustomSettingsD500 Tags
14524
+
14525
+ Index1 Tag Name Writable
14526
+ ------ -------- --------
14527
+ 0 CustomSettingsD5 NikonCustom SettingsD5
14401
14528
  CustomSettingsD500 NikonCustom SettingsD500
14402
- 11300 RollAngle fixed32u
14403
- 11304 PitchAngle fixed32u
14404
- 11308 YawAngle fixed32u
14405
- 11940 NikonMeteringMode int8u & 0x03
14529
+
14530
+ =head3 Nikon OtherInfoD500 Tags
14531
+
14532
+ Index1 Tag Name Writable
14533
+ ------ -------- --------
14534
+ 532 NikonMeteringMode int8u & 0x03
14406
14535
 
14407
14536
  =head3 Nikon ShotInfoD6 Tags
14408
14537
 
@@ -14412,28 +14541,38 @@ These tags are extracted from encrypted data in images from the D6.
14412
14541
  ----- -------- --------
14413
14542
  0 ShotInfoVersion no
14414
14543
  4 FirmwareVersion no
14415
- 30220 IntervalShooting int16u~
14416
- 49690 RollAngle fixed32u
14417
- 49694 PitchAngle fixed32u
14418
- 49698 YawAngle fixed32u
14419
- 50190 Intervals int32u
14420
- 50194 ShotsPerInterval int32u
14421
- 50198 IntervalExposureSmoothing int8u
14422
- 50200 IntervalPriority int8u
14423
- 50234 FocusShiftNumberShots int8u
14424
- 50238 FocusShiftStepWidth int8u
14425
- 50242 FocusShiftInterval int8u~
14426
- 50246 FocusShiftExposureLock int8u
14427
- 50336 DiffractionCompensation int8u
14428
- 50342 FlashControlMode int8u
14429
- 50348 FlashGNDistance? no
14430
- 50352 FlashOutput? int8u
14431
- 50362 FlashRemoteControl? int8u
14432
- 50366 FlashMasterControlMode int8u
14433
- 50368 FlashMasterCompensation? int8s
14434
- 50372 FlashMasterOutput? int8u
14435
- 50374 FlashWirelessOption? int8u
14436
- 50524 MovieType? int8u
14544
+ 48 SequenceOffset Nikon SeqInfoD6
14545
+ 156 OrientationOffset Nikon OrientationInfo
14546
+ 164 IntervalOffset Nikon IntervalInfoD6
14547
+
14548
+ =head3 Nikon SeqInfoD6 Tags
14549
+
14550
+ Index1 Tag Name Writable
14551
+ ------ -------- --------
14552
+ 36 IntervalShooting int16u~
14553
+
14554
+ =head3 Nikon IntervalInfoD6 Tags
14555
+
14556
+ Index1 Tag Name Writable
14557
+ ------ -------- --------
14558
+ 380 Intervals int32u
14559
+ 384 ShotsPerInterval int32u
14560
+ 388 IntervalExposureSmoothing int8u
14561
+ 390 IntervalPriority int8u
14562
+ 424 FocusShiftNumberShots int8u
14563
+ 428 FocusShiftStepWidth int8u
14564
+ 432 FocusShiftInterval int8u~
14565
+ 436 FocusShiftExposureLock int8u
14566
+ 526 DiffractionCompensation int8u
14567
+ 532 FlashControlMode int8u
14568
+ 538 FlashGNDistance? no
14569
+ 542 FlashOutput? int8u
14570
+ 552 FlashRemoteControl? int8u
14571
+ 556 FlashMasterControlMode int8u
14572
+ 558 FlashMasterCompensation? int8s
14573
+ 562 FlashMasterOutput? int8u
14574
+ 564 FlashWirelessOption? int8u
14575
+ 714 MovieType? int8u
14437
14576
 
14438
14577
  =head3 Nikon ShotInfoD610 Tags
14439
14578
 
@@ -14453,13 +14592,28 @@ These tags are extracted from encrypted data in images from the Z7II.
14453
14592
  ----- -------- --------
14454
14593
  0 ShotInfoVersion no
14455
14594
  4 FirmwareVersion no
14456
- 30220 IntervalShooting int16u~
14457
- 32672 PortraitImpressionBalance int8u[2]~
14458
- 52786 RollAngle fixed32u
14459
- 52790 PitchAngle fixed32u
14460
- 52794 YawAngle fixed32u
14461
- 52918 MenuSettingsZ7IIOffset int8u
14462
- 52920 MenuSettingsZ7II Nikon MenuSettingsZ7II
14595
+ 48 IntervalOffset Nikon IntervalInfoZ7II
14596
+ 56 PortraitOffset Nikon PortraitInfoZ7II
14597
+ 152 OrientationOffset Nikon OrientationInfo
14598
+ 160 MenuOffset Nikon MenuInfoZ7II
14599
+
14600
+ =head3 Nikon IntervalInfoZ7II Tags
14601
+
14602
+ Index1 Tag Name Writable
14603
+ ------ -------- --------
14604
+ 36 IntervalShooting int16u~
14605
+
14606
+ =head3 Nikon PortraitInfoZ7II Tags
14607
+
14608
+ Index1 Tag Name Writable
14609
+ ------ -------- --------
14610
+ 160 PortraitImpressionBalance int8u[2]~
14611
+
14612
+ =head3 Nikon MenuInfoZ7II Tags
14613
+
14614
+ Index1 Tag Name Writable
14615
+ ------ -------- --------
14616
+ 16 MenuSettingsOffsetZ7II Nikon MenuSettingsZ7II
14463
14617
 
14464
14618
  =head3 Nikon MenuSettingsZ7II Tags
14465
14619
 
@@ -14467,6 +14621,7 @@ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
14467
14621
 
14468
14622
  Index1 Tag Name Writable
14469
14623
  ------ -------- --------
14624
+ 92 ReleaseMode no
14470
14625
  160 IntervalDurationHours int32u
14471
14626
  164 IntervalDurationMinutes int32u
14472
14627
  168 IntervalDurationSeconds int32u
@@ -14513,17 +14668,34 @@ These tags are extracted from encrypted data in images from the Z9.
14513
14668
  ----- -------- --------
14514
14669
  0 ShotInfoVersion no
14515
14670
  4 FirmwareVersion no
14516
- 180 FocusShiftShooting int8u~
14517
- 188 IntervalShooting int16u~
14518
- 17644 MenuSettingsZ9 Nikon MenuSettingsZ9
14519
- -
14520
- Nikon MenuSettingsZ9Firmware3
14521
- 32965 RollAngle fixed32u
14522
- 32969 PitchAngle fixed32u
14523
- 32973 YawAngle fixed32u
14524
- 33317 MenuSettingsZ9 Nikon MenuSettingsZ9
14525
- -
14526
- Nikon MenuSettingsZ9Firmware3
14671
+ 48 SequenceOffset Nikon SeqInfoZ9
14672
+ 88 Offset13 Nikon Offset13InfoZ9
14673
+ 132 OrientOffset Nikon OrientationInfo
14674
+ 140 MenuOffset Nikon MenuInfoZ9
14675
+
14676
+ =head3 Nikon SeqInfoZ9 Tags
14677
+
14678
+ Index1 Tag Name Writable
14679
+ ------ -------- --------
14680
+ 32 FocusShiftShooting int8u~
14681
+ 40 IntervalShooting int16u~
14682
+
14683
+ =head3 Nikon Offset13InfoZ9 Tags
14684
+
14685
+ Index1 Tag Name Writable
14686
+ ------ -------- --------
14687
+ 3048 AFAreaInitialXPosition int8s~
14688
+ 3049 AFAreaInitialYPosition int8s~
14689
+ 3050 AFAreaInitialWidth no
14690
+ 3051 AFAreaInitialHeight no
14691
+
14692
+ =head3 Nikon MenuInfoZ9 Tags
14693
+
14694
+ Index1 Tag Name Writable
14695
+ ------ -------- --------
14696
+ 16 MenuSettingsOffsetZ9 Nikon MenuSettingsZ9
14697
+ MenuSettingsOffsetZ9v3 -
14698
+ Nikon MenuSettingsZ9v3
14527
14699
 
14528
14700
  =head3 Nikon MenuSettingsZ9 Tags
14529
14701
 
@@ -14563,6 +14735,7 @@ These tags are used by the Z9.
14563
14735
  556 SecondarySlotFunction int8u
14564
14736
  572 DXCropAlert int8u
14565
14737
  574 SubjectDetection int8u
14738
+ 576 DynamicAFAreaSize int8u
14566
14739
  604 MovieImageArea? int8u & 0x01
14567
14740
  614 MovieType? int8u
14568
14741
  616 MovieISOAutoHiLimit? int16u
@@ -14601,7 +14774,7 @@ These tags are used by the Z9.
14601
14774
  1636 USBPowerDelivery? int8u
14602
14775
  1645 SensorShield? int8u
14603
14776
 
14604
- =head3 Nikon MenuSettingsZ9Firmware3 Tags
14777
+ =head3 Nikon MenuSettingsZ9v3 Tags
14605
14778
 
14606
14779
  These tags are used by the Z9 firmware 3.00.
14607
14780
 
@@ -14638,6 +14811,7 @@ These tags are used by the Z9 firmware 3.00.
14638
14811
  576 SecondarySlotFunction int8u
14639
14812
  592 DXCropAlert int8u
14640
14813
  594 SubjectDetection int8u
14814
+ 596 DynamicAFAreaSize int8u
14641
14815
  636 HighFrequencyFlickerReductionShooting? int8u
14642
14816
  646 MovieImageArea? int8u & 0x01
14643
14817
  656 MovieType? int8u
@@ -14839,15 +15013,16 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
14839
15013
  18 MaxApertureAtMaxFocal int8u
14840
15014
  19 MCUVersion int8u
14841
15015
  20 EffectiveMaxAperture int8u
15016
+ 47 NewLensData undef[17]
14842
15017
  48 LensID int16u
14843
- 53 LensMountType? int8u
15018
+ 53 LensMountType int8u
14844
15019
  54 MaxAperture int16u
14845
15020
  56 FNumber int16u
14846
15021
  60 FocalLength int16u
14847
15022
  76 FocusDistanceRangeWidth? int8u
14848
15023
  78 FocusDistance int16u~
14849
15024
  86 LensDriveEnd? int8u
14850
- 90 LensPositionAbsolute? int32s
15025
+ 90 LensPositionAbsolute int32s
14851
15026
 
14852
15027
  =head3 Nikon LensDataUnknown Tags
14853
15028
 
@@ -17167,6 +17342,8 @@ any information found here will be extracted, even if the tag is not listed.
17167
17342
  0x0304 FocusStepNear int16u
17168
17343
  0x0305 FocusDistance rational64u
17169
17344
  0x0308 AFPoint int16u
17345
+ 0x031b AFPointDetails no
17346
+ AFPointDetails int16u
17170
17347
  0x0328 AFInfo Olympus AFInfo
17171
17348
  0x1201 ExternalFlash int16u[2]
17172
17349
  0x1203 ExternalFlashGuideNumber? rational64s
@@ -21700,7 +21877,10 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
21700
21877
  0x011c Gamma int16u
21701
21878
  0x0120 CameraIFD PanasonicRaw CameraIFD
21702
21879
  0x0121 Multishot int32u
21880
+ 0x0127 JpgFromRaw2 no
21881
+ 0x013b Artist string
21703
21882
  0x02bc ApplicationNotes XMP
21883
+ 0x8298 Copyright string
21704
21884
  0x83bb IPTC-NAA IPTC
21705
21885
  0x8769 ExifOffset EXIF
21706
21886
  0x8825 GPSInfo GPS
@@ -21977,30 +22157,36 @@ unrecognized Windows Compound Binary file as a FlashPix (FPX) file. See
21977
22157
  L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
21978
22158
  specification.
21979
22159
 
21980
- Tag ID Tag Name Writable
21981
- ------ -------- --------
21982
- "\x01CompObj" CompObj FlashPix CompObj
21983
- "\x05Audio Info" AudioInfo FlashPix AudioInfo
21984
- "\x05Data Object" DataObject FlashPix DataObject
22160
+ Note that Microsoft is not consistent with the time zone used for some
22161
+ date/time tags, and it may be either UTC or local time depending on the
22162
+ software used to create the file.
22163
+
22164
+ Tag ID Tag Name Writable
22165
+ ------ -------- --------
22166
+ "\x01CompObj" CompObj FlashPix CompObj
22167
+ "\x05Audio Info" AudioInfo FlashPix AudioInfo
22168
+ "\x05Data Object" DataObject FlashPix DataObject
21985
22169
  "\x05DocumentSummaryInformation" DocumentInfo FlashPix DocumentInfo
21986
- "\x05Extension List" Extensions FlashPix Extensions
21987
- "\x05Global Info" GlobalInfo FlashPix GlobalInfo
21988
- "\x05Image Contents" Image FlashPix Image
21989
- "\x05Image Info" ImageInfo FlashPix ImageInfo
21990
- "\x05Operation" Operation FlashPix Operation
21991
- "\x05Screen Nail" ScreenNail no
21992
- "\x05SummaryInformation" SummaryInfo FlashPix SummaryInfo
21993
- "\x05Transform" Transform FlashPix Transform
21994
- 'Audio Stream' AudioStream no
21995
- 'BasicFileInfo' BasicFileInfo no
21996
- 'Contents' Contents XMP
21997
- 'Current User' CurrentUser no
21998
- 'ICC Profile 0001' ICC_Profile ICC_Profile
21999
- 'IeImg' EmbeddedImage no
22000
- 'Preview' PreviewImage no
22001
- 'Property' PreviewInfo FlashPix PreviewInfo
22002
- 'Subimage 0000 Header' SubimageHdr FlashPix SubimageHdr
22003
- 'WordDocument' WordDocument FlashPix WordDocument
22170
+ "\x05Extension List" Extensions FlashPix Extensions
22171
+ "\x05Global Info" GlobalInfo FlashPix GlobalInfo
22172
+ "\x05Image Contents" Image FlashPix Image
22173
+ "\x05Image Info" ImageInfo FlashPix ImageInfo
22174
+ "\x05Operation" Operation FlashPix Operation
22175
+ "\x05Screen Nail" ScreenNail no
22176
+ "\x05SummaryInformation" SummaryInfo FlashPix SummaryInfo
22177
+ "\x05Transform" Transform FlashPix Transform
22178
+ 'Audio Stream' AudioStream no
22179
+ 'BasicFileInfo' BasicFileInfo no
22180
+ 'Contents' Contents XMP
22181
+ 'Current User' CurrentUser no
22182
+ 'ICC Profile 0001' ICC_Profile ICC_Profile
22183
+ 'IeImg' EmbeddedImage no
22184
+ 'IeImg_class' EmbeddedImageClass no
22185
+ 'IeImg_rect' EmbeddedImageRectangle no
22186
+ 'Preview' PreviewImage no
22187
+ 'Property' PreviewInfo FlashPix PreviewInfo
22188
+ 'Subimage 0000 Header' SubimageHdr FlashPix SubimageHdr
22189
+ 'WordDocument' WordDocument FlashPix WordDocument
22004
22190
 
22005
22191
  =head3 FlashPix CompObj Tags
22006
22192
 
@@ -27705,6 +27891,11 @@ QuickTime-based files; it extracts other track-specific and timed metadata,
27705
27891
  but can not yet edit tags in these locations (with the exception of
27706
27892
  track-level date/time tags).
27707
27893
 
27894
+ Beware that the Keys tags are actually stored inside the ItemList in the
27895
+ file, so deleting the ItemList group as a block (ie. C<-ItemList:all=>) also
27896
+ deletes Keys tags. Instead, to preserve Keys tags the ItemList tags may be
27897
+ deleted individually with C<-QuickTime:ItemList:all=>.
27898
+
27708
27899
  Alternate language tags may be accessed for
27709
27900
  L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
27710
27901
  L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
@@ -37947,6 +38138,7 @@ FileName.
37947
38138
  ICC_Profile ICC_Profile yes!
37948
38139
  ID3Size File no
37949
38140
  IPTC IPTC yes!
38141
+ ImageDataMD5 File no
37950
38142
  ImageHeight File no
37951
38143
  ImageWidth File no
37952
38144
  JPEGDigest File no