exiftool_vendored 10.58.0 → 10.65.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of exiftool_vendored might be problematic. Click here for more details.

Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +100 -1
  3. data/bin/MANIFEST +2 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +39 -38
  7. data/bin/arg_files/exif2iptc.args +3 -0
  8. data/bin/arg_files/iptc2exif.args +3 -0
  9. data/bin/config_files/example.config +16 -14
  10. data/bin/config_files/photoshop_paths.config +10 -0
  11. data/bin/exiftool +71 -65
  12. data/bin/lib/Image/ExifTool/APE.pm +5 -0
  13. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +31 -15
  14. data/bin/lib/Image/ExifTool/Canon.pm +18 -4
  15. data/bin/lib/Image/ExifTool/CanonCustom.pm +3 -0
  16. data/bin/lib/Image/ExifTool/Charset/DOSLatin1.pm +49 -0
  17. data/bin/lib/Image/ExifTool/Charset/DOSLatinUS.pm +49 -0
  18. data/bin/lib/Image/ExifTool/Charset.pm +8 -5
  19. data/bin/lib/Image/ExifTool/Exif.pm +37 -18
  20. data/bin/lib/Image/ExifTool/FLAC.pm +47 -37
  21. data/bin/lib/Image/ExifTool/FLIR.pm +3 -3
  22. data/bin/lib/Image/ExifTool/FujiFilm.pm +5 -2
  23. data/bin/lib/Image/ExifTool/GPS.pm +6 -6
  24. data/bin/lib/Image/ExifTool/Geotag.pm +1 -1
  25. data/bin/lib/Image/ExifTool/H264.pm +2 -0
  26. data/bin/lib/Image/ExifTool/ID3.pm +8 -3
  27. data/bin/lib/Image/ExifTool/IPTC.pm +1 -1
  28. data/bin/lib/Image/ExifTool/Import.pm +4 -1
  29. data/bin/lib/Image/ExifTool/InDesign.pm +11 -7
  30. data/bin/lib/Image/ExifTool/Kodak.pm +4 -1
  31. data/bin/lib/Image/ExifTool/Lang/de.pm +31 -31
  32. data/bin/lib/Image/ExifTool/MWG.pm +12 -4
  33. data/bin/lib/Image/ExifTool/MakerNotes.pm +3 -3
  34. data/bin/lib/Image/ExifTool/Matroska.pm +2 -1
  35. data/bin/lib/Image/ExifTool/Microsoft.pm +3 -3
  36. data/bin/lib/Image/ExifTool/Minolta.pm +71 -61
  37. data/bin/lib/Image/ExifTool/Nikon.pm +286 -43
  38. data/bin/lib/Image/ExifTool/NikonCustom.pm +1049 -0
  39. data/bin/lib/Image/ExifTool/Olympus.pm +4 -1
  40. data/bin/lib/Image/ExifTool/PNG.pm +4 -7
  41. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +24 -1
  42. data/bin/lib/Image/ExifTool/Pentax.pm +20 -6
  43. data/bin/lib/Image/ExifTool/Photoshop.pm +24 -3
  44. data/bin/lib/Image/ExifTool/QuickTime.pm +545 -14
  45. data/bin/lib/Image/ExifTool/README +16 -9
  46. data/bin/lib/Image/ExifTool/RIFF.pm +8 -1
  47. data/bin/lib/Image/ExifTool/Samsung.pm +5 -4
  48. data/bin/lib/Image/ExifTool/Sigma.pm +9 -1
  49. data/bin/lib/Image/ExifTool/Sony.pm +327 -153
  50. data/bin/lib/Image/ExifTool/TagLookup.pm +3273 -3220
  51. data/bin/lib/Image/ExifTool/TagNames.pod +317 -38
  52. data/bin/lib/Image/ExifTool/Validate.pm +15 -1
  53. data/bin/lib/Image/ExifTool/WriteExif.pl +5 -0
  54. data/bin/lib/Image/ExifTool/WriteIPTC.pl +23 -1
  55. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +8 -2
  56. data/bin/lib/Image/ExifTool/WriteXMP.pl +7 -0
  57. data/bin/lib/Image/ExifTool/Writer.pl +96 -18
  58. data/bin/lib/Image/ExifTool/XMP.pm +20 -11
  59. data/bin/lib/Image/ExifTool/XMP2.pl +634 -583
  60. data/bin/lib/Image/ExifTool.pm +124 -17
  61. data/bin/lib/Image/ExifTool.pod +86 -82
  62. data/bin/perl-Image-ExifTool.spec +38 -37
  63. data/lib/exiftool_vendored/version.rb +1 -1
  64. metadata +4 -2
@@ -293,6 +293,11 @@ The EXIF meta information is organized into different Image File Directories
293
293
  ExifTool family 1 group names. When writing EXIF information, the default
294
294
  B<Group> listed below is used unless another group is specified.
295
295
 
296
+ Mandatory tags (indicated by a colon after the B<Writable> type) may be
297
+ added automatically with default values when creating a new IFD, and the IFD
298
+ is removed automatically when deleting tags if only default-valued mandatory
299
+ tags remain.
300
+
296
301
  The table below lists all EXIF tags. Also listed are TIFF, DNG, HDP and
297
302
  other tags which are not part of the EXIF specification, but may co-exist
298
303
  with EXIF tags in some images. Tags which are part of the EXIF 2.31
@@ -897,12 +902,12 @@ This specification dictates a length for ASCII (C<string> or C<digits>) and
897
902
  binary (C<undef>) values. These lengths are given in square brackets after
