exiftool_vendored 12.64.0 → 12.65.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.
- checksums.yaml +4 -4
- data/bin/Changes +26 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/exiftool +22 -15
- data/bin/lib/Image/ExifTool/Apple.pm +9 -5
- data/bin/lib/Image/ExifTool/BigTIFF.pm +8 -1
- data/bin/lib/Image/ExifTool/Canon.pm +3 -1
- data/bin/lib/Image/ExifTool/FlashPix.pm +8 -2
- data/bin/lib/Image/ExifTool/Nikon.pm +561 -67
- data/bin/lib/Image/ExifTool/NikonCustom.pm +862 -61
- data/bin/lib/Image/ExifTool/PDF.pm +18 -8
- data/bin/lib/Image/ExifTool/QuickTime.pm +18 -10
- data/bin/lib/Image/ExifTool/Samsung.pm +227 -227
- data/bin/lib/Image/ExifTool/Sony.pm +128 -24
- data/bin/lib/Image/ExifTool/TagLookup.pm +4607 -4591
- data/bin/lib/Image/ExifTool/TagNames.pod +465 -21
- data/bin/lib/Image/ExifTool/Writer.pl +7 -2
- data/bin/lib/Image/ExifTool.pm +112 -92
- data/bin/lib/Image/ExifTool.pod +26 -1
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -184
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
12
12
|
=head1 TAG TABLES
|
13
13
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
15
|
-
They contain a total of
|
15
|
+
They contain a total of 26990 tags, with 16972 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
|
@@ -7187,14 +7187,14 @@ Tags extracted from the maker notes of iPhone images.
|
|
7187
7187
|
0x000b BurstUUID string
|
7188
7188
|
0x000c FocusDistanceRange rational64s[2]
|
7189
7189
|
0x000f OISMode int32s
|
7190
|
-
0x0011
|
7190
|
+
0x0011 ContentIdentifier string
|
7191
7191
|
0x0014 ImageCaptureType? int32s
|
7192
7192
|
0x0015 ImageUniqueID string
|
7193
7193
|
0x0017 LivePhotoVideoIndex yes
|
7194
7194
|
0x0019 ImageProcessingFlags? int32s
|
7195
7195
|
0x001a QualityHint? string
|
7196
7196
|
0x001d LuminanceNoiseAmplitude rational64s
|
7197
|
-
0x0020
|
7197
|
+
0x0020 ImageCaptureRequestID? string
|
7198
7198
|
0x0021 HDRHeadroom rational64s
|
7199
7199
|
0x0025 SceneFlags? int32s
|
7200
7200
|
0x0026 SignalToNoiseRatioType? int32s
|
@@ -13809,6 +13809,7 @@ DiMAGE X and Xt.
|
|
13809
13809
|
ShotInfoD6 Nikon ShotInfoD6
|
13810
13810
|
ShotInfoD610 Nikon ShotInfoD610
|
13811
13811
|
ShotInfoZ7II Nikon ShotInfoZ7II
|
13812
|
+
ShotInfoZ8 Nikon ShotInfoZ8
|
13812
13813
|
ShotInfoZ9 Nikon ShotInfoZ9
|
13813
13814
|
ShotInfo02xx Nikon ShotInfo
|
13814
13815
|
ShotInfoUnknown Nikon ShotInfo
|
@@ -14166,7 +14167,7 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
14166
14167
|
|
14167
14168
|
Index1 Tag Name Writable
|
14168
14169
|
------ -------- --------
|
14169
|
-
0
|
14170
|
+
0 FirmwareVersion51 no
|
14170
14171
|
10 NEFCompression int16u[0.5]
|
14171
14172
|
|
14172
14173
|
=head3 Nikon MakerNotes0x56 Tags
|
@@ -14706,19 +14707,17 @@ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
|
|
14706
14707
|
591 MovieVibrationReductionSameAsPhoto? int8u
|
14707
14708
|
858 HDMIOutputN-Log? int8u
|
14708
14709
|
|
14709
|
-
=head3 Nikon
|
14710
|
+
=head3 Nikon ShotInfoZ8 Tags
|
14710
14711
|
|
14711
|
-
These tags are extracted from encrypted data in images from the
|
14712
|
+
These tags are extracted from encrypted data in images from the Z8.
|
14712
14713
|
|
14713
14714
|
Index Tag Name Writable
|
14714
14715
|
----- -------- --------
|
14715
14716
|
0 ShotInfoVersion no
|
14716
14717
|
4 FirmwareVersion no
|
14717
14718
|
48 SequenceOffset Nikon SeqInfoZ9
|
14718
|
-
88 Offset13 Nikon Offset13InfoZ9
|
14719
|
-
128 AutoCaptureOffset Nikon AutoCaptureInfo
|
14720
14719
|
132 OrientOffset Nikon OrientationInfo
|
14721
|
-
140 MenuOffset Nikon
|
14720
|
+
140 MenuOffset Nikon MenuInfoZ8
|
14722
14721
|
|
14723
14722
|
=head3 Nikon SeqInfoZ9 Tags
|
14724
14723
|
|
@@ -14727,6 +14726,148 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
14727
14726
|
32 FocusShiftShooting int8u~
|
14728
14727
|
40 IntervalShooting int16u~
|
14729
14728
|
|
14729
|
+
=head3 Nikon MenuInfoZ8 Tags
|
14730
|
+
|
14731
|
+
Index1 Tag Name Writable
|
14732
|
+
------ -------- --------
|
14733
|
+
16 MenuSettingsOffsetZ8 Nikon MenuSettingsZ8
|
14734
|
+
|
14735
|
+
=head3 Nikon MenuSettingsZ8 Tags
|
14736
|
+
|
14737
|
+
These tags are used by the Z8 firmware 1.00.
|
14738
|
+
|
14739
|
+
Index1 Tag Name Writable
|
14740
|
+
--------------- --------
|
14741
|
+
72 HighFrameRate int8u
|
14742
|
+
152 MultipleExposureMode int8u
|
14743
|
+
154 MultiExposureShots int8u
|
14744
|
+
184 IntervalDurationHours int32u
|
14745
|
+
188 IntervalDurationMinutes int32u
|
14746
|
+
192 IntervalDurationSeconds int32u
|
14747
|
+
200 Intervals int32u
|
14748
|
+
204 ShotsPerInterval int32u
|
14749
|
+
208 IntervalExposureSmoothing int8u
|
14750
|
+
210 IntervalPriority int8u
|
14751
|
+
244 FocusShiftNumberShots int8u
|
14752
|
+
248 FocusShiftStepWidth int8u
|
14753
|
+
252 FocusShiftInterval int8u~
|
14754
|
+
256 FocusShiftExposureLock? int8u
|
14755
|
+
286 PhotoShootingMenuBank int8u
|
14756
|
+
288 ExtendedMenuBanks int8u
|
14757
|
+
324 PhotoShootingMenuBankImageArea int8u
|
14758
|
+
338 AutoISO int8u
|
14759
|
+
340 ISOAutoHiLimit? int16u
|
14760
|
+
342 ISOAutoFlashLimit? int16u
|
14761
|
+
350 ISOAutoShutterTime no
|
14762
|
+
432 MovieVignetteControl? int8u
|
14763
|
+
434 DiffractionCompensation int8u
|
14764
|
+
436 FlickerReductionShooting int8u
|
14765
|
+
440 FlashControlMode int8u
|
14766
|
+
548 AFAreaMode int8u
|
14767
|
+
550 VRMode int8u
|
14768
|
+
554 BracketSet int8u
|
14769
|
+
556 BracketProgram int8u
|
14770
|
+
558 BracketIncrement int8u
|
14771
|
+
570 HDR int8u
|
14772
|
+
576 SecondarySlotFunction int8u
|
14773
|
+
582 HDRLevel int8u
|
14774
|
+
586 Slot2JpgSize? int8u
|
14775
|
+
592 DXCropAlert int8u
|
14776
|
+
594 SubjectDetection int8u
|
14777
|
+
596 DynamicAFAreaSize int8u
|
14778
|
+
618 ToneMap? int8u
|
14779
|
+
622 PortraitImpressionBalance int8u
|
14780
|
+
636 HighFrequencyFlickerReductionShooting? int8u
|
14781
|
+
730 MovieImageArea? int8u & 0x01
|
14782
|
+
740 MovieType? int8u
|
14783
|
+
742 MovieISOAutoHiLimit? int16u
|
14784
|
+
744 MovieISOAutoControlManualMode? int8u
|
14785
|
+
746 MovieISOAutoManualMode? int16u
|
14786
|
+
820 MovieActiveD-Lighting? int8u
|
14787
|
+
822 MovieHighISONoiseReduction? int8u
|
14788
|
+
828 MovieFlickerReduction int8u
|
14789
|
+
830 MovieMeteringMode? int8u
|
14790
|
+
832 MovieFocusMode? int8u
|
14791
|
+
834 MovieAFAreaMode int8u
|
14792
|
+
836 MovieVRMode? int8u
|
14793
|
+
840 MovieElectronicVR? int8u
|
14794
|
+
842 MovieSoundRecording? int8u
|
14795
|
+
844 MicrophoneSensitivity? int8u
|
14796
|
+
846 MicrophoneAttenuator? int8u
|
14797
|
+
848 MicrophoneFrequencyResponse? int8u
|
14798
|
+
850 WindNoiseReduction? int8u
|
14799
|
+
882 MovieFrameSize? int8u
|
14800
|
+
884 MovieFrameRate? int8u
|
14801
|
+
886 MicrophoneJackPower? int8u
|
14802
|
+
887 MovieDXCropAlert? int8u
|
14803
|
+
888 MovieSubjectDetection? int8u
|
14804
|
+
896 MovieHighResZoom? int8u
|
14805
|
+
943 CustomSettingsZ8 NikonCustom SettingsZ8
|
14806
|
+
1682 Language? int8u
|
14807
|
+
1684 TimeZone int8u
|
14808
|
+
1690 MonitorBrightness? int8u
|
14809
|
+
1712 AFFineTune? int8u
|
14810
|
+
1716 NonCPULens1FocalLength? int16u~
|
14811
|
+
1718 NonCPULens2FocalLength? int16u~
|
14812
|
+
1720 NonCPULens3FocalLength? int16u~
|
14813
|
+
1722 NonCPULens4FocalLength? int16u~
|
14814
|
+
1724 NonCPULens5FocalLength? int16u~
|
14815
|
+
1726 NonCPULens6FocalLength? int16u~
|
14816
|
+
1728 NonCPULens7FocalLength? int16u~
|
14817
|
+
1730 NonCPULens8FocalLength? int16u~
|
14818
|
+
1732 NonCPULens9FocalLength? int16u~
|
14819
|
+
1734 NonCPULens10FocalLength? int16u~
|
14820
|
+
1736 NonCPULens11FocalLength? int16u~
|
14821
|
+
1738 NonCPULens12FocalLength? int16u~
|
14822
|
+
1740 NonCPULens13FocalLength? int16u~
|
14823
|
+
1742 NonCPULens14FocalLength? int16u~
|
14824
|
+
1744 NonCPULens15FocalLength? int16u~
|
14825
|
+
1746 NonCPULens16FocalLength? int16u~
|
14826
|
+
1748 NonCPULens17FocalLength? int16u~
|
14827
|
+
1750 NonCPULens18FocalLength? int16u~
|
14828
|
+
1752 NonCPULens19FocalLength? int16u~
|
14829
|
+
1754 NonCPULens20FocalLength? int16u~
|
14830
|
+
1756 NonCPULens1MaxAperture? int16u
|
14831
|
+
1758 NonCPULens2MaxAperture? int16u
|
14832
|
+
1760 NonCPULens3MaxAperture? int16u
|
14833
|
+
1762 NonCPULens4MaxAperture? int16u
|
14834
|
+
1764 NonCPULens5MaxAperture? int16u
|
14835
|
+
1766 NonCPULens6MaxAperture? int16u
|
14836
|
+
1768 NonCPULens7MaxAperture? int16u
|
14837
|
+
1770 NonCPULens8MaxAperture? int16u
|
14838
|
+
1772 NonCPULens9MaxAperture? int16u
|
14839
|
+
1774 NonCPULens10MaxAperture? int16u
|
14840
|
+
1776 NonCPULens11MaxAperture? int16u
|
14841
|
+
1778 NonCPULens12MaxAperture? int16u
|
14842
|
+
1780 NonCPULens13MaxAperture? int16u
|
14843
|
+
1782 NonCPULens14MaxAperture? int16u
|
14844
|
+
1784 NonCPULens15MaxAperture? int16u
|
14845
|
+
1786 NonCPULens16MaxAperture? int16u
|
14846
|
+
1788 NonCPULens17MaxAperture? int16u
|
14847
|
+
1790 NonCPULens18MaxAperture? int16u
|
14848
|
+
1792 NonCPULens19MaxAperture? int16u
|
14849
|
+
1794 NonCPULens20MaxAperture? int16u
|
14850
|
+
1808 HDMIOutputResolution int8u
|
14851
|
+
1826 AirplaneMode? int8u
|
14852
|
+
1827 EmptySlotRelease? int8u
|
14853
|
+
1862 EnergySavingMode? int8u
|
14854
|
+
1890 USBPowerDelivery? int8u
|
14855
|
+
1899 SensorShield? int8u
|
14856
|
+
|
14857
|
+
=head3 Nikon ShotInfoZ9 Tags
|
14858
|
+
|
14859
|
+
These tags are extracted from encrypted data in images from the Z9.
|
14860
|
+
|
14861
|
+
Index Tag Name Writable
|
14862
|
+
----- -------- --------
|
14863
|
+
0 ShotInfoVersion no
|
14864
|
+
4 FirmwareVersion no
|
14865
|
+
48 SequenceOffset Nikon SeqInfoZ9
|
14866
|
+
88 Offset13 Nikon Offset13InfoZ9
|
14867
|
+
128 AutoCaptureOffset Nikon AutoCaptureInfo
|
14868
|
+
132 OrientOffset Nikon OrientationInfo
|
14869
|
+
140 MenuOffset Nikon MenuInfoZ9
|
14870
|
+
|
14730
14871
|
=head3 Nikon Offset13InfoZ9 Tags
|
14731
14872
|
|
14732
14873
|
Index1 Tag Name Writable
|
@@ -14740,6 +14881,7 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
14740
14881
|
|
14741
14882
|
Index1 Tag Name Writable
|
14742
14883
|
------ -------- --------
|
14884
|
+
0 AutoCapturedFrame int8u
|
14743
14885
|
1 AutoCaptureCriteria int8u~
|
14744
14886
|
55 AutoCaptureRecordingTime int8u
|
14745
14887
|
56 AutoCaptureWaitTime int8u
|
@@ -14757,7 +14899,7 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
14757
14899
|
------ -------- --------
|
14758
14900
|
16 MenuSettingsOffsetZ9 Nikon MenuSettingsZ9
|
14759
14901
|
MenuSettingsOffsetZ9v3 -
|
14760
|
-
|
14902
|
+
MenuSettingsOffsetZ9v4 Nikon MenuSettingsZ9v3
|
14761
14903
|
-
|
14762
14904
|
Nikon MenuSettingsZ9v4
|
14763
14905
|
|
@@ -14953,7 +15095,9 @@ These tags are used by the Z9 firmware 3.00.
|
|
14953
15095
|
554 BracketSet int8u
|
14954
15096
|
556 BracketProgram int8u
|
14955
15097
|
558 BracketIncrement int8u
|
15098
|
+
570 HDR int8u
|
14956
15099
|
576 SecondarySlotFunction int8u
|
15100
|
+
582 HDRLevel int8u
|
14957
15101
|
586 Slot2JpgSize? int8u
|
14958
15102
|
592 DXCropAlert int8u
|
14959
15103
|
594 SubjectDetection int8u
|
@@ -14984,11 +15128,11 @@ These tags are used by the Z9 firmware 3.00.
|
|
14984
15128
|
803 MovieDXCropAlert? int8u
|
14985
15129
|
804 MovieSubjectDetection? int8u
|
14986
15130
|
812 MovieHighResZoom? int8u
|
14987
|
-
847
|
14988
|
-
|
14989
|
-
|
14990
|
-
|
14991
|
-
|
15131
|
+
847 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
|
15132
|
+
1498 Language? int8u
|
15133
|
+
1500 TimeZone int8u
|
15134
|
+
1506 MonitorBrightness? int8u
|
15135
|
+
1528 AFFineTune? int8u
|
14992
15136
|
1532 NonCPULens1FocalLength? int16s~
|
14993
15137
|
1536 NonCPULens2FocalLength? int16s~
|
14994
15138
|
1540 NonCPULens3FocalLength? int16s~
|
@@ -15000,7 +15144,7 @@ These tags are used by the Z9 firmware 3.00.
|
|
15000
15144
|
1564 NonCPULens9FocalLength? int16s~
|
15001
15145
|
1568 NonCPULens10FocalLength? int16s~
|
15002
15146
|
1572 NonCPULens11FocalLength? int16s~
|
15003
|
-
1576
|
15147
|
+
1576 NonCPULens12FocalLength? int16s~
|
15004
15148
|
1580 NonCPULens13FocalLength? int16s~
|
15005
15149
|
1584 NonCPULens14FocalLength? int16s~
|
15006
15150
|
1588 NonCPULens15FocalLength? int16s~
|
@@ -15224,6 +15368,7 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
|
|
15224
15368
|
76 FocusDistanceRangeWidth? int8u
|
15225
15369
|
78 FocusDistance int16u~
|
15226
15370
|
86 LensDriveEnd? int8u
|
15371
|
+
88 FocusStepsFromInfinity? int8u
|
15227
15372
|
90 LensPositionAbsolute int32s
|
15228
15373
|
|
15229
15374
|
=head3 Nikon LensDataUnknown Tags
|
@@ -15436,6 +15581,7 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
15436
15581
|
------ -------- --------
|
15437
15582
|
0 AFInfo2Version no
|
15438
15583
|
5 AFAreaMode int8u
|
15584
|
+
10 AFPointsUsed undef[51]
|
15439
15585
|
62 AFImageWidth int16u
|
15440
15586
|
64 AFImageHeight int16u
|
15441
15587
|
66 AFAreaXPosition int16u
|
@@ -16801,6 +16947,134 @@ Custom settings for the D610.
|
|
16801
16947
|
21.2 ShootingInfoMonitorOffTime int8u & 0x1c
|
16802
16948
|
35.1 PlaybackMonitorOffTime int8u & 0xe0
|
16803
16949
|
|
16950
|
+
=head3 NikonCustom SettingsZ8 Tags
|
16951
|
+
|
16952
|
+
Custom settings for the Z8.
|
16953
|
+
|
16954
|
+
Index1 Tag Name Writable
|
16955
|
+
------ -------- --------
|
16956
|
+
1 CustomSettingsBank int8u
|
16957
|
+
3 AF-CPrioritySelection int8u
|
16958
|
+
5 AF-SPrioritySelection int8u
|
16959
|
+
7 BlockShotAFResponse int8u
|
16960
|
+
11 AFPointSel int8u
|
16961
|
+
13 StoreByOrientation int8u
|
16962
|
+
15 AFActivation int8u
|
16963
|
+
16 AF-OnOutOfFocusRelease? int8u
|
16964
|
+
17 LimitAF-AreaModeSelPinpoint? int8u
|
16965
|
+
19 LimitAF-AreaModeSelWideAF_S? int8u
|
16966
|
+
20 LimitAF-AreaModeSelWideAF_L? int8u
|
16967
|
+
21 LimitAFAreaModeSelAuto? int8u
|
16968
|
+
22 FocusPointWrap? int8u
|
16969
|
+
23 ManualFocusPointIllumination? int8u
|
16970
|
+
24 DynamicAreaAFAssist? int8u
|
16971
|
+
25 AF-AssistIlluminator int8u
|
16972
|
+
26 ManualFocusRingInAFMode int8u
|
16973
|
+
27 ExposureControlStepSize int8u
|
16974
|
+
29 EasyExposureCompensation int8u
|
16975
|
+
31 CenterWeightedAreaSize int8u
|
16976
|
+
33 FineTuneOptMatrixMetering int8s
|
16977
|
+
35 FineTuneOptCenterWeighted int8s
|
16978
|
+
37 FineTuneOptSpotMetering int8s
|
16979
|
+
39 FineTuneOptHighlightWeighted int8s
|
16980
|
+
41 ShutterReleaseButtonAE-L int8u
|
16981
|
+
43 SelfTimerTime int8u
|
16982
|
+
45 SelfTimerShotCount int8u
|
16983
|
+
49 SelfTimerShotInterval int8u
|
16984
|
+
51 PlaybackMonitorOffTime int8u
|
16985
|
+
53 MenuMonitorOffTime int8u
|
16986
|
+
55 ShootingInfoMonitorOffTime int8u
|
16987
|
+
57 ImageReviewMonitorOffTime int8u
|
16988
|
+
59 CLModeShootingSpeed int8u
|
16989
|
+
61 MaxContinuousRelease no
|
16990
|
+
65 SyncReleaseMode? int8u
|
16991
|
+
69 LimitSelectableImageAreaDX? int8u
|
16992
|
+
70 LimitSelectableImageArea1To1? int8u
|
16993
|
+
71 LimitSelectableImageArea16To9? int8u
|
16994
|
+
72 FileNumberSequence int8u
|
16995
|
+
73 FocusPeakingLevel? int8u
|
16996
|
+
75 FocusPeakingHighlightColor? int8u
|
16997
|
+
81 ContinuousModeDisplay int8u
|
16998
|
+
83 FlashSyncSpeed no
|
16999
|
+
85 HighSpeedSync int8u
|
17000
|
+
87 FlashShutterSpeed no
|
17001
|
+
89 FlashExposureCompArea int8u
|
17002
|
+
91 AutoFlashISOSensitivity int8u
|
17003
|
+
93 ModelingFlash int8u
|
17004
|
+
95 AutoBracketModeM int8u
|
17005
|
+
97 AutoBracketOrder int8u
|
17006
|
+
99 Func1Button int8u
|
17007
|
+
115 Func2Button int8u
|
17008
|
+
131 AFOnButton int8u
|
17009
|
+
143 SubSelector? int8u
|
17010
|
+
155 AssignMovieRecordButton? int8u
|
17011
|
+
159 LensFunc1Button int8u
|
17012
|
+
167 LensFunc2Button int8u
|
17013
|
+
173 LensControlRing int8u
|
17014
|
+
175 MultiSelectorShootMode int8u
|
17015
|
+
179 MultiSelectorPlaybackMode int8u
|
17016
|
+
183 ShutterSpeedLock int8u
|
17017
|
+
184 ApertureLock int8u
|
17018
|
+
186 CmdDialsReverseRotation int8u
|
17019
|
+
191 UseDialWithoutHold? int8u
|
17020
|
+
193 ReverseIndicators? int8u
|
17021
|
+
195 MovieFunc1Button int8u
|
17022
|
+
199 MovieFunc2Button int8u
|
17023
|
+
203 MovieAF-OnButton int8u
|
17024
|
+
215 MovieLensControlRing int8u
|
17025
|
+
217 MovieMultiSelector? int8u
|
17026
|
+
221 MovieAFSpeed int8u
|
17027
|
+
223 MovieAFSpeedApply int8u
|
17028
|
+
225 MovieAFTrackingSensitivity int8u
|
17029
|
+
257 LCDIllumination? int8u
|
17030
|
+
258 ExtendedShutterSpeeds int8u
|
17031
|
+
259 SubjectMotion int8u
|
17032
|
+
261 FocusPointPersistence int8u
|
17033
|
+
263 AutoFocusModeRestrictions? int8u
|
17034
|
+
267 CHModeShootingSpeed int8u
|
17035
|
+
273 FlashBurstPriority? int8u
|
17036
|
+
335 LimitAF-AreaModeSelDynamic_S? int8u
|
17037
|
+
336 LimitAF-AreaModeSelDynamic_M? int8u
|
17038
|
+
337 LimitAF-AreaModeSelDynamic_L? int8u
|
17039
|
+
339 LimitAF-AreaModeSel3DTracking? int8u
|
17040
|
+
341 PlaybackFlickUp? int8u
|
17041
|
+
345 PlaybackFlickDown? int8u
|
17042
|
+
349 ISOStepSize int8u
|
17043
|
+
355 ReverseFocusRing int8u
|
17044
|
+
356 EVFImageFrame? int8u
|
17045
|
+
357 EVFGrid? int8u
|
17046
|
+
359 VirtualHorizonStyle? int8u
|
17047
|
+
421 Func1ButtonPlaybackMode? int8u
|
17048
|
+
423 Func2ButtonPlaybackMode? int8u
|
17049
|
+
437 MovieRecordButtonPlaybackMode? int8u
|
17050
|
+
459 CommandDialPlaybackMode? int8u
|
17051
|
+
463 SubCommandDialPlaybackMode? int8u
|
17052
|
+
467 FocusPointLock? int8u
|
17053
|
+
469 ControlRingResponse int8u
|
17054
|
+
515 MovieAFAreaMode? int8u
|
17055
|
+
529 ZebraPatternToneRange? int8u
|
17056
|
+
531 MovieZebraPattern? int8u
|
17057
|
+
533 MovieHighlightDisplayThreshold? int8u
|
17058
|
+
535 MovieMidtoneDisplayValue? int8u
|
17059
|
+
537 MovieMidtoneDisplayRange? int8u~
|
17060
|
+
541 MovieEVFGrid? int8u
|
17061
|
+
549 MovieShutterSpeedLock? int8u
|
17062
|
+
550 MovieFocusPointLock? int8u
|
17063
|
+
563 MatrixMetering? int8u
|
17064
|
+
564 AF-CFocusDisplay int8u
|
17065
|
+
565 FocusPeakingDisplay? int8u
|
17066
|
+
567 KeepExposure int8u
|
17067
|
+
585 StarlightView? int8u
|
17068
|
+
587 EVFWarmDisplayMode? int8u
|
17069
|
+
589 EVFWarmDisplayBrightness? int8s
|
17070
|
+
591 EVFReleaseIndicator? int8u
|
17071
|
+
601 MovieApertureLock? int8u
|
17072
|
+
607 FlickAdvanceDirection? int8u
|
17073
|
+
647 PreReleaseBurstLength int8u
|
17074
|
+
649 PostReleaseBurstLength int8u
|
17075
|
+
681 ViewModeShowEffectsOfSettings? int8u
|
17076
|
+
683 DispButton int8u
|
17077
|
+
|
16804
17078
|
=head3 NikonCustom SettingsZ9 Tags
|
16805
17079
|
|
16806
17080
|
Custom settings for the Z9.
|
@@ -16875,8 +17149,8 @@ Custom settings for the Z9.
|
|
16875
17149
|
195 MovieFunc1Button int8u
|
16876
17150
|
199 MovieFunc2Button int8u
|
16877
17151
|
203 MovieAF-OnButton int8u
|
17152
|
+
207 MovieMultiSelector? int8u
|
16878
17153
|
215 MovieLensControlRing int8u
|
16879
|
-
217 MovieMultiSelector? int8u
|
16880
17154
|
221 MovieAFSpeed int8u
|
16881
17155
|
223 MovieAFSpeedApply int8u
|
16882
17156
|
225 MovieAFTrackingSensitivity int8u
|
@@ -16948,6 +17222,153 @@ Custom settings for the Z9.
|
|
16948
17222
|
601 MovieApertureLock? int8u
|
16949
17223
|
607 FlickAdvanceDirection? int8u
|
16950
17224
|
|
17225
|
+
=head3 NikonCustom SettingsZ9v4 Tags
|
17226
|
+
|
17227
|
+
Custom settings for the Z9.
|
17228
|
+
|
17229
|
+
Index1 Tag Name Writable
|
17230
|
+
------ -------- --------
|
17231
|
+
1 CustomSettingsBank int8u
|
17232
|
+
3 AF-CPrioritySelection int8u
|
17233
|
+
5 AF-SPrioritySelection int8u
|
17234
|
+
7 BlockShotAFResponse int8u
|
17235
|
+
11 AFPointSel int8u
|
17236
|
+
13 StoreByOrientation int8u
|
17237
|
+
15 AFActivation int8u
|
17238
|
+
16 AF-OnOutOfFocusRelease? int8u
|
17239
|
+
17 LimitAF-AreaModeSelPinpoint? int8u
|
17240
|
+
19 LimitAF-AreaModeSelWideAF_S? int8u
|
17241
|
+
20 LimitAF-AreaModeSelWideAF_L? int8u
|
17242
|
+
21 LimitAFAreaModeSelAuto? int8u
|
17243
|
+
22 FocusPointWrap? int8u
|
17244
|
+
23 ManualFocusPointIllumination? int8u
|
17245
|
+
24 DynamicAreaAFAssist? int8u
|
17246
|
+
25 AF-AssistIlluminator int8u
|
17247
|
+
26 ManualFocusRingInAFMode int8u
|
17248
|
+
27 ExposureControlStepSize int8u
|
17249
|
+
29 EasyExposureCompensation int8u
|
17250
|
+
31 CenterWeightedAreaSize int8u
|
17251
|
+
33 FineTuneOptMatrixMetering int8s
|
17252
|
+
35 FineTuneOptCenterWeighted int8s
|
17253
|
+
37 FineTuneOptSpotMetering int8s
|
17254
|
+
39 FineTuneOptHighlightWeighted int8s
|
17255
|
+
41 ShutterReleaseButtonAE-L int8u
|
17256
|
+
43 SelfTimerTime int8u
|
17257
|
+
45 SelfTimerShotCount int8u
|
17258
|
+
49 SelfTimerShotInterval int8u
|
17259
|
+
51 PlaybackMonitorOffTime int8u
|
17260
|
+
53 MenuMonitorOffTime int8u
|
17261
|
+
55 ShootingInfoMonitorOffTime int8u
|
17262
|
+
57 ImageReviewMonitorOffTime int8u
|
17263
|
+
59 CLModeShootingSpeed int8u
|
17264
|
+
61 MaxContinuousRelease no
|
17265
|
+
65 SyncReleaseMode? int8u
|
17266
|
+
69 LimitSelectableImageAreaDX? int8u
|
17267
|
+
70 LimitSelectableImageArea1To1? int8u
|
17268
|
+
71 LimitSelectableImageArea16To9? int8u
|
17269
|
+
72 FileNumberSequence int8u
|
17270
|
+
73 FocusPeakingLevel? int8u
|
17271
|
+
75 FocusPeakingHighlightColor? int8u
|
17272
|
+
81 ContinuousModeDisplay int8u
|
17273
|
+
83 FlashSyncSpeed no
|
17274
|
+
85 HighSpeedSync int8u
|
17275
|
+
87 FlashShutterSpeed no
|
17276
|
+
89 FlashExposureCompArea int8u
|
17277
|
+
91 AutoFlashISOSensitivity int8u
|
17278
|
+
93 ModelingFlash int8u
|
17279
|
+
95 AutoBracketModeM int8u
|
17280
|
+
97 AutoBracketOrder int8u
|
17281
|
+
99 Func1Button int8u
|
17282
|
+
115 Func2Button int8u
|
17283
|
+
131 AFOnButton int8u
|
17284
|
+
143 SubSelector? int8u
|
17285
|
+
155 AssignMovieRecordButton? int8u
|
17286
|
+
159 LensFunc1Button int8u
|
17287
|
+
167 LensFunc2Button int8u
|
17288
|
+
173 LensControlRing int8u
|
17289
|
+
175 MultiSelectorShootMode int8u
|
17290
|
+
179 MultiSelectorPlaybackMode int8u
|
17291
|
+
183 ShutterSpeedLock int8u
|
17292
|
+
184 ApertureLock int8u
|
17293
|
+
186 CmdDialsReverseRotation int8u
|
17294
|
+
191 UseDialWithoutHold? int8u
|
17295
|
+
193 ReverseIndicators? int8u
|
17296
|
+
195 MovieFunc1Button int8u
|
17297
|
+
199 MovieFunc2Button int8u
|
17298
|
+
203 MovieAF-OnButton int8u
|
17299
|
+
207 MovieMultiSelector? int8u
|
17300
|
+
215 MovieLensControlRing int8u
|
17301
|
+
221 MovieAFSpeed int8u
|
17302
|
+
223 MovieAFSpeedApply int8u
|
17303
|
+
225 MovieAFTrackingSensitivity int8u
|
17304
|
+
279 LCDIllumination? int8u
|
17305
|
+
280 ExtendedShutterSpeeds int8u
|
17306
|
+
281 SubjectMotion int8u
|
17307
|
+
283 FocusPointPersistence int8u
|
17308
|
+
285 AutoFocusModeRestrictions? int8u
|
17309
|
+
289 CHModeShootingSpeed int8u
|
17310
|
+
293.1 LimitReleaseModeSelCL? int8u & 0x02
|
17311
|
+
293.2 LimitReleaseModeSelCH? int8u & 0x04
|
17312
|
+
293.3 LimitReleaseModeSelC30? int8u & 0x10
|
17313
|
+
293.4 LimitReleaseModeSelC120? int8u & 0x40
|
17314
|
+
293.5 LimitReleaseModeSelSelf? int8u & 0x80
|
17315
|
+
297 FlashBurstPriority? int8u
|
17316
|
+
301 VerticalFuncButton int8u
|
17317
|
+
305 Func3Button int8u
|
17318
|
+
309 VerticalAFOnButton int8u
|
17319
|
+
317 VerticalMultiSelectorPlaybackMode? int8u
|
17320
|
+
319 MovieFunc3Button int8u
|
17321
|
+
359 LimitAF-AreaModeSelDynamic_S? int8u
|
17322
|
+
360 LimitAF-AreaModeSelDynamic_M? int8u
|
17323
|
+
361 LimitAF-AreaModeSelDynamic_L? int8u
|
17324
|
+
363 LimitAF-AreaModeSel3DTracking? int8u
|
17325
|
+
365 PlaybackFlickUp? int8u
|
17326
|
+
369 PlaybackFlickDown? int8u
|
17327
|
+
373 ISOStepSize int8u
|
17328
|
+
379 ReverseFocusRing int8u
|
17329
|
+
380 EVFImageFrame? int8u
|
17330
|
+
381 EVFGrid? int8u
|
17331
|
+
383 VirtualHorizonStyle? int8u
|
17332
|
+
397 Func4Button? int8u
|
17333
|
+
403 AudioButton? int8u
|
17334
|
+
405 QualityButton? int8u
|
17335
|
+
423 VerticalMultiSelector? int8u
|
17336
|
+
445 Func1ButtonPlaybackMode? int8u
|
17337
|
+
447 Func2ButtonPlaybackMode? int8u
|
17338
|
+
449 Func3ButtonPlaybackMode? int8u
|
17339
|
+
455 Func4ButtonPlaybackMode? int8u
|
17340
|
+
461 MovieRecordButtonPlaybackMode? int8u
|
17341
|
+
463 VerticalFuncButtonPlaybackMode? int8u
|
17342
|
+
465 AudioButtonPlaybackMode? int8u
|
17343
|
+
471 QualityButtonPlaybackMode? int8u
|
17344
|
+
477 WhiteBalanceButtonPlaybackMode? int8u
|
17345
|
+
483 CommandDialPlaybackMode? int8u
|
17346
|
+
487 SubCommandDialPlaybackMode? int8u
|
17347
|
+
491 FocusPointLock? int8u
|
17348
|
+
493 ControlRingResponse int8u
|
17349
|
+
505 VerticalMovieFuncButton? int8u
|
17350
|
+
529 VerticalMovieAFOnButton? int8u
|
17351
|
+
539 MovieAFAreaMode? int8u
|
17352
|
+
551 HDMIViewAssist? int8u
|
17353
|
+
553 ZebraPatternToneRange? int8u
|
17354
|
+
555 MovieZebraPattern? int8u
|
17355
|
+
557 MovieHighlightDisplayThreshold? int8u
|
17356
|
+
559 MovieMidtoneDisplayValue? int8u
|
17357
|
+
561 MovieMidtoneDisplayRange? int8u~
|
17358
|
+
565 MovieEVFGrid? int8u
|
17359
|
+
573 MovieShutterSpeedLock? int8u
|
17360
|
+
574 MovieFocusPointLock? int8u
|
17361
|
+
587 MatrixMetering? int8u
|
17362
|
+
588 AF-CFocusDisplay int8u
|
17363
|
+
589 FocusPeakingDisplay? int8u
|
17364
|
+
591 KeepExposure int8u
|
17365
|
+
609 StarlightView? int8u
|
17366
|
+
611 EVFWarmDisplayMode? int8u
|
17367
|
+
613 EVFWarmDisplayBrightness? int8s
|
17368
|
+
615 EVFReleaseIndicator? int8u
|
17369
|
+
625 MovieApertureLock? int8u
|
17370
|
+
631 FlickAdvanceDirection? int8u
|
17371
|
+
|
16951
17372
|
=head2 NikonCapture Tags
|
16952
17373
|
|
16953
17374
|
This information is written by the Nikon Capture software in tag 0x0e01 of
|
@@ -19872,6 +20293,7 @@ MakerNotes.
|
|
19872
20293
|
0x9050 Tag9050a Sony Tag9050a
|
19873
20294
|
Tag9050b Sony Tag9050b
|
19874
20295
|
Tag9050c Sony Tag9050c
|
20296
|
+
Tag9050d Sony Tag9050d
|
19875
20297
|
0x9400 Tag9400a Sony Tag9400a
|
19876
20298
|
Tag9400b Sony Tag9400b
|
19877
20299
|
Tag9400c Sony Tag9400c
|
@@ -20976,6 +21398,18 @@ Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
|
|
20976
21398
|
136 InternalSerialNumber int8u[6]~
|
20977
21399
|
138 InternalSerialNumber int8u[6]~
|
20978
21400
|
|
21401
|
+
=head3 Sony Tag9050d Tags
|
21402
|
+
|
21403
|
+
Valid for ILCE-6700/ZV-E1.
|
21404
|
+
|
21405
|
+
Index1 Tag Name Writable
|
21406
|
+
------ -------- --------
|
21407
|
+
10 ShutterCount int32u
|
21408
|
+
26 SonyExposureTime int16u
|
21409
|
+
28 SonyFNumber int16u
|
21410
|
+
31 ReleaseMode2 int8u
|
21411
|
+
56 InternalSerialNumber int8u[6]~
|
21412
|
+
|
20979
21413
|
=head3 Sony Tag9400a Tags
|
20980
21414
|
|
20981
21415
|
Valid for many DSC, NEX and SLT models
|
@@ -21169,6 +21603,7 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
|
|
21169
21603
|
Index1 Tag Name Writable
|
21170
21604
|
------ -------- --------
|
21171
21605
|
5 BatteryTemperature int8u
|
21606
|
+
BatteryLevel int8u
|
21172
21607
|
6 BatteryLevelGrip1 int8u
|
21173
21608
|
7 BatteryLevel int8u
|
21174
21609
|
8 BatteryLevelGrip2 int8u
|
@@ -21373,7 +21808,7 @@ E-mount models.
|
|
21373
21808
|
|
21374
21809
|
=head3 Sony Tag9416 Tags
|
21375
21810
|
|
21376
|
-
Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
|
21811
|
+
Valid for the ILCE-1/6700/7M4/7RM5/7SM3, ILME-FX3/FX30, ZV-E1.
|
21377
21812
|
|
21378
21813
|
Index1 Tag Name Writable
|
21379
21814
|
------ -------- --------
|
@@ -21398,7 +21833,10 @@ Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
|
|
21398
21833
|
117 MaxFocalLength no
|
21399
21834
|
2191 VignettingCorrParams no
|
21400
21835
|
2193 VignettingCorrParams no
|
21401
|
-
|
21836
|
+
2205 VignettingCorrParams no
|
21837
|
+
2229 APS-CSizeCapture no
|
21838
|
+
2231 APS-CSizeCapture no
|
21839
|
+
2277 APS-CSizeCapture no
|
21402
21840
|
2324 ChromaticAberrationCorrParams no
|
21403
21841
|
2326 ChromaticAberrationCorrParams no
|
21404
21842
|
2373 ChromaticAberrationCorrParams no
|
@@ -22460,6 +22898,10 @@ UserDefined properties.
|
|
22460
22898
|
0x0013 SharedDoc no
|
22461
22899
|
0x0016 HyperlinksChanged no
|
22462
22900
|
0x0017 AppVersion no
|
22901
|
+
0x001a ContentType no
|
22902
|
+
0x001b ContentStatus no
|
22903
|
+
0x001c Language no
|
22904
|
+
0x001d DocVersion no
|
22463
22905
|
'_PID_HLINKS' Hyperlinks no
|
22464
22906
|
'_PID_LINKBASE' HyperlinkBase no
|
22465
22907
|
|
@@ -28424,6 +28866,7 @@ changed via the config file.
|
|
28424
28866
|
'com.android.version' AndroidVersion yes
|
28425
28867
|
'com.apple.photos.captureMode' CaptureMode yes
|
28426
28868
|
'comment' Comment yes
|
28869
|
+
'content.identifier' ContentIdentifier yes
|
28427
28870
|
'copyright' Copyright yes
|
28428
28871
|
'creationdate' CreationDate yes
|
28429
28872
|
'description' Description yes
|
@@ -28635,9 +29078,10 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
28635
29078
|
'akID' AppleStoreAccountType int8s
|
28636
29079
|
'albm' Album string/
|
28637
29080
|
'apID' AppleStoreAccount string
|
28638
|
-
'atID'
|
29081
|
+
'atID' ArtistID int32s
|
28639
29082
|
'auth' Author string
|
28640
29083
|
'catg' Category string
|
29084
|
+
'cmID' ComposerID string
|
28641
29085
|
'cnID' AppleStoreCatalogID int32s
|
28642
29086
|
'covr' CoverArt string
|
28643
29087
|
'cpil' Compilation int8s
|
@@ -28662,7 +29106,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
28662
29106
|
'pcst' Podcast int8s
|
28663
29107
|
'perf' Performer string
|
28664
29108
|
'pgap' PlayGap int8s
|
28665
|
-
'plID'
|
29109
|
+
'plID' AlbumID int32s[2]
|
28666
29110
|
'prID' ProductID string
|
28667
29111
|
'purd' PurchaseDate string
|
28668
29112
|
'purl' PodcastURL string
|