exiftool-vendored.pl 12.78.0 → 12.82.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/bin/Changes +80 -3
  2. package/bin/MANIFEST +29 -2
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +3 -2
  6. package/bin/config_files/acdsee.config +37 -57
  7. package/bin/config_files/example.config +6 -0
  8. package/bin/exiftool +67 -25
  9. package/bin/lib/Image/ExifTool/BuildTagLookup.pm +44 -31
  10. package/bin/lib/Image/ExifTool/CanonVRD.pm +2 -2
  11. package/bin/lib/Image/ExifTool/FujiFilm.pm +21 -5
  12. package/bin/lib/Image/ExifTool/GM.pm +543 -0
  13. package/bin/lib/Image/ExifTool/GeoLang/cs.pm +978 -0
  14. package/bin/lib/Image/ExifTool/GeoLang/de.pm +1975 -0
  15. package/bin/lib/Image/ExifTool/GeoLang/en_ca.pm +44 -0
  16. package/bin/lib/Image/ExifTool/GeoLang/en_gb.pm +124 -0
  17. package/bin/lib/Image/ExifTool/GeoLang/es.pm +2921 -0
  18. package/bin/lib/Image/ExifTool/GeoLang/fi.pm +1116 -0
  19. package/bin/lib/Image/ExifTool/GeoLang/fr.pm +3171 -0
  20. package/bin/lib/Image/ExifTool/GeoLang/it.pm +2750 -0
  21. package/bin/lib/Image/ExifTool/GeoLang/ja.pm +10256 -0
  22. package/bin/lib/Image/ExifTool/GeoLang/ko.pm +4499 -0
  23. package/bin/lib/Image/ExifTool/GeoLang/nl.pm +1270 -0
  24. package/bin/lib/Image/ExifTool/GeoLang/pl.pm +3019 -0
  25. package/bin/lib/Image/ExifTool/GeoLang/ru.pm +18220 -0
  26. package/bin/lib/Image/ExifTool/GeoLang/sk.pm +441 -0
  27. package/bin/lib/Image/ExifTool/GeoLang/sv.pm +714 -0
  28. package/bin/lib/Image/ExifTool/GeoLang/tr.pm +452 -0
  29. package/bin/lib/Image/ExifTool/GeoLang/zh_cn.pm +2225 -0
  30. package/bin/lib/Image/ExifTool/GeoLang/zh_tw.pm +72 -0
  31. package/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
  32. package/bin/lib/Image/ExifTool/Geolocation.pm +867 -146
  33. package/bin/lib/Image/ExifTool/Geotag.pm +13 -1
  34. package/bin/lib/Image/ExifTool/JSON.pm +7 -2
  35. package/bin/lib/Image/ExifTool/M2TS.pm +32 -4
  36. package/bin/lib/Image/ExifTool/MakerNotes.pm +2 -2
  37. package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  38. package/bin/lib/Image/ExifTool/Nikon.pm +331 -22
  39. package/bin/lib/Image/ExifTool/NikonCustom.pm +55 -1
  40. package/bin/lib/Image/ExifTool/Olympus.pm +1 -0
  41. package/bin/lib/Image/ExifTool/OpenEXR.pm +37 -19
  42. package/bin/lib/Image/ExifTool/PNG.pm +3 -3
  43. package/bin/lib/Image/ExifTool/QuickTime.pm +40 -24
  44. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +61 -30
  45. package/bin/lib/Image/ExifTool/README +8 -5
  46. package/bin/lib/Image/ExifTool/Sony.pm +1 -1
  47. package/bin/lib/Image/ExifTool/TagLookup.pm +4820 -4750
  48. package/bin/lib/Image/ExifTool/TagNames.pod +1000 -615
  49. package/bin/lib/Image/ExifTool/WriteQuickTime.pl +31 -8
  50. package/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
  51. package/bin/lib/Image/ExifTool/Writer.pl +58 -2
  52. package/bin/lib/Image/ExifTool/XMP.pm +20 -3
  53. package/bin/lib/Image/ExifTool/XMP2.pl +64 -0
  54. package/bin/lib/Image/ExifTool.pm +210 -97
  55. package/bin/lib/Image/ExifTool.pod +44 -18
  56. package/bin/perl-Image-ExifTool.spec +1 -1
  57. package/bin/pp_build_exe.args +4 -4
  58. package/package.json +3 -3
@@ -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 27565 tags, with 17308 unique tag names.
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
@@ -1362,6 +1362,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1362
1362
  --------- --------
1363
1363
  aas XMP aas
1364
1364
  acdsee XMP acdsee
1365
+ acdsee-rs XMP ACDSeeRegions
1365
1366
  album XMP Album
1366
1367
  apple-fi XMP apple_fi
1367
1368
  ast Nikon ast
@@ -1505,6 +1506,66 @@ These tags belong to the ExifTool XMP-acdsee family 1 group.
1505
1506
  Snapshots string/+
1506
1507
  Tagged boolean/
1507
1508
 
1509
+ =head3 XMP ACDSeeRegions Tags
1510
+
1511
+ These tags belong to the ExifTool XMP-acdsee-rs family 1 group.
1512
+
1513
+ Tag Name Writable
1514
+ -------- --------
1515
+ RegionInfoACDSee ACDSeeRegionInfo Struct
1516
+ ACDSeeRegionAppliedToDimensions ACDSeeDimensions Struct_
1517
+ ACDSeeRegionAppliedToDimensionsH real/_
1518
+ ACDSeeRegionAppliedToDimensionsUnit string/_
1519
+ ACDSeeRegionAppliedToDimensionsW real/_
1520
+ ACDSeeRegion ACDSeeRegion Struct_+
1521
+ ACDSeeRegionALGArea ACDSeeArea Struct_+
1522
+ ACDSeeRegionALGAreaH real/_+
1523
+ ACDSeeRegionALGAreaW real/_+
1524
+ ACDSeeRegionALGAreaX real/_+
1525
+ ACDSeeRegionALGAreaY real/_+
1526
+ ACDSeeRegionDLYArea ACDSeeArea Struct_+
1527
+ ACDSeeRegionDLYAreaH real/_+
1528
+ ACDSeeRegionDLYAreaW real/_+
1529
+ ACDSeeRegionDLYAreaX real/_+
1530
+ ACDSeeRegionDLYAreaY real/_+
1531
+ ACDSeeRegionName string/_+
1532
+ ACDSeeRegionNameAssignType string/_+
1533
+ ACDSeeRegionType string/_+
1534
+
1535
+ =head3 XMP ACDSeeRegionInfo Struct
1536
+
1537
+ Field Name Writable
1538
+ ---------- --------
1539
+ AppliedToDimensions ACDSeeDimensions Struct
1540
+ RegionList ACDSeeRegion Struct+
1541
+
1542
+ =head3 XMP ACDSeeDimensions Struct
1543
+
1544
+ Field Name Writable
1545
+ ---------- --------
1546
+ H real
1547
+ Unit string
1548
+ W real
1549
+
1550
+ =head3 XMP ACDSeeRegion Struct
1551
+
1552
+ Field Name Writable
1553
+ ---------- --------
1554
+ ALGArea ACDSeeArea Struct
1555
+ DLYArea ACDSeeArea Struct
1556
+ Name string
1557
+ NameAssignType string
1558
+ Type string
1559
+
1560
+ =head3 XMP ACDSeeArea Struct
1561
+
1562
+ Field Name Writable
1563
+ ---------- --------
1564
+ H real
1565
+ W real
1566
+ X real
1567
+ Y real
1568
+
1508
1569
  =head3 XMP Album Tags