898
903
  the B<Writable> format name. For tags where a range of lengths is allowed,
899
904
  the minimum and maximum lengths are separated by a comma within the
900
- brackets. IPTC strings are not null terminated. When writing, ExifTool
901
- issues a minor warning and truncates the value if it is longer than allowed
902
- by the IPTC specification. Minor errors may be ignored with the
903
- IgnoreMinorErrors (-m) option, allowing longer values to be written, but
904
- beware that values like this may cause problems for some other IPTC readers.
905
- ExifTool will happily read IPTC values of any length.
905
+ brackets. When writing, ExifTool issues a minor warning and truncates the
906
+ value if it is longer than allowed by the IPTC specification. Minor errors
907
+ may be ignored with the IgnoreMinorErrors (-m) option, allowing longer
908
+ values to be written, but beware that values like this may cause problems
909
+ for some other IPTC readers. ExifTool will happily read IPTC values of any
910
+ length.
906
911
 
907
912
  Separate IPTC date and time tags may be written with a combined date/time
908
913
  value and ExifTool automagically takes the appropriate part of the date/time
@@ -1223,6 +1228,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1223
1228
  extensis XMP extensis
1224
1229
  fpv XMP fpv
1225
1230
  GAudio XMP GAudio
1231
+ GDepth XMP GDepth
1226
1232
  getty XMP GettyImages
1227
1233
  GImage XMP GImage
1228
1234
  GPano XMP GPano
@@ -1318,7 +1324,7 @@ These tags belong to the ExifTool XMP-acdsee family 1 group.
1318
1324
  Categories string/
1319
1325
  Collections string/
1320
1326
  DateTime date/
1321
- DPP lang-alt
1327
+ DPP lang-alt/
1322
1328
  EditStatus string/
1323
1329
  FixtureIdentifier string/
1324
1330
  Keywords string/+
@@ -1326,10 +1332,10 @@ These tags belong to the ExifTool XMP-acdsee family 1 group.
1326
1332
  ObjectCycle string/
1327
1333
  OriginatingProgram string/
1328
1334
  Rating real/
1329
- Rawrppused boolean
1335
+ Rawrppused boolean/
1330
1336
  ReleaseDate string/
1331
1337
  ReleaseTime string/
1332
- RPP lang-alt
1338
+ RPP lang-alt/
1333
1339
  Snapshots string/+
1334
1340
  Tagged boolean/
1335
1341
 
@@ -2257,6 +2263,31 @@ These tags belong to the ExifTool XMP-GAudio family 1 group.
2257
2263
  AudioData string
2258
2264
  AudioMimeType string
2259
2265
 
2266
+ =head3 XMP GDepth Tags
2267
+
2268
+ Google depthmap information. See
2269
+ L<https://developers.google.com/depthmap-metadata/> for the specification.
2270
+
2271
+
2272
+ These tags belong to the ExifTool XMP-GDepth family 1 group.
2273
+
2274
+ Tag Name Writable
2275
+ -------- --------
2276
+ Confidence string/
2277
+ ConfidenceMime string/
2278
+ Data string/
2279
+ Far real/
2280
+ Format string/
2281
+ ImageHeight real/
2282
+ ImageWidth real/
2283
+ Manufacturer string/
2284
+ MeasureType string/
2285
+ Mime string/
2286
+ Model string/
2287
+ Near real/
2288
+ Software string/
2289
+ Units string/
2290
+
2260
2291
  =head3 XMP GettyImages Tags
2261
2292
 
2262
2293
  The actual Getty Images namespace prefix is "GettyImagesGIFT", which is the
@@ -2362,7 +2393,7 @@ These tags belong to the ExifTool XMP-GSpherical family 1 group.
2362
2393
  StereoMode string/
2363
2394
  Stitched boolean/
2364
2395
  StitchingSoftware string/
2365
- TimeStamp date/
2396
+ TimeStamp integer/
2366
2397
 
2367
2398
  =head3 XMP ics Tags
2368
2399
 
@@ -2637,6 +2668,17 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
2637
2668
  Series Series Struct
2638
2669
  SeriesIdentifier string_
2639
2670
  SeriesName string_
2671
+ Snapshot LinkedImage Struct+
2672
+ SnapshotFormat string_+
2673
+ SnapshotHeightPixels integer_+
2674
+ SnapshotImageRole string_+
2675
+ SnapshotLink string_+
2676
+ SnapshotLinkQualifier string_+
2677
+ SnapshotUsedVideoFrame Timecode Struct_+
2678
+ SnapshotUsedVideoFrameTimeFormat string_+
2679
+ SnapshotUsedVideoFrameTimeValue string_+
2680
+ SnapshotUsedVideoFrameValue integer_+
2681
+ SnapshotWidthPixels integer_+
2640
2682
  StorylineIdentifier string+
2641
2683
  StreamReady string
2642
2684
  StylePeriod string
@@ -2829,6 +2871,26 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
2829
2871
  Identifier string
2830
2872
  Name string
2831
2873
 
2874
+ =head3 XMP LinkedImage Struct
2875
+
2876
+ Field Name Writable
2877
+ ---------- --------
2878
+ HeightPixels integer
2879
+ ImageRole string
2880
+ Link string
2881
+ LinkQualifier string+
2882
+ UsedVideoFrame Timecode Struct
2883
+ WidthPixels integer
2884
+ Format string
2885
+
2886
+ =head3 XMP Timecode Struct
2887
+
2888
+ Field Name Writable
2889
+ ---------- --------
2890
+ TimeFormat string
2891
+ TimeValue string
2892
+ Value integer
2893
+
2832
2894
  =head3 XMP TemporalCoverage Struct
