exiftool_vendored 12.25.0 → 12.35.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +174 -7
  3. data/bin/MANIFEST +11 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +44 -43
  7. data/bin/arg_files/xmp2exif.args +2 -1
  8. data/bin/config_files/convert_regions.config +25 -14
  9. data/bin/config_files/example.config +1 -1
  10. data/bin/exiftool +118 -92
  11. data/bin/fmt_files/gpx.fmt +1 -1
  12. data/bin/fmt_files/gpx_wpt.fmt +1 -1
  13. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +16 -3
  14. data/bin/lib/Image/ExifTool/CBOR.pm +331 -0
  15. data/bin/lib/Image/ExifTool/Canon.pm +52 -20
  16. data/bin/lib/Image/ExifTool/Charset.pm +2 -0
  17. data/bin/lib/Image/ExifTool/DPX.pm +13 -2
  18. data/bin/lib/Image/ExifTool/Exif.pm +107 -8
  19. data/bin/lib/Image/ExifTool/FLIR.pm +33 -8
  20. data/bin/lib/Image/ExifTool/FlashPix.pm +35 -10
  21. data/bin/lib/Image/ExifTool/FujiFilm.pm +1 -0
  22. data/bin/lib/Image/ExifTool/Geotag.pm +13 -2
  23. data/bin/lib/Image/ExifTool/GoPro.pm +16 -1
  24. data/bin/lib/Image/ExifTool/ICC_Profile.pm +96 -4
  25. data/bin/lib/Image/ExifTool/ID3.pm +15 -3
  26. data/bin/lib/Image/ExifTool/JPEG.pm +68 -2
  27. data/bin/lib/Image/ExifTool/JSON.pm +7 -3
  28. data/bin/lib/Image/ExifTool/Jpeg2000.pm +164 -36
  29. data/bin/lib/Image/ExifTool/LIF.pm +153 -0
  30. data/bin/lib/Image/ExifTool/Lang/nl.pm +60 -59
  31. data/bin/lib/Image/ExifTool/M2TS.pm +103 -7
  32. data/bin/lib/Image/ExifTool/MIE.pm +2 -1
  33. data/bin/lib/Image/ExifTool/MRC.pm +1 -1
  34. data/bin/lib/Image/ExifTool/MacOS.pm +2 -2
  35. data/bin/lib/Image/ExifTool/Nikon.pm +50 -6
  36. data/bin/lib/Image/ExifTool/NikonSettings.pm +10 -2
  37. data/bin/lib/Image/ExifTool/Olympus.pm +9 -2
  38. data/bin/lib/Image/ExifTool/Other.pm +93 -0
  39. data/bin/lib/Image/ExifTool/PDF.pm +11 -12
  40. data/bin/lib/Image/ExifTool/PNG.pm +7 -6
  41. data/bin/lib/Image/ExifTool/Panasonic.pm +14 -2
  42. data/bin/lib/Image/ExifTool/Pentax.pm +28 -5
  43. data/bin/lib/Image/ExifTool/Photoshop.pm +6 -0
  44. data/bin/lib/Image/ExifTool/QuickTime.pm +123 -25
  45. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +203 -121
  46. data/bin/lib/Image/ExifTool/README +9 -2
  47. data/bin/lib/Image/ExifTool/RIFF.pm +7 -2
  48. data/bin/lib/Image/ExifTool/Samsung.pm +47 -10
  49. data/bin/lib/Image/ExifTool/Sony.pm +113 -42
  50. data/bin/lib/Image/ExifTool/TagLookup.pm +4599 -4451
  51. data/bin/lib/Image/ExifTool/TagNames.pod +276 -41
  52. data/bin/lib/Image/ExifTool/Torrent.pm +18 -11
  53. data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  54. data/bin/lib/Image/ExifTool/WritePDF.pl +1 -0
  55. data/bin/lib/Image/ExifTool/WritePNG.pl +2 -0
  56. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +21 -4
  57. data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
  58. data/bin/lib/Image/ExifTool/Writer.pl +47 -2
  59. data/bin/lib/Image/ExifTool/XMP.pm +32 -12
  60. data/bin/lib/Image/ExifTool/XMP2.pl +5 -2
  61. data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
  62. data/bin/lib/Image/ExifTool/ZISRAW.pm +121 -2
  63. data/bin/lib/Image/ExifTool.pm +153 -52
  64. data/bin/lib/Image/ExifTool.pod +70 -60
  65. data/bin/perl-Image-ExifTool.spec +43 -42
  66. data/lib/exiftool_vendored/version.rb +1 -1
  67. metadata +6 -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 24273 tags, with 15738 unique tag names.
15
+ They contain a total of 24449 tags, with 15879 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
@@ -115,6 +115,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
115
115
  PreviewImage no
116
116
  'APP3' Meta Kodak Meta
117
117
  Stim Stim
118
+ JPS JPEG JPS
118
119
  ThermalData no
119
120
  PreviewImage no
120
121
  'APP4' Scalado Scalado
@@ -174,6 +175,18 @@ images).
174
175
  ------ -------- --------
175
176
  'Rev' OcadRevision no
176
177
 
178
+ =head3 JPEG JPS Tags
179
+
180
+ Tags found in JPEG Stereo (JPS) images.
181
+
182
+ Index1 Tag Name Writable
183
+ ------ -------- --------
184
+ 10 JPSSeparation no
185
+ 11 JPSFlags no
186
+ 12 JPSLayout no
187
+ 13 JPSType no
188
+ 16 JPSComment no
189
+
177
190
  =head3 JPEG EPPIM Tags
178
191
 
179
192
  APP6 is used in by the Toshiba PDR-M700 to store a TIFF structure containing
@@ -912,6 +925,20 @@ for the official EXIF 2.32 specification.
912
925
  0xc7ec DepthUnits IFD0 int16u!
913
926
  0xc7ed DepthMeasureType IFD0 int16u!