1509
1570
 
1510
1571
  Adobe Album namespace tags.
@@ -5149,6 +5210,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
5149
5210
  LocationCreatedCountryCode string_+
5150
5211
  LocationCreatedCountryName string_+
5151
5212
  LocationCreatedGPSAltitude rational_+
5213
+ LocationCreatedGPSAltitudeRef integer_+
5152
5214
  LocationCreatedGPSLatitude string_+
5153
5215
  LocationCreatedGPSLongitude string_+
5154
5216
  LocationCreatedIdentifier string_+
@@ -5162,6 +5224,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
5162
5224
  LocationShownCountryCode string_+
5163
5225
  LocationShownCountryName string_+
5164
5226
  LocationShownGPSAltitude rational_+
5227
+ LocationShownGPSAltitudeRef integer_+
5165
5228
  LocationShownGPSLatitude string_+
5166
5229
  LocationShownGPSLongitude string_+
5167
5230
  LocationShownIdentifier string_+
@@ -5215,6 +5278,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
5215
5278
  RatingRegionCountryCode string_+
5216
5279
  RatingRegionCountryName string_+
5217
5280
  RatingRegionGPSAltitude rational_+
5281
+ RatingRegionGPSAltitudeRef integer_+
5218
5282
  RatingRegionGPSLatitude string_+
5219
5283
  RatingRegionGPSLongitude string_+
5220
5284
  RatingRegionIdentifier string_+
@@ -5423,6 +5487,7 @@ is to write ImageRegion as a structure with these tags as new fields.
5423
5487
  CountryCode string
5424
5488
  CountryName string
5425
5489
  GPSAltitude rational
5490
+ GPSAltitudeRef integer
5426
5491
  GPSLatitude string
5427
5492
  GPSLongitude string
5428
5493
  Identifier string+
@@ -6260,6 +6325,7 @@ These tags belong to the ExifTool XMP-xmpDM family 1 group.
6260
6325
  OutCueScale rational_
6261
6326
  OutCueValue integer_
6262
6327
  PartOfCompilation boolean
6328
+ Pick integer
6263
6329
  ProjectName string
6264
6330
  ProjectRef ProjectLink Struct
6265
6331
  ProjectRefPath string_
@@ -7874,15 +7940,6 @@ Pentax lens information structure for models such as the *istD.
7874
7940
  0 LensType int8u[2]
7875
7941
  3 LensData Pentax LensData
7876
7942
 
7877
- =head3 Pentax LensInfo2 Tags
7878
-
7879
- Pentax lens information structure for models such as the K10D and K20D.
7880
-
7881
- Index1 Tag Name Writable
7882
- ------ -------- --------
7883
- 0 LensType int8u[4]
7884
- 4 LensData Pentax LensData
7885
-
7886
7943
  =head3 Pentax LensData Tags
7887
7944
 
7888
7945
  Pentax lens data information. Some of these tags require interesting binary
@@ -7913,6 +7970,15 @@ gymnastics to decode them into useful values.
7913
7970
  15 LC14? int8u
7914
7971
  16 LC15? int8u
7915
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
+
7916
7982
  =head3 Pentax LensInfo3 Tags
7917
7983
 
7918
7984
  Pentax lens information structure for 645D.
@@ -13099,6 +13165,9 @@ Tags extracted from FLIR Public image Format (FPF) files.
13099
13165
  0x104d CropMode int16u
13100
13166
  0x104e ColorChromeFXBlue int32s
13101
13167
  0x1050 ShutterType int16u
13168
+ 0x1051 CropFlag int8u
13169
+ 0x1052 CropTopLeft int32u
13170
+ 0x1053 CropSize int32u
13102
13171
  0x1100 AutoBracketing int16u
13103
13172
  0x1101 SequenceNumber int16u
13104
13173
  0x1103 DriveSettings FujiFilm DriveSettings
@@ -13167,7 +13236,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
13167
13236
  0.2 PreAF int32u & 0xf0
13168
13237
  0.3 AFAreaMode int32u & 0xf00
13169
13238
  0.4 AFAreaPointSize int32u & 0xf000
13170
- 0.5 AFAreaZoneSize int32u & 0xf0000
13239
+ 0.5 AFAreaZoneSize int32u & 0xff0000
13171
13240
 
13172
13241
  =head3 FujiFilm AFCSettings Tags
13173
13242
 
@@ -16400,6 +16469,7 @@ These tags are extracted from encrypted data in images from the Z8.
16400
16469
  0 ShotInfoVersion no
16401
16470
  4 FirmwareVersion no
16402
16471
  48 SequenceOffset Nikon SeqInfoZ9
16472
+ 128 AutoCaptureOffset Nikon AutoCaptureInfo
16403
16473
  132 OrientOffset Nikon OrientationInfo
16404
16474
  140 MenuOffset Nikon MenuInfoZ8
16405
16475
 
@@ -16410,133 +16480,282 @@ These tags are extracted from encrypted data in images from the Z8.
16410
16480
  32 FocusShiftShooting int8u~
16411
16481
  40 IntervalShooting int16u~
16412
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
+
16413
16499
  =head3 Nikon MenuInfoZ8 Tags
16414
16500
 
16415
16501
  Index1 Tag Name Writable
16416
16502
  ------ -------- --------
16417
16503
  16 MenuSettingsOffsetZ8 Nikon MenuSettingsZ8
16504
+ MenuSettingsOffsetZ8v2 -
16505
+ Nikon MenuSettingsZ8v2
16418
16506
 
16419
16507
  =head3 Nikon MenuSettingsZ8 Tags
16420
16508
 
16421
16509
  These tags are used by the Z8 firmware 1.00.
16422
16510
 