2833
2895
 
2834
2896
  Field Name Writable
@@ -3589,14 +3651,6 @@ These tags belong to the ExifTool XMP-xmpDM family 1 group.
3589
3651
  VideoPixelAspectRatio rational
3590
3652
  VideoPixelDepth string
3591
3653
 
3592
- =head3 XMP Timecode Struct
3593
-
3594
- Field Name Writable
3595
- ---------- --------
3596
- TimeFormat string
3597
- TimeValue string
3598
- Value integer
3599
-
3600
3654
  =head3 XMP BeatSpliceStretch Struct
3601
3655
 
3602
3656
  Field Name Writable
@@ -4723,6 +4777,8 @@ Tags extracted from Photoshop layer information.
4723
4777
  '_xopc' LayerOpacities no+
4724
4778
  '_xrct' LayerRectangles no+
4725
4779
  'luni' LayerUnicodeNames no+
4780
+ 'lyid' LayerIDs? no+
4781
+ 'shmd' LayerModifyDates no+
4726
4782
 
4727
4783
  =head3 Photoshop ImageData Tags
4728
4784
 
@@ -7802,6 +7858,7 @@ for details.
7802
7858
  900 DateTimeOriginal no
7803
7859
  912 FocusStepCount no
7804
7860
  1116 FocusDistance no
7861
+ 1124 FrameRate no
7805
7862
 
7806
7863
  =head3 FLIR MeasInfo Tags
7807
7864
 
@@ -9609,6 +9666,7 @@ DiMAGE X and Xt.
9609
9666
  0x0035 HDRInfo Nikon HDRInfo
9610
9667
  0x0039 LocationInfo Nikon LocationInfo
9611
9668
  0x003d BlackLevel int16u[4]
9669
+ 0x004f ColorTemperatureAuto int16u
9612
9670
  0x0080 ImageAdjustment string
9613
9671
  0x0081 ToneComp string
9614
9672
  0x0082 AuxiliaryLens string
@@ -9638,6 +9696,7 @@ DiMAGE X and Xt.
9638
9696
  ShotInfoD700 Nikon ShotInfoD700
9639
9697
  ShotInfoD800 Nikon ShotInfoD800
9640
9698
  ShotInfoD810 Nikon ShotInfoD810
9699
+ ShotInfoD850 Nikon ShotInfoD850
9641
9700
  ShotInfoD5000 Nikon ShotInfoD5000
9642
9701
  ShotInfoD5100 Nikon ShotInfoD5100
9643
9702
  ShotInfoD5200 Nikon ShotInfoD5200
@@ -10041,7 +10100,9 @@ These tags are extracted from encrypted data in images from the D810.
10041
10100
  ----- -------- --------
10042
10101
  0 ShotInfoVersion no
10043
10102
  4 FirmwareVersion no
10103
+ 36 BracketingOffset no
10044
10104
  64 CustomSettingsOffset no
10105
+ 132 OrientationOffset no
10045
10106
  464 SecondarySlotFunction int8u & 0x03
10046
10107
  5974 AEBracketingSteps int8u & 0xff
10047
10108
  5975 WBBracketingSteps int8u & 0xff
@@ -10052,7 +10113,20 @@ These tags are extracted from encrypted data in images from the D810.
10052
10113
  14068 RollAngle fixed32u
10053
10114
  14072 PitchAngle fixed32u
10054
10115
  14076 YawAngle fixed32u
10055
- 14526 Rotation int8u & 0x30
10116
+
10117
+ =head3 Nikon ShotInfoD850 Tags
10118
+
10119
+ These tags are extracted from encrypted data in images from the D850.
10120
+
10121
+ Index Tag Name Writable
10122
+ ----- -------- --------
10123
+ 0 ShotInfoVersion no
10124
+ 4 FirmwareVersion no
10125
+ 88 CustomSettingsOffset no
10126
+ 1937 PhotoShootingMenuBankImageArea int8u & 0x07
10127
+ 4029 PhotoShootingMenuBank int8u & 0x03
10128
+ 4031 PrimarySlot int8u & 0x80
10129
+ 4152 CustomSettingsD850 NikonCustom SettingsD850
10056
10130
 
10057
10131
  =head3 Nikon ShotInfoD5000 Tags
10058
10132
 
@@ -10142,6 +10216,7 @@ These tags are extracted from encrypted data in images from the D5 and D500.
10142
10216
  44 BracketingInfoOffset no
10143
10217
  80 ShootingMenuOffset no
10144
10218
  88 CustomSettingsOffset no
10219
+ 160 OrientationOffset no
10145
10220
  202 Rotation int8u & 0x03
10146
10221
  1506 FlickerReductionIndicator int8u & 0x01
10147
10222
  2004 JPGCompression int8u & 0x01
@@ -10157,6 +10232,9 @@ These tags are extracted from encrypted data in images from the D5 and D500.
10157
10232
  3716.1 PhotoShootingMenuBankImageArea int8u & 0x07
10158
10233
  3819 CustomSettingsD5 NikonCustom SettingsD5
10159
10234
  CustomSettingsD500 NikonCustom SettingsD500
10235
+ 11300 RollAngle fixed32u
10236
+ 11304 PitchAngle fixed32u
10237
+ 11308 YawAngle fixed32u
10160
10238
 