914
927
  0xc7ee EnhanceParams IFD0 string!
928
+ 0xcd2d ProfileGainTableMap SubIFD undef!
929
+ 0xcd2e SemanticName SubIFD no
930
+ 0xcd30 SemanticInstanceIFD SubIFD no
931
+ 0xcd31 CalibrationIlluminant3 IFD0 int16u!
932
+ 0xcd32 CameraCalibration3 IFD0 rational64s[n]!
933
+ 0xcd33 ColorMatrix3 IFD0 rational64s[n]!
934
+ 0xcd34 ForwardMatrix3 IFD0 rational64s[n]!
935
+ 0xcd35 IlluminantData1 IFD0 undef!
936
+ 0xcd36 IlluminantData2 IFD0 undef!
937
+ 0xcd37 IlluminantData3 IFD0 undef!
938
+ 0xcd38 MaskSubArea SubIFD no
939
+ 0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
940
+ 0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
941
+ 0xcd3b RGBTables IFD0 undef!
915
942
  0xea1c Padding ExifIFD undef!
916
943
  0xea1d OffsetSchema ExifIFD int32s!
917
944
  0xfde8 OwnerName ExifIFD string/
@@ -1717,6 +1744,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1717
1744
  LookParametersLookTable string/_
1718
1745
  LookParametersProcessVersion string/_
1719
1746
  LookParametersToneCurvePV2012 string/_+
1747
+ LookParametersToneCurvePV2012Blue string/_+
1748
+ LookParametersToneCurvePV2012Green string/_+
1749
+ LookParametersToneCurvePV2012Red string/_+
1720
1750
  LookParametersVersion string/_
1721
1751
  LookSupportsAmount string/_
1722
1752
  LookSupportsMonochrome string/_
@@ -2046,6 +2076,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
2046
2076
  LookTable string
2047
2077
  ProcessVersion string
2048
2078
  ToneCurvePV2012 string+
2079
+ ToneCurvePV2012Blue string+
2080
+ ToneCurvePV2012Green string+
2081
+ ToneCurvePV2012Red string+
2049
2082
  Version string
2050
2083
 
2051
2084
  =head3 XMP RetouchArea Struct
@@ -2381,6 +2414,9 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2381
2414
  LookParametersLookTable string_
2382
2415
  LookParametersProcessVersion string_
2383
2416
  LookParametersToneCurvePV2012 string_+
2417
+ LookParametersToneCurvePV2012Blue string_+
2418
+ LookParametersToneCurvePV2012Green string_+
2419
+ LookParametersToneCurvePV2012Red string_+
2384
2420
  LookParametersVersion string_
2385
2421
  LookSupportsAmount string_
2386
2422
  LookSupportsMonochrome string_
@@ -3125,8 +3161,8 @@ These tags belong to the ExifTool XMP-exif family 1 group.
3125
3161
 
3126
3162
  =head3 XMP exifEX Tags
3127
3163
 