16423
- Index1 Tag Name Writable
16424
- --------------- --------
16425
- 72 HighFrameRate int8u
16426
- 152 MultipleExposureMode int8u
16427
- 154 MultiExposureShots int8u
16428
- 184 IntervalDurationHours int32u
16429
- 188 IntervalDurationMinutes int32u
16430
- 192 IntervalDurationSeconds int32u
16431
- 200 Intervals int32u
16432
- 204 ShotsPerInterval int32u
16433
- 208 IntervalExposureSmoothing int8u
16434
- 210 IntervalPriority int8u
16435
- 244 FocusShiftNumberShots int8u
16436
- 248 FocusShiftStepWidth int8u
16437
- 252 FocusShiftInterval int8u~
16438
- 256 FocusShiftExposureLock? int8u
16439
- 286 PhotoShootingMenuBank int8u
16440
- 288 ExtendedMenuBanks int8u
16441
- 324 PhotoShootingMenuBankImageArea int8u
16442
- 338 AutoISO int8u
16443
- 340 ISOAutoHiLimit? int16u
16444
- 342 ISOAutoFlashLimit? int16u
16445
- 350 ISOAutoShutterTime no
16446
- 432 MovieVignetteControl? int8u
16447
- 434 DiffractionCompensation int8u
16448
- 436 FlickerReductionShooting int8u
16449
- 440 FlashControlMode int8u
16450
- 548 AFAreaMode int8u
16451
- 550 VRMode int8u
16452
- 554 BracketSet int8u
16453
- 556 BracketProgram int8u
16454
- 558 BracketIncrement int8u
16455
- 570 HDR int8u
16456
- 576 SecondarySlotFunction int8u
16457
- 582 HDRLevel int8u
16458
- 586 Slot2JpgSize? int8u
16459
- 592 DXCropAlert int8u
16460
- 594 SubjectDetection int8u
16461
- 596 DynamicAFAreaSize int8u
16462
- 618 ToneMap? int8u
16463
- 622 PortraitImpressionBalance int8u
16464
- 636 HighFrequencyFlickerReductionShooting? int8u
16465
- 730 MovieImageArea? int8u & 0x01
16466
- 740 MovieType? int8u
16467
- 742 MovieISOAutoHiLimit? int16u
16468
- 744 MovieISOAutoControlManualMode? int8u
16469
- 746 MovieISOAutoManualMode? int16u
16470
- 820 MovieActiveD-Lighting? int8u
16471
- 822 MovieHighISONoiseReduction? int8u
16472
- 828 MovieFlickerReduction int8u
16473
- 830 MovieMeteringMode? int8u
16474
- 832 MovieFocusMode? int8u
16475
- 834 MovieAFAreaMode int8u
16476
- 836 MovieVRMode? int8u
16477
- 840 MovieElectronicVR? int8u
16478
- 842 MovieSoundRecording? int8u
16479
- 844 MicrophoneSensitivity? int8u
16480
- 846 MicrophoneAttenuator? int8u
16481
- 848 MicrophoneFrequencyResponse? int8u
16482
- 850 WindNoiseReduction? int8u
16483
- 882 MovieFrameSize? int8u
16484
- 884 MovieFrameRate? int8u
16485
- 886 MicrophoneJackPower? int8u
16486
- 887 MovieDXCropAlert? int8u
16487
- 888 MovieSubjectDetection? int8u
16488
- 896 MovieHighResZoom? int8u
16489
- 943 CustomSettingsZ8 NikonCustom SettingsZ8
16490
- 1682 Language? int8u
16491
- 1684 TimeZone int8u
16492
- 1690 MonitorBrightness? int8u
16493
- 1712 AFFineTune? int8u
16494
- 1716 NonCPULens1FocalLength? int16u~
16495
- 1718 NonCPULens2FocalLength? int16u~
16496
- 1720 NonCPULens3FocalLength? int16u~
16497
- 1722 NonCPULens4FocalLength? int16u~
16498
- 1724 NonCPULens5FocalLength? int16u~
16499
- 1726 NonCPULens6FocalLength? int16u~
16500
- 1728 NonCPULens7FocalLength? int16u~
16501
- 1730 NonCPULens8FocalLength? int16u~
16502
- 1732 NonCPULens9FocalLength? int16u~
16503
- 1734 NonCPULens10FocalLength? int16u~
16504
- 1736 NonCPULens11FocalLength? int16u~
16505
- 1738 NonCPULens12FocalLength? int16u~
16506
- 1740 NonCPULens13FocalLength? int16u~
16507
- 1742 NonCPULens14FocalLength? int16u~
16508
- 1744 NonCPULens15FocalLength? int16u~
16509
- 1746 NonCPULens16FocalLength? int16u~
16510
- 1748 NonCPULens17FocalLength? int16u~
16511
- 1750 NonCPULens18FocalLength? int16u~
16512
- 1752 NonCPULens19FocalLength? int16u~
16513
- 1754 NonCPULens20FocalLength? int16u~
16514
- 1756 NonCPULens1MaxAperture? int16u
16515
- 1758 NonCPULens2MaxAperture? int16u
16516
- 1760 NonCPULens3MaxAperture? int16u
16517
- 1762 NonCPULens4MaxAperture? int16u
16518
- 1764 NonCPULens5MaxAperture? int16u
16519
- 1766 NonCPULens6MaxAperture? int16u
16520
- 1768 NonCPULens7MaxAperture? int16u
16521
- 1770 NonCPULens8MaxAperture? int16u
16522
- 1772 NonCPULens9MaxAperture? int16u
16523
- 1774 NonCPULens10MaxAperture? int16u
16524
- 1776 NonCPULens11MaxAperture? int16u
16525
- 1778 NonCPULens12MaxAperture? int16u
16526
- 1780 NonCPULens13MaxAperture? int16u
16527
- 1782 NonCPULens14MaxAperture? int16u
16528
- 1784 NonCPULens15MaxAperture? int16u
16529
- 1786 NonCPULens16MaxAperture? int16u
16530
- 1788 NonCPULens17MaxAperture? int16u
16531
- 1790 NonCPULens18MaxAperture? int16u
16532
- 1792 NonCPULens19MaxAperture? int16u
16533
- 1794 NonCPULens20MaxAperture? int16u
16534
- 1808 HDMIOutputResolution int8u
16535
- 1826 AirplaneMode? int8u
16536
- 1827 EmptySlotRelease? int8u
16537
- 1862 EnergySavingMode? int8u
16538
- 1890 USBPowerDelivery? int8u
16539
- 1899 SensorShield? int8u
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
16540
16759
 
16541
16760
  =head3 Nikon ShotInfoZ9 Tags
16542
16761
 
@@ -16561,22 +16780,6 @@ These tags are extracted from encrypted data in images from the Z9.
16561
16780
  3050 AFAreaInitialWidth int8u
16562
16781
  3051 AFAreaInitialHeight int8u
16563
16782
 
16564
- =head3 Nikon AutoCaptureInfo Tags
16565
-
16566
- Index1 Tag Name Writable
16567
- ------ -------- --------
16568
- 0 AutoCapturedFrame int8u
16569
- 1 AutoCaptureCriteria int8u~
16570
- 55 AutoCaptureRecordingTime int8u
16571
- 56 AutoCaptureWaitTime int8u
16572
- 74 AutoCaptureDistanceFar int8u~
16573
- 78 AutoCaptureDistanceNear int8u~
16574
- 95 AutoCaptureCriteriaMotionDirection int8u~
16575
- 99 AutoCaptureCriteriaMotionSpeed int8u
16576
- 100 AutoCaptureCriteriaMotionSize int8u
16577
- 105 AutoCaptureCriteriaSubjectSize int8u
16578
- 106 AutoCaptureCriteriaSubjectType int8u
16579
-
16580
16783
  =head3 Nikon MenuInfoZ9 Tags