10161
10239
  =head3 Nikon ShotInfoD610 Tags
10162
10240
 
@@ -10444,6 +10522,14 @@ These tags are written by Nikon DSLR's which have the live view feature.
10444
10522
  24 AFAreaWidth int16u
10445
10523
  26 AFAreaHeight int16u
10446
10524
  28 ContrastDetectAFInFocus int8u
10525
+ 68 PrimaryAFPoint int8u
10526
+ 70 AFImageWidth int16u
10527
+ 72 AFImageHeight int16u
10528
+ 74 AFAreaXPosition int16u
10529
+ 76 AFAreaYPosition int16u
10530
+ 78 AFAreaWidth int16u
10531
+ 80 AFAreaHeight int16u
10532
+ 82 ContrastDetectAFInFocus int8u
10447
10533
 
10448
10534
  =head3 Nikon FileInfo Tags
10449
10535
 
@@ -11134,6 +11220,102 @@ Custom settings for the D810.
11134
11220
  51.1 AssignRemoteFnButton int8u & 0x1f
11135
11221
  52.1 LensFocusFunctionButtons int8u & 0x3f
11136
11222
 
11223
+ =head3 NikonCustom SettingsD850 Tags
11224
+
11225
+ Custom settings for the D850.
11226
+
11227
+ Index1 Tag Name Writable
11228
+ ------ -------- --------
11229
+ 0.2 CustomSettingsBank int8u & 0x03
11230
+ 1.1 AF-CPrioritySelection int8u & 0xc0
11231
+ 1.2 AF-SPrioritySelection int8u & 0x20
11232
+ 1.3 AFPointSelection int8u & 0x10
11233
+ 1.4 Three-DTrackingFaceDetection int8u & 0x08
11234
+ 1.5 BlockShotAFResponse int8u & 0x07
11235
+ 2.1 FocusPointWrap int8u & 0x08
11236
+ 2.2 AFPointBrightness int8u & 0x06
11237
+ 4.1 ISODisplay int8u & 0x08
11238
+ 4.2 GridDisplay int8u & 0x02
11239
+ 5.1 LCDIllumination int8u & 0x20
11240
+ 5.2 ElectronicFront-CurtainShutter int8u & 0x08
11241
+ 6.1 ReverseIndicators int8u & 0x80
11242
+ 6.2 CommandDialsReverseRotation int8u & 0x18
11243
+ 6.3 EasyExposureCompensation int8u & 0x03
11244
+ 7.1 ExposureControlStepSize int8u & 0xc0
11245
+ 7.2 ISOStepSize int8u & 0x30
11246
+ 7.3 ExposureCompStepSize int8u & 0x0c
11247
+ 8.1 CenterWeightedAreaSize int8u & 0xe0
11248
+ 8.2 FineTuneOptMatrixMetering int8u & 0x0f
11249
+ 9.1 FineTuneOptCenterWeighted int8u & 0xf0
11250
+ 9.2 FineTuneOptSpotMetering int8u & 0x0f
11251
+ 10.1 MultiSelectorShootMode int8u & 0xe0
11252
+ 10.2 MultiSelectorPlaybackMode int8u & 0x0c
11253
+ 10.3 MultiSelector int8u & 0x01
11254
+ 11.1 ExposureDelayMode int8u & 0xe0
11255
+ 11.2 CLModeShootingSpeed int8u & 0x0f
11256
+ 12.1 MaxContinuousRelease int8u
11257
+ 13.1 AutoBracketOrder int8u & 0x10
11258
+ 13.2 AutoBracketModeM int8u & 0x0c
11259
+ 14.1 Func1Button int8u & 0x3f
11260
+ 15.1 PreviewButton int8u & 0x3f
11261
+ 16.1 AssignBktButton int8u & 0x07
11262
+ 18.1 CommandDialsChangeMainSub int8u & 0xe0
11263
+ 18.2 CommandDialsMenuAndPlayback int8u & 0x18
11264
+ 18.3 CommandDialsApertureSetting int8u & 0x04
11265
+ 18.4 ReleaseButtonToUseDial int8u & 0x01
11266
+ 19.1 StandbyTimer int8u & 0xf0
11267
+ 20.1 SelfTimerTime int8u & 0xc0
11268
+ 20.2 SelfTimerShotInterval int8u & 0x30
11269
+ 20.3 SelfTimerShotCount int8u & 0x0f
11270
+ 21.1 ImageReviewMonitorOffTime int8u & 0xe0
11271
+ 21.2 LiveViewMonitorOffTime int8u & 0x1c
11272
+ 22.1 MenuMonitorOffTime int8u & 0xe0
11273
+ 22.2 ShootingInfoMonitorOffTime int8u & 0x1c
11274
+ 23.1 FlashSyncSpeed int8u & 0xf0
11275
+ 23.2 FlashShutterSpeed int8u & 0x0f
11276
+ 31.1 ModelingFlash int8u & 0x20
11277
+ 36.1 PlaybackMonitorOffTime int8u & 0xe0
11278
+ 37.1 MultiSelectorLiveView int8u & 0xc0
11279
+ 38.1 ShutterSpeedLock int8u & 0x80
11280
+ 38.2 ApertureLock int8u & 0x40
11281
+ 38.3 MovieShutterButton int8u & 0x10
11282
+ 38.4 FlashExposureCompArea int8u & 0x04
11283
+ 38.5 AutoFlashISOSensitivity int8u & 0x02
11284
+ 41.1 MovieFunc1Button int8u & 0xf0
11285
+ 41.2 MoviePreviewButton int8u & 0x0f
11286
+ 42.1 Func1ButtonPlusDials int8u & 0x0f
11287
+ 43.1 PreviewButtonPlusDials int8u & 0x0f
11288
+ 45.1 AssignMovieRecordButtonPlusDials int8u & 0x0f
11289
+ 46.1 FineTuneOptHighlightWeighted int8u & 0x0f
11290
+ 47.1 DynamicAreaAFDisplay int8u & 0x80
11291
+ 47.2 AFPointIllumination int8u & 0x40
11292
+ 47.3 StoreByOrientation int8u & 0x18
11293
+ 48.1 MatrixMetering int8u & 0x80
11294
+ 48.2 LiveViewButtonOptions int8u & 0x30
11295
+ 48.3 AFModeRestrictions int8u & 0x03
11296
+ 49.1 LimitAFAreaModeSelection int8u & 0x7e
11297
+ 52.1 LensFocusFunctionButtons int8u & 0x3f
11298
+ 66.1 VerticalMultiSelector int8u & 0xff
11299
+ 67.1 AssignMB-D18FuncButton int8u & 0x3f
11300
+ 68.1 AssignMB-D18FuncButtonPlusDials int8u & 0x0f
11301
+ 70.1 AF-OnButton int8u & 0x3f
11302
+ 71.1 SubSelector int8u & 0x80
11303
+ 72.1 SubSelectorCenter int8u & 0x3f
11304
+ 73.1 SubSelectorPlusDials int8u & 0x0f
11305
+ 74.1 AssignMovieSubselector int8u & 0xf0
11306
+ 75.1 AssignMovieFunc1ButtonPlusDials int8u & 0x10
11307
+ 75.2 AssignMoviePreviewButtonPlusDials int8u & 0x01
11308
+ 76.1 AssignMovieSubselectorPlusDials int8u & 0x10
11309
+ 77.1 SyncReleaseMode int8u & 0x80
11310
+ 77.2 ContinuousModeLiveView int8u & 0x40
11311
+ 78.1 Three-DTrackingWatchArea int8u & 0x80
11312
+ 78.2 SubjectMotion int8u & 0x60
11313
+ 78.3 AFActivation int8u & 0x08
11314
+ 78.4 ShutterReleaseButtonAE-L int8u & 0x03
11315
+ 79.1 AssignMB-D18AF-OnButton int8u & 0x7f
11316
+ 80.1 Func2Button int8u & 0x3f
11317
+ 82.1 AssignMovieFunc2Button int8u & 0x70
11318
+
11137
11319
  =head3 NikonCustom SettingsD5000 Tags
