exiftool_vendored 12.80.0 → 12.82.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/Changes +44 -0
- data/bin/MANIFEST +4 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +3 -2
- data/bin/exiftool +35 -13
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +44 -31
- data/bin/lib/Image/ExifTool/CanonVRD.pm +2 -2
- data/bin/lib/Image/ExifTool/FujiFilm.pm +20 -7
- data/bin/lib/Image/ExifTool/GM.pm +543 -0
- data/bin/lib/Image/ExifTool/Geolocation.pm +332 -149
- data/bin/lib/Image/ExifTool/Geotag.pm +9 -4
- data/bin/lib/Image/ExifTool/M2TS.pm +32 -4
- data/bin/lib/Image/ExifTool/MakerNotes.pm +2 -2
- data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +331 -22
- data/bin/lib/Image/ExifTool/NikonCustom.pm +55 -1
- data/bin/lib/Image/ExifTool/Olympus.pm +1 -0
- data/bin/lib/Image/ExifTool/OpenEXR.pm +21 -3
- data/bin/lib/Image/ExifTool/PNG.pm +3 -3
- data/bin/lib/Image/ExifTool/QuickTime.pm +40 -24
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +61 -30
- data/bin/lib/Image/ExifTool/README +2 -0
- data/bin/lib/Image/ExifTool/Sony.pm +1 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +4815 -4775
- data/bin/lib/Image/ExifTool/TagNames.pod +931 -617
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +30 -8
- data/bin/lib/Image/ExifTool/Writer.pl +10 -4
- data/bin/lib/Image/ExifTool/XMP.pm +4 -2
- data/bin/lib/Image/ExifTool.pm +77 -41
- data/bin/lib/Image/ExifTool.pod +24 -11
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +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
|
15
|
+
They contain a total of 27840 tags, with 17432 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
|
@@ -7940,15 +7940,6 @@ Pentax lens information structure for models such as the *istD.
|
|
7940
7940
|
0 LensType int8u[2]
|
7941
7941
|
3 LensData Pentax LensData
|
7942
7942
|
|
7943
|
-
=head3 Pentax LensInfo2 Tags
|
7944
|
-
|
7945
|
-
Pentax lens information structure for models such as the K10D and K20D.
|
7946
|
-
|
7947
|
-
Index1 Tag Name Writable
|
7948
|
-
------ -------- --------
|
7949
|
-
0 LensType int8u[4]
|
7950
|
-
4 LensData Pentax LensData
|
7951
|
-
|
7952
7943
|
=head3 Pentax LensData Tags
|
7953
7944
|
|
7954
7945
|
Pentax lens data information. Some of these tags require interesting binary
|
@@ -7979,6 +7970,15 @@ gymnastics to decode them into useful values.
|
|
7979
7970
|
15 LC14? int8u
|
7980
7971
|
16 LC15? int8u
|
7981
7972
|
|
7973
|
+
=head3 Pentax LensInfo2 Tags
|
7974
|
+
|
7975
|
+
Pentax lens information structure for models such as the K10D and K20D.
|
7976
|
+
|
7977
|
+
Index1 Tag Name Writable
|
7978
|
+
------ -------- --------
|
7979
|
+
0 LensType int8u[4]
|
7980
|
+
4 LensData Pentax LensData
|
7981
|
+
|
7982
7982
|
=head3 Pentax LensInfo3 Tags
|
7983
7983
|
|
7984
7984
|
Pentax lens information structure for 645D.
|
@@ -13165,8 +13165,9 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
13165
13165
|
0x104d CropMode int16u
|
13166
13166
|
0x104e ColorChromeFXBlue int32s
|
13167
13167
|
0x1050 ShutterType int16u
|
13168
|
-
0x1051
|
13169
|
-
0x1052
|
13168
|
+
0x1051 CropFlag int8u
|
13169
|
+
0x1052 CropTopLeft int32u
|
13170
|
+
0x1053 CropSize int32u
|
13170
13171
|
0x1100 AutoBracketing int16u
|
13171
13172
|
0x1101 SequenceNumber int16u
|
13172
13173
|
0x1103 DriveSettings FujiFilm DriveSettings
|
@@ -13235,7 +13236,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
13235
13236
|
0.2 PreAF int32u & 0xf0
|
13236
13237
|
0.3 AFAreaMode int32u & 0xf00
|
13237
13238
|
0.4 AFAreaPointSize int32u & 0xf000
|
13238
|
-
0.5 AFAreaZoneSize int32u &
|
13239
|
+
0.5 AFAreaZoneSize int32u & 0xff0000
|
13239
13240
|
|
13240
13241
|
=head3 FujiFilm AFCSettings Tags
|
13241
13242
|
|
@@ -16468,6 +16469,7 @@ These tags are extracted from encrypted data in images from the Z8.
|
|
16468
16469
|
0 ShotInfoVersion no
|
16469
16470
|
4 FirmwareVersion no
|
16470
16471
|
48 SequenceOffset Nikon SeqInfoZ9
|
16472
|
+
128 AutoCaptureOffset Nikon AutoCaptureInfo
|
16471
16473
|
132 OrientOffset Nikon OrientationInfo
|
16472
16474
|
140 MenuOffset Nikon MenuInfoZ8
|
16473
16475
|
|
@@ -16478,133 +16480,282 @@ These tags are extracted from encrypted data in images from the Z8.
|
|
16478
16480
|
32 FocusShiftShooting int8u~
|
16479
16481
|
40 IntervalShooting int16u~
|
16480
16482
|
|
16483
|
+
=head3 Nikon AutoCaptureInfo Tags
|
16484
|
+
|
16485
|
+
Index1 Tag Name Writable
|
16486
|
+
------ -------- --------
|
16487
|
+
0 AutoCapturedFrame int8u
|
16488
|
+
1 AutoCaptureCriteria int8u~
|
16489
|
+
55 AutoCaptureRecordingTime int8u
|
16490
|
+
56 AutoCaptureWaitTime int8u
|
16491
|
+
74 AutoCaptureDistanceFar int8u~
|
16492
|
+
78 AutoCaptureDistanceNear int8u~
|
16493
|
+
95 AutoCaptureCriteriaMotionDirection int8u~
|
16494
|
+
99 AutoCaptureCriteriaMotionSpeed int8u
|
16495
|
+
100 AutoCaptureCriteriaMotionSize int8u
|
16496
|
+
105 AutoCaptureCriteriaSubjectSize int8u
|
16497
|
+
106 AutoCaptureCriteriaSubjectType int8u
|
16498
|
+
|
16481
16499
|
=head3 Nikon MenuInfoZ8 Tags
|
16482
16500
|
|
16483
16501
|
Index1 Tag Name Writable
|
16484
16502
|
------ -------- --------
|
16485
16503
|
16 MenuSettingsOffsetZ8 Nikon MenuSettingsZ8
|
16504
|
+
MenuSettingsOffsetZ8v2 -
|
16505
|
+
Nikon MenuSettingsZ8v2
|
16486
16506
|
|
16487
16507
|
=head3 Nikon MenuSettingsZ8 Tags
|
16488
16508
|
|
16489
16509
|
These tags are used by the Z8 firmware 1.00.
|
16490
16510
|
|
16491
|
-
Index1
|
16492
|
-
|
16493
|
-
|
16494
|
-
|
16495
|
-
|
16496
|
-
|
16497
|
-
|
16498
|
-
|
16499
|
-
|
16500
|
-
|
16501
|
-
|
16502
|
-
|
16503
|
-
|
16504
|
-
|
16505
|
-
|
16506
|
-
|
16507
|
-
|
16508
|
-
|
16509
|
-
|
16510
|
-
|
16511
|
-
|
16512
|
-
|
16513
|
-
|
16514
|
-
|
16515
|
-
|
16516
|
-
|
16517
|
-
|
16518
|
-
|
16519
|
-
|
16520
|
-
|
16521
|
-
|
16522
|
-
|
16523
|
-
|
16524
|
-
|
16525
|
-
|
16526
|
-
|
16527
|
-
|
16528
|
-
|
16529
|
-
|
16530
|
-
|
16531
|
-
|
16532
|
-
|
16533
|
-
|
16534
|
-
|
16535
|
-
|
16536
|
-
|
16537
|
-
|
16538
|
-
|
16539
|
-
|
16540
|
-
|
16541
|
-
|
16542
|
-
|
16543
|
-
|
16544
|
-
|
16545
|
-
|
16546
|
-
|
16547
|
-
|
16548
|
-
|
16549
|
-
|
16550
|
-
|
16551
|
-
|
16552
|
-
|
16553
|
-
|
16554
|
-
|
16555
|
-
|
16556
|
-
|
16557
|
-
|
16558
|
-
|
16559
|
-
|
16560
|
-
|
16561
|
-
|
16562
|
-
|
16563
|
-
|
16564
|
-
|
16565
|
-
|
16566
|
-
|
16567
|
-
|
16568
|
-
|
16569
|
-
|
16570
|
-
|
16571
|
-
|
16572
|
-
|
16573
|
-
|
16574
|
-
|
16575
|
-
|
16576
|
-
|
16577
|
-
|
16578
|
-
|
16579
|
-
|
16580
|
-
|
16581
|
-
|
16582
|
-
|
16583
|
-
|
16584
|
-
|
16585
|
-
|
16586
|
-
|
16587
|
-
|
16588
|
-
|
16589
|
-
|
16590
|
-
|
16591
|
-
|
16592
|
-
|
16593
|
-
|
16594
|
-
|
16595
|
-
|
16596
|
-
|
16597
|
-
|
16598
|
-
|
16599
|
-
|
16600
|
-
|
16601
|
-
|
16602
|
-
|
16603
|
-
|
16604
|
-
|
16605
|
-
|
16606
|
-
|
16607
|
-
|
16511
|
+
Index1 Tag Name Writable
|
16512
|
+
------ -------- --------
|
16513
|
+
72 HighFrameRate int8u
|
16514
|
+
152 MultipleExposureMode int8u
|
16515
|
+
154 MultiExposureShots int8u
|
16516
|
+
184 IntervalDurationHours int32u
|
16517
|
+
188 IntervalDurationMinutes int32u
|
16518
|
+
192 IntervalDurationSeconds int32u
|
16519
|
+
200 Intervals int32u
|
16520
|
+
204 ShotsPerInterval int32u
|
16521
|
+
208 IntervalExposureSmoothing int8u
|
16522
|
+
210 IntervalPriority int8u
|
16523
|
+
244 FocusShiftNumberShots int8u
|
16524
|
+
248 FocusShiftStepWidth int8u
|
16525
|
+
252 FocusShiftInterval int8u~
|
16526
|
+
256 FocusShiftExposureLock? int8u
|
16527
|
+
286 PhotoShootingMenuBank int8u
|
16528
|
+
288 ExtendedMenuBanks int8u
|
16529
|
+
324 PhotoShootingMenuBankImageArea int8u
|
16530
|
+
338 AutoISO int8u
|
16531
|
+
340 ISOAutoHiLimit? int16u
|
16532
|
+
342 ISOAutoFlashLimit? int16u
|
16533
|
+
350 ISOAutoShutterTime no
|
16534
|
+
432 MovieVignetteControl? int8u
|
16535
|
+
434 DiffractionCompensation int8u
|
16536
|
+
436 FlickerReductionShooting int8u
|
16537
|
+
440 FlashControlMode int8u
|
16538
|
+
548 AFAreaMode int8u
|
16539
|
+
550 VRMode int8u
|
16540
|
+
554 BracketSet int8u
|
16541
|
+
556 BracketProgram int8u
|
16542
|
+
558 BracketIncrement int8u
|
16543
|
+
570 HDR int8u
|
16544
|
+
576 SecondarySlotFunction int8u
|
16545
|
+
582 HDRLevel int8u
|
16546
|
+
586 Slot2JpgSize? int8u
|
16547
|
+
592 DXCropAlert int8u
|
16548
|
+
594 SubjectDetection int8u
|
16549
|
+
596 DynamicAFAreaSize int8u
|
16550
|
+
618 ToneMap? int8u
|
16551
|
+
622 PortraitImpressionBalance int8u
|
16552
|
+
636 HighFrequencyFlickerReduction? int8u
|
16553
|
+
730 MovieImageArea? int8u & 0x01
|
16554
|
+
740 MovieType? int8u
|
16555
|
+
742 MovieISOAutoHiLimit? int16u
|
16556
|
+
744 MovieISOAutoControlManualMode? int8u
|
16557
|
+
746 MovieISOAutoManualMode? int16u
|
16558
|
+
820 MovieActiveD-Lighting? int8u
|
16559
|
+
822 MovieHighISONoiseReduction? int8u
|
16560
|
+
828 MovieFlickerReduction int8u
|
16561
|
+
830 MovieMeteringMode? int8u
|
16562
|
+
832 MovieFocusMode? int8u
|
16563
|
+
834 MovieAFAreaMode int8u
|
16564
|
+
836 MovieVRMode? int8u
|
16565
|
+
840 MovieElectronicVR? int8u
|
16566
|
+
842 MovieSoundRecording? int8u
|
16567
|
+
844 MicrophoneSensitivity? int8u
|
16568
|
+
846 MicrophoneAttenuator? int8u
|
16569
|
+
848 MicrophoneFrequencyResponse? int8u
|
16570
|
+
850 WindNoiseReduction? int8u
|
16571
|
+
882 MovieFrameSize? int8u
|
16572
|
+
884 MovieFrameRate? int8u
|
16573
|
+
886 MicrophoneJackPower? int8u
|
16574
|
+
887 MovieDXCropAlert? int8u
|
16575
|
+
888 MovieSubjectDetection? int8u
|
16576
|
+
896 MovieHighResZoom? int8u
|
16577
|
+
943 CustomSettingsZ8 NikonCustom SettingsZ8
|
16578
|
+
1684 TimeZone int8u
|
16579
|
+
1690 MonitorBrightness? int8u
|
16580
|
+
1698 Language? int8u
|
16581
|
+
1712 AFFineTune? int8u
|
16582
|
+
1716 NonCPULens1FocalLength? int16u~
|
16583
|
+
1718 NonCPULens2FocalLength? int16u~
|
16584
|
+
1720 NonCPULens3FocalLength? int16u~
|
16585
|
+
1722 NonCPULens4FocalLength? int16u~
|
16586
|
+
1724 NonCPULens5FocalLength? int16u~
|
16587
|
+
1726 NonCPULens6FocalLength? int16u~
|
16588
|
+
1728 NonCPULens7FocalLength? int16u~
|
16589
|
+
1730 NonCPULens8FocalLength? int16u~
|
16590
|
+
1732 NonCPULens9FocalLength? int16u~
|
16591
|
+
1734 NonCPULens10FocalLength? int16u~
|
16592
|
+
1736 NonCPULens11FocalLength? int16u~
|
16593
|
+
1738 NonCPULens12FocalLength? int16u~
|
16594
|
+
1740 NonCPULens13FocalLength? int16u~
|
16595
|
+
1742 NonCPULens14FocalLength? int16u~
|
16596
|
+
1744 NonCPULens15FocalLength? int16u~
|
16597
|
+
1746 NonCPULens16FocalLength? int16u~
|
16598
|
+
1748 NonCPULens17FocalLength? int16u~
|
16599
|
+
1750 NonCPULens18FocalLength? int16u~
|
16600
|
+
1752 NonCPULens19FocalLength? int16u~
|
16601
|
+
1754 NonCPULens20FocalLength? int16u~
|
16602
|
+
1756 NonCPULens1MaxAperture? int16u
|
16603
|
+
1758 NonCPULens2MaxAperture? int16u
|
16604
|
+
1760 NonCPULens3MaxAperture? int16u
|
16605
|
+
1762 NonCPULens4MaxAperture? int16u
|
16606
|
+
1764 NonCPULens5MaxAperture? int16u
|
16607
|
+
1766 NonCPULens6MaxAperture? int16u
|
16608
|
+
1768 NonCPULens7MaxAperture? int16u
|
16609
|
+
1770 NonCPULens8MaxAperture? int16u
|
16610
|
+
1772 NonCPULens9MaxAperture? int16u
|
16611
|
+
1774 NonCPULens10MaxAperture? int16u
|
16612
|
+
1776 NonCPULens11MaxAperture? int16u
|
16613
|
+
1778 NonCPULens12MaxAperture? int16u
|
16614
|
+
1780 NonCPULens13MaxAperture? int16u
|
16615
|
+
1782 NonCPULens14MaxAperture? int16u
|
16616
|
+
1784 NonCPULens15MaxAperture? int16u
|
16617
|
+
1786 NonCPULens16MaxAperture? int16u
|
16618
|
+
1788 NonCPULens17MaxAperture? int16u
|
16619
|
+
1790 NonCPULens18MaxAperture? int16u
|
16620
|
+
1792 NonCPULens19MaxAperture? int16u
|
16621
|
+
1794 NonCPULens20MaxAperture? int16u
|
16622
|
+
1808 HDMIOutputResolution int8u
|
16623
|
+
1826 AirplaneMode? int8u
|
16624
|
+
1827 EmptySlotRelease? int8u
|
16625
|
+
1862 EnergySavingMode? int8u
|
16626
|
+
1890 USBPowerDelivery? int8u
|
16627
|
+
1899 SensorShield? int8u
|
16628
|
+
|
16629
|
+
=head3 Nikon MenuSettingsZ8v2 Tags
|
16630
|
+
|
16631
|
+
These tags are used by the Z8 firmware 1.00.
|
16632
|
+
|
16633
|
+
Index1 Tag Name Writable
|
16634
|
+
------ -------- --------
|
16635
|
+
72 HighFrameRate int8u
|
16636
|
+
152 MultipleExposureMode int8u
|
16637
|
+
154 MultiExposureShots int8u
|
16638
|
+
184 IntervalDurationHours int32u
|
16639
|
+
188 IntervalDurationMinutes int32u
|
16640
|
+
192 IntervalDurationSeconds int32u
|
16641
|
+
200 Intervals int32u
|
16642
|
+
204 ShotsPerInterval int32u
|
16643
|
+
208 IntervalExposureSmoothing int8u
|
16644
|
+
210 IntervalPriority int8u
|
16645
|
+
244 FocusShiftNumberShots int8u
|
16646
|
+
248 FocusShiftStepWidth int8u
|
16647
|
+
252 FocusShiftInterval int8u~
|
16648
|
+
256 FocusShiftExposureLock? int8u
|
16649
|
+
286 PhotoShootingMenuBank int8u
|
16650
|
+
288 ExtendedMenuBanks int8u
|
16651
|
+
324 PhotoShootingMenuBankImageArea int8u
|
16652
|
+
338 AutoISO int8u
|
16653
|
+
340 ISOAutoHiLimit? int16u
|
16654
|
+
342 ISOAutoFlashLimit? int16u
|
16655
|
+
350 ISOAutoShutterTime no
|
16656
|
+
432 MovieVignetteControl? int8u
|
16657
|
+
434 DiffractionCompensation int8u
|
16658
|
+
436 FlickerReductionShooting int8u
|
16659
|
+
440 FlashControlMode int8u
|
16660
|
+
548 AFAreaMode int8u
|
16661
|
+
550 VRMode int8u
|
16662
|
+
554 BracketSet int8u
|
16663
|
+
556 BracketProgram int8u
|
16664
|
+
558 BracketIncrement int8u
|
16665
|
+
570 HDR int8u
|
16666
|
+
576 SecondarySlotFunction int8u
|
16667
|
+
582 HDRLevel int8u
|
16668
|
+
586 Slot2JpgSize? int8u
|
16669
|
+
592 DXCropAlert int8u
|
16670
|
+
594 SubjectDetection int8u
|
16671
|
+
596 DynamicAFAreaSize int8u
|
16672
|
+
618 ToneMap? int8u
|
16673
|
+
622 PortraitImpressionBalance int8u
|
16674
|
+
636 HighFrequencyFlickerReduction? int8u
|
16675
|
+
730 MovieImageArea? int8u & 0x01
|
16676
|
+
740 MovieType? int8u
|
16677
|
+
742 MovieISOAutoHiLimit? int16u
|
16678
|
+
744 MovieISOAutoControlManualMode? int8u
|
16679
|
+
746 MovieISOAutoManualMode? int16u
|
16680
|
+
820 MovieActiveD-Lighting? int8u
|
16681
|
+
822 MovieHighISONoiseReduction? int8u
|
16682
|
+
828 MovieFlickerReduction int8u
|
16683
|
+
830 MovieMeteringMode? int8u
|
16684
|
+
832 MovieFocusMode? int8u
|
16685
|
+
834 MovieAFAreaMode int8u
|
16686
|
+
836 MovieVRMode? int8u
|
16687
|
+
840 MovieElectronicVR? int8u
|
16688
|
+
842 MovieSoundRecording? int8u
|
16689
|
+
844 MicrophoneSensitivity? int8u
|
16690
|
+
846 MicrophoneAttenuator? int8u
|
16691
|
+
848 MicrophoneFrequencyResponse? int8u
|
16692
|
+
850 WindNoiseReduction? int8u
|
16693
|
+
878 MovieFrameSize? int8u
|
16694
|
+
880 MovieFrameRate? int8u
|
16695
|
+
886 MicrophoneJackPower? int8u
|
16696
|
+
887 MovieDXCropAlert? int8u
|
16697
|
+
888 MovieSubjectDetection? int8u
|
16698
|
+
896 MovieHighResZoom? int8u
|
16699
|
+
943 CustomSettingsZ8 NikonCustom SettingsZ8
|
16700
|
+
1698 Language? int8u
|
16701
|
+
1700 TimeZone int8u
|
16702
|
+
1706 MonitorBrightness? int8u
|
16703
|
+
1728 AFFineTune? int8u
|
16704
|
+
1732 NonCPULens1FocalLength? int16u~
|
16705
|
+
1734 NonCPULens2FocalLength? int16u~
|
16706
|
+
1736 NonCPULens3FocalLength? int16u~
|
16707
|
+
1738 NonCPULens4FocalLength? int16u~
|
16708
|
+
1740 NonCPULens5FocalLength? int16u~
|
16709
|
+
1742 NonCPULens6FocalLength? int16u~
|
16710
|
+
1744 NonCPULens7FocalLength? int16u~
|
16711
|
+
1746 NonCPULens8FocalLength? int16u~
|
16712
|
+
1748 NonCPULens9FocalLength? int16u~
|
16713
|
+
1750 NonCPULens10FocalLength? int16u~
|
16714
|
+
1752 NonCPULens11FocalLength? int16u~
|
16715
|
+
1754 NonCPULens12FocalLength? int16u~
|
16716
|
+
1756 NonCPULens13FocalLength? int16u~
|
16717
|
+
1758 NonCPULens14FocalLength? int16u~
|
16718
|
+
1760 NonCPULens15FocalLength? int16u~
|
16719
|
+
1762 NonCPULens16FocalLength? int16u~
|
16720
|
+
1764 NonCPULens17FocalLength? int16u~
|
16721
|
+
1766 NonCPULens18FocalLength? int16u~
|
16722
|
+
1768 NonCPULens19FocalLength? int16u~
|
16723
|
+
1770 NonCPULens20FocalLength? int16u~
|
16724
|
+
1812 NonCPULens1MaxAperture? int32u~
|
16725
|
+
1816 NonCPULens2MaxAperture? int32u~
|
16726
|
+
1820 NonCPULens3MaxAperture? int32u~
|
16727
|
+
1824 HDMIOutputResolution int8u
|
16728
|
+
1828 NonCPULens5MaxAperture? int32u~
|
16729
|
+
1832 NonCPULens6MaxAperture? int32u~
|
16730
|
+
1836 NonCPULens7MaxAperture? int32u~
|
16731
|
+
1840 NonCPULens8MaxAperture? int32u~
|
16732
|
+
1842 AirplaneMode? int8u
|
16733
|
+
1843 EmptySlotRelease? int8u
|
16734
|
+
1844 NonCPULens9MaxAperture? int32u~
|
16735
|
+
1848 NonCPULens10MaxAperture? int32u~
|
16736
|
+
1852 NonCPULens11MaxAperture? int32u~
|
16737
|
+
1856 NonCPULens12MaxAperture? int32u~
|
16738
|
+
1860 NonCPULens13MaxAperture? int32u~
|
16739
|
+
1864 NonCPULens14MaxAperture? int32u~
|
16740
|
+
1868 NonCPULens15MaxAperture? int32u~
|
16741
|
+
1872 NonCPULens16MaxAperture? int32u~
|
16742
|
+
1876 NonCPULens17MaxAperture? int32u~
|
16743
|
+
1878 EnergySavingMode? int8u
|
16744
|
+
1880 NonCPULens18MaxAperture? int32u~
|
16745
|
+
1884 NonCPULens19MaxAperture? int32u~
|
16746
|
+
1888 NonCPULens20MaxAperture? int32u~
|
16747
|
+
1906 USBPowerDelivery? int8u
|
16748
|
+
1915 SensorShield? int8u
|
16749
|
+
2046 PixelShiftShooting int8u
|
16750
|
+
2048 PixelShiftNumberShots int8u
|
16751
|
+
2050 PixelShiftDelay int8u
|
16752
|
+
2052 PlaybackButton int8u
|
16753
|
+
2054 WBButton int8u
|
16754
|
+
2056 BracketButton int8u
|
16755
|
+
2058 LensFunc1ButtonPlaybackMode int8u
|
16756
|
+
2060 LensFunc2ButtonPlaybackMode int8u
|
16757
|
+
2062 PlaybackButtonPlaybackMode int8u
|
16758
|
+
2064 BracketButtonPlaybackMode int8u
|
16608
16759
|
|
16609
16760
|
=head3 Nikon ShotInfoZ9 Tags
|
16610
16761
|
|
@@ -16629,22 +16780,6 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
16629
16780
|
3050 AFAreaInitialWidth int8u
|
16630
16781
|
3051 AFAreaInitialHeight int8u
|
16631
16782
|
|
16632
|
-
=head3 Nikon AutoCaptureInfo Tags
|
16633
|
-
|
16634
|
-
Index1 Tag Name Writable
|
16635
|
-
------ -------- --------
|
16636
|
-
0 AutoCapturedFrame int8u
|
16637
|
-
1 AutoCaptureCriteria int8u~
|
16638
|
-
55 AutoCaptureRecordingTime int8u
|
16639
|
-
56 AutoCaptureWaitTime int8u
|
16640
|
-
74 AutoCaptureDistanceFar int8u~
|
16641
|
-
78 AutoCaptureDistanceNear int8u~
|
16642
|
-
95 AutoCaptureCriteriaMotionDirection int8u~
|
16643
|
-
99 AutoCaptureCriteriaMotionSpeed int8u
|
16644
|
-
100 AutoCaptureCriteriaMotionSize int8u
|
16645
|
-
105 AutoCaptureCriteriaSubjectSize int8u
|
16646
|
-
106 AutoCaptureCriteriaSubjectType int8u
|
16647
|
-
|
16648
16783
|
=head3 Nikon MenuInfoZ9 Tags
|
16649
16784
|
|
16650
16785
|
Index1 Tag Name Writable
|
@@ -16736,222 +16871,224 @@ These tags are used by the Z9.
|
|
16736
16871
|
|
16737
16872
|
These tags are used by the Z9 firmware 3.00.
|
16738
16873
|
|
16739
|
-
Index1
|
16740
|
-
|
16741
|
-
|
16742
|
-
|
16743
|
-
|
16744
|
-
|
16745
|
-
|
16746
|
-
|
16747
|
-
|
16748
|
-
|
16749
|
-
|
16750
|
-
|
16751
|
-
|
16752
|
-
|
16753
|
-
|
16754
|
-
|
16755
|
-
|
16756
|
-
|
16757
|
-
|
16758
|
-
|
16759
|
-
|
16760
|
-
|
16761
|
-
|
16762
|
-
|
16763
|
-
|
16764
|
-
|
16765
|
-
|
16766
|
-
|
16767
|
-
|
16768
|
-
|
16769
|
-
|
16770
|
-
|
16771
|
-
|
16772
|
-
|
16773
|
-
|
16774
|
-
|
16775
|
-
|
16776
|
-
|
16777
|
-
|
16778
|
-
|
16779
|
-
|
16780
|
-
|
16781
|
-
|
16782
|
-
|
16783
|
-
|
16784
|
-
|
16785
|
-
|
16786
|
-
|
16787
|
-
|
16788
|
-
|
16789
|
-
|
16790
|
-
|
16791
|
-
|
16792
|
-
|
16793
|
-
|
16794
|
-
|
16795
|
-
|
16796
|
-
|
16797
|
-
|
16798
|
-
|
16799
|
-
|
16800
|
-
|
16801
|
-
|
16802
|
-
|
16803
|
-
|
16804
|
-
|
16805
|
-
|
16806
|
-
|
16807
|
-
|
16808
|
-
|
16809
|
-
|
16810
|
-
|
16811
|
-
|
16812
|
-
|
16813
|
-
|
16814
|
-
|
16874
|
+
Index1 Tag Name Writable
|
16875
|
+
------ -------- --------
|
16876
|
+
72 HighFrameRate int8u
|
16877
|
+
154 MultipleExposureMode int8u
|
16878
|
+
156 MultiExposureShots int8u
|
16879
|
+
204 Intervals int32u
|
16880
|
+
208 ShotsPerInterval int32u
|
16881
|
+
248 FocusShiftNumberShots int8u
|
16882
|
+
252 FocusShiftStepWidth int8u
|
16883
|
+
256 FocusShiftInterval int8u~
|
16884
|
+
260 FocusShiftExposureLock? int8u
|
16885
|
+
290 PhotoShootingMenuBank int8u
|
16886
|
+
292 ExtendedMenuBanks int8u
|
16887
|
+
328 PhotoShootingMenuBankImageArea int8u
|
16888
|
+
342 AutoISO int8u
|
16889
|
+
344 ISOAutoHiLimit? int16u
|
16890
|
+
346 ISOAutoFlashLimit? int16u
|
16891
|
+
354 ISOAutoShutterTime no
|
16892
|
+
436 MovieVignetteControl? int8u
|
16893
|
+
438 DiffractionCompensation int8u
|
16894
|
+
440 FlickerReductionShooting int8u
|
16895
|
+
444 FlashControlMode int8u
|
16896
|
+
446 FlashMasterCompensation? int8s
|
16897
|
+
450 FlashGNDistance? no
|
16898
|
+
454 FlashOutput? int8u
|
16899
|
+
548 AFAreaMode int8u
|
16900
|
+
550 VRMode int8u
|
16901
|
+
554 BracketSet int8u
|
16902
|
+
556 BracketProgram int8u
|
16903
|
+
558 BracketIncrement int8u
|
16904
|
+
576 SecondarySlotFunction int8u
|
16905
|
+
592 DXCropAlert int8u
|
16906
|
+
594 SubjectDetection int8u
|
16907
|
+
596 DynamicAFAreaSize int8u
|
16908
|
+
636 HighFrequencyFlickerReduction? int8u
|
16909
|
+
646 MovieImageArea? int8u & 0x01
|
16910
|
+
656 MovieType? int8u
|
16911
|
+
658 MovieISOAutoHiLimit? int16u
|
16912
|
+
660 MovieISOAutoControlManualMode? int8u
|
16913
|
+
662 MovieISOAutoManualMode? int16u
|
16914
|
+
736 MovieActiveD-Lighting? int8u
|
16915
|
+
738 MovieHighISONoiseReduction? int8u
|
16916
|
+
744 MovieFlickerReduction int8u
|
16917
|
+
746 MovieMeteringMode? int8u
|
16918
|
+
748 MovieFocusMode? int8u
|
16919
|
+
750 MovieAFAreaMode int8u
|
16920
|
+
752 MovieVRMode? int8u
|
16921
|
+
756 MovieElectronicVR? int8u
|
16922
|
+
758 MovieSoundRecording? int8u
|
16923
|
+
760 MicrophoneSensitivity? int8u
|
16924
|
+
762 MicrophoneAttenuator? int8u
|
16925
|
+
764 MicrophoneFrequencyResponse? int8u
|
16926
|
+
766 WindNoiseReduction? int8u
|
16927
|
+
788 MovieToneMap? int8u
|
16928
|
+
794 MovieFrameSize? int8u
|
16929
|
+
796 MovieFrameRate? int8u
|
16930
|
+
802 MicrophoneJackPower? int8u
|
16931
|
+
803 MovieDXCropAlert? int8u
|
16932
|
+
804 MovieSubjectDetection? int8u
|
16933
|
+
812 MovieHighResZoom? int8u
|
16934
|
+
847 CustomSettingsZ9 NikonCustom SettingsZ9
|
16935
|
+
1474 Language? int8u
|
16936
|
+
1476 TimeZone int8u
|
16937
|
+
1482 MonitorBrightness? int8u
|
16938
|
+
1504 AFFineTune? int8u
|
16939
|
+
1600 HDMIOutputResolution int8u
|
16940
|
+
1613 SetClockFromLocationData? int8u
|
16941
|
+
1620 AirplaneMode? int8u
|
16942
|
+
1621 EmptySlotRelease? int8u
|
16943
|
+
1656 EnergySavingMode? int8u
|
16944
|
+
1680 RecordLocationData? int8u
|
16945
|
+
1684 USBPowerDelivery? int8u
|
16946
|
+
1693 SensorShield? int8u
|
16947
|
+
1754 FocusShiftAutoReset? int8u
|
16948
|
+
1810 PreReleaseBurstLength int8u
|
16949
|
+
1812 PostReleaseBurstLength int8u
|
16815
16950
|
|
16816
16951
|
=head3 Nikon MenuSettingsZ9v4 Tags
|
16817
16952
|
|
16818
|
-
These tags are used by the Z9 firmware
|
16819
|
-
|
16820
|
-
Index1
|
16821
|
-
|
16822
|
-
|
16823
|
-
|
16824
|
-
|
16825
|
-
|
16826
|
-
|
16827
|
-
|
16828
|
-
|
16829
|
-
|
16830
|
-
|
16831
|
-
|
16832
|
-
|
16833
|
-
|
16834
|
-
|
16835
|
-
|
16836
|
-
|
16837
|
-
|
16838
|
-
|
16839
|
-
|
16840
|
-
|
16841
|
-
|
16842
|
-
|
16843
|
-
|
16844
|
-
|
16845
|
-
|
16846
|
-
|
16847
|
-
|
16848
|
-
|
16849
|
-
|
16850
|
-
|
16851
|
-
|
16852
|
-
|
16853
|
-
|
16854
|
-
|
16855
|
-
|
16856
|
-
|
16857
|
-
|
16858
|
-
|
16859
|
-
|
16860
|
-
|
16861
|
-
|
16862
|
-
|
16863
|
-
|
16864
|
-
|
16865
|
-
|
16866
|
-
|
16867
|
-
|
16868
|
-
|
16869
|
-
|
16870
|
-
|
16871
|
-
|
16872
|
-
|
16873
|
-
|
16874
|
-
|
16875
|
-
|
16876
|
-
|
16877
|
-
|
16878
|
-
|
16879
|
-
|
16880
|
-
|
16881
|
-
|
16882
|
-
|
16883
|
-
|
16884
|
-
|
16885
|
-
|
16886
|
-
|
16887
|
-
|
16888
|
-
|
16889
|
-
|
16890
|
-
|
16891
|
-
|
16892
|
-
|
16893
|
-
|
16894
|
-
|
16895
|
-
|
16896
|
-
|
16897
|
-
|
16898
|
-
|
16899
|
-
|
16900
|
-
|
16901
|
-
|
16902
|
-
|
16903
|
-
|
16904
|
-
|
16905
|
-
|
16906
|
-
|
16907
|
-
|
16908
|
-
|
16909
|
-
|
16910
|
-
|
16911
|
-
|
16912
|
-
|
16913
|
-
|
16914
|
-
|
16915
|
-
|
16916
|
-
|
16917
|
-
|
16918
|
-
|
16919
|
-
|
16920
|
-
|
16921
|
-
|
16922
|
-
|
16923
|
-
|
16924
|
-
|
16925
|
-
|
16926
|
-
|
16927
|
-
|
16928
|
-
|
16929
|
-
|
16930
|
-
|
16931
|
-
|
16932
|
-
|
16933
|
-
|
16934
|
-
|
16935
|
-
|
16936
|
-
|
16937
|
-
|
16938
|
-
|
16939
|
-
|
16940
|
-
|
16941
|
-
|
16942
|
-
|
16943
|
-
|
16944
|
-
|
16945
|
-
|
16946
|
-
|
16947
|
-
|
16948
|
-
|
16949
|
-
|
16950
|
-
|
16951
|
-
|
16952
|
-
|
16953
|
-
|
16954
|
-
|
16953
|
+
These tags are used by the Z9 firmware 4.0.0 and 4.1.0
|
16954
|
+
|
16955
|
+
Index1 Tag Name Writable
|
16956
|
+
------ -------- --------
|
16957
|
+
72 HighFrameRate int8u
|
16958
|
+
154 MultipleExposureMode int8u
|
16959
|
+
156 MultiExposureShots int8u
|
16960
|
+
204 Intervals int32u
|
16961
|
+
208 ShotsPerInterval int32u
|
16962
|
+
248 FocusShiftNumberShots int8u
|
16963
|
+
252 FocusShiftStepWidth int8u
|
16964
|
+
256 FocusShiftInterval int8u~
|
16965
|
+
260 FocusShiftExposureLock? int8u
|
16966
|
+
290 PhotoShootingMenuBank int8u
|
16967
|
+
292 ExtendedMenuBanks int8u
|
16968
|
+
328 PhotoShootingMenuBankImageArea int8u
|
16969
|
+
342 AutoISO int8u
|
16970
|
+
344 ISOAutoHiLimit? int16u
|
16971
|
+
346 ISOAutoFlashLimit? int16u
|
16972
|
+
354 ISOAutoShutterTime no
|
16973
|
+
436 MovieVignetteControl? int8u
|
16974
|
+
438 DiffractionCompensation int8u
|
16975
|
+
440 FlickerReductionShooting int8u
|
16976
|
+
444 FlashControlMode int8u
|
16977
|
+
446 FlashMasterCompensation? int8s
|
16978
|
+
450 FlashGNDistance? no
|
16979
|
+
454 FlashOutput? int8u
|
16980
|
+
548 AFAreaMode int8u
|
16981
|
+
550 VRMode int8u
|
16982
|
+
554 BracketSet int8u
|
16983
|
+
556 BracketProgram int8u
|
16984
|
+
558 BracketIncrement int8u
|
16985
|
+
570 HDR int8u
|
16986
|
+
576 SecondarySlotFunction int8u
|
16987
|
+
582 HDRLevel int8u
|
16988
|
+
586 Slot2JpgSize? int8u
|
16989
|
+
592 DXCropAlert int8u
|
16990
|
+
594 SubjectDetection int8u
|
16991
|
+
596 DynamicAFAreaSize int8u
|
16992
|
+
636 HighFrequencyFlickerReduction? int8u
|
16993
|
+
646 MovieImageArea? int8u & 0x01
|
16994
|
+
656 MovieType? int8u
|
16995
|
+
658 MovieISOAutoHiLimit? int16u
|
16996
|
+
660 MovieISOAutoControlManualMode? int8u
|
16997
|
+
662 MovieISOAutoManualMode? int16u
|
16998
|
+
736 MovieActiveD-Lighting? int8u
|
16999
|
+
738 MovieHighISONoiseReduction? int8u
|
17000
|
+
744 MovieFlickerReduction int8u
|
17001
|
+
746 MovieMeteringMode? int8u
|
17002
|
+
748 MovieFocusMode? int8u
|
17003
|
+
750 MovieAFAreaMode int8u
|
17004
|
+
752 MovieVRMode? int8u
|
17005
|
+
756 MovieElectronicVR? int8u
|
17006
|
+
758 MovieSoundRecording? int8u
|
17007
|
+
760 MicrophoneSensitivity? int8u
|
17008
|
+
762 MicrophoneAttenuator? int8u
|
17009
|
+
764 MicrophoneFrequencyResponse? int8u
|
17010
|
+
766 WindNoiseReduction? int8u
|
17011
|
+
788 MovieToneMap? int8u
|
17012
|
+
794 MovieFrameSize? int8u
|
17013
|
+
796 MovieFrameRate? int8u
|
17014
|
+
802 MicrophoneJackPower? int8u
|
17015
|
+
803 MovieDXCropAlert? int8u
|
17016
|
+
804 MovieSubjectDetection? int8u
|
17017
|
+
812 MovieHighResZoom? int8u
|
17018
|
+
847 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
|
17019
|
+
1498 Language? int8u
|
17020
|
+
1500 TimeZone int8u
|
17021
|
+
1506 MonitorBrightness? int8u
|
17022
|
+
1528 AFFineTune? int8u
|
17023
|
+
1532 NonCPULens1FocalLength? int16s~
|
17024
|
+
1536 NonCPULens2FocalLength? int16s~
|
17025
|
+
1540 NonCPULens3FocalLength? int16s~
|
17026
|
+
1544 NonCPULens4FocalLength? int16s~
|
17027
|
+
1548 NonCPULens5FocalLength? int16s~
|
17028
|
+
1552 NonCPULens6FocalLength? int16s~
|
17029
|
+
1556 NonCPULens7FocalLength? int16s~
|
17030
|
+
1560 NonCPULens8FocalLength? int16s~
|
17031
|
+
1564 NonCPULens9FocalLength? int16s~
|
17032
|
+
1568 NonCPULens10FocalLength? int16s~
|
17033
|
+
1572 NonCPULens11FocalLength? int16s~
|
17034
|
+
1576 NonCPULens12FocalLength? int16s~
|
17035
|
+
1580 NonCPULens13FocalLength? int16s~
|
17036
|
+
1584 NonCPULens14FocalLength? int16s~
|
17037
|
+
1588 NonCPULens15FocalLength? int16s~
|
17038
|
+
1592 NonCPULens16FocalLength? int16s~
|
17039
|
+
1596 NonCPULens17FocalLength? int16s~
|
17040
|
+
1600 NonCPULens18FocalLength? int16s~
|
17041
|
+
1604 NonCPULens19FocalLength? int16s~
|
17042
|
+
1608 NonCPULens20FocalLength? int16s~
|
17043
|
+
1612 NonCPULens1MaxAperture? int16s~
|
17044
|
+
1616 NonCPULens2MaxAperture? int16s~
|
17045
|
+
1620 NonCPULens3MaxAperture? int16s~
|
17046
|
+
1624 NonCPULens4MaxAperture? int16s~
|
17047
|
+
1628 NonCPULens5MaxAperture? int16s~
|
17048
|
+
1632 NonCPULens6MaxAperture? int16s~
|
17049
|
+
1636 NonCPULens7MaxAperture? int16s~
|
17050
|
+
1640 NonCPULens8MaxAperture? int16s~
|
17051
|
+
1644 NonCPULens9MaxAperture? int16s~
|
17052
|
+
1648 NonCPULens10MaxAperture? int16s~
|
17053
|
+
1652 NonCPULens11MaxAperture? int16s~
|
17054
|
+
1656 NonCPULens12MaxAperture? int16s~
|
17055
|
+
1660 NonCPULens13MaxAperture? int16s~
|
17056
|
+
1664 NonCPULens14MaxAperture? int16s~
|
17057
|
+
1668 NonCPULens15MaxAperture? int16s~
|
17058
|
+
1672 NonCPULens16MaxAperture? int16s~
|
17059
|
+
1676 NonCPULens17MaxAperture? int16s~
|
17060
|
+
1680 NonCPULens18MaxAperture? int16s~
|
17061
|
+
1684 NonCPULens19MaxAperture? int16s~
|
17062
|
+
1688 NonCPULens20MaxAperture? int16s~
|
17063
|
+
1704 HDMIOutputResolution int8u
|
17064
|
+
1717 SetClockFromLocationData? int8u
|
17065
|
+
1724 AirplaneMode? int8u
|
17066
|
+
1725 EmptySlotRelease? int8u
|
17067
|
+
1760 EnergySavingMode? int8u
|
17068
|
+
1784 RecordLocationData? int8u
|
17069
|
+
1788 USBPowerDelivery? int8u
|
17070
|
+
1797 SensorShield? int8u
|
17071
|
+
1862 AutoCapturePreset int8u
|
17072
|
+
1864 FocusShiftAutoReset? int8u
|
17073
|
+
1922 PreReleaseBurstLength int8u
|
17074
|
+
1924 PostReleaseBurstLength int8u
|
17075
|
+
1938 VerticalISOButton int8u
|
17076
|
+
1940 ExposureCompensationButton int8u
|
17077
|
+
1942 ISOButton int8u
|
17078
|
+
2002 ViewModeShowEffectsOfSettings? int8u
|
17079
|
+
2004 DispButton int8u
|
17080
|
+
2048 ExposureDelay fixed32u~
|
17081
|
+
2052 CommandDialFrameAdvanceZoom? int8u
|
17082
|
+
2054 SubCommandDialFrameAdvanceZoom? int8u
|
17083
|
+
2056 PlaybackButton int8u
|
17084
|
+
2058 WBButton int8u
|
17085
|
+
2060 BracketButton int8u
|
17086
|
+
2062 FlashModeButton int8u
|
17087
|
+
2064 LensFunc1ButtonPlaybackMode int8u
|
17088
|
+
2066 LensFunc2ButtonPlaybackMode int8u
|
17089
|
+
2068 PlaybackButtonPlaybackMode int8u
|
17090
|
+
2070 BracketButtonPlaybackMode int8u
|
17091
|
+
2072 FlashModeButtonPlaybackMode int8u
|
16955
17092
|
|
16956
17093
|
=head3 Nikon ShotInfo Tags
|
16957
17094
|
|
@@ -18825,8 +18962,11 @@ Custom settings for the Z8.
|
|
18825
18962
|
421 Func1ButtonPlaybackMode? int8u
|
18826
18963
|
423 Func2ButtonPlaybackMode? int8u
|
18827
18964
|
437 MovieRecordButtonPlaybackMode? int8u
|
18965
|
+
453 WBButtonPlaybackMode int8u
|
18828
18966
|
459 CommandDialPlaybackMode? int8u
|
18967
|
+
461 CommandDialVideoPlaybackMode? int8u
|
18829
18968
|
463 SubCommandDialPlaybackMode? int8u
|
18969
|
+
465 SubCommandDialVideoPlaybackMode? int8u
|
18830
18970
|
467 FocusPointLock? int8u
|
18831
18971
|
469 ControlRingResponse int8u
|
18832
18972
|
515 MovieAFAreaMode? int8u
|
@@ -18852,6 +18992,7 @@ Custom settings for the Z8.
|
|
18852
18992
|
649 PostReleaseBurstLength int8u
|
18853
18993
|
681 ViewModeShowEffectsOfSettings? int8u
|
18854
18994
|
683 DispButton int8u
|
18995
|
+
753 ExposureDelay int16u~
|
18855
18996
|
|
18856
18997
|
=head3 NikonCustom SettingsZ9 Tags
|
18857
18998
|
|
@@ -19121,7 +19262,9 @@ Custom settings for the Z9.
|
|
19121
19262
|
471 QualityButtonPlaybackMode? int8u
|
19122
19263
|
477 WhiteBalanceButtonPlaybackMode? int8u
|
19123
19264
|
483 CommandDialPlaybackMode? int8u
|
19265
|
+
485 CommandDialVideoPlaybackMode? int8u
|
19124
19266
|
487 SubCommandDialPlaybackMode? int8u
|
19267
|
+
489 SubCommandDialVideoPlaybackMode? int8u
|
19125
19268
|
491 FocusPointLock? int8u
|
19126
19269
|
493 ControlRingResponse int8u
|
19127
19270
|
505 VerticalMovieFuncButton? int8u
|
@@ -22793,6 +22936,21 @@ written by the Sony DSC-F828 and DSC-V3.
|
|
22793
22936
|
0x0000 SRF2Key no
|
22794
22937
|
0x0001 DataKey no
|
22795
22938
|
|
22939
|
+
=head3 Sony SR2Private Tags
|
22940
|
+
|
22941
|
+
The SR2 format uses the DNGPrivateData tag to reference a private IFD
|
22942
|
+
containing these tags. SR2 images are written by the Sony DSC-R1, but
|
22943
|
+
this information is also written to ARW images by other models.
|
22944
|
+
|
22945
|
+
Tag ID Tag Name Writable
|
22946
|
+
------ -------- --------
|
22947
|
+
0x7200 SR2SubIFDOffset no
|
22948
|
+
0x7201 SR2SubIFDLength no
|
22949
|
+
0x7221 SR2SubIFDKey no
|
22950
|
+
0x7240 IDC_IFD SonyIDC
|
22951
|
+
0x7241 IDC2_IFD SonyIDC
|
22952
|
+
0x7250 MRWInfo MinoltaRaw
|
22953
|
+
|
22796
22954
|
=head3 Sony SRF2 Tags
|
22797
22955
|
|
22798
22956
|
These tags are found in the SRF2 through SRF5 IFD's.
|
@@ -22826,21 +22984,6 @@ These tags are found in the SRF2 through SRF5 IFD's.
|
|
22826
22984
|
0x00d1 WBGreenAsShot no
|
22827
22985
|
0x00d2 WBBlueAsShot no
|
22828
22986
|
|
22829
|
-
=head3 Sony SR2Private Tags
|
22830
|
-
|
22831
|
-
The SR2 format uses the DNGPrivateData tag to reference a private IFD
|
22832
|
-
containing these tags. SR2 images are written by the Sony DSC-R1, but
|
22833
|
-
this information is also written to ARW images by other models.
|
22834
|
-
|
22835
|
-
Tag ID Tag Name Writable
|
22836
|
-
------ -------- --------
|
22837
|
-
0x7200 SR2SubIFDOffset no
|
22838
|
-
0x7201 SR2SubIFDLength no
|
22839
|
-
0x7221 SR2SubIFDKey no
|
22840
|
-
0x7240 IDC_IFD SonyIDC
|
22841
|
-
0x7241 IDC2_IFD SonyIDC
|
22842
|
-
0x7250 MRWInfo MinoltaRaw
|
22843
|
-
|
22844
22987
|
=head3 Sony SR2SubIFD Tags
|
22845
22988
|
|
22846
22989
|
Tags in the encrypted SR2SubIFD
|
@@ -23939,6 +24082,112 @@ in JPEGs taken with the P2 Pro camera app.
|
|
23939
24082
|
76 VisibleImageHeight no
|
23940
24083
|
78 VisibleImageBpp no
|
23941
24084
|
|
24085
|
+
=head3 InfiRay Factory Tags
|
24086
|
+
|
24087
|
+
This table lists tags found in the InfiRay APP4 IJPEG camera factory
|
24088
|
+
defaults and calibration data.
|
24089
|
+
|
24090
|
+
Index1 Tag Name Writable
|
24091
|
+
------ -------- --------
|
24092
|
+
0 IJPEGTempVersion no
|
24093
|
+
4 FactDefEmissivity no
|
24094
|
+
5 FactDefTau no
|
24095
|
+
6 FactDefTa no
|
24096
|
+
8 FactDefTu no
|
24097
|
+
10 FactDefDist no
|
24098
|
+
12 FactDefA0 no
|
24099
|
+
16 FactDefB0 no
|
24100
|
+
20 FactDefA1 no
|
24101
|
+
24 FactDefB1 no
|
24102
|
+
28 FactDefP0 no
|
24103
|
+
32 FactDefP1 no
|
24104
|
+
36 FactDefP2 no
|
24105
|
+
68 FactRelSensorTemp no
|
24106
|
+
70 FactRelShutterTemp no
|
24107
|
+
72 FactRelLensTemp no
|
24108
|
+
100 FactStatusGain no
|
24109
|
+
101 FactStatusEnvOK no
|
24110
|
+
102 FactStatusDistOK no
|
24111
|
+
103 FactStatusTempMap no
|
24112
|
+
|
24113
|
+
=head3 InfiRay Picture Tags
|
24114
|
+
|
24115
|
+
This table lists tags found in the InfiRay APP5 IJPEG picture temperature
|
24116
|
+
information.
|
24117
|
+
|
24118
|
+
Index1 Tag Name Writable
|
24119
|
+
------ -------- --------
|
24120
|
+
0 EnvironmentTemp no
|
24121
|
+
4 Distance no
|
24122
|
+
8 Emissivity no
|
24123
|
+
12 Humidity no
|
24124
|
+
16 ReferenceTemp no
|
24125
|
+
32 TempUnit no
|
24126
|
+
33 ShowCenterTemp no
|
24127
|
+
34 ShowMaxTemp no
|
24128
|
+
35 ShowMinTemp no
|
24129
|
+
36 TempMeasureCount no
|
24130
|
+
|
24131
|
+
=head3 InfiRay MixMode Tags
|
24132
|
+
|
24133
|
+
This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
|
24134
|
+
mode section.
|
24135
|
+
|
24136
|
+
Index1 Tag Name Writable
|
24137
|
+
------ -------- --------
|
24138
|
+
0 MixMode no
|
24139
|
+
1 FusionIntensity no
|
24140
|
+
5 OffsetAdjustment no
|
24141
|
+
9 CorrectionAsix no
|
24142
|
+
|
24143
|
+
=head3 InfiRay OpMode Tags
|
24144
|
+
|
24145
|
+
This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
|
24146
|
+
section.
|
24147
|
+
|
24148
|
+
Index1 Tag Name Writable
|
24149
|
+
------ -------- --------
|
24150
|
+
0 WorkingMode no
|
24151
|
+
1 IntegralTime no
|
24152
|
+
5 IntegratTimeHdr no
|
24153
|
+
9 GainStable no
|
24154
|
+
10 TempControlEnable no
|
24155
|
+
11 DeviceTemp no
|
24156
|
+
|
24157
|
+
=head3 InfiRay Isothermal Tags
|
24158
|
+
|
24159
|
+
This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
|
24160
|
+
information.
|
24161
|
+
|
24162
|
+
Index1 Tag Name Writable
|
24163
|
+
------ -------- --------
|
24164
|
+
0 IsothermalMax no
|
24165
|
+
4 IsothermalMin no
|
24166
|
+
8 ChromaBarMax no
|
24167
|
+
12 ChromaBarMin no
|
24168
|
+
|
24169
|
+
=head3 InfiRay Sensor Tags
|
24170
|
+
|
24171
|
+
This table lists tags found in the InfiRay APP9 IJPEG sensor information
|
24172
|
+
chunk.
|
24173
|
+
|
24174
|
+
Index1 Tag Name Writable
|
24175
|
+
------ -------- --------
|
24176
|
+
0 IRSensorManufacturer no
|
24177
|
+
64 IRSensorName no
|
24178
|
+
128 IRSensorPartNumber no
|
24179
|
+
192 IRSensorSerialNumber no
|
24180
|
+
256 IRSensorFirmware no
|
24181
|
+
320 IRSensorAperture no
|
24182
|
+
324 IRFocalLength no
|
24183
|
+
384 VisibleSensorManufacturer no
|
24184
|
+
448 VisibleSensorName no
|
24185
|
+
512 VisibleSensorPartNumber no
|
24186
|
+
576 VisibleSensorSerialNumber no
|
24187
|
+
640 VisibleSensorFirmware no
|
24188
|
+
704 VisibleSensorAperture no
|
24189
|
+
708 VisibleFocalLength no
|
24190
|
+
|
23942
24191
|
=head2 Stim Tags
|
23943
24192
|
|
23944
24193
|
These tags are part of the CIPA Stereo Still Image specification, and are
|
@@ -24002,54 +24251,6 @@ L<http://www.scalado.com/>.)
|
|
24002
24251
|
'SPMO' DataLength? no
|
24003
24252
|
'WDTH' PreviewImageWidth no
|
24004
24253
|
|
24005
|
-
=head2 InfiRay Tags
|
24006
|
-
|
24007
|
-
=head3 InfiRay Factory Tags
|
24008
|
-
|
24009
|
-
This table lists tags found in the InfiRay APP4 IJPEG camera factory
|
24010
|
-
defaults and calibration data.
|
24011
|
-
|
24012
|
-
Index1 Tag Name Writable
|
24013
|
-
------ -------- --------
|
24014
|
-
0 IJPEGTempVersion no
|
24015
|
-
4 FactDefEmissivity no
|
24016
|
-
5 FactDefTau no
|
24017
|
-
6 FactDefTa no
|
24018
|
-
8 FactDefTu no
|
24019
|
-
10 FactDefDist no
|
24020
|
-
12 FactDefA0 no
|
24021
|
-
16 FactDefB0 no
|
24022
|
-
20 FactDefA1 no
|
24023
|
-
24 FactDefB1 no
|
24024
|
-
28 FactDefP0 no
|
24025
|
-
32 FactDefP1 no
|
24026
|
-
36 FactDefP2 no
|
24027
|
-
68 FactRelSensorTemp no
|
24028
|
-
70 FactRelShutterTemp no
|
24029
|
-
72 FactRelLensTemp no
|
24030
|
-
100 FactStatusGain no
|
24031
|
-
101 FactStatusEnvOK no
|
24032
|
-
102 FactStatusDistOK no
|
24033
|
-
103 FactStatusTempMap no
|
24034
|
-
|
24035
|
-
=head3 InfiRay Picture Tags
|
24036
|
-
|
24037
|
-
This table lists tags found in the InfiRay APP5 IJPEG picture temperature
|
24038
|
-
information.
|
24039
|
-
|
24040
|
-
Index1 Tag Name Writable
|
24041
|
-
------ -------- --------
|
24042
|
-
0 EnvironmentTemp no
|
24043
|
-
4 Distance no
|
24044
|
-
8 Emissivity no
|
24045
|
-
12 Humidity no
|
24046
|
-
16 ReferenceTemp no
|
24047
|
-
32 TempUnit no
|
24048
|
-
33 ShowCenterTemp no
|
24049
|
-
34 ShowMaxTemp no
|
24050
|
-
35 ShowMinTemp no
|
24051
|
-
36 TempMeasureCount no
|
24052
|
-
|
24053
24254
|
=head2 GoPro Tags
|
24054
24255
|
|
24055
24256
|
=head3 GoPro GPMF Tags
|
@@ -24206,20 +24407,6 @@ Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
|
|
24206
24407
|
87 OtherSerialNumber no
|
24207
24408
|
102 Model no
|
24208
24409
|
|
24209
|
-
=head2 InfiRay Tags
|
24210
|
-
|
24211
|
-
=head3 InfiRay MixMode Tags
|
24212
|
-
|
24213
|
-
This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
|
24214
|
-
mode section.
|
24215
|
-
|
24216
|
-
Index1 Tag Name Writable
|
24217
|
-
------ -------- --------
|
24218
|
-
0 MixMode no
|
24219
|
-
1 FusionIntensity no
|
24220
|
-
5 OffsetAdjustment no
|
24221
|
-
9 CorrectionAsix no
|
24222
|
-
|
24223
24410
|
=head2 Qualcomm Tags
|
24224
24411
|
|
24225
24412
|
The tags below have been observed in the JPEG APP7 "Qualcomm Camera
|
@@ -25418,56 +25605,6 @@ even if it is not listed in this table.
|
|
25418
25605
|
YhiYloCorK1 no
|
25419
25606
|
YhiYloCorK2 no
|
25420
25607
|
|
25421
|
-
=head2 InfiRay Tags
|
25422
|
-
|
25423
|
-
=head3 InfiRay OpMode Tags
|
25424
|
-
|
25425
|
-
This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
|
25426
|
-
section.
|
25427
|
-
|
25428
|
-
Index1 Tag Name Writable
|
25429
|
-
------ -------- --------
|
25430
|
-
0 WorkingMode no
|
25431
|
-
1 IntegralTime no
|
25432
|
-
5 IntegratTimeHdr no
|
25433
|
-
9 GainStable no
|
25434
|
-
10 TempControlEnable no
|
25435
|
-
11 DeviceTemp no
|
25436
|
-
|
25437
|
-
=head3 InfiRay Isothermal Tags
|
25438
|
-
|
25439
|
-
This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
|
25440
|
-
information.
|
25441
|
-
|
25442
|
-
Index1 Tag Name Writable
|
25443
|
-
------ -------- --------
|
25444
|
-
0 IsothermalMax no
|
25445
|
-
4 IsothermalMin no
|
25446
|
-
8 ChromaBarMax no
|
25447
|
-
12 ChromaBarMin no
|
25448
|
-
|
25449
|
-
=head3 InfiRay Sensor Tags
|
25450
|
-
|
25451
|
-
This table lists tags found in the InfiRay APP9 IJPEG sensor information
|
25452
|
-
chunk.
|
25453
|
-
|
25454
|
-
Index1 Tag Name Writable
|
25455
|
-
------ -------- --------
|
25456
|
-
0 IRSensorManufacturer no
|
25457
|
-
64 IRSensorName no
|
25458
|
-
128 IRSensorPartNumber no
|
25459
|
-
192 IRSensorSerialNumber no
|
25460
|
-
256 IRSensorFirmware no
|
25461
|
-
320 IRSensorAperture no
|
25462
|
-
324 IRFocalLength no
|
25463
|
-
384 VisibleSensorManufacturer no
|
25464
|
-
448 VisibleSensorName no
|
25465
|
-
512 VisibleSensorPartNumber no
|
25466
|
-
576 VisibleSensorSerialNumber no
|
25467
|
-
640 VisibleSensorFirmware no
|
25468
|
-
704 VisibleSensorAperture no
|
25469
|
-
708 VisibleFocalLength no
|
25470
|
-
|
25471
25608
|
=head2 Jpeg2000 Tags
|
25472
25609
|
|
25473
25610
|
The tags below are found in JPEG 2000 images and the C2PA CAI JUMBF metadata
|
@@ -26315,30 +26452,6 @@ These tags belong to the ExifTool XMP-microsoft family 1 group.
|
|
26315
26452
|
LensModel string/
|
26316
26453
|
RatingPercent string
|
26317
26454
|
|
26318
|
-
=head3 Microsoft MP1 Tags
|
26319
|
-
|
26320
|
-
Microsoft Photo 1.1 schema XMP tags which have been observed.
|
26321
|
-
|
26322
|
-
These tags belong to the ExifTool XMP-MP1 family 1 group.
|
26323
|
-
|
26324
|
-
Tag Name Writable
|
26325
|
-
-------- --------
|
26326
|
-
Brightness string/
|
26327
|
-
CameraModelID string/
|
26328
|
-
Contrast string/
|
26329
|
-
ExposureCompensation string/
|
26330
|
-
PanoramicStitchCameraMotion string
|
26331
|
-
PanoramicStitchMapType string
|
26332
|
-
PanoramicStitchPhi0 real
|
26333
|
-
PanoramicStitchPhi1 real
|
26334
|
-
PanoramicStitchTheta0 real
|
26335
|
-
PanoramicStitchTheta1 real
|
26336
|
-
PipelineVersion string
|
26337
|
-
StreamType string
|
26338
|
-
WhiteBalance0 real
|
26339
|
-
WhiteBalance1 real
|
26340
|
-
WhiteBalance2 real
|
26341
|
-
|
26342
26455
|
=head3 Microsoft MP Tags
|
26343
26456
|
|
26344
26457
|
Microsoft Photo 1.2 schema XMP tags which have been observed.
|
@@ -26377,6 +26490,30 @@ PersonLiveIdCID, so ExifTool uses this too.
|
|
26377
26490
|
PersonSourceID string
|
26378
26491
|
Rectangle string
|
26379
26492
|
|
26493
|
+
=head3 Microsoft MP1 Tags
|
26494
|
+
|
26495
|
+
Microsoft Photo 1.1 schema XMP tags which have been observed.
|
26496
|
+
|
26497
|
+
These tags belong to the ExifTool XMP-MP1 family 1 group.
|
26498
|
+
|
26499
|
+
Tag Name Writable
|
26500
|
+
-------- --------
|
26501
|
+
Brightness string/
|
26502
|
+
CameraModelID string/
|
26503
|
+
Contrast string/
|
26504
|
+
ExposureCompensation string/
|
26505
|
+
PanoramicStitchCameraMotion string
|
26506
|
+
PanoramicStitchMapType string
|
26507
|
+
PanoramicStitchPhi0 real
|
26508
|
+
PanoramicStitchPhi1 real
|
26509
|
+
PanoramicStitchTheta0 real
|
26510
|
+
PanoramicStitchTheta1 real
|
26511
|
+
PipelineVersion string
|
26512
|
+
StreamType string
|
26513
|
+
WhiteBalance0 real
|
26514
|
+
WhiteBalance1 real
|
26515
|
+
WhiteBalance2 real
|
26516
|
+
|
26380
26517
|
=head3 Microsoft Stitch Tags
|
26381
26518
|
|
26382
26519
|
Information found in the Microsoft custom EXIF tag 0x4748, as written by
|
@@ -26529,7 +26666,7 @@ possible unless the Microsoft group is specified explicitly.
|
|
26529
26666
|
DateSent no
|
26530
26667
|
DateVisited no
|
26531
26668
|
Department no
|
26532
|
-
Description
|
26669
|
+
Description Unicode/
|
26533
26670
|
Description no
|
26534
26671
|
Description no
|
26535
26672
|
Dimensions no
|
@@ -27714,8 +27851,10 @@ ImageMagick.
|
|
27714
27851
|
'URL' URL string
|
27715
27852
|
'Warning' PNGWarning string
|
27716
27853
|
'XML:com.adobe.xmp' XMP XMP
|
27854
|
+
'aesthetic_score' AestheticScore string
|
27717
27855
|
'create-date' CreateDate string
|
27718
27856
|
'modify-date' ModDate string
|
27857
|
+
'parameters' Parameters string
|
27719
27858
|
|
27720
27859
|
=head3 PNG PhysicalPixel Tags
|
27721
27860
|
|
@@ -28140,6 +28279,7 @@ L<http://www.openexr.com/> for the official specification.
|
|
28140
28279
|
'dataWindow' DataWindow no
|
28141
28280
|
'displayWindow' DisplayWindow no
|
28142
28281
|
'envmap' EnvironmentMap no
|
28282
|
+
'exif' EXIF EXIF
|
28143
28283
|
'expTime' ExposureTime no
|
28144
28284
|
'focus' FocusDistance no
|
28145
28285
|
'framesPerSecond' FramesPerSecond no
|
@@ -28167,6 +28307,7 @@ L<http://www.openexr.com/> for the official specification.
|
|
28167
28307
|
'worldToNDC' WorldToNDC no
|
28168
28308
|
'wrapmodes' WrapModes no
|
28169
28309
|
'xDensity' XResolution no
|
28310
|
+
'xmp' XMP XMP
|
28170
28311
|
|
28171
28312
|
=head2 ZISRAW Tags
|
28172
28313
|
|
@@ -29374,7 +29515,7 @@ for the official specification.
|
|
29374
29515
|
The tags below are extracted from timed metadata in QuickTime and other
|
29375
29516
|
formats of video files when the ExtractEmbedded option is used. Although
|
29376
29517
|
most of these tags are combined into the single table below, ExifTool
|
29377
|
-
currently reads
|
29518
|
+
currently reads 74 different formats of timed GPS metadata from video files.
|
29378
29519
|
|
29379
29520
|
Tag Name Writable
|
29380
29521
|
-------- --------
|
@@ -29409,6 +29550,7 @@ currently reads 71 different formats of timed GPS metadata from video files.
|
|
29409
29550
|
ISO no
|
29410
29551
|
JpgFromRaw no
|
29411
29552
|
KiloCalories no
|
29553
|
+
PreviewImage no
|
29412
29554
|
PreviewInfo QuickTime PreviewInfo
|
29413
29555
|
RVMI_gReV QuickTime RVMI_gReV
|
29414
29556
|
RVMI_sReV QuickTime RVMI_sReV
|
@@ -29437,8 +29579,9 @@ currently reads 71 different formats of timed GPS metadata from video files.
|
|
29437
29579
|
gpmd_Kingslim QuickTime Stream
|
29438
29580
|
gpmd_Rove QuickTime Stream
|
29439
29581
|
gpmd_FMAS QuickTime Stream
|
29582
|
+
gpmd_Wolfbox QuickTime Stream
|
29440
29583
|
gpmd_GoPro GoPro GPMF
|
29441
|
-
marl
|
29584
|
+
marl GM marl
|
29442
29585
|
mebx QuickTime Keys
|
29443
29586
|
mett Parrot mett
|
29444
29587
|
rtmd Sony rtmd
|
@@ -29546,14 +29689,6 @@ specification.
|
|
29546
29689
|
------ -------- --------
|
29547
29690
|
0x0004 MagneticField no
|
29548
29691
|
|
29549
|
-
=head3 QuickTime marl Tags
|
29550
|
-
|
29551
|
-
Tags extracted from the marl ctbx timed metadata of GM cars.
|
29552
|
-
|
29553
|
-
Tag ID Tag Name Writable
|
29554
|
-
------ -------- --------
|
29555
|
-
[no tags known]
|
29556
|
-
|
29557
29692
|
=head3 QuickTime Keys Tags
|
29558
29693
|
|
29559
29694
|
This directory contains a list of key names which are used to decode tags
|
@@ -29900,39 +30035,51 @@ ExifTool will extract any iTunesInfo tags that exist, even if they are not
|
|
29900
30035
|
defined in this table. These tags belong to the family 1 "iTunes" group,
|
29901
30036
|
and are not currently writable.
|
29902
30037
|
|
29903
|
-
Tag ID
|
29904
|
-
------
|
29905
|
-
'ARTISTS'
|
29906
|
-
'
|
29907
|
-
'
|
29908
|
-
'
|
29909
|
-
'
|
29910
|
-
'
|
29911
|
-
'
|
29912
|
-
|
29913
|
-
'
|
29914
|
-
'
|
29915
|
-
'
|
29916
|
-
'
|
29917
|
-
'
|
29918
|
-
'
|
29919
|
-
'
|
29920
|
-
'
|
30038
|
+
Tag ID Tag Name Writable
|
30039
|
+
------ -------- --------
|
30040
|
+
'ARTISTS' Artists no
|
30041
|
+
'Actors' Actors no
|
30042
|
+
'BARCODE' Barcode no
|
30043
|
+
'CATALOGNUMBER' CatalogNumber no
|
30044
|
+
'COSTUME_DESIGNER' CostumeDesigner no
|
30045
|
+
'DIRECTOR' Director no
|
30046
|
+
'DIRECTOR_OF_PHOTOGRAPHY'
|
30047
|
+
DirectorOfPhotography no
|
30048
|
+
'DISCNUMBER' DiscNumber no
|
30049
|
+
'Dynamic Range (DR)' DynamicRange no
|
30050
|
+
'Dynamic Range (R128)' DynamicRangeR128 no
|
30051
|
+
'EDITED_BY' EditedBy no
|
30052
|
+
'Encoding Params' EncodingParams QuickTime EncodingParams
|
30053
|
+
'IMDB_ID' IMDB_ID no
|
30054
|
+
'LABEL' Label no
|
30055
|
+
'MEDIA' Media no
|
30056
|
+
'MOOD' Mood no
|
30057
|
+
'PRODUCER' Producer no
|
30058
|
+
'PRODUCTION_DESIGNER' ProductionDesigner no
|
30059
|
+
'Peak Level (R128)' PeakLevelR128 no
|
30060
|
+
'Peak Level (Sample)' PeakLevelSample no
|
30061
|
+
'RATING' Rating no
|
30062
|
+
'SCREENPLAY_BY' ScreenplayBy no
|
30063
|
+
'SCRIPT' Script no
|
30064
|
+
'TIPL' TIPL no
|
30065
|
+
'TMDB_ID' TMDB_ID no
|
30066
|
+
'TRACKNUMBER' TrackNumber no
|
30067
|
+
'Volume Level (R128)' VolumeLevelR128 no
|
29921
30068
|
'Volume Level (ReplayGain)' ReplayVolumeLevel no
|
29922
|
-
'iTunEXTC'
|
29923
|
-
'iTunMOVI'
|
29924
|
-
'iTunNORM'
|
29925
|
-
'iTunSMPB'
|
29926
|
-
'iTunes_CDDB_1'
|
30069
|
+
'iTunEXTC' ContentRating no
|
30070
|
+
'iTunMOVI' iTunMOVI PLIST
|
30071
|
+
'iTunNORM' VolumeNormalization no
|
30072
|
+
'iTunSMPB' iTunSMPB no
|
30073
|
+
'iTunes_CDDB_1' CDDB1Info no
|
29927
30074
|
'iTunes_CDDB_TrackNumber' CDDBTrackNumber no
|
29928
|
-
'initialkey'
|
29929
|
-
'originaldate'
|
29930
|
-
'originalyear'
|
29931
|
-
'popularimeter'
|
29932
|
-
'replaygain_track_gain'
|
29933
|
-
'replaygain_track_peak'
|
29934
|
-
'tool'
|
29935
|
-
'~length'
|
30075
|
+
'initialkey' InitialKey no
|
30076
|
+
'originaldate' OriginalDate no
|
30077
|
+
'originalyear' OriginalYear no
|
30078
|
+
'popularimeter' Popularimeter no
|
30079
|
+
'replaygain_track_gain' ReplayTrackGain no
|
30080
|
+
'replaygain_track_peak' ReplayTrackPeak no
|
30081
|
+
'tool' iTunTool no
|
30082
|
+
'~length' Length no
|
29936
30083
|
|
29937
30084
|
=head3 QuickTime EncodingParams Tags
|
29938
30085
|
|
@@ -30474,6 +30621,9 @@ MP4 metadata sample description.
|
|
30474
30621
|
0x0004 OtherFormat no
|
30475
30622
|
0x0018 PlaybackFrameRate no
|
30476
30623
|
'ftab' FontTable no
|
30624
|
+
'mrld' MarlinDictionary GM mrld
|
30625
|
+
'mrlh' MarlinHeader GM mrlh
|
30626
|
+
'mrlv' MarlinValues GM mrlv
|
30477
30627
|
'name' OtherName no
|
30478
30628
|
|
30479
30629
|
=head3 QuickTime VideoHeader Tags
|
@@ -31516,6 +31666,170 @@ FLAC is big-endian, so bit 0 is the high-order bit in this table.
|
|
31516
31666
|
7 PictureLength no
|
31517
31667
|
8 Picture no
|
31518
31668
|
|
31669
|
+
=head2 GM Tags
|
31670
|
+
|
31671
|
+
These tags are extracted from GM/Cosworth PDR (Performance Data Recorder)
|
31672
|
+
information found in videos from General Motors cars such as Corvette and
|
31673
|
+
Camero.
|
31674
|
+
|
31675
|
+
Use the API PrintCSV option to output all timed
|
31676
|
+
PDR data in CSV format at greatly increased speed and with much lower memory
|
31677
|
+
usage.
|
31678
|
+
|
31679
|
+
=head3 GM marl Tags
|
31680
|
+
|
31681
|
+
Tags extracted from the 'ctbx' 'marl' (Marlin) box of timed PDR metadata
|
31682
|
+
from GM cars. Use the -ee (API ExtractEmbedded) option to extract this
|
31683
|
+
information, or the API PrintCSV option to output in CSV format.
|
31684
|
+
|
31685
|
+
Tag Name Writable
|
31686
|
+
-------- --------
|
31687
|
+
ABSActive no
|
31688
|
+
AccelPos no
|
31689
|
+
BatteryVoltage no
|
31690
|
+
Beacon no
|
31691
|
+
BoostPressureInd no
|
31692
|
+
BrakePos no
|
31693
|
+
CPUFree no
|
31694
|
+
CPUIO no
|
31695
|
+
CPUIRQ no
|
31696
|
+
CPUSystem no
|
31697
|
+
CPUUser no
|
31698
|
+
ClutchPos no
|
31699
|
+
CoolantTemp no
|
31700
|
+
CornerExitSetting no
|
31701
|
+
DiskReadOperations no
|
31702
|
+
DiskReadRate no
|
31703
|
+
DiskReadTime no
|
31704
|
+
DiskWriteOperations no
|
31705
|
+
DiskWriteRate no
|
31706
|
+
DiskWriteTime no
|
31707
|
+
Distance no
|
31708
|
+
DriverPerformanceMode no
|
31709
|
+
EngineSpeedRequest no
|
31710
|
+
EngineTorqureReq no
|
31711
|
+
FuelCapacity no
|
31712
|
+
FuelLevel no
|
31713
|
+
GPSAltitude no
|
31714
|
+
GPSDateTime no
|
31715
|
+
GPSFix no
|
31716
|
+
GPSLatitude no
|
31717
|
+
GPSLongitude no
|
31718
|
+
GPSTrack no
|
31719
|
+
Gear no
|
31720
|
+
InfotainOpMode no
|
31721
|
+
IntakeAirTemperature no
|
31722
|
+
IntakeBoostPressure no
|
31723
|
+
LFTyrePressure no
|
31724
|
+
LFTyreTemp no
|
31725
|
+
LRTyrePressure no
|
31726
|
+
LRTyreTemp no
|
31727
|
+
LateralAcceleration no
|
31728
|
+
LongitudinalAcceleration no
|
31729
|
+
OilPressure no
|
31730
|
+
OilTemp no
|
31731
|
+
OutsideAirTemperature no
|
31732
|
+
RFTyrePressure no
|
31733
|
+
RFTyreTemp no
|
31734
|
+
RPM no
|
31735
|
+
RRTyrePressure no
|
31736
|
+
RRTyreTemp no
|
31737
|
+
RecordingEventOdometer no
|
31738
|
+
Speed no
|
31739
|
+
SpeedControlResponse no
|
31740
|
+
SpeedRequestIntervention no
|
31741
|
+
Steering1Switch no
|
31742
|
+
Steering2Switch no
|
31743
|
+
SteeringAngle no
|
31744
|
+
SuspensionDisplacementLeftFront no
|
31745
|
+
SuspensionDisplacementLeftRear no
|
31746
|
+
SuspensionDisplacementRightFront no
|
31747
|
+
SuspensionDisplacementRightRear no
|
31748
|
+
SystemBackupPowerEnabled no
|
31749
|
+
SystemBackupPowerMode no
|
31750
|
+
SystemPowerMode no
|
31751
|
+
TimeStamp no
|
31752
|
+
TractionControlActive no
|
31753
|
+
TransOilTemp no
|
31754
|
+
TransportStorageMode no
|
31755
|
+
ValetMode no
|
31756
|
+
VehicleStabilityActive no
|
31757
|
+
VerticalAcceleration no
|
31758
|
+
WheelspeedLeftDriven no
|
31759
|
+
WheelspeedLeftNon-Driven no
|
31760
|
+
WheelspeedRightDriven no
|
31761
|
+
WheelspeedRightNon-Driven no
|
31762
|
+
YawRate no
|
31763
|
+
|
31764
|
+
=head3 GM mrld Tags
|
31765
|
+
|
31766
|
+
The Marlin dictionary. Only one channel is listed but all available
|
31767
|
+
channels are extracted. Use the -struct (API Struct) option to extract the
|
31768
|
+
channel information as structures.
|
31769
|
+
|
31770
|
+
Tag Name Writable
|
31771
|
+
-------- --------
|
31772
|
+
Channel01 GM Channel Struct
|
31773
|
+
Channel01Description no_
|
31774
|
+
Channel01DispMax no_
|
31775
|
+
Channel01DispMin no_
|
31776
|
+
Channel01Flags no_
|
31777
|
+
Channel01ID no_
|
31778
|
+
Channel01Interval no_
|
31779
|
+
Channel01Max no_
|
31780
|
+
Channel01Min no_
|
31781
|
+
Channel01Multiplier no_
|
31782
|
+
Channel01Name no_
|
31783
|
+
Channel01Num no_
|
31784
|
+
Channel01Offset no_
|
31785
|
+
Channel01Type no_
|
31786
|
+
Channel01Units no_
|
31787
|
+
|
31788
|
+
=head3 GM Channel Struct
|
31789
|
+
|
31790
|
+
Information stored for each channel in the Marlin dictionary.
|
31791
|
+
|
31792
|
+
Field Name Writable
|
31793
|
+
---------- --------
|
31794
|
+
ID no
|
31795
|
+
Type no
|
31796
|
+
Num no
|
31797
|
+
Units no
|
31798
|
+
Flags no
|
31799
|
+
Interval no
|
31800
|
+
Min no
|
31801
|
+
Max no
|
31802
|
+
DispMin no
|
31803
|
+
DispMax no
|
31804
|
+
Multiplier no
|
31805
|
+
Offset no
|
31806
|
+
Name no
|
31807
|
+
Description no
|
31808
|
+
|
31809
|
+
=head3 GM mrlh Tags
|
31810
|
+
|
31811
|
+
The Marlin PDR header.
|
31812
|
+
|
31813
|
+
Index1 Tag Name Writable
|
31814
|
+
------ -------- --------
|
31815
|
+
0 MarlinDataVersion no
|
31816
|
+
|
31817
|
+
=head3 GM mrlv Tags
|
31818
|
+
|
31819
|
+
Tags found in the 'mrlv' (Marlin values) box.
|
31820
|
+
|
31821
|
+
Tag ID Tag Name Writable
|
31822
|
+
------ -------- --------
|
31823
|
+
'date' Date1 no
|
31824
|
+
'lang' Language no
|
31825
|
+
'ldat' Date2 no
|
31826
|
+
'ltim' Time2 no
|
31827
|
+
'swvs' SoftwareVersion no
|
31828
|
+
'time' Time1 no
|
31829
|
+
'tstm' StartTime no
|
31830
|
+
'unit' Units no
|
31831
|
+
'zone' TimeZone no
|
31832
|
+
|
31519
31833
|
=head2 Parrot Tags
|
31520
31834
|
|
31521
31835
|
=head3 Parrot mett Tags
|
@@ -40480,73 +40794,26 @@ implements this policy and changes EXIF:Artist to a list-type tag.
|
|
40480
40794
|
CurrentIPTCDigest
|
40481
40795
|
IPTCDigest
|
40482
40796
|
|
40483
|
-
=head3 MWG
|
40797
|
+
=head3 MWG Collections Tags
|
40484
40798
|
|
40485
|
-
|
40486
|
-
may be accessed without the need to load the MWG Composite tags above. See
|
40799
|
+
Collections metadata defined by the MWG 2.0 specification. See
|
40487
40800
|
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
40488
40801
|
for the official specification.
|
40489
40802
|
|
40490
|
-
These tags belong to the ExifTool XMP-mwg-
|
40803
|
+
These tags belong to the ExifTool XMP-mwg-coll family 1 group.
|
40491
40804
|
|
40492
40805
|
Tag Name Writable
|
40493
40806
|
-------- --------
|
40494
|
-
|
40495
|
-
|
40496
|
-
|
40497
|
-
RegionAppliedToDimensionsUnit string_
|
40498
|
-
RegionAppliedToDimensionsW real_
|
40499
|
-
RegionList MWG RegionStruct Struct_+
|
40500
|
-
RegionArea Area Struct_+
|
40501
|
-
RegionAreaD real_+
|
40502
|
-
RegionAreaH real_+
|
40503
|
-
RegionAreaUnit string_+
|
40504
|
-
RegionAreaW real_+
|
40505
|
-
RegionAreaX real_+
|
40506
|
-
RegionAreaY real_+
|
40507
|
-
RegionBarCodeValue string_+
|
40508
|
-
RegionDescription string_+
|
40509
|
-
RegionExtensions MWG Extensions Struct_+
|
40510
|
-
RegionFocusUsage string_+
|
40511
|
-
RegionName string_+
|
40512
|
-
RegionRotation real_+
|
40513
|
-
RegionSeeAlso string_+
|
40514
|
-
RegionType string_+
|
40515
|
-
|
40516
|
-
=head3 MWG RegionInfo Struct
|
40517
|
-
|
40518
|
-
Field Name Writable
|
40519
|
-
---------- --------
|
40520
|
-
AppliedToDimensions Dimensions Struct
|
40521
|
-
RegionList MWG RegionStruct Struct+
|
40522
|
-
|
40523
|
-
=head3 MWG RegionStruct Struct
|
40524
|
-
|
40525
|
-
Field Name Writable
|
40526
|
-
---------- --------
|
40527
|
-
Area Area Struct
|
40528
|
-
BarCodeValue string
|
40529
|
-
Description string
|
40530
|
-
Extensions MWG Extensions Struct
|
40531
|
-
FocusUsage string
|
40532
|
-
Name string
|
40533
|
-
Rotation real
|
40534
|
-
Type string
|
40535
|
-
SeeAlso string
|
40536
|
-
|
40537
|
-
=head3 MWG Extensions Struct
|
40807
|
+
Collections MWG CollectionInfo Struct+
|
40808
|
+
CollectionName string_+
|
40809
|
+
CollectionURI string_+
|
40538
40810
|
|
40539
|
-
|
40540
|
-
pre-defined in ExifTool. Since no flattened tags have been pre-defined,
|
40541
|
-
RegionExtensions is writable only as a structure (eg.
|
40542
|
-
C<{xmp-dc:creator=me,rating=5}>). Fields for this structure are identified
|
40543
|
-
using the standard ExifTool tag name (with optional leading group name,
|
40544
|
-
and/or trailing language code, and/or trailing C<#> symbol to disable print
|
40545
|
-
conversion).
|
40811
|
+
=head3 MWG CollectionInfo Struct
|
40546
40812
|
|
40547
40813
|
Field Name Writable
|
40548
40814
|
---------- --------
|
40549
|
-
|
40815
|
+
CollectionName string
|
40816
|
+
CollectionURI string
|
40550
40817
|
|
40551
40818
|
=head3 MWG Keywords Tags
|
40552
40819
|
|
@@ -40595,26 +40862,73 @@ These tags belong to the ExifTool XMP-mwg-kw family 1 group.
|
|
40595
40862
|
Children MWG KeywordStruct Struct+
|
40596
40863
|
Keyword string
|
40597
40864
|
|
40598
|
-
=head3 MWG
|
40865
|
+
=head3 MWG Regions Tags
|
40599
40866
|
|
40600
|
-
|
40867
|
+
Image region metadata defined by the MWG 2.0 specification. These tags
|
40868
|
+
may be accessed without the need to load the MWG Composite tags above. See
|
40601
40869
|
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
40602
40870
|
for the official specification.
|
40603
40871
|
|
40604
|
-
These tags belong to the ExifTool XMP-mwg-
|
40872
|
+
These tags belong to the ExifTool XMP-mwg-rs family 1 group.
|
40605
40873
|
|
40606
40874
|
Tag Name Writable
|
40607
40875
|
-------- --------
|
40608
|
-
|
40609
|
-
|
40610
|
-
|
40876
|
+
RegionInfo MWG RegionInfo Struct
|
40877
|
+
RegionAppliedToDimensions Dimensions Struct_
|
40878
|
+
RegionAppliedToDimensionsH real_
|
40879
|
+
RegionAppliedToDimensionsUnit string_
|
40880
|
+
RegionAppliedToDimensionsW real_
|
40881
|
+
RegionList MWG RegionStruct Struct_+
|
40882
|
+
RegionArea Area Struct_+
|
40883
|
+
RegionAreaD real_+
|
40884
|
+
RegionAreaH real_+
|
40885
|
+
RegionAreaUnit string_+
|
40886
|
+
RegionAreaW real_+
|
40887
|
+
RegionAreaX real_+
|
40888
|
+
RegionAreaY real_+
|
40889
|
+
RegionBarCodeValue string_+
|
40890
|
+
RegionDescription string_+
|
40891
|
+
RegionExtensions MWG Extensions Struct_+
|
40892
|
+
RegionFocusUsage string_+
|
40893
|
+
RegionName string_+
|
40894
|
+
RegionRotation real_+
|
40895
|
+
RegionSeeAlso string_+
|
40896
|
+
RegionType string_+
|
40611
40897
|
|
40612
|
-
=head3 MWG
|
40898
|
+
=head3 MWG RegionInfo Struct
|
40613
40899
|
|
40614
40900
|
Field Name Writable
|
40615
40901
|
---------- --------
|
40616
|
-
|
40617
|
-
|
40902
|
+
AppliedToDimensions Dimensions Struct
|
40903
|
+
RegionList MWG RegionStruct Struct+
|
40904
|
+
|
40905
|
+
=head3 MWG RegionStruct Struct
|
40906
|
+
|
40907
|
+
Field Name Writable
|
40908
|
+
---------- --------
|
40909
|
+
Area Area Struct
|
40910
|
+
BarCodeValue string
|
40911
|
+
Description string
|
40912
|
+
Extensions MWG Extensions Struct
|
40913
|
+
FocusUsage string
|
40914
|
+
Name string
|
40915
|
+
Rotation real
|
40916
|
+
Type string
|
40917
|
+
SeeAlso string
|
40918
|
+
|
40919
|
+
=head3 MWG Extensions Struct
|
40920
|
+
|
40921
|
+
This structure may contain any top-level XMP tags, but none have been
|
40922
|
+
pre-defined in ExifTool. Since no flattened tags have been pre-defined,
|
40923
|
+
RegionExtensions is writable only as a structure (eg.
|
40924
|
+
C<{xmp-dc:creator=me,rating=5}>). Fields for this structure are identified
|
40925
|
+
using the standard ExifTool tag name (with optional leading group name,
|
40926
|
+
and/or trailing language code, and/or trailing C<#> symbol to disable print
|
40927
|
+
conversion).
|
40928
|
+
|
40929
|
+
Field Name Writable
|
40930
|
+
---------- --------
|
40931
|
+
[no tags known]
|
40618
40932
|
|
40619
40933
|
=head1 NOTES
|
40620
40934
|
|