exiftool_vendored 12.76.1 → 12.81.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 +105 -4
- data/bin/MANIFEST +29 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +4 -3
- data/bin/config_files/acdsee.config +37 -57
- data/bin/config_files/example.config +16 -2
- data/bin/exiftool +102 -31
- data/bin/lib/Image/ExifTool/Canon.pm +12 -9
- data/bin/lib/Image/ExifTool/CanonVRD.pm +8 -2
- data/bin/lib/Image/ExifTool/Exif.pm +52 -4
- data/bin/lib/Image/ExifTool/FujiFilm.pm +14 -5
- data/bin/lib/Image/ExifTool/GPS.pm +5 -3
- data/bin/lib/Image/ExifTool/GeoLang/cs.pm +978 -0
- data/bin/lib/Image/ExifTool/GeoLang/de.pm +1975 -0
- data/bin/lib/Image/ExifTool/GeoLang/en_ca.pm +44 -0
- data/bin/lib/Image/ExifTool/GeoLang/en_gb.pm +124 -0
- data/bin/lib/Image/ExifTool/GeoLang/es.pm +2921 -0
- data/bin/lib/Image/ExifTool/GeoLang/fi.pm +1116 -0
- data/bin/lib/Image/ExifTool/GeoLang/fr.pm +3171 -0
- data/bin/lib/Image/ExifTool/GeoLang/it.pm +2750 -0
- data/bin/lib/Image/ExifTool/GeoLang/ja.pm +10256 -0
- data/bin/lib/Image/ExifTool/GeoLang/ko.pm +4499 -0
- data/bin/lib/Image/ExifTool/GeoLang/nl.pm +1270 -0
- data/bin/lib/Image/ExifTool/GeoLang/pl.pm +3019 -0
- data/bin/lib/Image/ExifTool/GeoLang/ru.pm +18220 -0
- data/bin/lib/Image/ExifTool/GeoLang/sk.pm +441 -0
- data/bin/lib/Image/ExifTool/GeoLang/sv.pm +714 -0
- data/bin/lib/Image/ExifTool/GeoLang/tr.pm +452 -0
- data/bin/lib/Image/ExifTool/GeoLang/zh_cn.pm +2225 -0
- data/bin/lib/Image/ExifTool/GeoLang/zh_tw.pm +72 -0
- data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
- data/bin/lib/Image/ExifTool/Geolocation.pm +935 -0
- data/bin/lib/Image/ExifTool/Geotag.pm +14 -2
- data/bin/lib/Image/ExifTool/HtmlDump.pm +2 -1
- data/bin/lib/Image/ExifTool/Import.pm +5 -2
- data/bin/lib/Image/ExifTool/JSON.pm +15 -10
- data/bin/lib/Image/ExifTool/M2TS.pm +32 -4
- data/bin/lib/Image/ExifTool/MWG.pm +1 -0
- data/bin/lib/Image/ExifTool/MacOS.pm +19 -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 -23
- data/bin/lib/Image/ExifTool/NikonCustom.pm +55 -1
- data/bin/lib/Image/ExifTool/Ogg.pm +3 -2
- data/bin/lib/Image/ExifTool/Olympus.pm +4 -1
- data/bin/lib/Image/ExifTool/OpenEXR.pm +37 -19
- data/bin/lib/Image/ExifTool/PDF.pm +5 -5
- data/bin/lib/Image/ExifTool/PNG.pm +3 -3
- data/bin/lib/Image/ExifTool/Pentax.pm +1 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +195 -12
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +253 -237
- data/bin/lib/Image/ExifTool/README +6 -5
- data/bin/lib/Image/ExifTool/Sony.pm +1 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +4871 -4752
- data/bin/lib/Image/ExifTool/TagNames.pod +722 -383
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +43 -9
- data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
- data/bin/lib/Image/ExifTool/Writer.pl +65 -8
- data/bin/lib/Image/ExifTool/XMP.pm +18 -2
- data/bin/lib/Image/ExifTool/XMP2.pl +64 -0
- data/bin/lib/Image/ExifTool.pm +265 -49
- data/bin/lib/Image/ExifTool.pod +63 -25
- data/bin/perl-Image-ExifTool.spec +2 -2
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +22 -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 27738 tags, with 17349 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
|
@@ -376,6 +376,7 @@ for the official EXIF 2.32 specification.
|
|
376
376
|
0x0110 Model IFD0 string
|
377
377
|
0x0111 StripOffsets - no
|
378
378
|
OtherImageStart - no
|
379
|
+
PreviewJXLStart - no
|
379
380
|
StripOffsets - no
|
380
381
|
PreviewImageStart IFD0 int32u*
|
381
382
|
PreviewImageStart All int32u*
|
@@ -385,6 +386,7 @@ for the official EXIF 2.32 specification.
|
|
385
386
|
0x0116 RowsPerStrip IFD0 int32u!
|
386
387
|
0x0117 StripByteCounts - no
|
387
388
|
OtherImageLength - no
|
389
|
+
PreviewJXLLength - no
|
388
390
|
StripByteCounts - no
|
389
391
|
PreviewImageLength IFD0 int32u*
|
390
392
|
PreviewImageLength All int32u*
|
@@ -1360,6 +1362,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
1360
1362
|
--------- --------
|
1361
1363
|
aas XMP aas
|
1362
1364
|
acdsee XMP acdsee
|
1365
|
+
acdsee-rs XMP ACDSeeRegions
|
1363
1366
|
album XMP Album
|
1364
1367
|
apple-fi XMP apple_fi
|
1365
1368
|
ast Nikon ast
|
@@ -1503,6 +1506,66 @@ These tags belong to the ExifTool XMP-acdsee family 1 group.
|
|
1503
1506
|
Snapshots string/+
|
1504
1507
|
Tagged boolean/
|
1505
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
|
+
|
1506
1569
|
=head3 XMP Album Tags
|
1507
1570
|
|
1508
1571
|
Adobe Album namespace tags.
|
@@ -5147,6 +5210,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
5147
5210
|
LocationCreatedCountryCode string_+
|
5148
5211
|
LocationCreatedCountryName string_+
|
5149
5212
|
LocationCreatedGPSAltitude rational_+
|
5213
|
+
LocationCreatedGPSAltitudeRef integer_+
|
5150
5214
|
LocationCreatedGPSLatitude string_+
|
5151
5215
|
LocationCreatedGPSLongitude string_+
|
5152
5216
|
LocationCreatedIdentifier string_+
|
@@ -5160,6 +5224,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
5160
5224
|
LocationShownCountryCode string_+
|
5161
5225
|
LocationShownCountryName string_+
|
5162
5226
|
LocationShownGPSAltitude rational_+
|
5227
|
+
LocationShownGPSAltitudeRef integer_+
|
5163
5228
|
LocationShownGPSLatitude string_+
|
5164
5229
|
LocationShownGPSLongitude string_+
|
5165
5230
|
LocationShownIdentifier string_+
|
@@ -5213,6 +5278,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
5213
5278
|
RatingRegionCountryCode string_+
|
5214
5279
|
RatingRegionCountryName string_+
|
5215
5280
|
RatingRegionGPSAltitude rational_+
|
5281
|
+
RatingRegionGPSAltitudeRef integer_+
|
5216
5282
|
RatingRegionGPSLatitude string_+
|
5217
5283
|
RatingRegionGPSLongitude string_+
|
5218
5284
|
RatingRegionIdentifier string_+
|
@@ -5421,6 +5487,7 @@ is to write ImageRegion as a structure with these tags as new fields.
|
|
5421
5487
|
CountryCode string
|
5422
5488
|
CountryName string
|
5423
5489
|
GPSAltitude rational
|
5490
|
+
GPSAltitudeRef integer
|
5424
5491
|
GPSLatitude string
|
5425
5492
|
GPSLongitude string
|
5426
5493
|
Identifier string+
|
@@ -6258,6 +6325,7 @@ These tags belong to the ExifTool XMP-xmpDM family 1 group.
|
|
6258
6325
|
OutCueScale rational_
|
6259
6326
|
OutCueValue integer_
|
6260
6327
|
PartOfCompilation boolean
|
6328
|
+
Pick integer
|
6261
6329
|
ProjectName string
|
6262
6330
|
ProjectRef ProjectLink Struct
|
6263
6331
|
ProjectRefPath string_
|
@@ -10115,6 +10183,7 @@ CameraInfo tags for the PowerShot G5 X Mark II.
|
|
10115
10183
|
Index1 Tag Name Writable
|
10116
10184
|
------ -------- --------
|
10117
10185
|
659 ShutterCount int32u
|
10186
|
+
2709 ShutterCount int32u
|
10118
10187
|
2849 DirectoryIndex int32u
|
10119
10188
|
2861 FileIndex int32u
|
10120
10189
|
|
@@ -12270,6 +12339,11 @@ below by a decimal appended to the tag ID (.0, .1 or .2).
|
|
12270
12339
|
0x20916 PurpleHSL yes
|
12271
12340
|
0x20917 MagentaHSL yes
|
12272
12341
|
0x20a00 GammaInfo CanonVRD GammaInfo
|
12342
|
+
0x20b10 DPRAWMicroadjustBackFront yes
|
12343
|
+
0x20b12 DPRAWMicroadjustStrength yes
|
12344
|
+
0x20b20 DPRAWBokehShift yes
|
12345
|
+
0x20b21 DPRAWBokehShiftArea yes
|
12346
|
+
0x20b30 DPRAWGhostingReductionArea yes
|
12273
12347
|
0x30101 CropAspectRatio yes
|
12274
12348
|
0x30102 CropAspectRatioCustom yes
|
12275
12349
|
0xf0100 CropInfo CanonVRD CropInfo
|
@@ -13091,6 +13165,9 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
13091
13165
|
0x104d CropMode int16u
|
13092
13166
|
0x104e ColorChromeFXBlue int32s
|
13093
13167
|
0x1050 ShutterType int16u
|
13168
|
+
0x1051 Cropped int8u
|
13169
|
+
0x1052 CropTopLeft int32u
|
13170
|
+
0x1053 CropSize int32u
|
13094
13171
|
0x1100 AutoBracketing int16u
|
13095
13172
|
0x1101 SequenceNumber int16u
|
13096
13173
|
0x1103 DriveSettings FujiFilm DriveSettings
|
@@ -13159,7 +13236,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
13159
13236
|
0.2 PreAF int32u & 0xf0
|
13160
13237
|
0.3 AFAreaMode int32u & 0xf00
|
13161
13238
|
0.4 AFAreaPointSize int32u & 0xf000
|
13162
|
-
0.5 AFAreaZoneSize int32u &
|
13239
|
+
0.5 AFAreaZoneSize int32u & 0xff0000
|
13163
13240
|
|
13164
13241
|
=head3 FujiFilm AFCSettings Tags
|
13165
13242
|
|
@@ -16392,6 +16469,7 @@ These tags are extracted from encrypted data in images from the Z8.
|
|
16392
16469
|
0 ShotInfoVersion no
|
16393
16470
|
4 FirmwareVersion no
|
16394
16471
|
48 SequenceOffset Nikon SeqInfoZ9
|
16472
|
+
128 AutoCaptureOffset Nikon AutoCaptureInfo
|
16395
16473
|
132 OrientOffset Nikon OrientationInfo
|
16396
16474
|
140 MenuOffset Nikon MenuInfoZ8
|
16397
16475
|
|
@@ -16402,133 +16480,282 @@ These tags are extracted from encrypted data in images from the Z8.
|
|
16402
16480
|
32 FocusShiftShooting int8u~
|
16403
16481
|
40 IntervalShooting int16u~
|
16404
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
|
+
|
16405
16499
|
=head3 Nikon MenuInfoZ8 Tags
|
16406
16500
|
|
16407
16501
|
Index1 Tag Name Writable
|
16408
16502
|
------ -------- --------
|
16409
16503
|
16 MenuSettingsOffsetZ8 Nikon MenuSettingsZ8
|
16504
|
+
MenuSettingsOffsetZ8v2 -
|
16505
|
+
Nikon MenuSettingsZ8v2
|
16410
16506
|
|
16411
16507
|
=head3 Nikon MenuSettingsZ8 Tags
|
16412
16508
|
|
16413
16509
|
These tags are used by the Z8 firmware 1.00.
|
16414
16510
|
|
16415
|
-
Index1
|
16416
|
-
|
16417
|
-
|
16418
|
-
|
16419
|
-
|
16420
|
-
|
16421
|
-
|
16422
|
-
|
16423
|
-
|
16424
|
-
|
16425
|
-
|
16426
|
-
|
16427
|
-
|
16428
|
-
|
16429
|
-
|
16430
|
-
|
16431
|
-
|
16432
|
-
|
16433
|
-
|
16434
|
-
|
16435
|
-
|
16436
|
-
|
16437
|
-
|
16438
|
-
|
16439
|
-
|
16440
|
-
|
16441
|
-
|
16442
|
-
|
16443
|
-
|
16444
|
-
|
16445
|
-
|
16446
|
-
|
16447
|
-
|
16448
|
-
|
16449
|
-
|
16450
|
-
|
16451
|
-
|
16452
|
-
|
16453
|
-
|
16454
|
-
|
16455
|
-
|
16456
|
-
|
16457
|
-
|
16458
|
-
|
16459
|
-
|
16460
|
-
|
16461
|
-
|
16462
|
-
|
16463
|
-
|
16464
|
-
|
16465
|
-
|
16466
|
-
|
16467
|
-
|
16468
|
-
|
16469
|
-
|
16470
|
-
|
16471
|
-
|
16472
|
-
|
16473
|
-
|
16474
|
-
|
16475
|
-
|
16476
|
-
|
16477
|
-
|
16478
|
-
|
16479
|
-
|
16480
|
-
|
16481
|
-
|
16482
|
-
|
16483
|
-
|
16484
|
-
|
16485
|
-
|
16486
|
-
|
16487
|
-
|
16488
|
-
|
16489
|
-
|
16490
|
-
|
16491
|
-
|
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
|
-
|
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
|
16532
16759
|
|
16533
16760
|
=head3 Nikon ShotInfoZ9 Tags
|
16534
16761
|
|
@@ -16553,22 +16780,6 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
16553
16780
|
3050 AFAreaInitialWidth int8u
|
16554
16781
|
3051 AFAreaInitialHeight int8u
|
16555
16782
|
|
16556
|
-
=head3 Nikon AutoCaptureInfo Tags
|
16557
|
-
|
16558
|
-
Index1 Tag Name Writable
|
16559
|
-
------ -------- --------
|
16560
|
-
0 AutoCapturedFrame int8u
|
16561
|
-
1 AutoCaptureCriteria int8u~
|
16562
|
-
55 AutoCaptureRecordingTime int8u
|
16563
|
-
56 AutoCaptureWaitTime int8u
|
16564
|
-
74 AutoCaptureDistanceFar int8u~
|
16565
|
-
78 AutoCaptureDistanceNear int8u~
|
16566
|
-
95 AutoCaptureCriteriaMotionDirection int8u~
|
16567
|
-
99 AutoCaptureCriteriaMotionSpeed int8u
|
16568
|
-
100 AutoCaptureCriteriaMotionSize int8u
|
16569
|
-
105 AutoCaptureCriteriaSubjectSize int8u
|
16570
|
-
106 AutoCaptureCriteriaSubjectType int8u
|
16571
|
-
|
16572
16783
|
=head3 Nikon MenuInfoZ9 Tags
|
16573
16784
|
|
16574
16785
|
Index1 Tag Name Writable
|
@@ -16660,222 +16871,224 @@ These tags are used by the Z9.
|
|
16660
16871
|
|
16661
16872
|
These tags are used by the Z9 firmware 3.00.
|
16662
16873
|
|
16663
|
-
Index1
|
16664
|
-
|
16665
|
-
|
16666
|
-
|
16667
|
-
|
16668
|
-
|
16669
|
-
|
16670
|
-
|
16671
|
-
|
16672
|
-
|
16673
|
-
|
16674
|
-
|
16675
|
-
|
16676
|
-
|
16677
|
-
|
16678
|
-
|
16679
|
-
|
16680
|
-
|
16681
|
-
|
16682
|
-
|
16683
|
-
|
16684
|
-
|
16685
|
-
|
16686
|
-
|
16687
|
-
|
16688
|
-
|
16689
|
-
|
16690
|
-
|
16691
|
-
|
16692
|
-
|
16693
|
-
|
16694
|
-
|
16695
|
-
|
16696
|
-
|
16697
|
-
|
16698
|
-
|
16699
|
-
|
16700
|
-
|
16701
|
-
|
16702
|
-
|
16703
|
-
|
16704
|
-
|
16705
|
-
|
16706
|
-
|
16707
|
-
|
16708
|
-
|
16709
|
-
|
16710
|
-
|
16711
|
-
|
16712
|
-
|
16713
|
-
|
16714
|
-
|
16715
|
-
|
16716
|
-
|
16717
|
-
|
16718
|
-
|
16719
|
-
|
16720
|
-
|
16721
|
-
|
16722
|
-
|
16723
|
-
|
16724
|
-
|
16725
|
-
|
16726
|
-
|
16727
|
-
|
16728
|
-
|
16729
|
-
|
16730
|
-
|
16731
|
-
|
16732
|
-
|
16733
|
-
|
16734
|
-
|
16735
|
-
|
16736
|
-
|
16737
|
-
|
16738
|
-
|
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
|
16739
16950
|
|
16740
16951
|
=head3 Nikon MenuSettingsZ9v4 Tags
|
16741
16952
|
|
16742
|
-
These tags are used by the Z9 firmware
|
16743
|
-
|
16744
|
-
Index1
|
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
|
-
|
16815
|
-
|
16816
|
-
|
16817
|
-
|
16818
|
-
|
16819
|
-
|
16820
|
-
|
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
|
-
|
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
|
16879
17092
|
|
16880
17093
|
=head3 Nikon ShotInfo Tags
|
16881
17094
|
|
@@ -18749,8 +18962,11 @@ Custom settings for the Z8.
|
|
18749
18962
|
421 Func1ButtonPlaybackMode? int8u
|
18750
18963
|
423 Func2ButtonPlaybackMode? int8u
|
18751
18964
|
437 MovieRecordButtonPlaybackMode? int8u
|
18965
|
+
453 WBButtonPlaybackMode int8u
|
18752
18966
|
459 CommandDialPlaybackMode? int8u
|
18967
|
+
461 CommandDialVideoPlaybackMode? int8u
|
18753
18968
|
463 SubCommandDialPlaybackMode? int8u
|
18969
|
+
465 SubCommandDialVideoPlaybackMode? int8u
|
18754
18970
|
467 FocusPointLock? int8u
|
18755
18971
|
469 ControlRingResponse int8u
|
18756
18972
|
515 MovieAFAreaMode? int8u
|
@@ -18776,6 +18992,7 @@ Custom settings for the Z8.
|
|
18776
18992
|
649 PostReleaseBurstLength int8u
|
18777
18993
|
681 ViewModeShowEffectsOfSettings? int8u
|
18778
18994
|
683 DispButton int8u
|
18995
|
+
753 ExposureDelay int16u~
|
18779
18996
|
|
18780
18997
|
=head3 NikonCustom SettingsZ9 Tags
|
18781
18998
|
|
@@ -19045,7 +19262,9 @@ Custom settings for the Z9.
|
|
19045
19262
|
471 QualityButtonPlaybackMode? int8u
|
19046
19263
|
477 WhiteBalanceButtonPlaybackMode? int8u
|
19047
19264
|
483 CommandDialPlaybackMode? int8u
|
19265
|
+
485 CommandDialVideoPlaybackMode? int8u
|
19048
19266
|
487 SubCommandDialPlaybackMode? int8u
|
19267
|
+
489 SubCommandDialVideoPlaybackMode? int8u
|
19049
19268
|
491 FocusPointLock? int8u
|
19050
19269
|
493 ControlRingResponse int8u
|
19051
19270
|
505 VerticalMovieFuncButton? int8u
|
@@ -26453,7 +26672,7 @@ possible unless the Microsoft group is specified explicitly.
|
|
26453
26672
|
DateSent no
|
26454
26673
|
DateVisited no
|
26455
26674
|
Department no
|
26456
|
-
Description
|
26675
|
+
Description Unicode/
|
26457
26676
|
Description no
|
26458
26677
|
Description no
|
26459
26678
|
Dimensions no
|
@@ -27638,8 +27857,10 @@ ImageMagick.
|
|
27638
27857
|
'URL' URL string
|
27639
27858
|
'Warning' PNGWarning string
|
27640
27859
|
'XML:com.adobe.xmp' XMP XMP
|
27860
|
+
'aesthetic_score' AestheticScore string
|
27641
27861
|
'create-date' CreateDate string
|
27642
27862
|
'modify-date' ModDate string
|
27863
|
+
'parameters' Parameters string
|
27643
27864
|
|
27644
27865
|
=head3 PNG PhysicalPixel Tags
|
27645
27866
|
|
@@ -28064,6 +28285,7 @@ L<http://www.openexr.com/> for the official specification.
|
|
28064
28285
|
'dataWindow' DataWindow no
|
28065
28286
|
'displayWindow' DisplayWindow no
|
28066
28287
|
'envmap' EnvironmentMap no
|
28288
|
+
'exif' EXIF EXIF
|
28067
28289
|
'expTime' ExposureTime no
|
28068
28290
|
'focus' FocusDistance no
|
28069
28291
|
'framesPerSecond' FramesPerSecond no
|
@@ -28091,6 +28313,7 @@ L<http://www.openexr.com/> for the official specification.
|
|
28091
28313
|
'worldToNDC' WorldToNDC no
|
28092
28314
|
'wrapmodes' WrapModes no
|
28093
28315
|
'xDensity' XResolution no
|
28316
|
+
'xmp' XMP XMP
|
28094
28317
|
|
28095
28318
|
=head2 ZISRAW Tags
|
28096
28319
|
|
@@ -29253,6 +29476,7 @@ for the official specification.
|
|
29253
29476
|
ThumbnailImage no
|
29254
29477
|
Free? no
|
29255
29478
|
'ftyp' FileType QuickTime FileType
|
29479
|
+
'gdat' GPSData QuickTime Stream
|
29256
29480
|
'gps0' GPSTrack QuickTime Stream
|
29257
29481
|
'gsen' GSensor QuickTime Stream
|
29258
29482
|
'junk' Junk? no
|
@@ -29264,6 +29488,7 @@ for the official specification.
|
|
29264
29488
|
'moof' MovieFragment QuickTime MovieFragment
|
29265
29489
|
'moov' Movie QuickTime Movie
|
29266
29490
|
'mpvd' MotionPhotoVideo yes
|
29491
|
+
'nbmt' NextbaseMeta QuickTime Stream
|
29267
29492
|
'pict' PreviewPICT no
|
29268
29493
|
'pnot' Preview QuickTime Preview
|
29269
29494
|
'prrt' ARDroneTelemetry no
|
@@ -29283,10 +29508,11 @@ for the official specification.
|
|
29283
29508
|
UUID-Flip QuickTime Flip
|
29284
29509
|
UUID-Canon2 Canon uuid2
|
29285
29510
|
SensorData QuickTime Tags360Fly
|
29511
|
+
SensorData no
|
29286
29512
|
JUMBF Jpeg2000
|
29287
29513
|
CBOR CBOR
|
29288
|
-
SensorData no
|
29289
29514
|
PreviewImage no
|
29515
|
+
ThumbnailImage no
|
29290
29516
|
UUID-Unknown? no
|
29291
29517
|
'wide' Wide? no
|
29292
29518
|
|
@@ -29295,7 +29521,7 @@ for the official specification.
|
|
29295
29521
|
The tags below are extracted from timed metadata in QuickTime and other
|
29296
29522
|
formats of video files when the ExtractEmbedded option is used. Although
|
29297
29523
|
most of these tags are combined into the single table below, ExifTool
|
29298
|
-
currently reads
|
29524
|
+
currently reads 72 different formats of timed GPS metadata from video files.
|
29299
29525
|
|
29300
29526
|
Tag Name Writable
|
29301
29527
|
-------- --------
|
@@ -29304,6 +29530,7 @@ currently reads 68 different formats of timed GPS metadata from video files.
|
|
29304
29530
|
AngularVelocity no
|
29305
29531
|
CTMD Canon CTMD
|
29306
29532
|
CameraDateTime no
|
29533
|
+
CameraModel no
|
29307
29534
|
Car no
|
29308
29535
|
DateTimeOriginal no
|
29309
29536
|
Distance no
|
@@ -29820,39 +30047,51 @@ ExifTool will extract any iTunesInfo tags that exist, even if they are not
|
|
29820
30047
|
defined in this table. These tags belong to the family 1 "iTunes" group,
|
29821
30048
|
and are not currently writable.
|
29822
30049
|
|
29823
|
-
Tag ID
|
29824
|
-
------
|
29825
|
-
'ARTISTS'
|
29826
|
-
'
|
29827
|
-
'
|
29828
|
-
'
|
29829
|
-
'
|
29830
|
-
'
|
29831
|
-
'
|
29832
|
-
|
29833
|
-
'
|
29834
|
-
'
|
29835
|
-
'
|
29836
|
-
'
|
29837
|
-
'
|
29838
|
-
'
|
29839
|
-
'
|
29840
|
-
'
|
30050
|
+
Tag ID Tag Name Writable
|
30051
|
+
------ -------- --------
|
30052
|
+
'ARTISTS' Artists no
|
30053
|
+
'Actors' Actors no
|
30054
|
+
'BARCODE' Barcode no
|
30055
|
+
'CATALOGNUMBER' CatalogNumber no
|
30056
|
+
'COSTUME_DESIGNER' CostumeDesigner no
|
30057
|
+
'DIRECTOR' Director no
|
30058
|
+
'DIRECTOR_OF_PHOTOGRAPHY'
|
30059
|
+
DirectorOfPhotography no
|
30060
|
+
'DISCNUMBER' DiscNumber no
|
30061
|
+
'Dynamic Range (DR)' DynamicRange no
|
30062
|
+
'Dynamic Range (R128)' DynamicRangeR128 no
|
30063
|
+
'EDITED_BY' EditedBy no
|
30064
|
+
'Encoding Params' EncodingParams QuickTime EncodingParams
|
30065
|
+
'IMDB_ID' IMDB_ID no
|
30066
|
+
'LABEL' Label no
|
30067
|
+
'MEDIA' Media no
|
30068
|
+
'MOOD' Mood no
|
30069
|
+
'PRODUCER' Producer no
|
30070
|
+
'PRODUCTION_DESIGNER' ProductionDesigner no
|
30071
|
+
'Peak Level (R128)' PeakLevelR128 no
|
30072
|
+
'Peak Level (Sample)' PeakLevelSample no
|
30073
|
+
'RATING' Rating no
|
30074
|
+
'SCREENPLAY_BY' ScreenplayBy no
|
30075
|
+
'SCRIPT' Script no
|
30076
|
+
'TIPL' TIPL no
|
30077
|
+
'TMDB_ID' TMDB_ID no
|
30078
|
+
'TRACKNUMBER' TrackNumber no
|
30079
|
+
'Volume Level (R128)' VolumeLevelR128 no
|
29841
30080
|
'Volume Level (ReplayGain)' ReplayVolumeLevel no
|
29842
|
-
'iTunEXTC'
|
29843
|
-
'iTunMOVI'
|
29844
|
-
'iTunNORM'
|
29845
|
-
'iTunSMPB'
|
29846
|
-
'iTunes_CDDB_1'
|
30081
|
+
'iTunEXTC' ContentRating no
|
30082
|
+
'iTunMOVI' iTunMOVI PLIST
|
30083
|
+
'iTunNORM' VolumeNormalization no
|
30084
|
+
'iTunSMPB' iTunSMPB no
|
30085
|
+
'iTunes_CDDB_1' CDDB1Info no
|
29847
30086
|
'iTunes_CDDB_TrackNumber' CDDBTrackNumber no
|
29848
|
-
'initialkey'
|
29849
|
-
'originaldate'
|
29850
|
-
'originalyear'
|
29851
|
-
'popularimeter'
|
29852
|
-
'replaygain_track_gain'
|
29853
|
-
'replaygain_track_peak'
|
29854
|
-
'tool'
|
29855
|
-
'~length'
|
30087
|
+
'initialkey' InitialKey no
|
30088
|
+
'originaldate' OriginalDate no
|
30089
|
+
'originalyear' OriginalYear no
|
30090
|
+
'popularimeter' Popularimeter no
|
30091
|
+
'replaygain_track_gain' ReplayTrackGain no
|
30092
|
+
'replaygain_track_peak' ReplayTrackPeak no
|
30093
|
+
'tool' iTunTool no
|
30094
|
+
'~length' Length no
|
29856
30095
|
|
29857
30096
|
=head3 QuickTime EncodingParams Tags
|
29858
30097
|
|
@@ -30537,12 +30776,15 @@ the config file.
|
|
30537
30776
|
'cvru' CoverURI string
|
30538
30777
|
'date' DateTimeOriginal string
|
30539
30778
|
'dscp' Description string/
|
30779
|
+
'finm' OriginalFileName no
|
30540
30780
|
'gnre' Genre string/
|
30541
30781
|
'hinf' HintTrackInfo QuickTime HintTrackInfo
|
30542
30782
|
'hinv' HintVersion string
|
30543
30783
|
'hnti' HintInfo QuickTime HintInfo
|
30544
30784
|
'htcb' HTCBinary QuickTime HTCBinary
|
30545
30785
|
'icnu' IconURI string
|
30786
|
+
'infi' CameraInfo QuickTime Nextbase
|
30787
|
+
'info' FirmwareVersion string
|
30546
30788
|
'infu' InfoURL string
|
30547
30789
|
'kgtt' TrackType string
|
30548
30790
|
'kywd' Keywords no
|
@@ -30574,9 +30816,11 @@ the config file.
|
|
30574
30816
|
ThumbnailImage string
|
30575
30817
|
ThumbnailPNG string
|
30576
30818
|
UnknownThumbnail string
|
30819
|
+
'time' TimeStamp no
|
30577
30820
|
'titl' Title string/
|
30578
30821
|
'urat' UserRating undef/
|
30579
30822
|
'uuid' GarminSoftware string
|
30823
|
+
GarminModel no
|
30580
30824
|
UUID-Unknown? no
|
30581
30825
|
'vndr' Vendor string
|
30582
30826
|
'vrot' AccelerometerData no
|
@@ -30691,6 +30935,83 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
|
|
30691
30935
|
------ -------- --------
|
30692
30936
|
[no tags known]
|
30693
30937
|
|
30938
|
+
=head3 QuickTime Nextbase Tags
|
30939
|
+
|
30940
|
+
Tags found in 'infi' atom from some Nextbase videos. As well as these tags,
|
30941
|
+
other existing tags are also extracted. These tags are not currently
|
30942
|
+
writable but they may all be removed by deleting the Nextbase group.
|
30943
|
+
|
30944
|
+
Tag ID Tag Name Writable
|
30945
|
+
------ -------- --------
|
30946
|
+
'2nd Cam' SecondCam no
|
30947
|
+
'Alerts' Alerts no
|
30948
|
+
'Alexa' Alexa no
|
30949
|
+
'Alexa - Paired Device Name'
|
30950
|
+
Alexa-PairedDeviceName no
|
30951
|
+
'Alexa - Pairing' Alexa-Pairing no
|
30952
|
+
'Alexa - Privacy Mode' Alexa-PrivacyMode no
|
30953
|
+
'Alexa - Wake Word Language'
|
30954
|
+
Alexa-WakeWordLanguage no
|
30955
|
+
'Audio' Audio no
|
30956
|
+
'Auto Power Off' AutoPowerOff no
|
30957
|
+
'Battery Status' BatteryStatus no
|
30958
|
+
'Bluetooth MAC Address' BluetoothMACAddress no
|
30959
|
+
'Bluetooth Name' BluetoothName no
|
30960
|
+
'Country' Country no
|
30961
|
+
'Default Settings' DefaultSettings no
|
30962
|
+
'Device Sounds' DeviceSounds no
|
30963
|
+
'Dual Files' DualFiles no
|
30964
|
+
'Emergency SOS' EmergencySOS no
|
30965
|
+
'Exposure' Exposure no
|
30966
|
+
'Extreme Weather Mode' ExtremeWeatherMode no
|
30967
|
+
'FCC-ID' FCC-ID no
|
30968
|
+
'Firmware' Firmware no
|
30969
|
+
'Firmware Version' FirmwareVersion no
|
30970
|
+
'Format SD Card' FormatSDCard no
|
30971
|
+
'G Sensor' GSensor no
|
30972
|
+
'GPS Stamp' GPSStamp no
|
30973
|
+
'Image Stabilisation' ImageStabilisation no
|
30974
|
+
'Keep User Settings' KeepUserSettings no
|
30975
|
+
'Language' Language no
|
30976
|
+
'Linux' Linux no
|
30977
|
+
'Model' Model no
|
30978
|
+
'Model Stamp' ModelStamp no
|
30979
|
+
'MyNextbase - Paired Device Name'
|
30980
|
+
MyNextbase-PairedDeviceName no
|
30981
|
+
'MyNextbase - Pairing' MyNextbase-Pairing no
|
30982
|
+
'NBCD' NBCD no
|
30983
|
+
'Number / License Plate' NumberLicensePlate no
|
30984
|
+
'Parking Mode' ParkingMode no
|
30985
|
+
'RTOS' RTOS no
|
30986
|
+
'Recording History' RecordingHistory no
|
30987
|
+
'Resolution' Resolution no
|
30988
|
+
'Reversing Camera' ReversingCamera no
|
30989
|
+
'SD Card Class' SDCardClass no
|
30990
|
+
'SD Card Format' SDCardFormat no
|
30991
|
+
'SD Card Manf Date' SDCardManfDate no
|
30992
|
+
'SD Card Manf ID' SDCardManfID no
|
30993
|
+
'SD Card Model No' SDCardModelNo no
|
30994
|
+
'SD Card OEM ID' SDCardOEMID no
|
30995
|
+
'SD Card Serial No' SDCardSerialNo no
|
30996
|
+
'SD Card Size' SDCardSize no
|
30997
|
+
'SD Card Type' SDCardType no
|
30998
|
+
'SD Card Used Space' SDCardUsedSpace no
|
30999
|
+
'Screen Dimming' ScreenDimming no
|
31000
|
+
'Screen Saver' ScreenSaver no
|
31001
|
+
'Serial No' SerialNumber no
|
31002
|
+
'Speed Stamp' SpeedStamp no
|
31003
|
+
'Speed Units' SpeedUnits no
|
31004
|
+
'System Info' SystemInfo no
|
31005
|
+
'Time & Date' TimeAndDate no
|
31006
|
+
'Time Lapse' TimeLapse no
|
31007
|
+
'Time Stamp' VideoTimeStamp no
|
31008
|
+
'Time Zone / DST' TimeZoneDST no
|
31009
|
+
'Video Length' VideoLength no
|
31010
|
+
'Wi-Fi MAC Address' Wi-FiMACAddress no
|
31011
|
+
'Wi-Fi Password' Wi-FiPassword no
|
31012
|
+
'Wi-Fi SSID' Wi-FiSSID no
|
31013
|
+
'what3words' What3Words no
|
31014
|
+
|
30694
31015
|
=head3 QuickTime Video Tags
|
30695
31016
|
|
30696
31017
|
Index1 Tag Name Writable
|
@@ -39363,7 +39684,7 @@ these files directly.
|
|
39363
39684
|
XAttrLastUsedDate no
|
39364
39685
|
XAttrMDItemDownloadedDate no
|
39365
39686
|
XAttrMDItemFinderComment no
|
39366
|
-
XAttrMDItemWhereFroms
|
39687
|
+
XAttrMDItemWhereFroms yes!
|
39367
39688
|
XAttrMDLabel no
|
39368
39689
|
XAttrQuarantine yes!
|
39369
39690
|
XAttrResourceFork no
|
@@ -39561,6 +39882,19 @@ FileName.
|
|
39561
39882
|
FileTypeExtension File no
|
39562
39883
|
FileUserID System yes!
|
39563
39884
|
ForceWrite - yes
|
39885
|
+
Geolocate - yes
|
39886
|
+
GeolocationBearing ExifTool no
|
39887
|
+
GeolocationCity ExifTool no
|
39888
|
+
GeolocationCountry ExifTool no
|
39889
|
+
GeolocationCountryCode ExifTool no
|
39890
|
+
GeolocationDistance ExifTool no
|
39891
|
+
GeolocationFeatureCode ExifTool no
|
39892
|
+
GeolocationPopulation ExifTool no
|
39893
|
+
GeolocationPosition ExifTool no
|
39894
|
+
GeolocationRegion ExifTool no
|
39895
|
+
GeolocationSubregion ExifTool no
|
39896
|
+
GeolocationTimeZone ExifTool no
|
39897
|
+
GeolocationWarning ExifTool no
|
39564
39898
|
Geosync - yes
|
39565
39899
|
Geotag - yes
|
39566
39900
|
Geotime - yes
|
@@ -39583,6 +39917,7 @@ FileName.
|
|
39583
39917
|
OtherImage File no
|
39584
39918
|
PageCount File no
|
39585
39919
|
PreviewImage File yes
|
39920
|
+
PreviewJXL File no
|
39586
39921
|
PreviewPDF File no
|
39587
39922
|
PreviewPNG File no
|
39588
39923
|
PreviewTIFF File no
|
@@ -39846,6 +40181,10 @@ values, may created via the ExifTool configuration file.
|
|
39846
40181
|
PreviewImage ScreenNail no
|
39847
40182
|
PreviewImageSize PreviewImageWidth no
|
39848
40183
|
PreviewImageHeight
|
40184
|
+
PreviewJXL PreviewJXLStart no
|
40185
|
+
PreviewJXLLength
|
40186
|
+
PreviewJXLStart (1)
|
40187
|
+
PreviewJXLLength (1)
|
39849
40188
|
RedBalance WB_RGGBLevels no
|
39850
40189
|
WB_RGBGLevels
|
39851
40190
|
WB_RBGGLevels
|