11138
11320
 
11139
11321
  Custom settings for the D5000.
@@ -13615,6 +13797,7 @@ Pentax-specific RIFF tags found in AVI videos.
13615
13797
  Tag ID Tag Name Writable
13616
13798
  ------ -------- --------
13617
13799
  'hymn' MakerNotes Pentax
13800
+ 'mknt' MakerNotes Pentax
13618
13801
 
13619
13802
  =head2 PhaseOne Tags
13620
13803
 
@@ -14276,19 +14459,22 @@ MakerNotes.
14276
14459
  0x2014 WBShiftAB_GM int32s[2]
14277
14460
  0x2016 AutoPortraitFramed int16u
14278
14461
  0x2017 FlashAction int32u
14462
+ 0x201a ElectronicFrontCurtainShutter int32u
14279
14463
  0x201b FocusMode int8u
14280
14464
  0x201c AFAreaModeSetting int8u
14281
14465
  0x201d FlexibleSpotPosition int16u[2]
14282
14466
  0x201e AFPointSelected int8u
14283
- AFZoneSelected int8u
14284
14467
  0x2020 AFPointsUsed no
14468
+ 0x2021 AFTracking int8u
14285
14469
  0x2022 FocalPlaneAFPointsUsed no
14470
+ 0x2023 MultiFrameNREffect int32u
14286
14471
  0x2026 WBShiftAB_GM_Precise int32s[2]~
14287
14472
  0x2027 FocusLocation int16u[4]
14288
14473
  0x2028 VariableLowPassFilter int16u[2]
14289
14474
  0x2029 RAWFileType int16u
14290
14475
  0x202a Tag202a Sony Tag202a
14291
14476
  0x202c MeteringMode2 int16u
14477
+ 0x202d ExposureStandardAdjustment rational64s
14292
14478
  0x3000 ShotInfo Sony ShotInfo
14293
14479
  0x900b Tag900b Sony Tag900b
14294
14480
  0x9050 Tag9050a Sony Tag9050a
@@ -14300,6 +14486,7 @@ MakerNotes.
14300
14486
  0x9403 Tag9403 Sony Tag9403
14301
14487
  0x9404 Tag9404a Sony Tag9404a
14302
14488
  Tag9404b Sony Tag9404b
14489
+ Tag9404c Sony Tag9404c
14303
14490
  0x9405 Tag9405a Sony Tag9405a
14304
14491
  Tag9405b Sony Tag9405b
14305
14492
  0x9406 Tag9406 Sony Tag9406
@@ -15089,7 +15276,7 @@ Valid for DSC-RX100M2, DSC-QX10/QX100.
15089
15276
 
15090
15277
  =head3 Sony Tag2010g Tags
15091
15278
 