16581
16784
 
16582
16785
  Index1 Tag Name Writable
@@ -16668,222 +16871,224 @@ These tags are used by the Z9.
16668
16871
 
16669
16872
  These tags are used by the Z9 firmware 3.00.
16670
16873
 
16671
- Index1 Tag Name Writable
16672
- --------------- --------
16673
- 72 HighFrameRate int8u
16674
- 154 MultipleExposureMode int8u
16675
- 156 MultiExposureShots int8u
16676
- 204 Intervals int32u
16677
- 208 ShotsPerInterval int32u
16678
- 248 FocusShiftNumberShots int8u
16679
- 252 FocusShiftStepWidth int8u
16680
- 256 FocusShiftInterval int8u~
16681
- 260 FocusShiftExposureLock? int8u
16682
- 290 PhotoShootingMenuBank int8u
16683
- 292 ExtendedMenuBanks int8u
16684
- 328 PhotoShootingMenuBankImageArea int8u
16685
- 342 AutoISO int8u
16686
- 344 ISOAutoHiLimit? int16u
16687
- 346 ISOAutoFlashLimit? int16u
16688
- 354 ISOAutoShutterTime no
16689
- 436 MovieVignetteControl? int8u
16690
- 438 DiffractionCompensation int8u
16691
- 440 FlickerReductionShooting int8u
16692
- 444 FlashControlMode int8u
16693
- 446 FlashMasterCompensation? int8s
16694
- 450 FlashGNDistance? no
16695
- 454 FlashOutput? int8u
16696
- 548 AFAreaMode int8u
16697
- 550 VRMode int8u
16698
- 554 BracketSet int8u
16699
- 556 BracketProgram int8u
16700
- 558 BracketIncrement int8u
16701
- 576 SecondarySlotFunction int8u
16702
- 592 DXCropAlert int8u
16703
- 594 SubjectDetection int8u
16704
- 596 DynamicAFAreaSize int8u
16705
- 636 HighFrequencyFlickerReductionShooting? int8u
16706
- 646 MovieImageArea? int8u & 0x01
16707
- 656 MovieType? int8u
16708
- 658 MovieISOAutoHiLimit? int16u
16709
- 660 MovieISOAutoControlManualMode? int8u
16710
- 662 MovieISOAutoManualMode? int16u
16711
- 736 MovieActiveD-Lighting? int8u
16712
- 738 MovieHighISONoiseReduction? int8u
16713
- 744 MovieFlickerReduction int8u
16714
- 746 MovieMeteringMode? int8u
16715
- 748 MovieFocusMode? int8u
16716
- 750 MovieAFAreaMode int8u
16717
- 752 MovieVRMode? int8u
16718
- 756 MovieElectronicVR? int8u
16719
- 758 MovieSoundRecording? int8u
16720
- 760 MicrophoneSensitivity? int8u
16721
- 762 MicrophoneAttenuator? int8u
16722
- 764 MicrophoneFrequencyResponse? int8u
16723
- 766 WindNoiseReduction? int8u
16724
- 788 MovieToneMap? int8u
16725
- 794 MovieFrameSize? int8u
16726
- 796 MovieFrameRate? int8u
16727
- 802 MicrophoneJackPower? int8u
16728
- 803 MovieDXCropAlert? int8u
16729
- 804 MovieSubjectDetection? int8u
16730
- 812 MovieHighResZoom? int8u
16731
- 847 CustomSettingsZ9 NikonCustom SettingsZ9
16732
- 1474 Language? int8u
16733
- 1476 TimeZone int8u
16734
- 1482 MonitorBrightness? int8u
16735
- 1504 AFFineTune? int8u
16736
- 1600 HDMIOutputResolution int8u
16737
- 1613 SetClockFromLocationData? int8u
16738
- 1620 AirplaneMode? int8u
16739
- 1621 EmptySlotRelease? int8u
16740
- 1656 EnergySavingMode? int8u
16741
- 1680 RecordLocationData? int8u
16742
- 1684 USBPowerDelivery? int8u
16743
- 1693 SensorShield? int8u
16744
- 1754 FocusShiftAutoReset? int8u
16745
- 1810 PreReleaseBurstLength int8u
16746
- 1812 PostReleaseBurstLength int8u
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
16747
16950
 
16748
16951
  =head3 Nikon MenuSettingsZ9v4 Tags
16749
16952
 
