exiftool-vendored.exe 12.62.0 → 12.67.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 (52) hide show
  1. package/LICENSE +254 -254
  2. package/bin/exiftool_files/Changes +96 -1
  3. package/bin/exiftool_files/Makefile.PL +7 -1
  4. package/bin/exiftool_files/README +50 -46
  5. package/bin/exiftool_files/config_files/guano.config +161 -0
  6. package/bin/exiftool_files/exiftool.pl +113 -78
  7. package/bin/exiftool_files/lib/Image/ExifTool/7Z.pm +793 -0
  8. package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +19 -8
  9. package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +8 -1
  10. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +33 -12
  11. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +4 -4
  12. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +4 -1
  13. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +31 -14
  14. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +8 -2
  15. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +6 -3
  16. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +5 -2
  17. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +5 -2
  18. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +226 -28
  19. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1467 -202
  20. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +2 -1
  21. package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +16 -1
  22. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +2 -2
  23. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +948 -31
  24. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +874 -63
  25. package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +23 -5
  26. package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +8 -1
  27. package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +19 -4
  28. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +6 -6
  29. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +3 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +5 -5
  31. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +91 -30
  32. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +20 -19
  33. package/bin/exiftool_files/lib/Image/ExifTool/README +2 -2
  34. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +11 -9
  35. package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +227 -227
  36. package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +2 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +4 -4
  38. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +229 -30
  39. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +4758 -4633
  40. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +715 -23
  41. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +17 -1
  42. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +9 -7
  43. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +21 -9
  44. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +2 -2
  45. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +36 -12
  46. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +14 -2
  47. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +33 -1
  48. package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +96 -28
  49. package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +5 -5
  50. package/bin/exiftool_files/lib/Image/ExifTool.pm +184 -132
  51. package/bin/exiftool_files/lib/Image/ExifTool.pod +124 -58
  52. package/package.json +3 -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 26407 tags, with 16869 unique tag names.
15
+ They contain a total of 26993 tags, with 16973 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
@@ -798,6 +798,13 @@ for the official EXIF 2.32 specification.
798
798
  0xa433 LensMake ExifIFD string
799
799
  0xa434 LensModel ExifIFD string
800
800
  0xa435 LensSerialNumber ExifIFD string
801
+ 0xa436 Title ExifIFD string/
802
+ 0xa437 Photographer ExifIFD string
803
+ 0xa438 ImageEditor ExifIFD string
804
+ 0xa439 CameraFirmware ExifIFD string
805
+ 0xa43a RAWDevelopingSoftware ExifIFD string
806
+ 0xa43b ImageEditingSoftware ExifIFD string
807
+ 0xa43c MetadataEditingSoftware ExifIFD string
801
808
  0xa460 CompositeImage ExifIFD int16u
802
809
  0xa461 CompositeImageCount ExifIFD int16u[2]
803
810
  0xa462 CompositeImageExposureTimes ExifIFD undef
@@ -1306,6 +1313,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1306
1313
  GPano XMP GPano
1307
1314
  GSpherical XMP GSpherical
1308
1315
  hdr XMP hdr
1316
+ hdrgm XMP hdrgm
1309
1317
  ics XMP ics
1310
1318
  iptcCore XMP iptcCore
1311
1319
  iptcExt XMP iptcExt
@@ -1319,6 +1327,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1319
1327
  mwg-kw MWG Keywords
1320
1328
  mwg-rs MWG Regions
1321
1329
  nine Nikon nine
1330
+ panorama XMP panorama
1322
1331
  pdf XMP pdf
1323
1332
  pdfx XMP pdfx
1324
1333
  photomech PhotoMechanic XMP
@@ -4047,6 +4056,8 @@ These tags belong to the ExifTool XMP-et family 1 group.
4047
4056
 
4048
4057
  Tag Name Writable
4049
4058
  -------- --------
4059
+ OriginalImageHash string
4060
+ OriginalImageHashType string
4050
4061
  OriginalImageMD5 string
4051
4062
 
4052
4063
  =head3 XMP exif Tags
@@ -4498,6 +4509,24 @@ These tags belong to the ExifTool XMP-hdr family 1 group.
4498
4509
  CCVWhiteXY string
4499
4510
  SceneReferred boolean
4500
4511
 
4512
+ =head3 XMP hdrgm Tags
4513
+
4514
+ Tags used in Adobe gain map images.
4515
+
4516
+ These tags belong to the ExifTool XMP-hdrgm family 1 group.
4517
+
4518
+ Tag Name Writable
4519
+ -------- --------
4520
+ BaseRenditionIsHDR boolean
4521
+ GainMapMax real+
4522
+ GainMapMin real+
4523
+ Gamma real/+
4524
+ HDRCapacityMax real
4525
+ HDRCapacityMin real
4526
+ OffsetHDR real+
4527
+ OffsetSDR real+
4528
+ Version string/
4529
+
4501
4530
  =head3 XMP ics Tags
4502
4531
 
4503
4532
  Tags used by IDimager. Nested TagStructure structures are unrolled to an
@@ -5127,6 +5156,19 @@ These tags belong to the ExifTool XMP-mediapro family 1 group.
5127
5156
  Status string
5128
5157
  UserFields string+
5129
5158
 
5159
+ =head3 XMP panorama Tags
5160
+
5161
+ Adobe Photoshop Panorama-profile tags.
5162
+
5163
+ These tags belong to the ExifTool XMP-panorama family 1 group.
5164
+
5165
+ Tag Name Writable
5166
+ -------- --------
5167
+ Transformation string
5168
+ VirtualFocalLength real
5169
+ VirtualImageXCenter real
5170
+ VirtualImageYCenter real
5171
+
5130
5172
  =head3 XMP pdf Tags
5131
5173
 
5132
5174
  Adobe PDF namespace tags. The official XMP specification defines only
@@ -5515,7 +5557,7 @@ These tags belong to the ExifTool XMP-prism family 1 group.
5515
5557
 
5516
5558
  PRISM Rights Language 2.1 namespace tags. These tags have been deprecated