15092
- Valid for DSC-HX400V/HX60V/QX30/RX10/RX100M3/WX220/WX350,
15279
+ Valid for DSC-HX60V/HX350/HX400V/QX30/RX10/RX100M3/WX220/WX350,
15093
15280
  ILCE-7/7R/7S/7M2/5000/5100/6000/QX1, ILCA-68/77M2.
15094
15281
 
15095
15282
  Tag ID Tag Name Writable
@@ -15127,7 +15314,7 @@ ILCE-7/7R/7S/7M2/5000/5100/6000/QX1, ILCA-68/77M2.
15127
15314
 
15128
15315
  =head3 Sony Tag2010h Tags
15129
15316
 
15130
- Valid for DSC-HX90V/RX1RM2/RX10M2/RX10M3/RX100M4/RX100M5/WX500,
15317
+ Valid for DSC-HX90V/RX0/RX1RM2/RX10M2/RX10M3/RX100M4/RX100M5/WX500,
15131
15318
  ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
15132
15319
 
15133
15320
  Tag ID Tag Name Writable
@@ -15166,7 +15353,7 @@ ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
15166
15353
 
15167
15354
  =head3 Sony Tag2010i Tags
15168
15355
 
15169
- Valid for ILCE-9.
15356
+ Valid for ILCE-7RM3/9, DSC-RX10M4.
15170
15357
 
15171
15358
  Tag ID Tag Name Writable
15172
15359
  ------ -------- --------
@@ -15191,6 +15378,7 @@ Valid for ILCE-9.
15191
15378
  0x030c MinFocalLength int16u
15192
15379
  0x030e MaxFocalLength int16u
15193
15380
  0x0320 SonyISO int16u
15381
+ 0x036d MeterInfo? Sony MeterInfo9
15194
15382
  0x17d0 DistortionCorrParams int16s[16]
15195
15383
  0x17f1 LensFormat int8u
15196
15384
  0x17f2 LensMount int8u
@@ -15199,6 +15387,30 @@ Valid for ILCE-9.
15199
15387
  0x17f8 DistortionCorrParamsPresent int8u
15200
15388
  0x17f9 DistortionCorrParamsNumber int8u
15201
15389
 
15390
+ =head3 Sony MeterInfo9 Tags
15391
+
15392
+ Information possibly related to metering. Extracted only if the Unknown
15393
+ option is used.
15394
+
15395
+ Index1 Tag Name Writable
15396
+ ------ -------- --------
15397
+ 0 MeterInfo1Row1 no
15398
+ 90 MeterInfo1Row2 no
15399
+ 180 MeterInfo1Row3 no
15400
+ 270 MeterInfo1Row4 no
15401
+ 360 MeterInfo1Row5 no
15402
+ 450 MeterInfo1Row6 no
15403
+ 540 MeterInfo1Row7 no
15404
+ 630 MeterInfo2Row1 no
15405
+ 740 MeterInfo2Row2 no
15406
+ 850 MeterInfo2Row3 no
15407
+ 960 MeterInfo2Row4 no
15408
+ 1070 MeterInfo2Row5 no
15409
+ 1180 MeterInfo2Row6 no
15410
+ 1290 MeterInfo2Row7 no
15411
+ 1400 MeterInfo2Row8 no
15412
+ 1510 MeterInfo2Row9 no
15413
+
15202
15414
  =head3 Sony Tag202a Tags
15203
15415
 
15204
15416
  Index1 Tag Name Writable
@@ -15300,7 +15512,7 @@ substitution cipher, but the deciphered values are listed below.
15300
15512
 
15301
15513
  =head3 Sony Tag9050b Tags
15302
15514
 
15303
- Valid from July 2015 for ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
15515
+ Valid from July 2015 for ILCE-6300/6500/7RM2/7RM3/7SM2/9, ILCA-99M2.
15304
15516
 
15305
15517
  Tag ID Tag Name Writable
15306
15518
  ------ -------- --------
@@ -15311,6 +15523,7 @@ Valid from July 2015 for ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
15311
15523
  0x0046 SonyExposureTime int16u
15312
15524
  0x0048 SonyFNumber int16u
15313
15525
  0x004b ReleaseMode2 int8u
15526
+ 0x0052 ImageCount2 int32u~
15314
15527
  0x0058 ImageCount2 int32u
15315
15528
  0x0061 SonyTimeMinSec no
15316
15529
  0x0073 ReleaseMode2 int8u
@@ -15364,9 +15577,9 @@ DSC-HX50V, DSC-QX10/QX100.
15364
15577
 
15365
15578
  =head3 Sony Tag9400c Tags
15366
15579
 
15367
- Valid for DSC-HX400V/HX60V/HX90V/QX30/RX1RM2/RX10/RX10M2/RX10M3/RX100M3/
15368
- RX100M4/RX100M5/WX220/WX350/WX500, ILCE-7/7R/7S/7M2/7RM2/7SM2/5000/5100/
15369
- 6000/6300/6500/QX1, ILCA-68/77M2/99M2.
15580
+ Valid for DSC-HX60V/HX90V/HX350/HX400V/QX30/RX0/RX1RM2/RX10/RX10M2/RX10M3/
15581
+ RX10M4/RX100M3/RX100M4/RX100M5/WX220/WX350/WX500, ILCE-7/7R/7S/7M2/7RM2/
15582
+ 7RM3/7SM2/9/5000/5100/6000/6300/6500/QX1, ILCA-68/77M2/99M2.
15370
15583
 
15371
15584
  Tag ID Tag Name Writable
15372
15585
  ------ -------- --------