16750
- These tags are used by the Z9 firmware 3.00.
16751
-
16752
- Index1 Tag Name Writable
16753
- --------------- --------
16754
- 72 HighFrameRate int8u
16755
- 154 MultipleExposureMode int8u
16756
- 156 MultiExposureShots int8u
16757
- 204 Intervals int32u
16758
- 208 ShotsPerInterval int32u
16759
- 248 FocusShiftNumberShots int8u
16760
- 252 FocusShiftStepWidth int8u
16761
- 256 FocusShiftInterval int8u~
16762
- 260 FocusShiftExposureLock? int8u
16763
- 290 PhotoShootingMenuBank int8u
16764
- 292 ExtendedMenuBanks int8u
16765
- 328 PhotoShootingMenuBankImageArea int8u
16766
- 342 AutoISO int8u
16767
- 344 ISOAutoHiLimit? int16u
16768
- 346 ISOAutoFlashLimit? int16u
16769
- 354 ISOAutoShutterTime no
16770
- 436 MovieVignetteControl? int8u
16771
- 438 DiffractionCompensation int8u
16772
- 440 FlickerReductionShooting int8u
16773
- 444 FlashControlMode int8u
16774
- 446 FlashMasterCompensation? int8s
16775
- 450 FlashGNDistance? no
16776
- 454 FlashOutput? int8u
16777
- 548 AFAreaMode int8u
16778
- 550 VRMode int8u
16779
- 554 BracketSet int8u
16780
- 556 BracketProgram int8u
16781
- 558 BracketIncrement int8u
16782
- 570 HDR int8u
16783
- 576 SecondarySlotFunction int8u
16784
- 582 HDRLevel int8u
16785
- 586 Slot2JpgSize? int8u
16786
- 592 DXCropAlert int8u
16787
- 594 SubjectDetection int8u
16788
- 596 DynamicAFAreaSize int8u
16789
- 636 HighFrequencyFlickerReductionShooting? int8u
16790
- 646 MovieImageArea? int8u & 0x01
16791
- 656 MovieType? int8u
16792
- 658 MovieISOAutoHiLimit? int16u
16793
- 660 MovieISOAutoControlManualMode? int8u
16794
- 662 MovieISOAutoManualMode? int16u
16795
- 736 MovieActiveD-Lighting? int8u
16796
- 738 MovieHighISONoiseReduction? int8u
16797
- 744 MovieFlickerReduction int8u
16798
- 746 MovieMeteringMode? int8u
16799
- 748 MovieFocusMode? int8u
16800
- 750 MovieAFAreaMode int8u
16801
- 752 MovieVRMode? int8u
16802
- 756 MovieElectronicVR? int8u
16803
- 758 MovieSoundRecording? int8u
16804
- 760 MicrophoneSensitivity? int8u
16805
- 762 MicrophoneAttenuator? int8u
16806
- 764 MicrophoneFrequencyResponse? int8u
16807
- 766 WindNoiseReduction? int8u
16808
- 788 MovieToneMap? int8u
16809
- 794 MovieFrameSize? int8u
16810
- 796 MovieFrameRate? int8u
16811
- 802 MicrophoneJackPower? int8u
16812
- 803 MovieDXCropAlert? int8u
16813
- 804 MovieSubjectDetection? int8u
16814
- 812 MovieHighResZoom? int8u
16815
- 847 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
16816
- 1498 Language? int8u
16817
- 1500 TimeZone int8u
16818
- 1506 MonitorBrightness? int8u
16819
- 1528 AFFineTune? int8u
16820
- 1532 NonCPULens1FocalLength? int16s~
16821
- 1536 NonCPULens2FocalLength? int16s~
16822
- 1540 NonCPULens3FocalLength? int16s~
16823
- 1544 NonCPULens4FocalLength? int16s~
16824
- 1548 NonCPULens5FocalLength? int16s~
16825
- 1552 NonCPULens6FocalLength? int16s~
16826
- 1556 NonCPULens7FocalLength? int16s~
16827
- 1560 NonCPULens8FocalLength? int16s~
16828
- 1564 NonCPULens9FocalLength? int16s~
16829
- 1568 NonCPULens10FocalLength? int16s~
16830
- 1572 NonCPULens11FocalLength? int16s~
16831
- 1576 NonCPULens12FocalLength? int16s~
16832
- 1580 NonCPULens13FocalLength? int16s~
16833
- 1584 NonCPULens14FocalLength? int16s~
16834
- 1588 NonCPULens15FocalLength? int16s~
16835
- 1592 NonCPULens16FocalLength? int16s~
16836
- 1596 NonCPULens17FocalLength? int16s~
16837
- 1600 NonCPULens18FocalLength? int16s~
16838
- 1604 NonCPULens19FocalLength? int16s~
16839
- 1608 NonCPULens20FocalLength? int16s~
16840
- 1612 NonCPULens1MaxAperture? int16s~
16841
- 1616 NonCPULens2MaxAperture? int16s~
16842
- 1620 NonCPULens3MaxAperture? int16s~
16843
- 1624 NonCPULens4MaxAperture? int16s~
16844
- 1628 NonCPULens5MaxAperture? int16s~
16845
- 1632 NonCPULens6MaxAperture? int16s~
16846
- 1636 NonCPULens7MaxAperture? int16s~
16847
- 1640 NonCPULens8MaxAperture? int16s~
16848
- 1644 NonCPULens9MaxAperture? int16s~
16849
- 1648 NonCPULens10MaxAperture? int16s~
16850
- 1652 NonCPULens11MaxAperture? int16s~
16851
- 1656 NonCPULens12MaxAperture? int16s~
16852
- 1660 NonCPULens13MaxAperture? int16s~
16853
- 1664 NonCPULens14MaxAperture? int16s~
16854
- 1668 NonCPULens15MaxAperture? int16s~
16855
- 1672 NonCPULens16MaxAperture? int16s~
16856
- 1676 NonCPULens17MaxAperture? int16s~
16857
- 1680 NonCPULens18MaxAperture? int16s~
16858
- 1684 NonCPULens19MaxAperture? int16s~
16859
- 1688 NonCPULens20MaxAperture? int16s~
16860
- 1704 HDMIOutputResolution int8u
16861
- 1717 SetClockFromLocationData? int8u
16862
- 1724 AirplaneMode? int8u
16863
- 1725 EmptySlotRelease? int8u
16864
- 1760 EnergySavingMode? int8u
16865
- 1784 RecordLocationData? int8u
16866
- 1788 USBPowerDelivery? int8u
16867
- 1797 SensorShield? int8u
16868
- 1862 AutoCapturePreset int8u
16869
- 1864 FocusShiftAutoReset? int8u
16870
- 1922 PreReleaseBurstLength int8u
16871
- 1924 PostReleaseBurstLength int8u
16872
- 1938 VerticalISOButton int8u
16873
- 1940 ExposureCompensationButton int8u
16874
- 1942 ISOButton int8u
16875
- 2002 ViewModeShowEffectsOfSettings? int8u
16876
- 2004 DispButton int8u
16877
- 2048 ExposureDelay fixed32u~
16878
- 2056 PlaybackButton int8u
16879
- 2058 WBButton int8u
16880
- 2060 BracketButton int8u
16881
- 2062 FlashModeButton int8u
16882
- 2064 LensFunc1ButtonPlaybackMode int8u
16883
- 2066 LensFunc2ButtonPlaybackMode int8u
16884
- 2068 PlaybackButtonPlaybackMode int8u
16885
- 2070 BracketButtonPlaybackMode int8u
16886
- 2072 FlashModeButtonPlaybackMode int8u
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
16887
17092
 
16888
17093
  =head3 Nikon ShotInfo Tags
16889
17094
 
@@ -18757,8 +18962,11 @@ Custom settings for the Z8.
18757
18962
  421 Func1ButtonPlaybackMode? int8u
18758
18963
  423 Func2ButtonPlaybackMode? int8u
18759
18964
  437 MovieRecordButtonPlaybackMode? int8u
18965
+ 453 WBButtonPlaybackMode int8u
18760
18966
  459 CommandDialPlaybackMode? int8u
18967
+ 461 CommandDialVideoPlaybackMode? int8u
18761
18968
  463 SubCommandDialPlaybackMode? int8u
18969
+ 465 SubCommandDialVideoPlaybackMode? int8u
18762
18970
  467 FocusPointLock? int8u
18763
18971
  469 ControlRingResponse int8u
18764
18972
  515 MovieAFAreaMode? int8u
@@ -18784,6 +18992,7 @@ Custom settings for the Z8.
18784
18992
  649 PostReleaseBurstLength int8u
18785
18993
  681 ViewModeShowEffectsOfSettings? int8u
18786
18994
  683 DispButton int8u
18995
+ 753 ExposureDelay int16u~
18787
18996
 
18788
18997
  =head3 NikonCustom SettingsZ9 Tags
18789
18998
 
@@ -19053,7 +19262,9 @@ Custom settings for the Z9.
19053
19262
  471 QualityButtonPlaybackMode? int8u
19054
19263
  477 WhiteBalanceButtonPlaybackMode? int8u
19055
19264
  483 CommandDialPlaybackMode? int8u
19265
+ 485 CommandDialVideoPlaybackMode? int8u
19056
19266
  487 SubCommandDialPlaybackMode? int8u
19267
+ 489 SubCommandDialVideoPlaybackMode? int8u
19057
19268
  491 FocusPointLock? int8u
19058
19269
  493 ControlRingResponse int8u
19059
19270
  505 VerticalMovieFuncButton? int8u