5517
5559
  since the release of the PRISM Usage Rights 3.0. (see
5518
- L<http://www.prismstandard.org/>)
5560
+ L<https://www.w3.org/submissions/2020/SUBM-prism-20200910/prism-image.html>)
5519
5561
 
5520
5562
  These tags belong to the ExifTool XMP-prl family 1 group.
5521
5563
 
@@ -6528,12 +6570,13 @@ GeoTiffAsciiParams.
6528
6570
 
6529
6571
  =head3 PLUS XMP Tags
6530
6572
 
6531
- PLUS (Picture Licensing Universal System) License Data Format 1.2.1 XMP
6573
+ PLUS (Picture Licensing Universal System) License Data Format 2.0.1 XMP
6532
6574
  tags. Note that all controlled-vocabulary tags in this table (ie. tags with
6533
6575
  a fixed set of values) have raw values which begin with
6534
6576
  "http://ns.useplus.org/ldf/vocab/", but to reduce clutter this prefix has
6535
- been removed from the values shown below. See L<http://ns.useplus.org/> for
6536
- the complete specification.
6577
+ been removed from the values shown below, and from the values read and
6578
+ written with the -n option. See L<http://ns.useplus.org/> for the complete
6579
+ specification.
6537
6580
 
6538
6581
  These tags belong to the ExifTool XMP-plus family 1 group.
6539
6582
 
@@ -6557,6 +6600,7 @@ These tags belong to the ExifTool XMP-plus family 1 group.
6557
6600
  Custom7 lang-alt+
6558
6601
  Custom8 lang-alt+
6559
6602
  Custom9 lang-alt+
6603
+ DataMining string
6560
6604
  EndUser EndUser Struct+
6561
6605
  EndUserID string_+
6562
6606
  EndUserName string_+
@@ -7145,18 +7189,19 @@ Tags extracted from the maker notes of iPhone images.
7145
7189
  0x000b BurstUUID string
7146
7190
  0x000c FocusDistanceRange rational64s[2]
7147
7191
  0x000f OISMode int32s
7148
- 0x0011 MediaGroupUUID string
7149
- 0x0014 ImageCaptureType? int32s
7192
+ 0x0011 ContentIdentifier string
7193
+ 0x0014 ImageCaptureType int32s
7150
7194
  0x0015 ImageUniqueID string
7151
7195
  0x0017 LivePhotoVideoIndex yes
7152
7196
  0x0019 ImageProcessingFlags? int32s
7153
7197
  0x001a QualityHint? string
7154
7198
  0x001d LuminanceNoiseAmplitude rational64s
7155
- 0x0020 ImageCaptureReqestID? string
7199
+ 0x0020 ImageCaptureRequestID? string
7156
7200
  0x0021 HDRHeadroom rational64s
7157
7201
  0x0025 SceneFlags? int32s
7158
7202
  0x0026 SignalToNoiseRatioType? int32s
7159
7203
  0x0027 SignalToNoiseRatio rational64s
7204
+ 0x002b PhotoIdentifier string
7160
7205
  0x002f FocusPosition int32s
7161
7206
  0x0030 HDRGain rational64s
7162
7207
  0x0038 AFMeasuredDepth int32s
@@ -7473,6 +7518,7 @@ Unknown only to reduce the volume of the normal output.
7473
7518
  0x0038 BatteryType undef
7474
7519
  0x003c AFInfo3 Canon AFInfo2
7475
7520
  0x0081 RawDataOffset no
7521
+ 0x0082 RawDataLength no
7476
7522
  0x0083 OriginalDecisionDataOffset int32u*
7477
7523
  0x0090 CustomFunctions1D CanonCustom Functions1D
7478
7524
  0x0091 PersonalFunctions CanonCustom PersonalFuncs
@@ -13721,6 +13767,7 @@ DiMAGE X and Xt.
13721
13767
  0x003d BlackLevel int16u[4]
13722
13768
  0x003e ImageSizeRAW yes
13723
13769
  0x003f WhiteBalanceFineTune rational64s[2]
13770
+ 0x0044 JPGCompression yes
13724
13771
  0x0045 CropArea int16u[4]
13725
13772
  0x004e NikonSettings NikonSettings
13726
13773
  0x004f ColorTemperatureAuto int16u
@@ -13766,6 +13813,7 @@ DiMAGE X and Xt.
13766
13813
  ShotInfoD6 Nikon ShotInfoD6
13767
13814
  ShotInfoD610 Nikon ShotInfoD610
13768
13815
  ShotInfoZ7II Nikon ShotInfoZ7II
13816
+ ShotInfoZ8 Nikon ShotInfoZ8
13769
13817
  ShotInfoZ9 Nikon ShotInfoZ9
13770
13818
  ShotInfo02xx Nikon ShotInfo
13771
13819
  ShotInfoUnknown Nikon ShotInfo
@@ -14123,7 +14171,7 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
14123
14171
 
14124
14172
  Index1 Tag Name Writable
14125
14173
  ------ -------- --------
14126
- 0 FirmwareVersion no
14174
+ 0 FirmwareVersion51 no
14127
14175
  10 NEFCompression int16u[0.5]
14128
14176
 
14129
14177
  =head3 Nikon MakerNotes0x56 Tags
@@ -14663,18 +14711,17 @@ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
14663
14711
  591 MovieVibrationReductionSameAsPhoto? int8u
14664
14712
  858 HDMIOutputN-Log? int8u
14665
14713
 
14666
- =head3 Nikon ShotInfoZ9 Tags
14714
+ =head3 Nikon ShotInfoZ8 Tags
14667
14715
 
14668
- These tags are extracted from encrypted data in images from the Z9.
14716
+ These tags are extracted from encrypted data in images from the Z8.
14669
14717
 
14670
14718
  Index Tag Name Writable
14671
14719
  ----- -------- --------
14672
14720
  0 ShotInfoVersion no
14673
14721
  4 FirmwareVersion no
14674
14722
  48 SequenceOffset Nikon SeqInfoZ9
14675
- 88 Offset13 Nikon Offset13InfoZ9
14676
14723
  132 OrientOffset Nikon OrientationInfo
14677
- 140 MenuOffset Nikon MenuInfoZ9
14724
+ 140 MenuOffset Nikon MenuInfoZ8
14678
14725
 
14679
14726
  =head3 Nikon SeqInfoZ9 Tags
14680
14727
 
@@ -14683,6 +14730,148 @@ These tags are extracted from encrypted data in images from the Z9.
14683
14730
  32 FocusShiftShooting int8u~
14684
14731
  40 IntervalShooting int16u~
14685
14732
 
14733
+ =head3 Nikon MenuInfoZ8 Tags
14734
+
14735
+ Index1 Tag Name Writable
14736
+ ------ -------- --------
14737
+ 16 MenuSettingsOffsetZ8 Nikon MenuSettingsZ8
14738
+
14739
+ =head3 Nikon MenuSettingsZ8 Tags
14740
+
14741
+ These tags are used by the Z8 firmware 1.00.
14742
+
14743
+ Index1 Tag Name Writable
14744
+ --------------- --------
14745
+ 72 HighFrameRate int8u
14746
+ 152 MultipleExposureMode int8u
14747
+ 154 MultiExposureShots int8u
14748
+ 184 IntervalDurationHours int32u
14749
+ 188 IntervalDurationMinutes int32u
14750
+ 192 IntervalDurationSeconds int32u
14751
+ 200 Intervals int32u
14752
+ 204 ShotsPerInterval int32u
14753
+ 208 IntervalExposureSmoothing int8u
14754
+ 210 IntervalPriority int8u
14755
+ 244 FocusShiftNumberShots int8u
14756
+ 248 FocusShiftStepWidth int8u
14757
+ 252 FocusShiftInterval int8u~
14758
+ 256 FocusShiftExposureLock? int8u
14759
+ 286 PhotoShootingMenuBank int8u
14760
+ 288 ExtendedMenuBanks int8u
14761
+ 324 PhotoShootingMenuBankImageArea int8u
14762
+ 338 AutoISO int8u
14763
+ 340 ISOAutoHiLimit? int16u
14764
+ 342 ISOAutoFlashLimit? int16u
14765
+ 350 ISOAutoShutterTime no
14766
+ 432 MovieVignetteControl? int8u
14767
+ 434 DiffractionCompensation int8u
14768
+ 436 FlickerReductionShooting int8u
14769
+ 440 FlashControlMode int8u
14770
+ 548 AFAreaMode int8u
14771
+ 550 VRMode int8u
14772
+ 554 BracketSet int8u
14773
+ 556 BracketProgram int8u
14774
+ 558 BracketIncrement int8u
14775
+ 570 HDR int8u
14776
+ 576 SecondarySlotFunction int8u
14777
+ 582 HDRLevel int8u
14778
+ 586 Slot2JpgSize? int8u
14779
+ 592 DXCropAlert int8u
14780
+ 594 SubjectDetection int8u
14781
+ 596 DynamicAFAreaSize int8u
14782
+ 618 ToneMap? int8u
14783
+ 622 PortraitImpressionBalance int8u
14784
+ 636 HighFrequencyFlickerReductionShooting? int8u
14785
+ 730 MovieImageArea? int8u & 0x01
14786
+ 740 MovieType? int8u
14787
+ 742 MovieISOAutoHiLimit? int16u
14788
+ 744 MovieISOAutoControlManualMode? int8u
14789
+ 746 MovieISOAutoManualMode? int16u
14790
+ 820 MovieActiveD-Lighting? int8u
14791
+ 822 MovieHighISONoiseReduction? int8u
14792
+ 828 MovieFlickerReduction int8u
14793
+ 830 MovieMeteringMode? int8u
14794
+ 832 MovieFocusMode? int8u
14795
+ 834 MovieAFAreaMode int8u
14796
+ 836 MovieVRMode? int8u
14797
+ 840 MovieElectronicVR? int8u
14798
+ 842 MovieSoundRecording? int8u
14799
+ 844 MicrophoneSensitivity? int8u
14800
+ 846 MicrophoneAttenuator? int8u
14801
+ 848 MicrophoneFrequencyResponse? int8u
14802
+ 850 WindNoiseReduction? int8u
14803
+ 882 MovieFrameSize? int8u
14804
+ 884 MovieFrameRate? int8u
14805
+ 886 MicrophoneJackPower? int8u
14806
+ 887 MovieDXCropAlert? int8u
14807
+ 888 MovieSubjectDetection? int8u
14808
+ 896 MovieHighResZoom? int8u
14809
+ 943 CustomSettingsZ8 NikonCustom SettingsZ8
14810
+ 1682 Language? int8u
14811
+ 1684 TimeZone int8u
14812
+ 1690 MonitorBrightness? int8u
14813
+ 1712 AFFineTune? int8u
14814
+ 1716 NonCPULens1FocalLength? int16u~
14815
+ 1718 NonCPULens2FocalLength? int16u~
14816
+ 1720 NonCPULens3FocalLength? int16u~
14817
+ 1722 NonCPULens4FocalLength? int16u~
14818
+ 1724 NonCPULens5FocalLength? int16u~
14819
+ 1726 NonCPULens6FocalLength? int16u~
14820
+ 1728 NonCPULens7FocalLength? int16u~
14821
+ 1730 NonCPULens8FocalLength? int16u~
14822
+ 1732 NonCPULens9FocalLength? int16u~
14823
+ 1734 NonCPULens10FocalLength? int16u~
14824
+ 1736 NonCPULens11FocalLength? int16u~
14825
+ 1738 NonCPULens12FocalLength? int16u~
14826
+ 1740 NonCPULens13FocalLength? int16u~
14827
+ 1742 NonCPULens14FocalLength? int16u~
14828
+ 1744 NonCPULens15FocalLength? int16u~
14829
+ 1746 NonCPULens16FocalLength? int16u~
14830
+ 1748 NonCPULens17FocalLength? int16u~
14831
+ 1750 NonCPULens18FocalLength? int16u~
14832
+ 1752 NonCPULens19FocalLength? int16u~
14833
+ 1754 NonCPULens20FocalLength? int16u~
14834
+ 1756 NonCPULens1MaxAperture? int16u
14835
+ 1758 NonCPULens2MaxAperture? int16u
14836
+ 1760 NonCPULens3MaxAperture? int16u
14837
+ 1762 NonCPULens4MaxAperture? int16u
14838
+ 1764 NonCPULens5MaxAperture? int16u
14839
+ 1766 NonCPULens6MaxAperture? int16u
14840
+ 1768 NonCPULens7MaxAperture? int16u
14841
+ 1770 NonCPULens8MaxAperture? int16u
14842
+ 1772 NonCPULens9MaxAperture? int16u
14843
+ 1774 NonCPULens10MaxAperture? int16u
14844
+ 1776 NonCPULens11MaxAperture? int16u
14845
+ 1778 NonCPULens12MaxAperture? int16u
14846
+ 1780 NonCPULens13MaxAperture? int16u
14847
+ 1782 NonCPULens14MaxAperture? int16u
14848
+ 1784 NonCPULens15MaxAperture? int16u
14849
+ 1786 NonCPULens16MaxAperture? int16u
14850
+ 1788 NonCPULens17MaxAperture? int16u
14851
+ 1790 NonCPULens18MaxAperture? int16u
14852
+ 1792 NonCPULens19MaxAperture? int16u
14853
+ 1794 NonCPULens20MaxAperture? int16u
14854
+ 1808 HDMIOutputResolution int8u
14855
+ 1826 AirplaneMode? int8u
14856
+ 1827 EmptySlotRelease? int8u
14857
+ 1862 EnergySavingMode? int8u
14858
+ 1890 USBPowerDelivery? int8u
14859
+ 1899 SensorShield? int8u
14860
+
14861
+ =head3 Nikon ShotInfoZ9 Tags
14862
+
14863
+ These tags are extracted from encrypted data in images from the Z9.
14864
+
14865
+ Index Tag Name Writable
14866
+ ----- -------- --------
14867
+ 0 ShotInfoVersion no
14868
+ 4 FirmwareVersion no
14869
+ 48 SequenceOffset Nikon SeqInfoZ9
14870
+ 88 Offset13 Nikon Offset13InfoZ9
14871
+ 128 AutoCaptureOffset Nikon AutoCaptureInfo
14872
+ 132 OrientOffset Nikon OrientationInfo
14873
+ 140 MenuOffset Nikon MenuInfoZ9
14874
+
14686
14875
  =head3 Nikon Offset13InfoZ9 Tags
14687
14876
 
14688
14877
  Index1 Tag Name Writable
@@ -14692,13 +14881,31 @@ These tags are extracted from encrypted data in images from the Z9.
14692
14881
  3050 AFAreaInitialWidth no
14693
14882
  3051 AFAreaInitialHeight no
14694
14883
 
14884
+ =head3 Nikon AutoCaptureInfo Tags
14885
+
14886
+ Index1 Tag Name Writable
14887
+ ------ -------- --------
14888
+ 0 AutoCapturedFrame int8u
14889
+ 1 AutoCaptureCriteria int8u~
14890
+ 55 AutoCaptureRecordingTime int8u
14891
+ 56 AutoCaptureWaitTime int8u
14892
+ 74 AutoCaptureDistanceFar int8u~
14893
+ 78 AutoCaptureDistanceNear int8u~
14894
+ 95 AutoCaptureCriteriaMotionDirection int8u~
14895
+ 99 AutoCaptureCriteriaMotionSpeed int8u
14896
+ 100 AutoCaptureCriteriaMotionSize int8u
14897
+ 105 AutoCaptureCriteriaSubjectSize int8u
14898
+ 106 AutoCaptureCriteriaSubjectType int8u
14899
+
14695
14900
  =head3 Nikon MenuInfoZ9 Tags
14696
14901
 
14697
14902
  Index1 Tag Name Writable
14698
14903
  ------ -------- --------
14699
14904
  16 MenuSettingsOffsetZ9 Nikon MenuSettingsZ9
14700
14905
  MenuSettingsOffsetZ9v3 -
14701
- Nikon MenuSettingsZ9v3
14906
+ MenuSettingsOffsetZ9v4 Nikon MenuSettingsZ9v3
14907
+ -
14908
+ Nikon MenuSettingsZ9v4
14702
14909
 
14703
14910
  =head3 Nikon MenuSettingsZ9 Tags
14704
14911
 
@@ -14858,6 +15065,146 @@ These tags are used by the Z9 firmware 3.00.
14858
15065
  1810 PreReleaseBurstLength int8u
14859
15066
  1812 PostReleaseBurstLength int8u
14860
15067
 
15068
+ =head3 Nikon MenuSettingsZ9v4 Tags
15069
+
15070
+ These tags are used by the Z9 firmware 3.00.
15071
+
15072
+ Index1 Tag Name Writable
15073
+ --------------- --------
15074
+ 72 HighFrameRate int8u
15075
+ 154 MultipleExposureMode int8u
15076
+ 156 MultiExposureShots int8u
15077
+ 204 Intervals int32u
15078
+ 208 ShotsPerInterval int32u
15079
+ 248 FocusShiftNumberShots int8u
15080
+ 252 FocusShiftStepWidth int8u
15081
+ 256 FocusShiftInterval int8u~
15082
+ 260 FocusShiftExposureLock? int8u
15083
+ 290 PhotoShootingMenuBank int8u
15084
+ 292 ExtendedMenuBanks int8u
15085
+ 328 PhotoShootingMenuBankImageArea int8u
15086
+ 342 AutoISO int8u
15087
+ 344 ISOAutoHiLimit? int16u
15088
+ 346 ISOAutoFlashLimit? int16u
15089
+ 354 ISOAutoShutterTime no
15090
+ 436 MovieVignetteControl? int8u
15091
+ 438 DiffractionCompensation int8u
15092
+ 440 FlickerReductionShooting int8u
15093
+ 444 FlashControlMode int8u
15094
+ 446 FlashMasterCompensation? int8s
15095
+ 450 FlashGNDistance? no
15096
+ 454 FlashOutput? int8u
15097
+ 548 AFAreaMode int8u
15098
+ 550 VRMode int8u
15099
+ 554 BracketSet int8u
15100
+ 556 BracketProgram int8u
15101
+ 558 BracketIncrement int8u
15102
+ 570 HDR int8u
15103
+ 576 SecondarySlotFunction int8u
15104
+ 582 HDRLevel int8u
15105
+ 586 Slot2JpgSize? int8u
15106
+ 592 DXCropAlert int8u
15107
+ 594 SubjectDetection int8u
15108
+ 596 DynamicAFAreaSize int8u
15109
+ 636 HighFrequencyFlickerReductionShooting? int8u
15110
+ 646 MovieImageArea? int8u & 0x01
15111
+ 656 MovieType? int8u
15112
+ 658 MovieISOAutoHiLimit? int16u
15113
+ 660 MovieISOAutoControlManualMode? int8u
15114
+ 662 MovieISOAutoManualMode? int16u
15115
+ 736 MovieActiveD-Lighting? int8u
15116
+ 738 MovieHighISONoiseReduction? int8u
15117
+ 744 MovieFlickerReduction int8u
15118
+ 746 MovieMeteringMode? int8u
15119
+ 748 MovieFocusMode? int8u
15120
+ 750 MovieAFAreaMode int8u
15121
+ 752 MovieVRMode? int8u
15122
+ 756 MovieElectronicVR? int8u
15123
+ 758 MovieSoundRecording? int8u
15124
+ 760 MicrophoneSensitivity? int8u
15125
+ 762 MicrophoneAttenuator? int8u
15126
+ 764 MicrophoneFrequencyResponse? int8u
15127
+ 766 WindNoiseReduction? int8u
15128
+ 788 MovieToneMap? int8u
15129
+ 794 MovieFrameSize? int8u
15130
+ 796 MovieFrameRate? int8u
15131
+ 802 MicrophoneJackPower? int8u
15132
+ 803 MovieDXCropAlert? int8u
15133
+ 804 MovieSubjectDetection? int8u
15134
+ 812 MovieHighResZoom? int8u
15135
+ 847 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
15136
+ 1498 Language? int8u
15137
+ 1500 TimeZone int8u
15138
+ 1506 MonitorBrightness? int8u
15139
+ 1528 AFFineTune? int8u
15140
+ 1532 NonCPULens1FocalLength? int16s~
15141
+ 1536 NonCPULens2FocalLength? int16s~
15142
+ 1540 NonCPULens3FocalLength? int16s~
15143
+ 1544 NonCPULens4FocalLength? int16s~
15144
+ 1548 NonCPULens5FocalLength? int16s~
15145
+ 1552 NonCPULens6FocalLength? int16s~
15146
+ 1556 NonCPULens7FocalLength? int16s~
15147
+ 1560 NonCPULens8FocalLength? int16s~
15148
+ 1564 NonCPULens9FocalLength? int16s~
15149
+ 1568 NonCPULens10FocalLength? int16s~
15150
+ 1572 NonCPULens11FocalLength? int16s~
15151
+ 1576 NonCPULens12FocalLength? int16s~
15152
+ 1580 NonCPULens13FocalLength? int16s~
15153
+ 1584 NonCPULens14FocalLength? int16s~
15154
+ 1588 NonCPULens15FocalLength? int16s~
15155
+ 1592 NonCPULens16FocalLength? int16s~
15156
+ 1596 NonCPULens17FocalLength? int16s~
15157
+ 1600 NonCPULens18FocalLength? int16s~
15158
+ 1604 NonCPULens19FocalLength? int16s~
15159
+ 1608 NonCPULens20FocalLength? int16s~
15160
+ 1612 NonCPULens1MaxAperture? int16s~
15161
+ 1616 NonCPULens2MaxAperture? int16s~
15162
+ 1620 NonCPULens3MaxAperture? int16s~
15163
+ 1624 NonCPULens4MaxAperture? int16s~
15164
+ 1628 NonCPULens5MaxAperture? int16s~
15165
+ 1632 NonCPULens6MaxAperture? int16s~
15166
+ 1636 NonCPULens7MaxAperture? int16s~
15167
+ 1640 NonCPULens8MaxAperture? int16s~
15168
+ 1644 NonCPULens9MaxAperture? int16s~
15169
+ 1648 NonCPULens10MaxAperture? int16s~
15170
+ 1652 NonCPULens11MaxAperture? int16s~
15171
+ 1656 NonCPULens12MaxAperture? int16s~
15172
+ 1660 NonCPULens13MaxAperture? int16s~
15173
+ 1664 NonCPULens14MaxAperture? int16s~
15174
+ 1668 NonCPULens15MaxAperture? int16s~
15175
+ 1672 NonCPULens16MaxAperture? int16s~
15176
+ 1676 NonCPULens17MaxAperture? int16s~
15177
+ 1680 NonCPULens18MaxAperture? int16s~
15178
+ 1684 NonCPULens19MaxAperture? int16s~
15179
+ 1688 NonCPULens20MaxAperture? int16s~
15180
+ 1704 HDMIOutputResolution int8u
15181
+ 1717 SetClockFromLocationData? int8u
15182
+ 1724 AirplaneMode? int8u
15183
+ 1725 EmptySlotRelease? int8u
15184
+ 1760 EnergySavingMode? int8u
15185
+ 1784 RecordLocationData? int8u
15186
+ 1788 USBPowerDelivery? int8u
15187
+ 1797 SensorShield? int8u
15188
+ 1862 AutoCapturePreset int8u
15189
+ 1864 FocusShiftAutoReset? int8u
15190
+ 1922 PreReleaseBurstLength int8u
15191
+ 1924 PostReleaseBurstLength int8u
15192
+ 1938 VerticalISOButton int8u
15193
+ 1940 ExposureCompensationButton int8u
15194
+ 1942 ISOButton int8u
15195
+ 2002 ViewModeShowEffectsOfSettings? int8u
15196
+ 2004 DispButton int8u
15197
+ 2048 ExposureDelay fixed32u~
15198
+ 2056 PlaybackButton int8u
15199
+ 2058 WBButton int8u
15200
+ 2060 BracketButton int8u
15201
+ 2062 FlashModeButton int8u
15202
+ 2064 LensFunc1ButtonPlaybackMode int8u
15203
+ 2066 LensFunc2ButtonPlaybackMode int8u
15204
+ 2068 PlaybackButtonPlaybackMode int8u
15205
+ 2070 BracketButtonPlaybackMode int8u
15206
+ 2072 FlashModeButtonPlaybackMode int8u
15207
+
14861
15208
  =head3 Nikon ShotInfo Tags
14862
15209
 
14863
15210
  This information is encrypted for ShotInfoVersion 02xx, and some tags are
@@ -15025,6 +15372,7 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
15025
15372
  76 FocusDistanceRangeWidth? int8u
15026
15373
  78 FocusDistance int16u~
15027
15374
  86 LensDriveEnd? int8u
15375
+ 88 FocusStepsFromInfinity? int8u
15028
15376
  90 LensPositionAbsolute int32s
15029
15377
 
15030
15378
  =head3 Nikon LensDataUnknown Tags
@@ -15237,6 +15585,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
15237
15585
  ------ -------- --------
15238
15586
  0 AFInfo2Version no
15239
15587
  5 AFAreaMode int8u
15588
+ 10 AFPointsUsed undef[51]
15240
15589
  62 AFImageWidth int16u
15241
15590
  64 AFImageHeight int16u
15242
15591
  66 AFAreaXPosition int16u
@@ -16602,6 +16951,134 @@ Custom settings for the D610.
16602
16951
  21.2 ShootingInfoMonitorOffTime int8u & 0x1c
16603
16952
  35.1 PlaybackMonitorOffTime int8u & 0xe0
16604
16953
 
16954
+ =head3 NikonCustom SettingsZ8 Tags
16955
+
16956
+ Custom settings for the Z8.
16957
+
16958
+ Index1 Tag Name Writable
16959
+ ------ -------- --------
16960
+ 1 CustomSettingsBank int8u
16961
+ 3 AF-CPrioritySelection int8u
16962
+ 5 AF-SPrioritySelection int8u
16963
+ 7 BlockShotAFResponse int8u
16964
+ 11 AFPointSel int8u
16965
+ 13 StoreByOrientation int8u
16966
+ 15 AFActivation int8u
16967
+ 16 AF-OnOutOfFocusRelease? int8u
16968
+ 17 LimitAF-AreaModeSelPinpoint? int8u
16969
+ 19 LimitAF-AreaModeSelWideAF_S? int8u
16970
+ 20 LimitAF-AreaModeSelWideAF_L? int8u
16971
+ 21 LimitAFAreaModeSelAuto? int8u
16972
+ 22 FocusPointWrap? int8u
16973
+ 23 ManualFocusPointIllumination? int8u
16974
+ 24 DynamicAreaAFAssist? int8u
16975
+ 25 AF-AssistIlluminator int8u
16976
+ 26 ManualFocusRingInAFMode int8u
16977
+ 27 ExposureControlStepSize int8u
16978
+ 29 EasyExposureCompensation int8u
16979
+ 31 CenterWeightedAreaSize int8u
16980
+ 33 FineTuneOptMatrixMetering int8s
16981
+ 35 FineTuneOptCenterWeighted int8s
16982
+ 37 FineTuneOptSpotMetering int8s
16983
+ 39 FineTuneOptHighlightWeighted int8s
16984
+ 41 ShutterReleaseButtonAE-L int8u
16985
+ 43 SelfTimerTime int8u
16986
+ 45 SelfTimerShotCount int8u
16987
+ 49 SelfTimerShotInterval int8u
16988
+ 51 PlaybackMonitorOffTime int8u
16989
+ 53 MenuMonitorOffTime int8u
16990
+ 55 ShootingInfoMonitorOffTime int8u
16991
+ 57 ImageReviewMonitorOffTime int8u
16992
+ 59 CLModeShootingSpeed int8u
16993
+ 61 MaxContinuousRelease no
16994
+ 65 SyncReleaseMode? int8u
16995
+ 69 LimitSelectableImageAreaDX? int8u
16996
+ 70 LimitSelectableImageArea1To1? int8u
16997
+ 71 LimitSelectableImageArea16To9? int8u
16998
+ 72 FileNumberSequence int8u
16999
+ 73 FocusPeakingLevel? int8u
17000
+ 75 FocusPeakingHighlightColor? int8u
17001
+ 81 ContinuousModeDisplay int8u
17002
+ 83 FlashSyncSpeed no
17003
+ 85 HighSpeedSync int8u
17004
+ 87 FlashShutterSpeed no
17005
+ 89 FlashExposureCompArea int8u
17006
+ 91 AutoFlashISOSensitivity int8u
17007
+ 93 ModelingFlash int8u
17008
+ 95 AutoBracketModeM int8u
17009
+ 97 AutoBracketOrder int8u
17010
+ 99 Func1Button int8u
17011
+ 115 Func2Button int8u
17012
+ 131 AFOnButton int8u
17013
+ 143 SubSelector? int8u
17014
+ 155 AssignMovieRecordButton? int8u
17015
+ 159 LensFunc1Button int8u
17016
+ 167 LensFunc2Button int8u
17017
+ 173 LensControlRing int8u
17018
+ 175 MultiSelectorShootMode int8u
17019
+ 179 MultiSelectorPlaybackMode int8u
17020
+ 183 ShutterSpeedLock int8u
17021
+ 184 ApertureLock int8u
17022
+ 186 CmdDialsReverseRotation int8u
17023
+ 191 UseDialWithoutHold? int8u
17024
+ 193 ReverseIndicators? int8u
17025
+ 195 MovieFunc1Button int8u
17026
+ 199 MovieFunc2Button int8u
17027
+ 203 MovieAF-OnButton int8u
17028
+ 215 MovieLensControlRing int8u
17029
+ 217 MovieMultiSelector? int8u
17030
+ 221 MovieAFSpeed int8u
17031
+ 223 MovieAFSpeedApply int8u
17032
+ 225 MovieAFTrackingSensitivity int8u
17033
+ 257 LCDIllumination? int8u
17034
+ 258 ExtendedShutterSpeeds int8u
17035
+ 259 SubjectMotion int8u
17036
+ 261 FocusPointPersistence int8u
17037
+ 263 AutoFocusModeRestrictions? int8u
17038
+ 267 CHModeShootingSpeed int8u
17039
+ 273 FlashBurstPriority? int8u
17040
+ 335 LimitAF-AreaModeSelDynamic_S? int8u
17041
+ 336 LimitAF-AreaModeSelDynamic_M? int8u
17042
+ 337 LimitAF-AreaModeSelDynamic_L? int8u
17043
+ 339 LimitAF-AreaModeSel3DTracking? int8u
17044
+ 341 PlaybackFlickUp? int8u
17045
+ 345 PlaybackFlickDown? int8u
17046
+ 349 ISOStepSize int8u
17047
+ 355 ReverseFocusRing int8u
17048
+ 356 EVFImageFrame? int8u
17049
+ 357 EVFGrid? int8u
17050
+ 359 VirtualHorizonStyle? int8u
17051
+ 421 Func1ButtonPlaybackMode? int8u
17052
+ 423 Func2ButtonPlaybackMode? int8u
17053
+ 437 MovieRecordButtonPlaybackMode? int8u
17054
+ 459 CommandDialPlaybackMode? int8u
17055
+ 463 SubCommandDialPlaybackMode? int8u
17056
+ 467 FocusPointLock? int8u
17057
+ 469 ControlRingResponse int8u
17058
+ 515 MovieAFAreaMode? int8u
17059
+ 529 ZebraPatternToneRange? int8u
17060
+ 531 MovieZebraPattern? int8u
17061
+ 533 MovieHighlightDisplayThreshold? int8u
17062
+ 535 MovieMidtoneDisplayValue? int8u
17063
+ 537 MovieMidtoneDisplayRange? int8u~
17064
+ 541 MovieEVFGrid? int8u
17065
+ 549 MovieShutterSpeedLock? int8u
17066
+ 550 MovieFocusPointLock? int8u
17067
+ 563 MatrixMetering? int8u
17068
+ 564 AF-CFocusDisplay int8u
17069
+ 565 FocusPeakingDisplay? int8u
17070
+ 567 KeepExposure int8u
17071
+ 585 StarlightView? int8u
17072
+ 587 EVFWarmDisplayMode? int8u
17073
+ 589 EVFWarmDisplayBrightness? int8s
17074
+ 591 EVFReleaseIndicator? int8u
17075
+ 601 MovieApertureLock? int8u
17076
+ 607 FlickAdvanceDirection? int8u
17077
+ 647 PreReleaseBurstLength int8u
17078
+ 649 PostReleaseBurstLength int8u
17079
+ 681 ViewModeShowEffectsOfSettings? int8u
17080
+ 683 DispButton int8u
17081
+
16605
17082
  =head3 NikonCustom SettingsZ9 Tags
16606
17083
 
16607
17084
  Custom settings for the Z9.
@@ -16676,8 +17153,8 @@ Custom settings for the Z9.
16676
17153
  195 MovieFunc1Button int8u
16677
17154
  199 MovieFunc2Button int8u
16678
17155
  203 MovieAF-OnButton int8u
17156
+ 207 MovieMultiSelector? int8u
16679
17157
  215 MovieLensControlRing int8u
16680
- 217 MovieMultiSelector? int8u
16681
17158
  221 MovieAFSpeed int8u
16682
17159
  223 MovieAFSpeedApply int8u
16683
17160
  225 MovieAFTrackingSensitivity int8u
@@ -16749,6 +17226,153 @@ Custom settings for the Z9.
16749
17226
  601 MovieApertureLock? int8u
16750
17227
  607 FlickAdvanceDirection? int8u
16751
17228
 
17229
+ =head3 NikonCustom SettingsZ9v4 Tags
17230
+
17231
+ Custom settings for the Z9.
17232
+
17233
+ Index1 Tag Name Writable
17234
+ ------ -------- --------
17235
+ 1 CustomSettingsBank int8u
17236
+ 3 AF-CPrioritySelection int8u
17237
+ 5 AF-SPrioritySelection int8u
17238
+ 7 BlockShotAFResponse int8u
17239
+ 11 AFPointSel int8u
17240
+ 13 StoreByOrientation int8u
17241
+ 15 AFActivation int8u
17242
+ 16 AF-OnOutOfFocusRelease? int8u
17243
+ 17 LimitAF-AreaModeSelPinpoint? int8u
17244
+ 19 LimitAF-AreaModeSelWideAF_S? int8u
17245
+ 20 LimitAF-AreaModeSelWideAF_L? int8u
17246
+ 21 LimitAFAreaModeSelAuto? int8u
17247
+ 22 FocusPointWrap? int8u
17248
+ 23 ManualFocusPointIllumination? int8u
17249
+ 24 DynamicAreaAFAssist? int8u
17250
+ 25 AF-AssistIlluminator int8u
17251
+ 26 ManualFocusRingInAFMode int8u
17252
+ 27 ExposureControlStepSize int8u
17253
+ 29 EasyExposureCompensation int8u
17254
+ 31 CenterWeightedAreaSize int8u
17255
+ 33 FineTuneOptMatrixMetering int8s
17256
+ 35 FineTuneOptCenterWeighted int8s
17257
+ 37 FineTuneOptSpotMetering int8s
17258
+ 39 FineTuneOptHighlightWeighted int8s
17259
+ 41 ShutterReleaseButtonAE-L int8u
17260
+ 43 SelfTimerTime int8u
17261
+ 45 SelfTimerShotCount int8u
17262
+ 49 SelfTimerShotInterval int8u
17263
+ 51 PlaybackMonitorOffTime int8u
17264
+ 53 MenuMonitorOffTime int8u
17265
+ 55 ShootingInfoMonitorOffTime int8u
17266
+ 57 ImageReviewMonitorOffTime int8u
17267
+ 59 CLModeShootingSpeed int8u
17268
+ 61 MaxContinuousRelease no
17269
+ 65 SyncReleaseMode? int8u
17270
+ 69 LimitSelectableImageAreaDX? int8u
17271
+ 70 LimitSelectableImageArea1To1? int8u
17272
+ 71 LimitSelectableImageArea16To9? int8u
17273
+ 72 FileNumberSequence int8u
17274
+ 73 FocusPeakingLevel? int8u
17275
+ 75 FocusPeakingHighlightColor? int8u
17276
+ 81 ContinuousModeDisplay int8u
17277
+ 83 FlashSyncSpeed no
17278
+ 85 HighSpeedSync int8u
17279
+ 87 FlashShutterSpeed no
17280
+ 89 FlashExposureCompArea int8u
17281
+ 91 AutoFlashISOSensitivity int8u
17282
+ 93 ModelingFlash int8u
17283
+ 95 AutoBracketModeM int8u
17284
+ 97 AutoBracketOrder int8u
17285
+ 99 Func1Button int8u
17286
+ 115 Func2Button int8u
17287
+ 131 AFOnButton int8u
17288
+ 143 SubSelector? int8u
17289
+ 155 AssignMovieRecordButton? int8u
17290
+ 159 LensFunc1Button int8u
17291
+ 167 LensFunc2Button int8u
17292
+ 173 LensControlRing int8u
17293
+ 175 MultiSelectorShootMode int8u
17294
+ 179 MultiSelectorPlaybackMode int8u
17295
+ 183 ShutterSpeedLock int8u
17296
+ 184 ApertureLock int8u
17297
+ 186 CmdDialsReverseRotation int8u
17298
+ 191 UseDialWithoutHold? int8u
17299
+ 193 ReverseIndicators? int8u
17300
+ 195 MovieFunc1Button int8u
17301
+ 199 MovieFunc2Button int8u
17302
+ 203 MovieAF-OnButton int8u
17303
+ 207 MovieMultiSelector? int8u
17304
+ 215 MovieLensControlRing int8u
17305
+ 221 MovieAFSpeed int8u
17306
+ 223 MovieAFSpeedApply int8u
17307
+ 225 MovieAFTrackingSensitivity int8u
17308
+ 279 LCDIllumination? int8u
17309
+ 280 ExtendedShutterSpeeds int8u
17310
+ 281 SubjectMotion int8u
17311
+ 283 FocusPointPersistence int8u
17312
+ 285 AutoFocusModeRestrictions? int8u
17313
+ 289 CHModeShootingSpeed int8u
17314
+ 293.1 LimitReleaseModeSelCL? int8u & 0x02
17315
+ 293.2 LimitReleaseModeSelCH? int8u & 0x04
17316
+ 293.3 LimitReleaseModeSelC30? int8u & 0x10
17317
+ 293.4 LimitReleaseModeSelC120? int8u & 0x40
17318
+ 293.5 LimitReleaseModeSelSelf? int8u & 0x80
17319
+ 297 FlashBurstPriority? int8u
17320
+ 301 VerticalFuncButton int8u
17321
+ 305 Func3Button int8u
17322
+ 309 VerticalAFOnButton int8u
17323
+ 317 VerticalMultiSelectorPlaybackMode? int8u
17324
+ 319 MovieFunc3Button int8u
17325
+ 359 LimitAF-AreaModeSelDynamic_S? int8u
17326
+ 360 LimitAF-AreaModeSelDynamic_M? int8u
17327
+ 361 LimitAF-AreaModeSelDynamic_L? int8u
17328
+ 363 LimitAF-AreaModeSel3DTracking? int8u
17329
+ 365 PlaybackFlickUp? int8u
17330
+ 369 PlaybackFlickDown? int8u
17331
+ 373 ISOStepSize int8u
17332
+ 379 ReverseFocusRing int8u
17333
+ 380 EVFImageFrame? int8u
17334
+ 381 EVFGrid? int8u
17335
+ 383 VirtualHorizonStyle? int8u
17336
+ 397 Func4Button? int8u
17337
+ 403 AudioButton? int8u
17338
+ 405 QualityButton? int8u
17339
+ 423 VerticalMultiSelector? int8u
17340
+ 445 Func1ButtonPlaybackMode? int8u
17341
+ 447 Func2ButtonPlaybackMode? int8u
17342
+ 449 Func3ButtonPlaybackMode? int8u
17343
+ 455 Func4ButtonPlaybackMode? int8u
17344
+ 461 MovieRecordButtonPlaybackMode? int8u
17345
+ 463 VerticalFuncButtonPlaybackMode? int8u
17346
+ 465 AudioButtonPlaybackMode? int8u
17347
+ 471 QualityButtonPlaybackMode? int8u
17348
+ 477 WhiteBalanceButtonPlaybackMode? int8u
17349
+ 483 CommandDialPlaybackMode? int8u
17350
+ 487 SubCommandDialPlaybackMode? int8u
17351
+ 491 FocusPointLock? int8u
17352
+ 493 ControlRingResponse int8u
17353
+ 505 VerticalMovieFuncButton? int8u
17354
+ 529 VerticalMovieAFOnButton? int8u
17355
+ 539 MovieAFAreaMode? int8u
17356
+ 551 HDMIViewAssist? int8u
17357
+ 553 ZebraPatternToneRange? int8u
17358
+ 555 MovieZebraPattern? int8u
17359
+ 557 MovieHighlightDisplayThreshold? int8u
17360
+ 559 MovieMidtoneDisplayValue? int8u
17361
+ 561 MovieMidtoneDisplayRange? int8u~
17362
+ 565 MovieEVFGrid? int8u
17363
+ 573 MovieShutterSpeedLock? int8u
17364
+ 574 MovieFocusPointLock? int8u
17365
+ 587 MatrixMetering? int8u
17366
+ 588 AF-CFocusDisplay int8u
17367
+ 589 FocusPeakingDisplay? int8u
17368
+ 591 KeepExposure int8u
17369
+ 609 StarlightView? int8u
17370
+ 611 EVFWarmDisplayMode? int8u
17371
+ 613 EVFWarmDisplayBrightness? int8s
17372
+ 615 EVFReleaseIndicator? int8u
17373
+ 625 MovieApertureLock? int8u
17374
+ 631 FlickAdvanceDirection? int8u
17375
+
16752
17376
  =head2 NikonCapture Tags
16753
17377
 
16754
17378
  This information is written by the Nikon Capture software in tag 0x0e01 of
@@ -19673,6 +20297,7 @@ MakerNotes.
19673
20297
  0x9050 Tag9050a Sony Tag9050a
19674
20298
  Tag9050b Sony Tag9050b
19675
20299
  Tag9050c Sony Tag9050c
20300
+ Tag9050d Sony Tag9050d
19676
20301
  0x9400 Tag9400a Sony Tag9400a
19677
20302
  Tag9400b Sony Tag9400b
19678
20303
  Tag9400c Sony Tag9400c
@@ -20439,6 +21064,8 @@ WX300, but not for panorama images.
20439
21064
  6294 LensType int16u
20440
21065
  6296 DistortionCorrParamsPresent int8u
20441
21066
  6297 DistortionCorrParamsNumber int8u
21067
+ 6444 AspectRatio int8u
21068
+ 6792 AspectRatio int8u
20442
21069
 
20443
21070
  =head3 Sony Tag2010f Tags
20444
21071
 
@@ -20469,6 +21096,7 @@ Valid for DSC-RX100M2, DSC-QX10/QX100.
20469
21096
  4406 MinFocalLength int16u
20470
21097
  4408 MaxFocalLength int16u
20471
21098
  4412 SonyISO int16u
21099
+ 6444 AspectRatio int8u
20472
21100
 
20473
21101
  =head3 Sony Tag2010g Tags
20474
21102
 
@@ -20507,6 +21135,7 @@ ILCE-7/7R/7S/7M2/5000/5100/6000/QX1, ILCA-68/77M2.
20507
21135
  6338 LensType int16u
20508
21136
  6340 DistortionCorrParamsPresent int8u
20509
21137
  6341 DistortionCorrParamsNumber int8u
21138
+ 6488 AspectRatio int8u
20510
21139
 
20511
21140
  =head3 Sony Tag2010h Tags
20512
21141
 
@@ -20546,6 +21175,7 @@ ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
20546
21175
  6386 LensType int16u
20547
21176
  6388 DistortionCorrParamsPresent int8u
20548
21177
  6389 DistortionCorrParamsNumber int8u
21178
+ 6444 AspectRatio int8u
20549
21179
 
20550
21180
  =head3 Sony Tag2010i Tags
20551
21181
 
@@ -20584,6 +21214,7 @@ RX100M5A/RX100M7/HX99.
20584
21214
  6134 LensType int16u
20585
21215
  6136 DistortionCorrParamsPresent int8u
20586
21216
  6137 DistortionCorrParamsNumber int8u
21217
+ 6284 AspectRatio int8u
20587
21218
 
20588
21219
  =head3 Sony MeterInfo9 Tags
20589
21220
 
@@ -20771,6 +21402,18 @@ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
20771
21402
  136 InternalSerialNumber int8u[6]~
20772
21403
  138 InternalSerialNumber int8u[6]~
20773
21404
 
21405
+ =head3 Sony Tag9050d Tags
21406
+
21407
+ Valid for ILCE-6700/ZV-E1.
21408
+
21409
+ Index1 Tag Name Writable
21410
+ ------ -------- --------
21411
+ 10 ShutterCount int32u
21412
+ 26 SonyExposureTime int16u
21413
+ 28 SonyFNumber int16u
21414
+ 31 ReleaseMode2 int8u
21415
+ 56 InternalSerialNumber int8u[6]~
21416
+
20774
21417
  =head3 Sony Tag9400a Tags
20775
21418
 
20776
21419
  Valid for many DSC, NEX and SLT models
@@ -20825,6 +21468,9 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
20825
21468
  42 Quality2 int8u
20826
21469
  71 SonyImageHeight int16u~
20827
21470
  83 ModelReleaseYear int8u~
21471
+ 307 ShutterType int8u
21472
+ 313 ShutterType int8u
21473
+ 319 ShutterType int8u
20828
21474
 
20829
21475
  =head3 Sony Tag9401 Tags
20830
21476
 
@@ -20836,6 +21482,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
20836
21482
  1181 ISOInfo Sony ISOInfo
20837
21483
  1185 ISOInfo Sony ISOInfo
20838
21484
  1186 ISOInfo Sony ISOInfo
21485
+ 1210 ISOInfo Sony ISOInfo
20839
21486
  1437 ISOInfo Sony ISOInfo
20840
21487
  1588 ISOInfo Sony ISOInfo
20841
21488
  1590 ISOInfo Sony ISOInfo
@@ -20960,6 +21607,7 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
20960
21607
  Index1 Tag Name Writable
20961
21608
  ------ -------- --------
20962
21609
  5 BatteryTemperature int8u
21610
+ BatteryLevel int8u
20963
21611
  6 BatteryLevelGrip1 int8u
20964
21612
  7 BatteryLevel int8u
20965
21613
  8 BatteryLevelGrip2 int8u
@@ -21164,7 +21812,7 @@ E-mount models.
21164
21812
 
21165
21813
  =head3 Sony Tag9416 Tags
21166
21814
 
21167
- Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
21815
+ Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
21168
21816
 
21169
21817
  Index1 Tag Name Writable
21170
21818
  ------ -------- --------
@@ -21189,7 +21837,10 @@ Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
21189
21837
  117 MaxFocalLength no
21190
21838
  2191 VignettingCorrParams no
21191
21839
  2193 VignettingCorrParams no
21192
- 2203 VignettingCorrParams no
21840
+ 2205 VignettingCorrParams no
21841
+ 2229 APS-CSizeCapture no
21842
+ 2231 APS-CSizeCapture no
21843
+ 2277 APS-CSizeCapture no
21193
21844
  2324 ChromaticAberrationCorrParams no
21194
21845
  2326 ChromaticAberrationCorrParams no
21195
21846
  2373 ChromaticAberrationCorrParams no
@@ -22251,6 +22902,10 @@ UserDefined properties.
22251
22902
  0x0013 SharedDoc no
22252
22903
  0x0016 HyperlinksChanged no
22253
22904
  0x0017 AppVersion no
22905
+ 0x001a ContentType no
22906
+ 0x001b ContentStatus no
22907
+ 0x001c Language no
22908
+ 0x001d DocVersion no
22254
22909
  '_PID_HLINKS' Hyperlinks no
22255
22910
  '_PID_LINKBASE' HyperlinkBase no
22256
22911
 
@@ -24104,7 +24759,10 @@ chunk.
24104
24759
 
24105
24760
  The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
24106
24761
  images, but not all of these are extracted. Note that ExifTool currently
24107
- writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
24762
+ writes only EXIF, IPTC and XMP tags in Jpeg2000 images, and EXIF and XMP in
24763
+ JXL images. ExifTool will read/write Brotli-compressed EXIF and XMP in JXL
24764
+ images, but the API Compress option must be set to create new EXIF and XMP
24765
+ in compressed format.
24108
24766
 
24109
24767
  Tag ID Tag Name Writable
24110
24768
  ------ -------- --------
@@ -24114,6 +24772,9 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
24114
24772
  'bfil' BinaryFilter no
24115
24773
  'bidb' BinaryData no
24116
24774
  'bpcc' BitsPerComponent no
24775
+ 'brob' BrotliXMP XMP
24776
+ BrotliEXIF EXIF
24777
+ BrotliJUMB Jpeg2000
24117
24778
  'c2sh' C2PASaltHash no
24118
24779
  'cbor' CBORData CBOR
24119
24780
  'cdef' ComponentDefinition no
@@ -24132,6 +24793,7 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
24132
24793
  'ftbl' FragmentTable no
24133
24794
  'ftyp' FileType Jpeg2000 FileType
24134
24795
  'gtso' GraphicsTechnologyStandardOutput no
24796
+ 'hrgm' GainMapImage no
24135
24797
  'ihdr' ImageHeader Jpeg2000 ImageHeader
24136
24798
  'inst' InstructionSet no
24137
24799
  'jP ' JP2Signature no
@@ -24145,6 +24807,7 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
24145
24807
  'jumb' JUMBFBox Jpeg2000
24146
24808
  'jumd' JUMBFDescr Jpeg2000 JUMD
24147
24809
  'jxlc' JXLCodestream no
24810
+ 'jxlp' PartialJXLCodestream no
24148
24811
  'lbl ' Label no
24149
24812
  'mdat' MediaData no
24150
24813
  'mp7b' MPEG7Binary no
@@ -28207,6 +28870,7 @@ changed via the config file.
28207
28870
  'com.android.version' AndroidVersion yes
28208
28871
  'com.apple.photos.captureMode' CaptureMode yes
28209
28872
  'comment' Comment yes
28873
+ 'content.identifier' ContentIdentifier yes
28210
28874
  'copyright' Copyright yes
28211
28875
  'creationdate' CreationDate yes
28212
28876
  'description' Description yes
@@ -28418,9 +29082,10 @@ QuickTimeHandler option may be set to 0 to avoid this.
28418
29082
  'akID' AppleStoreAccountType int8s
28419
29083
  'albm' Album string/
28420
29084
  'apID' AppleStoreAccount string
28421
- 'atID' AlbumTitleID int32s
29085
+ 'atID' ArtistID int32s
28422
29086
  'auth' Author string
28423
29087
  'catg' Category string
29088
+ 'cmID' ComposerID string
28424
29089
  'cnID' AppleStoreCatalogID int32s
28425
29090
  'covr' CoverArt string
28426
29091
  'cpil' Compilation int8s
@@ -28445,7 +29110,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
28445
29110
  'pcst' Podcast int8s
28446
29111
  'perf' Performer string
28447
29112
  'pgap' PlayGap int8s
28448
- 'plID' PlayListID int32s[2]
29113
+ 'plID' AlbumID int32s[2]
28449
29114
  'prID' ProductID string
28450
29115
  'purd' PurchaseDate string
28451
29116
  'purl' PodcastURL string
@@ -28588,6 +29253,7 @@ and are not currently writable.
28588
29253
  'auxC' AuxiliaryImageType no
28589
29254
  'av1C' AV1Configuration QuickTime AV1Config
28590
29255
  'clap' CleanAperture no
29256
+ 'clli' ContentLightLevel QuickTime ContentLightLevel
28591
29257
  'colr' ICC_Profile ICC_Profile
28592
29258
  ColorRepresentation QuickTime ColorRep
28593
29259
  'hvcC' HEVCConfiguration QuickTime HEVCConfig
@@ -28611,6 +29277,13 @@ and are not currently writable.
28611
29277
  2.4 ChromaSamplePosition no
28612
29278
  3 InitialDelaySamples? no
28613
29279
 
29280
+ =head3 QuickTime ContentLightLevel Tags
29281
+
29282
+ Index2 Tag Name Writable
29283
+ ------ -------- --------
29284
+ 0 MaxContentLightLevel no
29285
+ 1 MaxPicAverageLightLevel no
29286
+
28614
29287
  =head3 QuickTime ColorRep Tags
28615
29288
 
28616
29289
  Index1 Tag Name Writable
@@ -28846,12 +29519,27 @@ atoms.
28846
29519
  24 AudioChannels no
28847
29520
  26 AudioBitsPerSample no
28848
29521
  32 AudioSampleRate no
29522
+ 'SA3D' SpatialAudio QuickTime SpatialAudio
28849
29523
  'chan' AudioChannelLayout QuickTime ChannelLayout
28850
29524
  'damr' DecodeConfig QuickTime DecodeConfig
28851
29525
  'pinf' PurchaseInfo QuickTime ProtectionInfo
28852
29526
  'sinf' ProtectionInfo QuickTime ProtectionInfo
28853
29527
  'wave' Wave QuickTime Wave
28854
29528
 
29529
+ =head3 QuickTime SpatialAudio Tags
29530
+
29531
+ Spatial Audio tags.
29532
+
29533
+ Index1 Tag Name Writable
29534
+ ------ -------- --------
29535
+ 0 SpatialAudioVersion no
29536
+ 1 AmbisonicType no
29537
+ 2 AmbisonicOrder no
29538
+ 6 AmbisonicChannelOrdering no
29539
+ 7 AmbisonicNormalization no
29540
+ 8 AmbisonicChannels no
29541
+ 12 AmbisonicChannelMap no
29542
+
28855
29543
  =head3 QuickTime ChannelLayout Tags
28856
29544
 
28857
29545
  Audio channel layout.
@@ -29607,6 +30295,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
29607
30295
  'fmt ' AudioFormat RIFF AudioFormat
29608
30296
  'gps0' GPSTrack QuickTime Stream
29609
30297
  'gsen' GSensor QuickTime Stream
30298
+ 'guan' Guano no
29610
30299
  'iXML' IXML XMP XML
29611
30300
  'id3 ' ID3 ID3
29612
30301
  'inst' Instrument RIFF Instrument
@@ -31129,6 +31818,7 @@ L<https://www.matroska.org/technical/tagging.html>).
31129
31818
  'SCREENPLAY_BY' ScreenplayBy no
31130
31819
  'SORT_WITH' SortWith no
31131
31820
  'SOUND_ENGINEER' SoundEngineer no
31821
+ 'SPHERICAL-VIDEO' SphericalVideoXML XMP
31132
31822
  'SUBJECT' Subject no
31133
31823
  'SUBTITLE' Subtitle no
31134
31824
  'SUMMARY' Summary no
@@ -31142,6 +31832,7 @@ L<https://www.matroska.org/technical/tagging.html>).
31142
31832
  'TVDB' TVDB no
31143
31833
  'URL' URL no
31144
31834
  'WRITTEN_BY' WrittenBy no
31835
+ 'spherical-video' SphericalVideoXML XMP
31145
31836
 
31146
31837
  =head2 MOI Tags
31147
31838
 
@@ -37740,15 +38431,15 @@ These tags are extracted from RAR archive files.
37740
38431
 
37741
38432
  =head3 ZIP RAR5 Tags
37742
38433
 
37743
- These tags are extracted from RAR v5 archive files.
38434
+ These tags are extracted from RAR v5 and 7z archive files.
37744
38435
 
37745
38436
  Tag Name Writable
37746
38437
  -------- --------
37747
38438
  ArchivedFileName no
37748
38439
  CompressedSize no
38440
+ FileVersion no
37749
38441
  ModifyDate no
37750
38442
  OperatingSystem no
37751
- RARVersion no
37752
38443
  UncompressedSize no
37753
38444
 
37754
38445
  =head2 RTF Tags
@@ -38167,7 +38858,7 @@ FileName.
38167
38858
  ICC_Profile ICC_Profile yes!
38168
38859
  ID3Size File no
38169
38860
  IPTC IPTC yes!
38170
- ImageDataMD5 File no
38861
+ ImageDataHash File no
38171
38862
  ImageHeight File no
38172
38863
  ImageWidth File no
38173
38864
  JPEGDigest File no
@@ -38627,6 +39318,7 @@ for more details.
38627
39318
  IFD0:XPAuthor
38628
39319
  IFD0:XPKeywords
38629
39320
  IFD0:XPSubject
39321
+ ImageDataMD5 ImageDataHash yes
38630
39322
  LargeTags CanonVRD yes
38631
39323
  DLOData
38632
39324
  EXIF