@@ -15401,15 +15614,26 @@ RX100M4/RX100M5/WX220/WX350/WX500, ILCE-7/7R/7S/7M2/7RM2/7SM2/5000/5100/
15401
15614
 
15402
15615
  Tag ID Tag Name Writable
15403
15616
  ------ -------- --------
15617
+ 0x000b ExposureProgram int8u
15618
+ 0x000d IntelligentAuto int8u
15404
15619
  0x0019 LensZoomPosition int16u
15405
15620
 
15406
15621
  =head3 Sony Tag9404b Tags
15407
15622
 
15408
15623
  Tag ID Tag Name Writable
15409
15624
  ------ -------- --------
15625
+ 0x000c ExposureProgram int8u
15626
+ 0x000e IntelligentAuto int8u
15410
15627
  0x001e LensZoomPosition int16u
15411
15628
  0x0020 FocusPosition2 int8u
15412
15629
 
15630
+ =head3 Sony Tag9404c Tags
15631
+
15632
+ Tag ID Tag Name Writable
15633
+ ------ -------- --------
15634
+ 0x000b ExposureProgram int8u
15635
+ 0x000d IntelligentAuto int8u
15636
+
15413
15637
  =head3 Sony Tag9405a Tags
15414
15638
 
15415
15639
  Valid for SLT, NEX, ILCE-3000/3500 and several DSC models.
@@ -15428,9 +15652,9 @@ Valid for SLT, NEX, ILCE-3000/3500 and several DSC models.
15428
15652
 
15429
15653
  =head3 Sony Tag9405b Tags
15430
15654
 
15431
- Valid for DSC-HX400V/HX60V/QX30/RX10/RX10M2/RX10M3/RX100M3/RX100M4/RX100M5/
15432
- WX220/WX350, ILCE-7/7M2/7R/7RM2/7S/7SM2/5000/5100/6000/6300/6500/QX1,
15433
- ILCA-68/77M2/99M2.
15655
+ Valid for DSC-HX60V/HX350/HX400V/QX30/RX0/RX10/RX10M2/RX10M3/RX10M4/RX100M3/
15656
+ RX100M4/RX100M5/WX220/WX350, ILCE-7/7M2/7R/7RM2/7S/7SM2/9/5000/5100/6000/
15657
+ 6300/6500/QX1, ILCA-68/77M2/99M2.
15434
15658
 
15435
15659
  Tag ID Tag Name Writable
15436
15660
  ------ -------- --------
@@ -16304,6 +16528,7 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
16304
16528
  0x0117 StripByteCounts no
16305
16529
  0x0118 RawDataOffset no
16306
16530
  0x0119 DistortionInfo PanasonicRaw DistortionInfo
16531
+ 0x0120 CameraIFD PanasonicRaw CameraIFD
16307
16532
  0x02bc ApplicationNotes XMP
16308
16533
  0x83bb IPTC-NAA IPTC
16309
16534
  0x8769 ExifOffset EXIF
@@ -16364,6 +16589,12 @@ Lens distortion correction information.
16364
16589
  0x000b DistortionParam11 int16s
16365
16590
  0x000c DistortionN? int16s
16366
16591
 
16592
+ =head3 PanasonicRaw CameraIFD Tags
16593
+
16594
+ Tag ID Tag Name Writable
16595
+ ------ -------- --------
16596
+ 0x1101 FocusDistance no
16597
+
16367
16598
  =head2 SigmaRaw Tags
16368
16599
 
16369
16600
  These tags are used in Sigma and Foveon RAW (.X3F) images. Metadata is also
@@ -16518,12 +16749,19 @@ specification.
16518
16749
  2 ResolutionUnit int8u:
16519
16750
  3 XResolution int16u:
16520
16751
  5 YResolution int16u:
16752
+ 7 ThumbnailWidth no
16753
+ 8 ThumbnailHeight no
16754
+ 9 ThumbnailTIFF no
16521
16755
 
16522
16756
  =head3 JFIF Extension Tags
16523
16757
 
16758
+ Thumbnail images extracted from the JFXX segment.
16759
+
16524
16760
  Tag ID Tag Name Writable
16525
16761
  ------ -------- --------
16526
16762
  0x0010 ThumbnailImage no
16763
+ 0x0011 ThumbnailTIFF no
16764
+ 0x0013 ThumbnailTIFF no
16527
16765
 
16528
16766
  =head2 FlashPix Tags
16529
16767
 
@@ -20031,7 +20269,7 @@ this data as additional PNG chunks.
20031
20269
  'bKGD' BackgroundColor no
20032
20270
  'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
20033
20271
  'dSIG' DigitalSignature no
20034
- 'exIf' exIf EXIF
20272
+ 'eXIf' eXIf EXIF
20035
20273
  'fRAc' FractalParameters no
20036
20274
  'gAMA' Gamma no
20037
20275
  'gIFg' GIFGraphicControlExtension no
@@ -21429,6 +21667,7 @@ FLAC is big-endian, so bit 0 is the high-order bit in this table.
21429
21667
  'Bit100-102' Channels no
21430
21668
  'Bit103-107' BitsPerSample no
21431
21669
  'Bit108-143' TotalSamples no
21670
+ 'Bit144-271' MD5Signature no
21432
21671
 
21433
21672
  =head3 FLAC Picture Tags
21434
21673
 
@@ -21577,6 +21816,7 @@ read APE metadata from MP3 and MPC files.
21577
21816
  ------ -------- --------
21578
21817
  'Album' Album no
21579
21818
  'Artist' Artist no