@@ -22725,6 +22936,21 @@ written by the Sony DSC-F828 and DSC-V3.
22725
22936
  0x0000 SRF2Key no
22726
22937
  0x0001 DataKey no
22727
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
+
22728
22954
  =head3 Sony SRF2 Tags
22729
22955
 
22730
22956
  These tags are found in the SRF2 through SRF5 IFD's.
@@ -22758,21 +22984,6 @@ These tags are found in the SRF2 through SRF5 IFD's.
22758
22984
  0x00d1 WBGreenAsShot no
22759
22985
  0x00d2 WBBlueAsShot no
22760
22986
 
22761
- =head3 Sony SR2Private Tags
22762
-
22763
- The SR2 format uses the DNGPrivateData tag to reference a private IFD
22764
- containing these tags. SR2 images are written by the Sony DSC-R1, but
22765
- this information is also written to ARW images by other models.
22766
-
22767
- Tag ID Tag Name Writable
22768
- ------ -------- --------
22769
- 0x7200 SR2SubIFDOffset no
22770
- 0x7201 SR2SubIFDLength no
22771
- 0x7221 SR2SubIFDKey no
22772
- 0x7240 IDC_IFD SonyIDC
22773
- 0x7241 IDC2_IFD SonyIDC
22774
- 0x7250 MRWInfo MinoltaRaw
22775
-
22776
22987
  =head3 Sony SR2SubIFD Tags
22777
22988
 
22778
22989
  Tags in the encrypted SR2SubIFD
@@ -23871,6 +24082,112 @@ in JPEGs taken with the P2 Pro camera app.
23871
24082
  76 VisibleImageHeight no
23872
24083
  78 VisibleImageBpp no
23873
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
+
23874
24191
  =head2 Stim Tags
23875
24192
 
23876
24193
  These tags are part of the CIPA Stereo Still Image specification, and are
@@ -23934,54 +24251,6 @@ L<http://www.scalado.com/>.)
23934
24251
  'SPMO' DataLength? no
23935
24252
  'WDTH' PreviewImageWidth no
23936
24253
 
23937
- =head2 InfiRay Tags
23938
-
23939
- =head3 InfiRay Factory Tags
23940
-
23941
- This table lists tags found in the InfiRay APP4 IJPEG camera factory
23942
- defaults and calibration data.
23943
-
23944
- Index1 Tag Name Writable
23945
- ------ -------- --------
23946
- 0 IJPEGTempVersion no
23947
- 4 FactDefEmissivity no
23948
- 5 FactDefTau no
23949
- 6 FactDefTa no
23950
- 8 FactDefTu no
23951
- 10 FactDefDist no
23952
- 12 FactDefA0 no
23953
- 16 FactDefB0 no
23954
- 20 FactDefA1 no
23955
- 24 FactDefB1 no
23956
- 28 FactDefP0 no
23957
- 32 FactDefP1 no
23958
- 36 FactDefP2 no
23959
- 68 FactRelSensorTemp no
23960
- 70 FactRelShutterTemp no
23961
- 72 FactRelLensTemp no
23962
- 100 FactStatusGain no
23963
- 101 FactStatusEnvOK no
23964
- 102 FactStatusDistOK no
23965
- 103 FactStatusTempMap no
23966
-
23967
- =head3 InfiRay Picture Tags
23968
-
23969
- This table lists tags found in the InfiRay APP5 IJPEG picture temperature
23970
- information.
23971
-
23972
- Index1 Tag Name Writable
23973
- ------ -------- --------
23974
- 0 EnvironmentTemp no
23975
- 4 Distance no
23976
- 8 Emissivity no
23977
- 12 Humidity no
23978
- 16 ReferenceTemp no
23979
- 32 TempUnit no
23980
- 33 ShowCenterTemp no
23981
- 34 ShowMaxTemp no
23982
- 35 ShowMinTemp no
23983
- 36 TempMeasureCount no
23984
-
23985
24254
  =head2 GoPro Tags
23986
24255
 
23987
24256
  =head3 GoPro GPMF Tags
@@ -24138,20 +24407,6 @@ Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
24138
24407
  87 OtherSerialNumber no
24139
24408
  102 Model no
24140
24409
 
24141
- =head2 InfiRay Tags
24142
-
24143
- =head3 InfiRay MixMode Tags
24144
-
24145
- This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
24146
- mode section.
24147
-
24148
- Index1 Tag Name Writable
24149
- ------ -------- --------
24150
- 0 MixMode no
24151
- 1 FusionIntensity no
24152
- 5 OffsetAdjustment no
24153
- 9 CorrectionAsix no
24154
-
24155
24410
  =head2 Qualcomm Tags
24156
24411
 
24157
24412
  The tags below have been observed in the JPEG APP7 "Qualcomm Camera
@@ -25350,56 +25605,6 @@ even if it is not listed in this table.
25350
25605
  YhiYloCorK1 no
25351
25606
  YhiYloCorK2 no
25352
25607
 
25353
- =head2 InfiRay Tags
25354
-
25355
- =head3 InfiRay OpMode Tags
25356
-
25357
- This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
25358
- section.
25359
-
25360
- Index1 Tag Name Writable
25361
- ------ -------- --------
25362
- 0 WorkingMode no
25363
- 1 IntegralTime no
25364
- 5 IntegratTimeHdr no
25365
- 9 GainStable no
25366
- 10 TempControlEnable no
25367
- 11 DeviceTemp no
25368
-
25369
- =head3 InfiRay Isothermal Tags
25370
-
25371
- This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
25372
- information.
25373
-
25374
- Index1 Tag Name Writable
25375
- ------ -------- --------
25376
- 0 IsothermalMax no
25377
- 4 IsothermalMin no
25378
- 8 ChromaBarMax no
25379
- 12 ChromaBarMin no
25380
-
25381
- =head3 InfiRay Sensor Tags
25382
-
25383
- This table lists tags found in the InfiRay APP9 IJPEG sensor information
25384
- chunk.
25385
-
25386
- Index1 Tag Name Writable
25387
- ------ -------- --------
25388
- 0 IRSensorManufacturer no
25389
- 64 IRSensorName no
25390
- 128 IRSensorPartNumber no
25391
- 192 IRSensorSerialNumber no
25392
- 256 IRSensorFirmware no
25393
- 320 IRSensorAperture no
25394
- 324 IRFocalLength no
25395
- 384 VisibleSensorManufacturer no
25396
- 448 VisibleSensorName no
25397
- 512 VisibleSensorPartNumber no
25398
- 576 VisibleSensorSerialNumber no
25399
- 640 VisibleSensorFirmware no
25400
- 704 VisibleSensorAperture no
25401
- 708 VisibleFocalLength no
25402
-
25403
25608
  =head2 Jpeg2000 Tags
25404
25609
 
25405
25610
  The tags below are found in JPEG 2000 images and the C2PA CAI JUMBF metadata
@@ -26247,30 +26452,6 @@ These tags belong to the ExifTool XMP-microsoft family 1 group.
26247
26452
  LensModel string/