3128
- EXIF tags added by the EXIF 2.31 for XMP specification (see
3129
- L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
3164
+ EXIF tags added by the EXIF 2.32 for XMP specification (see
3165
+ L<https://cipa.jp/std/documents/download_e.html?DC-010-2020_E>).
3130
3166
 
3131
3167
  These tags belong to the ExifTool XMP-exifEX family 1 group.
3132
3168
 
@@ -3474,6 +3510,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3474
3510
 
3475
3511
  Tag Name Writable
3476
3512
  -------- --------
3513
+ AltTextAccessibility lang-alt
3477
3514
  CountryCode string
3478
3515
  CreatorContactInfo ContactInfo Struct
3479
3516
  CreatorCity string_
@@ -3484,6 +3521,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3484
3521
  CreatorWorkEmail string_
3485
3522
  CreatorWorkTelephone string_
3486
3523
  CreatorWorkURL string_
3524
+ ExtDescrAccessibility lang-alt
3487
3525
  IntellectualGenre string
3488
3526
  Location string
3489
3527
  Scene string+
@@ -3504,9 +3542,10 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3504
3542
 
3505
3543
  =head3 XMP iptcExt Tags
3506
3544
 
3507
- This table contains tags defined by the IPTC Extension schema version 1.5.
3545
+ This table contains tags defined by the IPTC Extension schema version 1.6.
3508
3546
  The actual namespace prefix is "Iptc4xmpExt", but ExifTool shortens this for
3509
- the family 1 group name. (see L<http://www.iptc.org/IPTC4XMP/>)
3547
+ the family 1 group name. (see
3548
+ L<http://www.iptc.org/standards/photo-metadata/iptc-standard/>)
3510
3549
 
3511
3550
  These tags belong to the ExifTool XMP-iptcExt family 1 group.
3512
3551
 
@@ -3582,6 +3621,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
3582
3621
  ShownEvent Entity Struct+
3583
3622
  ShownEventIdentifier string_+
3584
3623
  ShownEventName lang-alt_+
3624
+ EventID string+
3585
3625
  ExternalMetadataLink string+
3586
3626
  FeedIdentifier string
3587
3627
  Genre CVTermDetails Struct+
@@ -5529,32 +5569,98 @@ specification.
5529
5569
  'A2B0' AToB0 no
5530
5570
  'A2B1' AToB1 no
5531
5571
  'A2B2' AToB2 no
5572
+ 'A2B3' AToB3 no
5573
+ 'A2M0' AToM0 no
5532
5574
  'B2A0' BToA0 no
5533
5575
  'B2A1' BToA1 no
5534
5576
  'B2A2' BToA2 no
5577
+ 'B2A3' BToA3 no
5535
5578
  'B2D0' BToD0 no
5536
5579
  'B2D1' BToD1 no
5537
5580
  'B2D2' BToD2 no
5538
5581
  'B2D3' BToD3 no
5582
+ 'CxF ' CXF no
5539
5583
  'D2B0' DToB0 no
5540
5584
  'D2B1' DToB1 no
5541
5585
  'D2B2' DToB2 no
5542
5586
  'D2B3' DToB3 no
5543
5587
  'Header' ProfileHeader ICC_Profile Header
5588
+ 'M2A0' MToA0 no
5589
+ 'M2B0' MToB0 no
5590
+ 'M2B1' MToB1 no
5591
+ 'M2B2' MToB2 no
5592
+ 'M2B3' MToB3 no
5593
+ 'M2S0' MToS0 no
5594
+ 'M2S1' MToS1 no
5595
+ 'M2S2' MToS2 no
5596
+ 'M2S3' MToS3 no
5544
5597
  'MS00' WCSProfiles no
5598
+ 'bAB0' BRDFAToB0 no
5599
+ 'bAB1' BRDFAToB1 no
5600
+ 'bAB2' BRDFAToB2 no
5601
+ 'bAB3' BRDFAToB3 no
5602
+ 'bBA0' BRDFBToA0 no
5603
+ 'bBA1' BRDFBToA1 no
5604
+ 'bBA2' BRDFBToA2 no
5605
+ 'bBA3' BRDFBToA3 no
5606
+ 'bBD0' BRDFBToD0 no
5607
+ 'bBD1' BRDFBToD1 no
5608
+ 'bBD2' BRDFBToD2 no
5609
+ 'bBD3' BRDFBToD3 no
5610
+ 'bDB0' BRDFDToB0 no
5611
+ 'bDB1' BRDFDToB1 no
5612
+ 'bDB2' BRDFDToB2 no
5613
+ 'bDB3' BRDFDToB3 no
5614
+ 'bMB0' BRDFMToB0 no
5615
+ 'bMB1' BRDFMToB1 no
5616
+ 'bMB2' BRDFMToB2 no
5617
+ 'bMB3' BRDFMToB3 no
5618
+ 'bMS0' BRDFMToS0 no
5619
+ 'bMS1' BRDFMToS1 no
5620
+ 'bMS2' BRDFMToS2 no
5621
+ 'bMS3' BRDFMToS3 no
5545
5622
  'bTRC' BlueTRC no
5546
5623
  'bXYZ' BlueMatrixColumn no
5624
+ 'bcp0' BRDFColorimetricParam0 no
5625
+ 'bcp1' BRDFColorimetricParam1 no
5626
+ 'bcp2' BRDFColorimetricParam2 no
5627
+ 'bcp3' BRDFColorimetricParam3 no
5547
5628
  'bfd ' UCRBG no
5548
5629
  'bkpt' MediaBlackPoint no
5630
+ 'bsp0' BRDFSpectralParam0 no
5631
+ 'bsp1' BRDFSpectralParam1 no
5632
+ 'bsp2' BRDFSpectralParam2 no
5633
+ 'bsp3' BRDFSpectralParam3 no
5634
+ 'c2sp' CustomToStandardPcc no
5549
5635
  'calt' CalibrationDateTime no
5636
+ 'cept' ColorEncodingParams no
5550
5637
  'chad' ChromaticAdaptation no
5551
5638
  'chrm' Chromaticity ICC_Profile Chromaticity
5552
5639
  'ciis' ColorimetricIntentImageState no
5640
+ 'clio' ColorantInfoOut no
5641
+ 'cloo' ColorantOrderOut no
5553
5642
  'clot' ColorantTableOut no
5554
5643
  'clro' ColorantOrder no
5555
5644
  'clrt' ColorantTable ICC_Profile ColorantTable
5556
5645
  'cprt' ProfileCopyright no
5557
5646
  'crdi' CRDInfo no
5647
+ 'csnm' ColorSpaceName no
5648
+ 'dAB0' DirectionalAToB0 no
5649
+ 'dAB1' DirectionalAToB1 no
5650
+ 'dAB2' DirectionalAToB2 no
5651
+ 'dAB3' DirectionalAToB3 no
5652
+ 'dBA0' DirectionalBToA0 no
5653
+ 'dBA1' DirectionalBToA1 no
5654
+ 'dBA2' DirectionalBToA2 no
5655
+ 'dBA3' DirectionalBToA3 no
5656
+ 'dBD0' DirectionalBToD0 no
5657
+ 'dBD1' DirectionalBToD1 no
5658
+ 'dBD2' DirectionalBToD2 no
5659
+ 'dBD3' DirectionalBToD3 no
5660
+ 'dDB0' DirectionalDToB0 no
5661
+ 'dDB1' DirectionalDToB1 no
5662
+ 'dDB2' DirectionalDToB2 no
5663
+ 'dDB3' DirectionalDToB3 no
5558
5664
  'desc' ProfileDescription no
5559
5665
  'devs' DeviceSettings no
5560
5666
  'dmdd' DeviceModelDesc no
@@ -5564,14 +5670,23 @@ specification.
5564
5670
  'gTRC' GreenTRC no
5565
5671
  'gXYZ' GreenMatrixColumn no
5566
5672
  'gamt' Gamut no
5673
+ 'gdb0' GamutBoundaryDescription0 no
5674
+ 'gdb1' GamutBoundaryDescription1 no
5675
+ 'gdb2' GamutBoundaryDescription2 no
5676
+ 'gdb3' GamutBoundaryDescription3 no
5567
5677
  'kTRC' GrayTRC no
5568
5678
  'lumi' Luminance no
5679
+ 'mcta' MultiplexTypeArray no
5680
+ 'mdv ' MultiplexDefaultValues no
5569
5681
  'meas' Measurement ICC_Profile Measurement
5570
5682
  'meta' Metadata ICC_Profile Metadata
5683
+ 'miin' MeasurementInputInfo no
5684
+ 'minf' MeasurementInfo no
5571
5685
  'mmod' MakeAndModel no
5572
5686
  'ncl2' NamedColor2 no
5573
5687
  'ncol' NamedColor no
5574
5688
  'ndin' NativeDisplayInfo no
5689
+ 'nmcl' NamedColor no
5575
5690
  'pre0' Preview0 no
5576
5691
  'pre1' Preview1 no
5577
5692
  'pre2' Preview2 no
@@ -5583,18 +5698,24 @@ specification.
5583
5698
  'psd3' PostScript2CRD3 no
5584
5699
  'pseq' ProfileSequenceDesc no
5585
5700
  'psid' ProfileSequenceIdentifier no
5701
+ 'psin' ProfileSequenceInfo no
5586
5702
  'psvm' PS2CRDVMSize no
5587
5703
  'rTRC' RedTRC no
5588
5704
  'rXYZ' RedMatrixColumn no
5589
5705
  'resp' OutputResponse no
5706
+ 'rfnm' ReferenceName no
5590
5707
  'rhoc' ReflectionHardcopyOrigColorimetry no
5591
5708
  'rig0' PerceptualRenderingIntentGamut no
5592
5709
  'rig2' SaturationRenderingIntentGamut no
5593
5710
  'rpoc' ReflectionPrintOutputColorimetry no
5711
+ 's2cp' StandardToCustomPcc no
5594
5712
  'sape' SceneAppearanceEstimates no
5595
5713
  'scoe' SceneColorimetryEstimates no
5596
5714
  'scrd' ScreeningDesc no
5597
5715
  'scrn' Screening no
5716
+ 'smap' SurfaceMap no
5717
+ 'svcn' SpectralViewingConditions no
5718
+ 'swpt' SpectralWhitePoint no
5598
5719
  'targ' CharTarget no
5599
5720
  'tech' Technology no
5600
5721
  'vcgt' VideoCardGamma no
@@ -5924,6 +6045,7 @@ Unknown only to reduce the volume of the normal output.
5924
6045
  0x0023 FocusPointWrap no
5925
6046
  0x0025 ManualFocusPointIllumination no
5926
6047
  0x0026 AF-AssistIlluminator no
6048
+ 0x0027 ManualFocusRingInAFMode no
5927
6049
  0x0029 ISOStepSize no
5928
6050
  0x002a ExposureControlStepSize no
5929
6051
  0x002b EasyExposureCompensation no
@@ -6102,6 +6224,7 @@ Unknown only to reduce the volume of the normal output.
6102
6224
  0x016c LimitAF-AreaModeSelWideLAnimals? no
6103
6225
  0x016e AFAreaMode no
6104
6226
  0x0170 PreferSubSelectorCenter no
6227
+ 0x0171 KeepExposureWithTeleconverter no
6105
6228
  0x0174 FocusPointSelectionSpeed no
6106
6229
 
6107
6230
  =head2 Canon Tags
@@ -7343,6 +7466,7 @@ WB tags for the Canon G9.
7343
7466
  19 LiveViewShooting int16s
7344
7467
  20 FocusDistanceUpper int16u
7345
7468
  21 FocusDistanceLower int16u
7469
+ 23 ShutterMode int16s
7346
7470
  25 FlashExposureLock int16s
7347
7471
  61 RFLensType int16u
7348
7472
 
@@ -9476,7 +9600,7 @@ imaging cameras by FLIR Systems Inc.
9476
9600
 
9477
9601
  Information extracted from FLIR FFF images and the APP1 FLIR segment of JPEG
9478
9602
  images. These tags may also be extracted from the first frame of an FLIR
9479
- SEQ file.
9603
+ SEQ file, or all frames if the ExtractEmbedded option is used.
9480
9604
 
9481
9605
  Tag ID Tag Name Writable
9482
9606
  ------ -------- --------
@@ -12929,6 +13053,7 @@ These tags are extracted from encrypted data in images from the Z7_2.
12929
13053
  ----- -------- --------
12930
13054
  0 ShotInfoVersion no
12931
13055
  4 FirmwareVersion no
13056
+ 32672 PortraitImpressionBalance int8u[2]~
12932
13057
  52786 RollAngle fixed32u
12933
13058
  52790 PitchAngle fixed32u
12934
13059
  52794 YawAngle fixed32u
@@ -15396,6 +15521,7 @@ such as the OM E-M5.
15396
15521
  44 Model no
15397
15522
  131 DateTime1 no
15398
15523
  157 DateTime2 no
15524
+ 383 LensModel no
15399
15525
 
15400
15526
  =head3 Olympus scrn2 Tags
15401
15527
 
@@ -15606,6 +15732,7 @@ These tags are used in Panasonic/Leica cameras.
15606
15732
  0x00d1 ISO int32u
15607
15733
  0x00d2 MonochromeGrainEffect int16u
15608
15734
  0x00d6 NoiseReductionStrength rational64s
15735
+ 0x00e4 LensTypeModel int16u
15609
15736
  0x0e00 PrintIM PrintIM
15610
15737
  0x2003 TimeInfo Panasonic TimeInfo
15611
15738
  0x8000 MakerNoteVersion undef
@@ -15963,6 +16090,7 @@ These tags are used in Pentax/Asahi cameras.
15963
16090
  0x008b ISO int32u
15964
16091
  0x0092 IntervalShooting int16u[2]
15965
16092
  0x0095 SkinToneCorrection int8s[2]
16093
+ SkinToneCorrection int8s[3]
15966
16094
  0x0096 ClarityControl int8s[2]
15967
16095
  0x0200 BlackPoint int16u[4]
15968
16096
  0x0201 WhitePoint int16u[4]
@@ -15995,6 +16123,8 @@ These tags are used in Pentax/Asahi cameras.
15995
16123
  0x0215 CameraInfo Pentax CameraInfo
15996
16124
  0x0216 BatteryInfo Pentax BatteryInfo
15997
16125
  0x021b SaturationInfo? no
16126
+ 0x021c ColorMatrixA2 undef[18]
16127
+ 0x021d ColorMatrixB2 undef[18]
15998
16128
  0x021f AFInfo Pentax AFInfo
15999
16129
  0x0220 HuffmanTable? no
16000
16130
  0x0221 KelvinWB Pentax KelvinWB
@@ -17023,11 +17153,13 @@ Camera orientation information written by the Gear 360 (SM-C200).
17023
17153
 
17024
17154
  Tags extracted from the trailer of JPEG images written when using certain
17025
17155
  features (such as "Sound & Shot" or "Shot & More") from Samsung models such
17026
- as the Galaxy S4 and Tab S.
17156
+ as the Galaxy S4 and Tab S, and from the 'sefd' atom in HEIC images from the
17157
+ Samsung S10+.
17027
17158
 
17028
17159
  Tag Name Writable
17029
17160
  -------- --------
17030
17161
  DepthMapData no
17162
+ DepthMapData2 no
17031
17163
  DepthMapName no
17032
17164
  DualCameraImage no
17033
17165
  DualCameraImageName no
@@ -17035,9 +17167,11 @@ as the Galaxy S4 and Tab S.
17035
17167
  EmbeddedAudioFile no
17036
17168
  EmbeddedAudioFileName no
17037
17169
  EmbeddedImage no
17170
+ EmbeddedImage2 no
17038
17171
  EmbeddedImageName no
17039
17172
  EmbeddedVideoFile no
17040
17173
  EmbeddedVideoType no
17174
+ MCCData no
17041
17175
  SingleShotDepthMap no
17042
17176
  SingleShotMeta Samsung SingleShotMeta
17043
17177
  SurroundShotVideo no
@@ -18692,6 +18826,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
18692
18826
  Index1 Tag Name Writable
18693
18827
  ------ -------- --------
18694
18828
  1176 ISOInfo Sony ISOInfo
18829
+ 1181 ISOInfo Sony ISOInfo
18695
18830
  1185 ISOInfo Sony ISOInfo
18696
18831
  1186 ISOInfo Sony ISOInfo
18697
18832
  1437 ISOInfo Sony ISOInfo
@@ -19022,7 +19157,7 @@ E-mount models.
19022
19157
 
19023
19158
  =head3 Sony Tag9416 Tags
19024
19159
 
19025
- Valid for the ILCE-1/7SM3, ILME-FX3.
19160
+ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
19026
19161
 
19027
19162
  Index1 Tag Name Writable
19028
19163
  ------ -------- --------
@@ -19046,7 +19181,9 @@ Valid for the ILCE-1/7SM3, ILME-FX3.
19046
19181
  115 MinFocalLength no
19047
19182
  117 MaxFocalLength no
19048
19183
  2191 VignettingCorrParams no
19184
+ 2193 VignettingCorrParams no
19049
19185
  2324 ChromaticAberrationCorrParams no
19186
+ 2326 ChromaticAberrationCorrParams no
19050
19187
 
19051
19188
  =head3 Sony PIC Tags
19052
19189
 
@@ -19234,6 +19371,8 @@ some models when the ExtractEmbedded option is used.
19234
19371
  0x851d GPSDateStamp no
19235
19372
  0xe303 WhiteBalance no
19236
19373
  0xe304 DateTime no
19374
+ 0xe43b PitchRollYaw no
19375
+ 0xe44b Accelerometer no
19237
19376
 
19238
19377
  =head2 SonyIDC Tags
19239
19378
 
@@ -20480,6 +20619,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20480
20619
  'EISA' ElectronicImageStabilization no
20481
20620
  'EMPT' Empty? no
20482
20621
  'ESCS' EscapeStatus? no
20622
+ 'EXPT' MaximumShutterAngle no
20483
20623
  'FACE' FaceDetected no
20484
20624
  'FCNM' FaceNumbers no
20485
20625
  'FMWR' FirmwareVersion no
@@ -20497,7 +20637,11 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20497
20637
  'LNED' LocalPositionNED no
20498
20638
  'MAGN' Magnetometer no
20499
20639
  'MINF' Model no
20640
+ 'MTRX' AccelerometerMatrix no
20641
+ 'MUID' MediaUniqueID no
20500
20642
  'OREN' AutoRotation no
20643
+ 'ORIN' InputOrientation no
20644
+ 'ORIO' OutputOrientation no
20501
20645
  'PHDR' HDRSetting no
20502
20646
  'PIMN' AutoISOMin no
20503
20647
  'PIMX' AutoISOMax no
@@ -20514,6 +20658,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20514
20658
  'SHUT' ExposureTimes no
20515
20659
  'SIMU' ScaledIMU no
20516
20660
  'SIUN' SIUnits? no
20661
+ 'SROT' SensorReadoutTime no
20517
20662
  'STMP' TimeStamp no
20518
20663
  'STNM' StreamName? no
20519
20664
  'STRM' NestedSignalStream GoPro GPMF
@@ -20521,6 +20666,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
20521
20666
  'TMPC' CameraTemperature no
20522
20667
  'TSMP' TotalSamples? no
20523
20668
  'TYPE' StructureType? no
20669
+ 'UNIF' InputUniformity no
20524
20670
  'UNIT' Units? no
20525
20671
  'VERS' MetadataVersion no
20526
20672
  'VFOV' FieldOfView no
@@ -21790,16 +21936,19 @@ even if it is not listed in this table.
21790
21936
 
21791
21937
  =head2 Jpeg2000 Tags
21792
21938
 
21793
- The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
21794
- JPEG images. Note that ExifTool currently writes only EXIF, IPTC and XMP
21795
- tags in Jpeg2000 images.
21939
+ The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
21940
+ images, but not all of these are extracted. Note that ExifTool currently
21941
+ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
21796
21942
 
21797
21943
  Tag ID Tag Name Writable
21798
21944
  ------ -------- --------
21799
21945
  'Exif' EXIF EXIF
21800
21946
  'asoc' Association Jpeg2000
21947
+ 'bfdb' BinaryDataType no
21801
21948
  'bfil' BinaryFilter no
21949
+ 'bidb' BinaryData no
21802
21950
  'bpcc' BitsPerComponent no
21951
+ 'cbor' CBORData CBOR
21803
21952
  'cdef' ComponentDefinition no
21804
21953
  'cgrp' ColorGroup no
21805
21954
  'chck' DigitalSignature no
@@ -21853,6 +22002,7 @@ tags in Jpeg2000 images.
21853
22002
  UUID-GeoJP2 EXIF
21854
22003
  UUID-Photoshop Photoshop
21855
22004
  UUID-Signature no
22005
+ UUID-C2PAClaimSignature -
21856
22006
  UUID-Unknown no
21857
22007
  'xml ' XML XMP XML
21858
22008
  XMP -
@@ -21860,14 +22010,23 @@ tags in Jpeg2000 images.
21860
22010
 
21861
22011
  =head3 Jpeg2000 ColorSpec Tags
21862
22012
 
22013
+ The table below contains tags in the color specification (colr) box. This
22014
+ box may be rewritten by writing either ICC_Profile, ColorSpace or
22015
+ ColorSpecData. When writing, any existing colr boxes are replaced with the
22016
+ newly created colr box.
22017
+
22018
+ B<NOTE>: Care must be taken when writing this color specification because
22019
+ writing a specification that is incompatible with the image data may make
22020
+ the image undisplayable.
22021
+
21863
22022
  Index1 Tag Name Writable
21864
22023
  ------ -------- --------
21865
- 0 ColorSpecMethod no
21866
- 1 ColorSpecPrecedence no
21867
- 2 ColorSpecApproximation no
22024
+ 0 ColorSpecMethod int8s!
22025
+ 1 ColorSpecPrecedence int8s!
22026
+ 2 ColorSpecApproximation int8s!
21868
22027
  3 ICC_Profile ICC_Profile
21869
- ColorSpace no
21870
- ColorSpecData no
22028
+ ColorSpace int32u!
22029
+ ColorSpecData undef!
21871
22030
 
21872
22031
  =head3 Jpeg2000 FileType Tags
21873
22032
 
@@ -21891,13 +22050,13 @@ tags in Jpeg2000 images.
21891
22050
 
21892
22051
  Information extracted from the JUMBF description box.
21893
22052
 
21894
- Tag ID Tag Name Writable
21895
- ------ -------- --------
21896
- 'jumd-flags' JUMDFlags no
21897
- 'jumd-id' JUMDID no
21898
- 'jumd-label' JUMDLabel no
21899
- 'jumd-sig' JUMDSignature no
21900
- 'jumd-type' JUMDType no
22053
+ Tag ID Tag Name Writable
22054
+ ------ -------- --------
22055
+ 'id' JUMDID no
22056
+ 'label' JUMDLabel no
22057
+ 'sig' JUMDSignature no
22058
+ 'toggles' JUMDToggles? no
22059
+ 'type' JUMDType no
21901
22060
 
21902
22061
  =head3 Jpeg2000 CaptureResolution Tags
21903
22062
 
@@ -21934,6 +22093,24 @@ JSON-formatted files.
21934
22093
  ON1_SettingsMetadataUsage no
21935
22094
  ON1_SettingsMetadataVisibleToUser no
21936
22095
 
22096
+ =head2 CBOR Tags
22097
+
22098
+ The tags below are extracted from CBOR (Concise Binary Object
22099
+ Representation) metadata. The C2PA specification uses this format for some
22100
+ metadata. As well as these tags, ExifTool will read any existing tags.
22101
+
22102
+ Tag Name Writable
22103
+ -------- --------
22104
+ AuthorIdentifier no
22105
+ AuthorName no
22106
+ DocumentID no
22107
+ Format no
22108
+ InstanceID no
22109
+ Relationship no
22110
+ ThumbnailHash no+
22111
+ ThumbnailURL no
22112
+ Title no
22113
+
21937
22114
  =head2 PLIST Tags
21938
22115
 
21939
22116
  Apple Property List tags. ExifTool reads both XML and binary-format PLIST
@@ -23929,6 +24106,8 @@ available. Alternate language tags and values containing special characters
23929
24106
  if the Compress option is used and Compress::Zlib is available. Raw profile
23930
24107
  information is always created as compressed zTXt if Compress::Zlib is
23931
24108
  available, or tEXt otherwise. Standard XMP is written as uncompressed iTXt.
24109
+ User-defined tags may set an 'iTXt' flag in the tag definition to be written
24110
+ only as iTXt.
23932
24111
 
23933
24112
  Alternate languages are accessed by suffixing the tag name with a '-',
23934
24113
  followed by an RFC 3066 language code (eg. "PNG:Comment-fr", or
@@ -24362,6 +24541,7 @@ Tags extracted from DPX (Digital Picture Exchange) images.
24362
24541
  1532 SourceCreateDate no
24363
24542
  1556 InputDeviceName no
24364
24543
  1588 InputDeviceSerialNumber no
24544
+ 1628 AspectRatio no
24365
24545
  1724 OriginalFrameRate no
24366
24546
  1728 ShutterAngle no
24367
24547
  1732 FrameID no
@@ -24577,6 +24757,16 @@ Tags extracted from FEI1 and FEI2 extended headers.
24577
24757
  868 PhasePlatePosition no
24578
24758
  872 ObjectiveAperture no
24579
24759
 
24760
+ =head2 LIF Tags
24761
+
24762
+ Tags extracted from Leica Image Format (LIF) imaging files. As well as the
24763
+ tags listed below, all available information is extracted from the
24764
+ XML-format metadata in the LIF header.
24765
+
24766
+ Tag Name Writable
24767
+ -------- --------
24768
+ TimeStampList no
24769
+
24580
24770
  =head2 MIFF Tags
24581
24771
 
24582
24772
  The MIFF (Magick Image File Format) format allows aribrary tag names to be
@@ -24763,6 +24953,18 @@ specification.
24763
24953
  'software' Software no
24764
24954
  'view' View no
24765
24955
 
24956
+ =head3 Other PFM Tags
24957
+
24958
+ Tags extracted from Portable FloatMap images. See
24959
+ L<http://www.pauldebevec.com/Research/HDR/PFM/> for the specification.
24960
+
24961
+ Tag Name Writable
24962
+ -------- --------
24963
+ ByteOrder no
24964
+ ColorSpace no
24965
+ ImageHeight no
24966
+ ImageWidth no
24967
+
24766
24968
  =head2 PDF Tags
24767
24969
 
24768
24970
  The tags listed in the PDF tables below are those which are used by ExifTool
@@ -24941,16 +25143,11 @@ This is the PDF document catalog.
24941
25143
 
24942
25144
  Tag ID Tag Name Writable
24943
25145
  ------ -------- --------
24944
- 'Cs1' Cs1 PDF Cs1
25146
+ 'CS0' CS0 PDF DefaultRGB
25147
+ 'Cs1' Cs1 PDF DefaultRGB
24945
25148
  'DefaultCMYK' DefaultCMYK PDF DefaultRGB
24946
25149
  'DefaultRGB' DefaultRGB PDF DefaultRGB
24947
25150
 
24948
- =head3 PDF Cs1 Tags
24949
-
24950
- Tag ID Tag Name Writable
24951
- ------ -------- --------
24952
- '_stream' _stream ICC_Profile
24953
-
24954
25151
  =head3 PDF DefaultRGB Tags
24955
25152
 
24956
25153
  Tag ID Tag Name Writable
@@ -25074,8 +25271,8 @@ Additional document permissions imposed by digital signatures.
25074
25271
 
25075
25272
  =head2 ID3 Tags
25076
25273
 
25077
- ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, AIFF, OGG,
25078
- FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
25274
+ ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, WAV, AIFF,
25275
+ OGG, FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
25079
25276
  languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
25080
25277
  followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
25081
25278
  "Comment-spa"). See L<http://www.id3.org/> for the official ID3
@@ -25967,7 +26164,7 @@ According to the specification, integer-format QuickTime date/time tags
25967
26164
  should be stored as UTC. Unfortunately, digital cameras often store local
25968
26165
  time values instead (presumably because they don't know the time zone). For
25969
26166
  this reason, by default ExifTool does not assume a time zone for these
25970
- values. However, if the QuickTimeUTC API option is set, then ExifTool will
26167
+ values. However, if the API QuickTimeUTC option is set, then ExifTool will
25971
26168
  assume these values are properly stored as UTC, and will convert them to
25972
26169
  local time when extracting.
25973
26170
 
@@ -25976,6 +26173,11 @@ the PrintConv option is enabled and no time zone is specified. This is
25976
26173
  because Apple software may display crazy values if the time zone is missing
25977
26174
  for some tags.
25978
26175
 
26176
+ By default ExifTool will remove null padding from some QuickTime containers
26177
+ in Canon CR3 files when writing, but the
26178
+ QuickTimePad option may be used to preserve
26179
+ the original size by padding with nulls if necessary.
26180
+
25979
26181
  See
25980
26182
  L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
25981
26183
  for the official specification.
@@ -25990,6 +26192,7 @@ for the official specification.
25990
26192
  'frea' Kodak_frea Kodak frea
25991
26193
  'free' KodakFree Kodak Free
25992
26194
  Pittasoft QuickTime Pittasoft
26195
+ ThumbnailImage no
25993
26196
  Free? no
25994
26197
  'ftyp' FileType QuickTime FileType
25995
26198
  'gps0' GPSTrack QuickTime Stream
@@ -26005,6 +26208,7 @@ for the official specification.
26005
26208
  'pict' PreviewPICT no
26006
26209
  'pnot' Preview QuickTime Preview
26007
26210
  'prrt' ARDroneTelemetry no
26211
+ 'sefd' SamsungTrailer Samsung Trailer
26008
26212
  'skip' CanonSkip Canon Skip
26009
26213
  PreviewImage no
26010
26214
  Skip? no
@@ -26046,10 +26250,10 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
26046
26250
 
26047
26251
  =head3 QuickTime Stream Tags
26048
26252
 
26049
- Timed metadata extracted from QuickTime media data and some AVI videos when
26050
- the ExtractEmbedded option is used. Although most of these tags are
26051
- combined into the single table below, ExifTool currently reads 51 different
26052
- formats of timed GPS metadata from video files.
26253
+ The tags below are extracted from timed metadata in QuickTime and other
26254
+ formats of video files when the ExtractEmbedded option is used. Although
26255
+ most of these tags are combined into the single table below, ExifTool
26256
+ currently reads 58 different formats of timed GPS metadata from video files.
26053
26257
 
26054
26258
  Tag Name Writable
26055
26259
  -------- --------
@@ -26105,8 +26309,10 @@ formats of timed GPS metadata from video files.
26105
26309
  camm6 QuickTime camm6
26106
26310
  camm7 QuickTime camm7
26107
26311
  fdsc GoPro fdsc
26108
- gpmd_GoPro GoPro GPMF
26312
+ gpmd_Kingslim QuickTime Stream
26109
26313
  gpmd_Rove QuickTime Stream
26314
+ gpmd_FMAS QuickTime Stream
26315
+ gpmd_GoPro GoPro GPMF
26110
26316
  marl QuickTime marl
26111
26317
  mebx QuickTime Keys
26112
26318
  mett Parrot mett
@@ -26534,21 +26740,42 @@ QuickTimeHandler option may be set to 0 to avoid this.
26534
26740
  =head3 QuickTime iTunesInfo Tags
26535
26741
 
26536
26742
  ExifTool will extract any iTunesInfo tags that exist, even if they are not
26537
- defined in this table.
26743
+ defined in this table. These tags belong to the family 1 "iTunes" group,
26744
+ and are not currently writable.
26538
26745
 
26539
26746
  Tag ID Tag Name Writable
26540
26747
  ------ -------- --------
26748
+ 'ARTISTS' Artists no
26749
+ 'BARCODE' Barcode no
26750
+ 'CATALOGNUMBER' CatalogNumber no
26541
26751
  'DISCNUMBER' DiscNumber no
26752
+ 'Dynamic Range (DR)' DynamicRange no
26753
+ 'Dynamic Range (R128)' DynamicRangeR128 no
26542
26754
  'Encoding Params' EncodingParams QuickTime EncodingParams
26755
+ 'LABEL' Label no
26756
+ 'MEDIA' Media no
26757
+ 'MOOD' Mood no
26758
+ 'Peak Level (R128)' PeakLevelR128 no
26759
+ 'Peak Level (Sample)' PeakLevelSample no
26760
+ 'RATING' Rating no
26761
+ 'SCRIPT' Script no
26543
26762
  'TRACKNUMBER' TrackNumber no
26763
+ 'Volume Level (R128)' VolumeLevelR128 no
26764
+ 'Volume Level (ReplayGain)' ReplayVolumeLevel no
26544
26765
  'iTunEXTC' ContentRating no
26545
26766
  'iTunMOVI' iTunMOVI PLIST
26546
26767
  'iTunNORM' VolumeNormalization no
26547
26768
  'iTunSMPB' iTunSMPB no
26548
26769
  'iTunes_CDDB_1' CDDB1Info no
26549
26770
  'iTunes_CDDB_TrackNumber' CDDBTrackNumber no
26771
+ 'initialkey' InitialKey no
26772
+ 'originaldate' OriginalDate no
26773
+ 'originalyear' OriginalYear no
26550
26774
  'popularimeter' Popularimeter no
26775
+ 'replaygain_track_gain' ReplayTrackGain no
26776
+ 'replaygain_track_peak' ReplayTrackPeak no
26551
26777
  'tool' iTunTool no
26778
+ '~length' Length no
26552
26779
 
26553
26780
  =head3 QuickTime EncodingParams Tags
26554
26781
 
@@ -27203,6 +27430,7 @@ the config file.
27203
27430
  'lrcu' LyricsURI string
27204
27431
  'lvlm' LevelMeter? rational64s
27205
27432
  'manu' Make no
27433
+ 'mcvr' PreviewImage string
27206
27434
  'meta' Meta QuickTime Meta
27207
27435
  'modl' Model no
27208
27436
  'name' Name string
@@ -30063,6 +30291,7 @@ sub-documents, but the Duration is calculated for the full video.
30063
30291
  'gps0' GPSTrack QuickTime Stream
30064
30292
  'gsen' GSensor QuickTime Stream
30065
30293
  'iXML' IXML XMP XML
30294
+ 'id3 ' ID3 ID3
30066
30295
  'inst' Instrument RIFF Instrument
30067
30296
  'labl' CuePointLabel no
30068
30297
  'list' ListType no
@@ -30184,6 +30413,7 @@ by some software.
30184
30413
  'ISTD' ProductionStudio no
30185
30414
  'ISTR' Starring no
30186
30415
  'ITCH' Technician no
30416
+ 'ITRK' TrackNumber no
30187
30417
  'IWMU' WatermarkURL no
30188
30418
  'IWRI' WrittenBy no
30189
30419
  'LANG' Language no
@@ -35088,7 +35318,7 @@ options, but these files are not writable directly.
35088
35318
 
35089
35319
  XAttr tags are extracted using the "xattr" utility. They are extracted if
35090
35320
  any "XAttr*" tag or the MacOS group is specifically requested, or by setting
35091
- the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
35321
+ the API XAttrTags option to 1 or the API RequestAll option to 2 or higher.
35092
35322
  And they are extracted by default from MacOS "._" files when reading
35093
35323
  these files directly.
35094
35324
 
@@ -35110,7 +35340,7 @@ these files directly.
35110
35340
 
35111
35341
  MDItem tags are extracted using the "mdls" utility. They are extracted if
35112
35342
  any "MDItem*" tag or the MacOS group is specifically requested, or by
35113
- setting the MDItemTags API option to 1 or the RequestAll API option to 2 or
35343
+ setting the API MDItemTags option to 1 or the API RequestAll option to 2 or
35114
35344
  higher. Note that these tags do not necessarily reflect the current
35115
35345
  metadata of a file -- it may take some time for the MacOS mdworker daemon to
35116
35346
  index the file after a metadata change.
@@ -35334,6 +35564,7 @@ FileName.
35334
35564
  XMP XMP yes!
35335
35565
  XResolution File no
35336
35566
  YResolution File no
35567
+ ZoneIdentifier System yes!
35337
35568
 
35338
35569
  =head2 Composite Tags
35339
35570
 
@@ -35478,11 +35709,15 @@ values, may created via the ExifTool configuration file.
35478
35709
  GPS:GPSLatitudeRef
35479
35710
  GPSLatitude QuickTime:GPSCoordinates no
35480
35711
  GPSLatitude QuickTime:LocationInformation no
35712
+ GPSLatitude Sony:GPSLatitude no
35713
+ Sony:GPSLatitudeRef
35481
35714
  GPSLatitudeRef XMP-exif:GPSLatitude no
35482
35715
  GPSLongitude GPS:GPSLongitude no
35483
35716
  GPS:GPSLongitudeRef
35484
35717
  GPSLongitude QuickTime:GPSCoordinates no
35485
35718
  GPSLongitude QuickTime:LocationInformation no
35719
+ GPSLongitude Sony:GPSLongitude no
35720
+ Sony:GPSLongitudeRef
35486
35721
  GPSLongitudeRef XMP-exif:GPSLongitude no
35487
35722
  GPSPosition GPSLatitude no
35488
35723
  GPSLongitude