21819
+ 'DURATION' Duration no
21580
21820
  'Genre' Genre no
21581
21821
  'Title' Title no
21582
21822
  'Tool Name' ToolName no
@@ -21953,13 +22193,16 @@ Tags written by some HTC camera phones.
21953
22193
  'dinf' DataInformation? no
21954
22194
  'free' Free? no
21955
22195
  'hdlr' Handler QuickTime Handler
21956
- 'iinf' ItemInformation? no
21957
- 'iloc' ItemLocation? no
22196
+ 'iinf' ItemInformation QuickTime ItemInfo
22197
+ QuickTime ItemInfo
22198
+ 'iloc' ItemLocation no
21958
22199
  'ilst' ItemList QuickTime ItemList
21959
22200
  'ipmc' IPMPControl? no
21960
22201
  'ipro' ItemProtection? no
22202
+ 'iprp' ItemProperties QuickTime ItemProp
22203
+ 'iref' ItemReference QuickTime ItemRef
21961
22204
  'keys' Keys QuickTime Keys
21962
- 'pitm' PrimaryItemReference? no
22205
+ 'pitm' PrimaryItemReference no
21963
22206
  'xml ' XML XMP XML
21964
22207
 
21965
22208
  =head3 QuickTime Handler Tags
@@ -21971,6 +22214,12 @@ Tags written by some HTC camera phones.
21971
22214
  12 HandlerVendorID no
21972
22215
  24 HandlerDescription no
21973
22216
 
22217
+ =head3 QuickTime ItemInfo Tags
22218
+
22219
+ Tag ID Tag Name Writable
22220
+ ------ -------- --------
22221
+ 'infe' ItemInfoEntry no
22222
+
21974
22223
  =head3 QuickTime ItemList Tags
21975
22224
 
21976
22225
  As well as these tags, the 'mdta' handler uses numerical tag ID's which are
@@ -22109,6 +22358,33 @@ defined in this table.
22109
22358
  'vers' AudioEncodingParamsVersion no
22110
22359
  'vpk?' AudioHasVariablePacketByteSizes no
22111
22360
 
22361
+ =head3 QuickTime ItemProp Tags
22362
+
22363
+ Tag ID Tag Name Writable
22364
+ ------ -------- --------
22365
+ 'ipco' ItemPropertyContainer QuickTime ItemPropCont
22366
+ 'ipma' ItemPropertyAssociation no
22367
+
22368
+ =head3 QuickTime ItemPropCont Tags
22369
+
22370
+ Tag ID Tag Name Writable
22371
+ ------ -------- --------
22372
+ 'auxC' AuxiliaryImageType no
22373
+ 'clap' CleanAperture no
22374
+ 'colr' ICC_Profile ICC_Profile
22375
+ 'hvcC' HEVCConfiguration? no
22376
+ 'irot' Rotation no
22377
+ 'ispe' ImageSpatialExtent no
22378
+ 'pasp' PixelAspectRatio no
22379
+ 'pixi' ImagePixelDepth no
22380
+ 'rloc' RelativeLocation no
22381
+
22382
+ =head3 QuickTime ItemRef Tags
22383
+
22384
+ Tag ID Tag Name Writable
22385
+ ------ -------- --------
22386
+ 'cdsc' ContentDescribes no
22387
+
22112
22388
  =head3 QuickTime Keys Tags
22113
22389
 
22114
22390
  This directory contains a list of key names which are used to decode
@@ -22542,6 +22818,7 @@ MP4 video media header.
22542
22818
 
22543
22819
  Tag ID Tag Name Writable
22544
22820
  ------ -------- --------
22821
+ 'cdsc' ContentDescribes no
22545
22822
  'chap' ChapterListTrackID no
22546
22823
  'mpod' ElementaryStreamTrack no
22547
22824
  'tmcd' TimeCode no
@@ -25194,6 +25471,7 @@ sub-documents, but the Duration is calculated for the full video.
25194
25471
  'LIST_hdrl' Hdrl RIFF Hdrl
25195
25472
  'LIST_hydt' PentaxData Pentax AVI
25196
25473
  'LIST_ncdt' NikonData Nikon AVI
25474
+ 'LIST_pntx' PentaxData2 Pentax AVI
25197
25475
  'VP8 ' VP8Bitstream RIFF VP8
25198
25476
  'VP8L' VP8L RIFF VP8L
25199
25477
  'VP8X' VP8X RIFF VP8X
@@ -30132,10 +30410,10 @@ the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
30132
30410
 
30133
30411
  =head2 Extra Tags
30134
30412
 
30135
- The extra tags represent extra information extracted or generated by
30136
- ExifTool that is not directly associated with another tag group. The
30137
- B<Group> column lists the family 1 group name when reading. Tags with a "-"
30138
- in this column are write-only.
30413
+ The extra tags provide extra features or extra information extracted or
30414
+ generated by ExifTool that is not directly associated with another tag
30415
+ group. The B<Group> column lists the family 1 group name when reading.
30416
+ Tags with a "-" in this column are write-only.
30139
30417
 
30140
30418
  Tags in the family 1 "System" group are referred to as "pseudo" tags because
30141
30419
  they don't represent real metadata in the file. Instead, this information
@@ -30177,6 +30455,7 @@ FileName.
30177
30455
  FileType File no
30178
30456
  FileTypeExtension File no
30179
30457
  FileUserID System yes!
30458
+ ForceWrite - yes
30180
30459
  Geosync - yes
30181
30460
  Geotag - yes
30182
30461
  Geotime - yes