26248
26453
  RatingPercent string
26249
26454
 
26250
- =head3 Microsoft MP1 Tags
26251
-
26252
- Microsoft Photo 1.1 schema XMP tags which have been observed.
26253
-
26254
- These tags belong to the ExifTool XMP-MP1 family 1 group.
26255
-
26256
- Tag Name Writable
26257
- -------- --------
26258
- Brightness string/
26259
- CameraModelID string/
26260
- Contrast string/
26261
- ExposureCompensation string/
26262
- PanoramicStitchCameraMotion string
26263
- PanoramicStitchMapType string
26264
- PanoramicStitchPhi0 real
26265
- PanoramicStitchPhi1 real
26266
- PanoramicStitchTheta0 real
26267
- PanoramicStitchTheta1 real
26268
- PipelineVersion string
26269
- StreamType string
26270
- WhiteBalance0 real
26271
- WhiteBalance1 real
26272
- WhiteBalance2 real
26273
-
26274
26455
  =head3 Microsoft MP Tags
26275
26456
 
26276
26457
  Microsoft Photo 1.2 schema XMP tags which have been observed.
@@ -26309,6 +26490,30 @@ PersonLiveIdCID, so ExifTool uses this too.
26309
26490
  PersonSourceID string
26310
26491
  Rectangle string
26311
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
+
26312
26517
  =head3 Microsoft Stitch Tags
26313
26518
 
26314
26519
  Information found in the Microsoft custom EXIF tag 0x4748, as written by
@@ -26461,7 +26666,7 @@ possible unless the Microsoft group is specified explicitly.
26461
26666
  DateSent no
26462
26667
  DateVisited no
26463
26668
  Department no
26464
- Description no
26669
+ Description Unicode/
26465
26670
  Description no
26466
26671
  Description no
26467
26672
  Dimensions no
@@ -27646,8 +27851,10 @@ ImageMagick.
27646
27851
  'URL' URL string
27647
27852
  'Warning' PNGWarning string
27648
27853
  'XML:com.adobe.xmp' XMP XMP
27854
+ 'aesthetic_score' AestheticScore string
27649
27855
  'create-date' CreateDate string
27650
27856
  'modify-date' ModDate string
27857
+ 'parameters' Parameters string
27651
27858
 
27652
27859
  =head3 PNG PhysicalPixel Tags
27653
27860
 
@@ -28072,6 +28279,7 @@ L<http://www.openexr.com/> for the official specification.
28072
28279
  'dataWindow' DataWindow no
28073
28280
  'displayWindow' DisplayWindow no
28074
28281
  'envmap' EnvironmentMap no
28282
+ 'exif' EXIF EXIF
28075
28283
  'expTime' ExposureTime no
28076
28284
  'focus' FocusDistance no
28077
28285
  'framesPerSecond' FramesPerSecond no
@@ -28099,6 +28307,7 @@ L<http://www.openexr.com/> for the official specification.
28099
28307
  'worldToNDC' WorldToNDC no
28100
28308
  'wrapmodes' WrapModes no
28101
28309
  'xDensity' XResolution no
28310
+ 'xmp' XMP XMP
28102
28311
 
28103
28312
  =head2 ZISRAW Tags
28104
28313
 
@@ -29306,7 +29515,7 @@ for the official specification.
29306
29515
  The tags below are extracted from timed metadata in QuickTime and other
29307
29516
  formats of video files when the ExtractEmbedded option is used. Although
29308
29517
  most of these tags are combined into the single table below, ExifTool
29309
- currently reads 71 different formats of timed GPS metadata from video files.
29518
+ currently reads 74 different formats of timed GPS metadata from video files.
29310
29519
 
29311
29520
  Tag Name Writable
29312
29521
  -------- --------
@@ -29341,6 +29550,7 @@ currently reads 71 different formats of timed GPS metadata from video files.
29341
29550
  ISO no
29342
29551
  JpgFromRaw no
29343
29552
  KiloCalories no
29553
+ PreviewImage no
29344
29554
  PreviewInfo QuickTime PreviewInfo
29345
29555
  RVMI_gReV QuickTime RVMI_gReV
29346
29556
  RVMI_sReV QuickTime RVMI_sReV
@@ -29369,8 +29579,9 @@ currently reads 71 different formats of timed GPS metadata from video files.
29369
29579
  gpmd_Kingslim QuickTime Stream
29370
29580
  gpmd_Rove QuickTime Stream
29371
29581
  gpmd_FMAS QuickTime Stream
29582
+ gpmd_Wolfbox QuickTime Stream
29372
29583
  gpmd_GoPro GoPro GPMF
29373
- marl QuickTime marl
29584
+ marl GM marl
29374
29585
  mebx QuickTime Keys
29375
29586
  mett Parrot mett
29376
29587
  rtmd Sony rtmd
@@ -29478,14 +29689,6 @@ specification.
29478
29689
  ------ -------- --------
29479
29690
  0x0004 MagneticField no
29480
29691
 
29481
- =head3 QuickTime marl Tags
29482
-
29483
- Tags extracted from the marl ctbx timed metadata of GM cars.
29484
-
29485
- Tag ID Tag Name Writable
29486
- ------ -------- --------
29487
- [no tags known]
29488
-
29489
29692
  =head3 QuickTime Keys Tags
29490
29693
 
29491
29694
  This directory contains a list of key names which are used to decode tags
@@ -29832,39 +30035,51 @@ ExifTool will extract any iTunesInfo tags that exist, even if they are not
29832
30035
  defined in this table. These tags belong to the family 1 "iTunes" group,
29833
30036
  and are not currently writable.
29834
30037
 
29835
- Tag ID Tag Name Writable
29836
- ------ -------- --------
29837
- 'ARTISTS' Artists no
29838
- 'BARCODE' Barcode no
29839
- 'CATALOGNUMBER' CatalogNumber no
29840
- 'DISCNUMBER' DiscNumber no
29841
- 'Dynamic Range (DR)' DynamicRange no
29842
- 'Dynamic Range (R128)' DynamicRangeR128 no
29843
- 'Encoding Params' EncodingParams QuickTime EncodingParams
29844
- 'LABEL' Label no
29845
- 'MEDIA' Media no
29846
- 'MOOD' Mood no
29847
- 'Peak Level (R128)' PeakLevelR128 no
29848
- 'Peak Level (Sample)' PeakLevelSample no
29849
- 'RATING' Rating no
29850
- 'SCRIPT' Script no
29851
- 'TRACKNUMBER' TrackNumber no
29852
- 'Volume Level (R128)' VolumeLevelR128 no
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
29853
30068
  'Volume Level (ReplayGain)' ReplayVolumeLevel no
29854
- 'iTunEXTC' ContentRating no
29855
- 'iTunMOVI' iTunMOVI PLIST
29856
- 'iTunNORM' VolumeNormalization no
29857
- 'iTunSMPB' iTunSMPB no
29858
- 'iTunes_CDDB_1' CDDB1Info no
30069
+ 'iTunEXTC' ContentRating no
30070
+ 'iTunMOVI' iTunMOVI PLIST
30071
+ 'iTunNORM' VolumeNormalization no
30072
+ 'iTunSMPB' iTunSMPB no
30073
+ 'iTunes_CDDB_1' CDDB1Info no
29859
30074
  'iTunes_CDDB_TrackNumber' CDDBTrackNumber no
29860
- 'initialkey' InitialKey no
29861
- 'originaldate' OriginalDate no
29862
- 'originalyear' OriginalYear no
29863
- 'popularimeter' Popularimeter no
29864
- 'replaygain_track_gain' ReplayTrackGain no
29865
- 'replaygain_track_peak' ReplayTrackPeak no
29866
- 'tool' iTunTool no
29867
- '~length' Length no
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
29868
30083
 
29869
30084
  =head3 QuickTime EncodingParams Tags
29870
30085
 
@@ -30406,6 +30621,9 @@ MP4 metadata sample description.
30406
30621
  0x0004 OtherFormat no
30407
30622
  0x0018 PlaybackFrameRate no
30408
30623
  'ftab' FontTable no
30624
+ 'mrld' MarlinDictionary GM mrld
30625
+ 'mrlh' MarlinHeader GM mrlh
30626
+ 'mrlv' MarlinValues GM mrlv
30409
30627
  'name' OtherName no
30410
30628
 
30411
30629
  =head3 QuickTime VideoHeader Tags
@@ -31448,6 +31666,170 @@ FLAC is big-endian, so bit 0 is the high-order bit in this table.
31448
31666
  7 PictureLength no
31449
31667
  8 Picture no
31450
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
+
31451
31833
  =head2 Parrot Tags
31452
31834
 
31453
31835
  =head3 Parrot mett Tags
@@ -39661,10 +40043,13 @@ FileName.
39661
40043
  GeolocationCountry ExifTool no
39662
40044
  GeolocationCountryCode ExifTool no
39663
40045
  GeolocationDistance ExifTool no
40046
+ GeolocationFeatureCode ExifTool no
39664
40047
  GeolocationPopulation ExifTool no
39665
40048
  GeolocationPosition ExifTool no
39666
40049
  GeolocationRegion ExifTool no
40050
+ GeolocationSubregion ExifTool no
39667
40051
  GeolocationTimeZone ExifTool no
40052
+ GeolocationWarning ExifTool no
39668
40053
  Geosync - yes
39669
40054
  Geotag - yes
39670
40055
  Geotime - yes
@@ -40409,73 +40794,26 @@ implements this policy and changes EXIF:Artist to a list-type tag.
40409
40794
  CurrentIPTCDigest
40410
40795
  IPTCDigest
40411
40796
 
40412
- =head3 MWG Regions Tags
40797
+ =head3 MWG Collections Tags
40413
40798
 
40414
- Image region metadata defined by the MWG 2.0 specification. These tags
40415
- 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
40416
40800
  L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
40417
40801
  for the official specification.
40418
40802
 
40419
- These tags belong to the ExifTool XMP-mwg-rs family 1 group.
40803
+ These tags belong to the ExifTool XMP-mwg-coll family 1 group.
40420
40804
 
40421
40805
  Tag Name Writable
40422
40806
  -------- --------
40423
- RegionInfo MWG RegionInfo Struct
40424
- RegionAppliedToDimensions Dimensions Struct_
40425
- RegionAppliedToDimensionsH real_
40426
- RegionAppliedToDimensionsUnit string_
40427
- RegionAppliedToDimensionsW real_
40428
- RegionList MWG RegionStruct Struct_+
40429
- RegionArea Area Struct_+
40430
- RegionAreaD real_+
40431
- RegionAreaH real_+
40432
- RegionAreaUnit string_+
40433
- RegionAreaW real_+
40434
- RegionAreaX real_+
40435
- RegionAreaY real_+
40436
- RegionBarCodeValue string_+
40437
- RegionDescription string_+
40438
- RegionExtensions MWG Extensions Struct_+
40439
- RegionFocusUsage string_+
40440
- RegionName string_+
40441
- RegionRotation real_+
40442
- RegionSeeAlso string_+
40443
- RegionType string_+
40444
-
40445
- =head3 MWG RegionInfo Struct
40446
-
40447
- Field Name Writable
40448
- ---------- --------
40449
- AppliedToDimensions Dimensions Struct
40450
- RegionList MWG RegionStruct Struct+
40451
-
40452
- =head3 MWG RegionStruct Struct
40453
-
40454
- Field Name Writable
40455
- ---------- --------
40456
- Area Area Struct
40457
- BarCodeValue string
40458
- Description string
40459
- Extensions MWG Extensions Struct
40460
- FocusUsage string
40461
- Name string
40462
- Rotation real
40463
- Type string
40464
- SeeAlso string
40465
-
40466
- =head3 MWG Extensions Struct
40807
+ Collections MWG CollectionInfo Struct+
40808
+ CollectionName string_+
40809
+ CollectionURI string_+
40467
40810
 
40468
- This structure may contain any top-level XMP tags, but none have been
40469
- pre-defined in ExifTool. Since no flattened tags have been pre-defined,
40470
- RegionExtensions is writable only as a structure (eg.
40471
- C<{xmp-dc:creator=me,rating=5}>). Fields for this structure are identified
40472
- using the standard ExifTool tag name (with optional leading group name,
40473
- and/or trailing language code, and/or trailing C<#> symbol to disable print
40474
- conversion).
40811
+ =head3 MWG CollectionInfo Struct
40475
40812
 
40476
40813
  Field Name Writable
40477
40814
  ---------- --------
40478
- [no tags known]
40815
+ CollectionName string
40816
+ CollectionURI string
40479
40817
 
40480
40818
  =head3 MWG Keywords Tags
40481
40819
 
@@ -40524,26 +40862,73 @@ These tags belong to the ExifTool XMP-mwg-kw family 1 group.
40524
40862
  Children MWG KeywordStruct Struct+
40525
40863
  Keyword string
40526
40864
 
40527
- =head3 MWG Collections Tags
40865
+ =head3 MWG Regions Tags
40528
40866
 
40529
- Collections metadata defined by the MWG 2.0 specification. See
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
40530
40869
  L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
40531
40870
  for the official specification.
40532
40871
 
40533
- These tags belong to the ExifTool XMP-mwg-coll family 1 group.
40872
+ These tags belong to the ExifTool XMP-mwg-rs family 1 group.
40534
40873
 
40535
40874
  Tag Name Writable
40536
40875
  -------- --------
40537
- Collections MWG CollectionInfo Struct+
40538
- CollectionName string_+
40539
- CollectionURI string_+
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_+
40540
40897
 
40541
- =head3 MWG CollectionInfo Struct
40898
+ =head3 MWG RegionInfo Struct
40542
40899
 
40543
40900
  Field Name Writable
40544
40901
  ---------- --------
40545
- CollectionName string
40546
- CollectionURI string
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]
40547
40932
 
40548
40933
  =head1 NOTES
40549
40934