exiftool-vendored.pl 12.49.0 → 12.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/bin/Changes +107 -6
  2. package/bin/MANIFEST +5 -0
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +3 -3
  6. package/bin/exiftool +39 -30
  7. package/bin/lib/File/RandomAccess.pm +1 -1
  8. package/bin/lib/File/RandomAccess.pod +2 -2
  9. package/bin/lib/Image/ExifTool/AES.pm +1 -1
  10. package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
  11. package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
  12. package/bin/lib/Image/ExifTool/APE.pm +1 -1
  13. package/bin/lib/Image/ExifTool/APP12.pm +1 -1
  14. package/bin/lib/Image/ExifTool/ASF.pm +1 -1
  15. package/bin/lib/Image/ExifTool/Apple.pm +197 -27
  16. package/bin/lib/Image/ExifTool/Audible.pm +1 -1
  17. package/bin/lib/Image/ExifTool/BMP.pm +1 -1
  18. package/bin/lib/Image/ExifTool/BPG.pm +1 -1
  19. package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
  20. package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
  21. package/bin/lib/Image/ExifTool/BuildTagLookup.pm +10 -7
  22. package/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  23. package/bin/lib/Image/ExifTool/Canon.pm +26 -9
  24. package/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
  25. package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
  26. package/bin/lib/Image/ExifTool/CanonVRD.pm +9 -9
  27. package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  28. package/bin/lib/Image/ExifTool/Casio.pm +4 -4
  29. package/bin/lib/Image/ExifTool/Charset.pm +1 -1
  30. package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
  31. package/bin/lib/Image/ExifTool/DJI.pm +1 -1
  32. package/bin/lib/Image/ExifTool/DNG.pm +1 -1
  33. package/bin/lib/Image/ExifTool/DPX.pm +1 -1
  34. package/bin/lib/Image/ExifTool/DV.pm +1 -1
  35. package/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
  36. package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
  37. package/bin/lib/Image/ExifTool/EXE.pm +1 -1
  38. package/bin/lib/Image/ExifTool/Exif.pm +11 -21
  39. package/bin/lib/Image/ExifTool/FITS.pm +1 -1
  40. package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
  41. package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  42. package/bin/lib/Image/ExifTool/FLIR.pm +7 -6
  43. package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
  44. package/bin/lib/Image/ExifTool/Flash.pm +1 -1
  45. package/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  46. package/bin/lib/Image/ExifTool/Font.pm +1 -1
  47. package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
  48. package/bin/lib/Image/ExifTool/FujiFilm.pm +20 -13
  49. package/bin/lib/Image/ExifTool/GE.pm +1 -1
  50. package/bin/lib/Image/ExifTool/GIF.pm +1 -1
  51. package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
  52. package/bin/lib/Image/ExifTool/GPS.pm +12 -6
  53. package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
  54. package/bin/lib/Image/ExifTool/Geotag.pm +14 -6
  55. package/bin/lib/Image/ExifTool/GoPro.pm +1 -1
  56. package/bin/lib/Image/ExifTool/H264.pm +1 -1
  57. package/bin/lib/Image/ExifTool/HP.pm +1 -1
  58. package/bin/lib/Image/ExifTool/HTML.pm +1 -1
  59. package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
  60. package/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  61. package/bin/lib/Image/ExifTool/ICO.pm +3 -1
  62. package/bin/lib/Image/ExifTool/ID3.pm +1 -1
  63. package/bin/lib/Image/ExifTool/IPTC.pm +6 -2
  64. package/bin/lib/Image/ExifTool/ISO.pm +1 -1
  65. package/bin/lib/Image/ExifTool/ITC.pm +1 -1
  66. package/bin/lib/Image/ExifTool/Import.pm +1 -1
  67. package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
  68. package/bin/lib/Image/ExifTool/JPEG.pm +2 -1
  69. package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  70. package/bin/lib/Image/ExifTool/JSON.pm +1 -1
  71. package/bin/lib/Image/ExifTool/JVC.pm +1 -1
  72. package/bin/lib/Image/ExifTool/Jpeg2000.pm +35 -8
  73. package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
  74. package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  75. package/bin/lib/Image/ExifTool/LIF.pm +1 -1
  76. package/bin/lib/Image/ExifTool/LNK.pm +1 -1
  77. package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
  78. package/bin/lib/Image/ExifTool/Lang/de.pm +2 -2
  79. package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  80. package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  81. package/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  82. package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
  83. package/bin/lib/Image/ExifTool/Lang/fr.pm +6016 -760
  84. package/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
  85. package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
  86. package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
  87. package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
  88. package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
  89. package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
  90. package/bin/lib/Image/ExifTool/Lang/sk.pm +1806 -0
  91. package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
  92. package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
  93. package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  94. package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  95. package/bin/lib/Image/ExifTool/Leaf.pm +1 -1
  96. package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  97. package/bin/lib/Image/ExifTool/M2TS.pm +45 -2
  98. package/bin/lib/Image/ExifTool/MIE.pm +1 -1
  99. package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  100. package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
  101. package/bin/lib/Image/ExifTool/MISB.pm +2 -2
  102. package/bin/lib/Image/ExifTool/MNG.pm +1 -1
  103. package/bin/lib/Image/ExifTool/MOI.pm +1 -1
  104. package/bin/lib/Image/ExifTool/MPC.pm +1 -1
  105. package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  106. package/bin/lib/Image/ExifTool/MPF.pm +1 -1
  107. package/bin/lib/Image/ExifTool/MRC.pm +1 -1
  108. package/bin/lib/Image/ExifTool/MWG.pm +1 -1
  109. package/bin/lib/Image/ExifTool/MXF.pm +1 -1
  110. package/bin/lib/Image/ExifTool/MacOS.pm +1 -1
  111. package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
  112. package/bin/lib/Image/ExifTool/Matroska.pm +262 -46
  113. package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
  114. package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
  115. package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  116. package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
  117. package/bin/lib/Image/ExifTool/Nikon.pm +845 -355
  118. package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
  119. package/bin/lib/Image/ExifTool/NikonCustom.pm +140 -107
  120. package/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
  121. package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
  122. package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  123. package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  124. package/bin/lib/Image/ExifTool/Olympus.pm +6 -4
  125. package/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
  126. package/bin/lib/Image/ExifTool/Opus.pm +1 -1
  127. package/bin/lib/Image/ExifTool/Other.pm +1 -1
  128. package/bin/lib/Image/ExifTool/PCX.pm +1 -1
  129. package/bin/lib/Image/ExifTool/PDF.pm +1 -1
  130. package/bin/lib/Image/ExifTool/PGF.pm +1 -1
  131. package/bin/lib/Image/ExifTool/PICT.pm +1 -1
  132. package/bin/lib/Image/ExifTool/PLIST.pm +12 -7
  133. package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
  134. package/bin/lib/Image/ExifTool/PNG.pm +9 -2
  135. package/bin/lib/Image/ExifTool/PPM.pm +1 -1
  136. package/bin/lib/Image/ExifTool/PSP.pm +1 -1
  137. package/bin/lib/Image/ExifTool/Palm.pm +1 -1
  138. package/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
  139. package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  140. package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
  141. package/bin/lib/Image/ExifTool/Pentax.pm +8 -3
  142. package/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
  143. package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
  144. package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  145. package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
  146. package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
  147. package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
  148. package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
  149. package/bin/lib/Image/ExifTool/QuickTime.pm +52 -9
  150. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +95 -14
  151. package/bin/lib/Image/ExifTool/README +6 -1
  152. package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
  153. package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
  154. package/bin/lib/Image/ExifTool/RTF.pm +1 -1
  155. package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
  156. package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  157. package/bin/lib/Image/ExifTool/Real.pm +1 -1
  158. package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
  159. package/bin/lib/Image/ExifTool/Red.pm +1 -1
  160. package/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
  161. package/bin/lib/Image/ExifTool/Samsung.pm +3 -1
  162. package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
  163. package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
  164. package/bin/lib/Image/ExifTool/Shift.pl +1 -1
  165. package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
  166. package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
  167. package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  168. package/bin/lib/Image/ExifTool/Sony.pm +35 -20
  169. package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
  170. package/bin/lib/Image/ExifTool/Stim.pm +1 -1
  171. package/bin/lib/Image/ExifTool/TagInfoXML.pm +15 -8
  172. package/bin/lib/Image/ExifTool/TagLookup.pm +4672 -4568
  173. package/bin/lib/Image/ExifTool/TagNames.pod +357 -46
  174. package/bin/lib/Image/ExifTool/Text.pm +1 -1
  175. package/bin/lib/Image/ExifTool/Theora.pm +1 -1
  176. package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
  177. package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
  178. package/bin/lib/Image/ExifTool/VCard.pm +1 -1
  179. package/bin/lib/Image/ExifTool/Validate.pm +1 -1
  180. package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
  181. package/bin/lib/Image/ExifTool/WTV.pm +1 -1
  182. package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  183. package/bin/lib/Image/ExifTool/WriteExif.pl +14 -1
  184. package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  185. package/bin/lib/Image/ExifTool/WritePDF.pl +5 -1
  186. package/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
  187. package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  188. package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
  189. package/bin/lib/Image/ExifTool/WriteQuickTime.pl +30 -14
  190. package/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
  191. package/bin/lib/Image/ExifTool/WriteXMP.pl +16 -2
  192. package/bin/lib/Image/ExifTool/Writer.pl +35 -15
  193. package/bin/lib/Image/ExifTool/XMP.pm +25 -4
  194. package/bin/lib/Image/ExifTool/XMP2.pl +29 -2
  195. package/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
  196. package/bin/lib/Image/ExifTool/ZIP.pm +20 -8
  197. package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
  198. package/bin/lib/Image/ExifTool/iWork.pm +1 -1
  199. package/bin/lib/Image/ExifTool.pm +45 -20
  200. package/bin/lib/Image/ExifTool.pod +48 -46
  201. package/bin/perl-Image-ExifTool.spec +1 -1
  202. package/bin/pp_build_exe.args +6 -5
  203. package/package.json +3 -3
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
12
12
  =head1 TAG TABLES
13
13
 
14
14
  The tables listed below give the names of all tags recognized by ExifTool.
15
- They contain a total of 26009 tags, with 16658 unique tag names.
15
+ They contain a total of 26269 tags, with 16758 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
@@ -1283,6 +1283,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1283
1283
  GImage XMP GImage
1284
1284
  GPano XMP GPano
1285
1285
  GSpherical XMP GSpherical
1286
+ hdr XMP hdr
1286
1287
  ics XMP ics
1287
1288
  iptcCore XMP iptcCore
1288
1289
  iptcExt XMP iptcExt
@@ -1869,6 +1870,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1869
1870
  Group lang-alt/
1870
1871
  HasCrop boolean/
1871
1872
  HasSettings boolean/
1873
+ HDREditMode integer/
1872
1874
  Highlight2012 integer/
1873
1875
  HighlightRecovery integer/
1874
1876
  Highlights2012 integer/
@@ -2375,6 +2377,12 @@ These tags belong to the ExifTool XMP-crd family 1 group.
2375
2377
  SaturationAdjustmentPurple integer/
2376
2378
  SaturationAdjustmentRed integer/
2377
2379
  SaturationAdjustmentYellow integer/
2380
+ SDRBlend real/
2381
+ SDRBrightness real/
2382
+ SDRContrast real/
2383
+ SDRHighlights real/
2384
+ SDRShadows real/
2385
+ SDRWhites real/
2378
2386
  Shadows integer/
2379
2387
  Shadows2012 integer/
2380
2388
  ShadowTint integer/
@@ -3054,6 +3062,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
3054
3062
  Group lang-alt/
3055
3063
  HasCrop boolean
3056
3064
  HasSettings boolean
3065
+ HDREditMode integer
3057
3066
  Highlight2012 integer
3058
3067
  HighlightRecovery integer
3059
3068
  Highlights2012 integer
@@ -3560,6 +3569,12 @@ These tags belong to the ExifTool XMP-crs family 1 group.
3560
3569
  SaturationAdjustmentPurple integer
3561
3570
  SaturationAdjustmentRed integer
3562
3571
  SaturationAdjustmentYellow integer
3572
+ SDRBlend real
3573
+ SDRBrightness real
3574
+ SDRContrast real
3575
+ SDRHighlights real
3576
+ SDRShadows real
3577
+ SDRWhites real
3563
3578
  Shadows integer
3564
3579
  Shadows2012 integer
3565
3580
  ShadowTint integer
@@ -3997,6 +4012,7 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
3997
4012
  ImageHistory string/
3998
4013
  ImageUniqueID string/
3999
4014
  LensCorrectionSettings string
4015
+ PicasawebGPhotoId string
4000
4016
  PickLabel string
4001
4017
  TagsList string+
4002
4018
 
@@ -4275,6 +4291,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
4275
4291
  PortraitNote string
4276
4292
  PortraitRequest string
4277
4293
  PortraitVersion string
4294
+ ShotLogData string
4278
4295
  SpecialTypeID string+
4279
4296
 
4280
4297
  =head3 XMP GCreations Tags
@@ -4286,6 +4303,7 @@ These tags belong to the ExifTool XMP-GCreations family 1 group.
4286
4303
  Tag Name Writable
4287
4304
  -------- --------
4288
4305
  CameraBurstID string
4306
+ Type string/
4289
4307
 
4290
4308
  =head3 XMP GDepth Tags
4291
4309
 
@@ -4430,6 +4448,23 @@ These tags belong to the ExifTool XMP-GSpherical family 1 group.
4430
4448
  StitchingSoftware string/
4431
4449
  TimeStamp integer/
4432
4450
 
4451
+ =head3 XMP hdr Tags
4452
+
4453
+ HDR metadata namespace tags written by ACR 15.1. The actual namespace
4454
+ prefix is "hdr_metadata", which is the prefix recorded in the file, but
4455
+ ExifTool shortens this for the family 1 group name.
4456
+
4457
+ These tags belong to the ExifTool XMP-hdr family 1 group.
4458
+
4459
+ Tag Name Writable
4460
+ -------- --------
4461
+ CCVAvgLuminanceNits real
4462
+ CCVMaxLuminanceNits real
4463
+ CCVMinLuminanceNits real
4464
+ CCVPrimariesXY string
4465
+ CCVWhiteXY string
4466
+ SceneReferred boolean
4467
+
4433
4468
  =head3 XMP ics Tags
4434
4469
 
4435
4470
  Tags used by IDimager. Nested TagStructure structures are unrolled to an
@@ -4529,7 +4564,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
4529
4564
 
4530
4565
  =head3 XMP iptcExt Tags
4531
4566
 
4532
- This table contains tags defined by the IPTC Extension schema version 1.6
4567
+ This table contains tags defined by the IPTC Extension schema version 1.7
4533
4568
  and IPTC Video Metadata version 1.3. The actual namespace prefix is
4534
4569
  "Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
4535
4570
  L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
@@ -4702,6 +4737,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
4702
4737
  ProductInImage ProductDetails Struct+
4703
4738
  ProductInImageDescription lang-alt_+
4704
4739
  ProductInImageGTIN string_+
4740
+ ProductInImageProductId string_+
4705
4741
  ProductInImageName lang-alt_+
4706
4742
  PublicationEvent PublicationEvent Struct+
4707
4743
  PublicationEventDate date_+
@@ -4945,6 +4981,7 @@ is to write ImageRegion as a structure with these tags as new fields.
4945
4981
  ---------- --------
4946
4982
  ProductDescription lang-alt
4947
4983
  ProductGTIN string
4984
+ ProductId string
4948
4985
  ProductName lang-alt
4949
4986
 
4950
4987
  =head3 XMP PublicationEvent Struct
@@ -7059,14 +7096,40 @@ Tags extracted from the maker notes of iPhone images.
7059
7096
 
7060
7097
  Tag ID Tag Name Writable
7061
7098
  ------ -------- --------
7099
+ 0x0001 MakerNoteVersion int32s
7100
+ 0x0002 AEMatrix? no
7062
7101
  0x0003 RunTime Apple RunTime
7102
+ 0x0004 AEStable int32s
7103
+ 0x0005 AETarget int32s
7104
+ 0x0006 AEAverage int32s
7105
+ 0x0007 AFStable int32s
7063
7106
  0x0008 AccelerationVector rational64s[3]
7064
7107
  0x000a HDRImageType int32s
7065
7108
  0x000b BurstUUID string
7066
7109
  0x000c FocusDistanceRange rational64s[2]
7110
+ 0x000f OISMode int32s
7067
7111
  0x0011 MediaGroupUUID string
7112
+ 0x0014 ImageCaptureType? int32s
7068
7113
  0x0015 ImageUniqueID string
7069
7114
  0x0017 LivePhotoVideoIndex yes
7115
+ 0x0019 ImageProcessingFlags? int32s
7116
+ 0x001a QualityHint? string
7117
+ 0x001d LuminanceNoiseAmplitude rational64s
7118
+ 0x0020 ImageCaptureReqestID? string
7119
+ 0x0021 HDRHeadroom rational64s
7120
+ 0x0025 SceneFlags? int32s
7121
+ 0x0026 SignalToNoiseRatioType? int32s
7122
+ 0x0027 SignalToNoiseRatio rational64s
7123
+ 0x002f FocusPosition int32s
7124
+ 0x0030 HDRGain rational64s
7125
+ 0x0038 AFMeasuredDepth int32s
7126
+ 0x003d AFConfidence int32s
7127
+ 0x003e ColorCorrectionMatrix? no
7128
+ 0x003f GreenGhostMitigationStatus? int32s
7129
+ 0x0040 SemanticStyle no
7130
+ 0x0041 SemanticStyleRenderingVer no
7131
+ 0x0042 SemanticStylePreset no
7132
+ 0x0045 FrontFacingCamera int32s
7070
7133
 
7071
7134
  =head3 Apple RunTime Tags
7072
7135
 
@@ -9407,7 +9470,7 @@ These tags are used by the R5, R5 and EOS 1DXmkIII.
9407
9470
 
9408
9471
  =head3 Canon ColorData11 Tags
9409
9472
 
9410
- These tags are used by the EOS R3
9473
+ These tags are used by the EOS R3, R7 and R6mkII
9411
9474
 
9412
9475
  Index2 Tag Name Writable
9413
9476
  ------ -------- --------
@@ -9546,6 +9609,7 @@ Vignetting correction from PowerShot models.
9546
9609
  5 PeripheralLightingSetting int32s
9547
9610
  6 ChromaticAberrationSetting int32s
9548
9611
  7 DistortionCorrectionSetting int32s
9612
+ 9 DigitalLensOptimizerSetting int32s
9549
9613
 
9550
9614
  =head3 Canon LightingOpt Tags
9551
9615
 
@@ -9558,6 +9622,7 @@ This information is new in images from the EOS 7D.
9558
9622
  3 HighlightTonePriority int32s
9559
9623
  4 LongExposureNoiseReduction int32s
9560
9624
  5 HighISONoiseReduction int32s
9625
+ 10 DigitalLensOptimizer int32s
9561
9626
 
9562
9627
  =head3 Canon LensInfo Tags
9563
9628
 
@@ -11259,6 +11324,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
11259
11324
  0x1047 GrainEffectRoughness int32s
11260
11325
  0x1048 ColorChromeEffect int32s
11261
11326
  0x1049 BWAdjustment int8s
11327
+ 0x104b BWMagentaGreen int8s
11262
11328
  0x104c GrainEffectSize int16u
11263
11329
  0x104d CropMode int16u
11264
11330
  0x104e ColorChromeFXBlue int32s
@@ -13587,6 +13653,7 @@ DiMAGE X and Xt.
13587
13653
  0x0032 UnknownInfo2 Nikon UnknownInfo2
13588
13654
  0x0034 ShutterMode int16u
13589
13655
  0x0035 HDRInfo Nikon HDRInfo
13656
+ HDRInfo2 Nikon HDRInfo2
13590
13657
  0x0037 MechanicalShutterCount int32u
13591
13658
  0x0039 LocationInfo Nikon LocationInfo
13592
13659
  0x003d BlackLevel int16u[4]
@@ -13688,7 +13755,8 @@ DiMAGE X and Xt.
13688
13755
  0x00ac ImageStabilization string
13689
13756
  0x00ad AFResponse string
13690
13757
  0x00b0 MultiExposure Nikon MultiExposure
13691
- Nikon MultiExposure
13758
+ MultiExposure2 Nikon MultiExposure
13759
+ Nikon MultiExposure2
13692
13760
  0x00b1 HighISONoiseReduction int16u
13693
13761
  0x00b3 ToningEffect string
13694
13762
  0x00b6 PowerUpTime undef
@@ -13838,6 +13906,7 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
13838
13906
  0 VRInfoVersion no
13839
13907
  4 VibrationReduction int8u
13840
13908
  6 VRMode int8u
13909
+ 8 VRType int8u
13841
13910
 
13842
13911
  =head3 Nikon FaceDetect Tags
13843
13912
 
@@ -13961,12 +14030,20 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
13961
14030
 
13962
14031
  Index1 Tag Name Writable
13963
14032
  ------ -------- --------
13964
- 0 HDRInfoVersion string[4]
14033
+ 0 HDRInfoVersion no
13965
14034
  4 HDR int8u
13966
14035
  5 HDRLevel int8u
13967
14036
  6 HDRSmoothing int8u
13968
14037
  7 HDRLevel2 int8u
13969
14038
 
14039
+ =head3 Nikon HDRInfo2 Tags
14040
+
14041
+ Index1 Tag Name Writable
14042
+ ------ -------- --------
14043
+ 0 HDRInfoVersion no
14044
+ 4 HDR int8u
14045
+ 5 HDRLevel int8u
14046
+
13970
14047
  =head3 Nikon LocationInfo Tags
13971
14048
 
13972
14049
  Tags written by some Nikon GPS-equipped cameras like the AW100.
@@ -14420,6 +14497,8 @@ These tags are extracted from encrypted data in images from the Z9.
14420
14497
  60143 PitchAngle fixed32u
14421
14498
  60147 YawAngle fixed32u
14422
14499
  60491 MenuSettingsZ9 Nikon MenuSettingsZ9
14500
+ -
14501
+ Nikon MenuSettingsZ9Firmware3
14423
14502
 
14424
14503
  =head3 Nikon MenuSettingsZ9 Tags
14425
14504
 
@@ -14497,6 +14576,83 @@ These tags are used by the Z9.
14497
14576
  1636 USBPowerDelivery? int8u
14498
14577
  1645 SensorShield? int8u
14499
14578
 
14579
+ =head3 Nikon MenuSettingsZ9Firmware3 Tags
14580
+
14581
+ These tags are used by the Z9 firmware 3.00.
14582
+
14583
+ Index1 Tag Name Writable
14584
+ --------------- --------
14585
+ 154 MultipleExposureMode int8u
14586
+ 156 MultiExposureShots int8u
14587
+ 204 Intervals int32u
14588
+ 208 ShotsPerInterval int32u
14589
+ 248 FocusShiftNumberShots int8u
14590
+ 252 FocusShiftStepWidth int8u
14591
+ 256 FocusShiftInterval int8u~
14592
+ 260 FocusShiftExposureLock? int8u
14593
+ 290 PhotoShootingMenuBank int8u
14594
+ 292 ExtendedMenuBanks int8u
14595
+ 328 PhotoShootingMenuBankImageArea int8u
14596
+ 342 AutoISO int8u
14597
+ 344 ISOAutoHiLimit? int16u
14598
+ 346 ISOAutoFlashLimit? int16u
14599
+ 354 ISOAutoShutterTime no
14600
+ 436 MovieVignetteControl? int8u
14601
+ 438 DiffractionCompensation int8u
14602
+ 440 FlickerReductionShooting int8u
14603
+ 444 FlashControlMode int8u
14604
+ 446 FlashMasterCompensation? int8s
14605
+ 450 FlashGNDistance? no
14606
+ 454 FlashOutput? int8u
14607
+ 548 AFAreaMode int8u
14608
+ 550 VRMode int8u
14609
+ 554 BracketSet int8u
14610
+ 556 BracketProgram int8u
14611
+ 558 BracketIncrement int8u
14612
+ 576 SecondarySlotFunction int8u
14613
+ 592 DXCropAlert int8u
14614
+ 594 SubjectDetection int8u
14615
+ 636 HighFrequencyFlickerReductionShooting? int8u
14616
+ 646 MovieImageArea? int8u & 0x01
14617
+ 656 MovieType? int8u
14618
+ 658 MovieISOAutoHiLimit? int16u
14619
+ 660 MovieISOAutoControlManualMode? int8u
14620
+ 662 MovieISOAutoManualMode? int16u
14621
+ 736 MovieActiveD-Lighting? int8u
14622
+ 738 MovieHighISONoiseReduction? int8u
14623
+ 744 MovieFlickerReduction int8u
14624
+ 746 MovieMeteringMode? int8u
14625
+ 748 MovieFocusMode? int8u
14626
+ 750 MovieAFAreaMode int8u
14627
+ 752 MovieVRMode? int8u
14628
+ 756 MovieElectronicVR? int8u
14629
+ 758 MovieSoundRecording? int8u
14630
+ 760 MicrophoneSensitivity? int8u
14631
+ 762 MicrophoneAttenuator? int8u
14632
+ 764 MicrophoneFrequencyResponse? int8u
14633
+ 766 WindNoiseReduction? int8u
14634
+ 788 MovieToneMap? int8u
14635
+ 794 MovieFrameSize? int8u
14636
+ 796 MovieFrameRate? int8u
14637
+ 802 MicrophoneJackPower? int8u
14638
+ 803 MovieDXCropAlert? int8u
14639
+ 804 MovieSubjectDetection? int8u
14640
+ 812 MovieHighResZoom? int8u
14641
+ 847 CustomSettingsZ9 NikonCustom SettingsZ9
14642
+ 1474 Language? int8u
14643
+ 1476 TimeZone int8u
14644
+ 1482 MonitorBrightness? int8u
14645
+ 1504 AFFineTune? int8u
14646
+ 1600 HDMIOutputResolution int8u
14647
+ 1613 SetClockFromLocationData? int8u
14648
+ 1620 AirplaneMode? int8u
14649
+ 1621 EmptySlotRelease? int8u
14650
+ 1656 EnergySavingMode? int8u
14651
+ 1680 RecordLocationData? int8u
14652
+ 1684 USBPowerDelivery? int8u
14653
+ 1693 SensorShield? int8u
14654
+ 1754 FocusShiftAutoReset? int8u
14655
+
14500
14656
  =head3 Nikon ShotInfo Tags
14501
14657
 
14502
14658
  This information is encrypted for ShotInfoVersion 02xx, and some tags are
@@ -14824,7 +14980,26 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
14824
14980
  0 FlashInfoVersion no
14825
14981
  4 FlashSource int8u
14826
14982
  6 ExternalFlashFirmware int8u[2]
14983
+ 8 ExternalFlashFlags int8u
14984
+ 9.1 FlashCommanderMode int8u & 0x80
14985
+ 9.2 FlashControlMode int8u & 0x7f
14827
14986
  10 FlashCompensation int8s
14987
+ 13 RepeatingFlashRate int8u
14988
+ 14 RepeatingFlashCount int8u
14989
+ 15 FlashGNDistance int8u
14990
+ 16 FlashColorFilter int8u
14991
+ 17.1 FlashGroupAControlMode int8u & 0x0f
14992
+ 18.1 FlashGroupBControlMode int8u & 0xf0
14993
+ 18.2 FlashGroupCControlMode int8u & 0x0f
14994
+ 33 FlashOutput int8u
14995
+ 37 FlashIlluminationPattern int8u
14996
+ 38 FlashFocalLength int8u
14997
+ 40 FlashGroupAOutput int8u
14998
+ FlashGroupACompensation int8s
14999
+ 41 FlashGroupBOutput int8u
15000
+ FlashGroupBCompensation int8s
15001
+ 42 FlashGroupCOutput int8u
15002
+ FlashGroupCCompensation int8s
14828
15003
 
14829
15004
  =head3 Nikon FlashInfoUnknown Tags
14830
15005
 
@@ -14841,6 +15016,15 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
14841
15016
  2 MultiExposureShots int32u
14842
15017
  3 MultiExposureAutoGain int32u
14843
15018
 
15019
+ =head3 Nikon MultiExposure2 Tags
15020
+
15021
+ Index4 Tag Name Writable
15022
+ ------ -------- --------
15023
+ 0 MultiExposureVersion no
15024
+ 1 MultiExposureMode int32u
15025
+ 2 MultiExposureShots int32u
15026
+ 3 MultiExposureOverlayMode int32u
15027
+
14844
15028
  =head3 Nikon AFInfo2V0400 Tags
14845
15029
 
14846
15030
  Index1 Tag Name Writable
@@ -14872,9 +15056,11 @@ These tags are written by Nikon DSLR's which have the live view feature.
14872
15056
  AFPointsUsed undef[21]
14873
15057
  AFPointsUsed undef[29]
14874
15058
  AFPointsUsed undef[20]
14875
- AFPointsUsed undef[13]
14876
15059
  AFPointsUsed undef[7]
14877
- 10 AFPointsUsed undef[14]
15060
+ PrimaryAFPoint int8u
15061
+ 10 AFPointsUsed undef[7]
15062
+ AFPointsUsed undef[11]
15063
+ AFPointsUsed undef[14]
14878
15064
  16 AFImageWidth int16u
14879
15065
  18 AFImageHeight int16u
14880
15066
  20 AFAreaXPosition int16u
@@ -16279,7 +16465,9 @@ Custom settings for the Z9.
16279
16465
  191 UseDialWithoutHold? int8u
16280
16466
  193 ReverseIndicators? int8u
16281
16467
  195 MovieFunc1Button int8u
16468
+ 199 MovieFunc2Button int8u
16282
16469
  203 MovieAF-OnButton int8u
16470
+ 215 MovieLensControlRing int8u
16283
16471
  217 MovieMultiSelector? int8u
16284
16472
  221 MovieAFSpeed int8u
16285
16473
  223 MovieAFSpeedApply int8u
@@ -20764,7 +20952,7 @@ E-mount models.
20764
20952
 
20765
20953
  =head3 Sony Tag9416 Tags
20766
20954
 
20767
- Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
20955
+ Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
20768
20956
 
20769
20957
  Index1 Tag Name Writable
20770
20958
  ------ -------- --------
@@ -20789,8 +20977,10 @@ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
20789
20977
  117 MaxFocalLength no
20790
20978
  2191 VignettingCorrParams no
20791
20979
  2193 VignettingCorrParams no
20980
+ 2203 VignettingCorrParams no
20792
20981
  2324 ChromaticAberrationCorrParams no
20793
20982
  2326 ChromaticAberrationCorrParams no
20983
+ 2373 ChromaticAberrationCorrParams no
20794
20984
 
20795
20985
  =head3 Sony PIC Tags
20796
20986
 
@@ -23559,6 +23749,7 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
23559
23749
  'bfil' BinaryFilter no
23560
23750
  'bidb' BinaryData no
23561
23751
  'bpcc' BitsPerComponent no
23752
+ 'c2sh' C2PASaltHash no
23562
23753
  'cbor' CBORData CBOR
23563
23754
  'cdef' ComponentDefinition no
23564
23755
  'cgrp' ColorGroup no
@@ -25681,6 +25872,7 @@ check if speed is more of a concern.
25681
25872
  'acTL' AnimationControl PNG AnimationControl
25682
25873
  'bKGD' BackgroundColor no
25683
25874
  'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
25875
+ 'caBX' JUMBF Jpeg2000
25684
25876
  'dSIG' DigitalSignature no
25685
25877
  'eXIf' eXIf EXIF
25686
25878
  'fRAc' FractalParameters no
@@ -27384,6 +27576,7 @@ for the official specification.
27384
27576
  'sefd' SamsungTrailer Samsung Trailer
27385
27577
  'skip' CanonSkip Canon Skip
27386
27578
  PreviewImage no
27579
+ SkipInfo -
27387
27580
  Skip? no
27388
27581
  'thm ' ThumbnailImage no
27389
27582
  'thum' ThumbnailImage no
@@ -27404,7 +27597,7 @@ for the official specification.
27404
27597
  The tags below are extracted from timed metadata in QuickTime and other
27405
27598
  formats of video files when the ExtractEmbedded option is used. Although
27406
27599
  most of these tags are combined into the single table below, ExifTool
27407
- currently reads 61 different formats of timed GPS metadata from video files.
27600
+ currently reads 63 different formats of timed GPS metadata from video files.
27408
27601
 
27409
27602
  Tag Name Writable
27410
27603
  -------- --------
@@ -27513,64 +27706,64 @@ View Camera Motion Metadata of MP4 videos. See
27513
27706
  L<https://developers.google.com/streetview/publish/camm-spec> for the
27514
27707
  specification.
27515
27708
 
27516
- Index1 Tag Name Writable
27709
+ Tag ID Tag Name Writable
27517
27710
  ------ -------- --------
27518
- 4 AngleAxis no
27711
+ 0x0004 AngleAxis no
27519
27712
 
27520
27713
  =head3 QuickTime camm1 Tags
27521
27714
 
27522
- Index1 Tag Name Writable
27715
+ Tag ID Tag Name Writable
27523
27716
  ------ -------- --------
27524
- 4 PixelExposureTime no
27525
- 8 RollingShutterSkewTime no
27717
+ 0x0004 PixelExposureTime no
27718
+ 0x0008 RollingShutterSkewTime no
27526
27719
 
27527
27720
  =head3 QuickTime camm2 Tags
27528
27721
 
27529
- Index1 Tag Name Writable
27722
+ Tag ID Tag Name Writable
27530
27723
  ------ -------- --------
27531
- 4 AngularVelocity no
27724
+ 0x0004 AngularVelocity no
27532
27725
 
27533
27726
  =head3 QuickTime camm3 Tags
27534
27727
 
27535
- Index1 Tag Name Writable
27728
+ Tag ID Tag Name Writable
27536
27729
  ------ -------- --------
27537
- 4 Acceleration no
27730
+ 0x0004 Acceleration no
27538
27731
 
27539
27732
  =head3 QuickTime camm4 Tags
27540
27733
 
27541
- Index1 Tag Name Writable
27734
+ Tag ID Tag Name Writable
27542
27735
  ------ -------- --------
27543
- 4 Position no
27736
+ 0x0004 Position no
27544
27737
 
27545
27738
  =head3 QuickTime camm5 Tags
27546
27739
 
27547
- Index1 Tag Name Writable
27740
+ Tag ID Tag Name Writable
27548
27741
  ------ -------- --------
27549
- 4 GPSLatitude no
27550
- 12 GPSLongitude no
27551
- 20 GPSAltitude no
27742
+ 0x0004 GPSLatitude no
27743
+ 0x000c GPSLongitude no
27744
+ 0x0014 GPSAltitude no
27552
27745
 
27553
27746
  =head3 QuickTime camm6 Tags
27554
27747
 
27555
- Index1 Tag Name Writable
27748
+ Tag ID Tag Name Writable
27556
27749
  ------ -------- --------
27557
- 4 GPSDateTime no
27558
- 12 GPSMeasureMode no
27559
- 16 GPSLatitude no
27560
- 24 GPSLongitude no
27561
- 32 GPSAltitude no
27562
- 36 GPSHorizontalAccuracy no
27563
- 40 GPSVerticalAccuracy no
27564
- 44 GPSVelocityEast no
27565
- 48 GPSVelocityNorth no
27566
- 52 GPSVelocityUp no
27567
- 56 GPSSpeedAccuracy no
27750
+ 0x0004 GPSDateTime no
27751
+ 0x000c GPSMeasureMode no
27752
+ 0x0010 GPSLatitude no
27753
+ 0x0018 GPSLongitude no
27754
+ 0x0020 GPSAltitude no
27755
+ 0x0024 GPSHorizontalAccuracy no
27756
+ 0x0028 GPSVerticalAccuracy no
27757
+ 0x002c GPSVelocityEast no
27758
+ 0x0030 GPSVelocityNorth no
27759
+ 0x0034 GPSVelocityUp no
27760
+ 0x0038 GPSSpeedAccuracy no
27568
27761
 
27569
27762
  =head3 QuickTime camm7 Tags
27570
27763
 
27571
- Index1 Tag Name Writable
27764
+ Tag ID Tag Name Writable
27572
27765
  ------ -------- --------
27573
- 4 MagneticField no
27766
+ 0x0004 MagneticField no
27574
27767
 
27575
27768
  =head3 QuickTime marl Tags
27576
27769
 
@@ -27850,7 +28043,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
27850
28043
  'pcst' Podcast int8s
27851
28044
  'perf' Performer string
27852
28045
  'pgap' PlayGap int8s
27853
- 'plID' PlayListID int32s[0.25]
28046
+ 'plID' PlayListID int32s[2]
27854
28047
  'prID' ProductID string
27855
28048
  'purd' PurchaseDate string
27856
28049
  'purl' PodcastURL string
@@ -28811,6 +29004,13 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
28811
29004
  3 PreviewAtomType no
28812
29005
  5 PreviewAtomIndex no
28813
29006
 
29007
+ =head3 QuickTime SkipInfo Tags
29008
+
29009
+ Tag ID Tag Name Writable
29010
+ ------ -------- --------
29011
+ 'thma' ThumbnailImage no
29012
+ 'ver ' Version no
29013
+
28814
29014
  =head3 QuickTime Profile Tags
28815
29015
 
28816
29016
  Tag ID Tag Name Writable
@@ -30282,7 +30482,7 @@ Matroska specification.
30282
30482
  0x037e ChapterCountry no
30283
30483
  0x0444 SegmentFamily? no
30284
30484
  0x0461 DateTimeOriginal no
30285
- 0x047a TagLanguage no
30485
+ 0x047a TagLanguageBCP47 no
30286
30486
  0x0484 TagDefault no
30287
30487
  0x0485 TagBinary no
30288
30488
  0x0487 TagString no
@@ -30340,10 +30540,10 @@ Matroska specification.
30340
30540
  0x23a2 CodecPrivate? no
30341
30541
  0x23c0 Targets Matroska
30342
30542
  0x23c3 ChapterPhysicalEquivalent no
30343
- 0x23c4 TagChapterUID? no
30344
- 0x23c5 TagTrackUID? no
30345
- 0x23c6 TagAttachmentUID? no
30346
- 0x23c9 TagEditionUID? no
30543
+ 0x23c4 TagChapterUID no
30544
+ 0x23c5 TagTrackUID no
30545
+ 0x23c6 TagAttachmentUID no
30546
+ 0x23c9 TagEditionUID no
30347
30547
  0x23ca TargetType no
30348
30548
  0x2532 SignedElement? no
30349
30549
  0x2624 TrackTranslate Matroska
@@ -30371,7 +30571,7 @@ Matroska specification.
30371
30571
  0x3384 SegmentFileName no
30372
30572
  0x33a4 SegmentUID? no
30373
30573
  0x33c4 ChapterUID? no
30374
- 0x33c5 TrackUID? no
30574
+ 0x33c5 TrackUID no
30375
30575
  0x3446 TrackAttachmentUID no
30376
30576
  0x35a1 BlockAdditions Matroska
30377
30577
  0x38b5 OutputAudioSampleRate no
@@ -30431,6 +30631,116 @@ for the specification.
30431
30631
  0x7674 ProjectionPosePitch no
30432
30632
  0x7675 ProjectionPoseRoll no
30433
30633
 
30634
+ =head3 Matroska Tags
30635
+
30636
+ Standardized Matroska tags (see
30637
+ L<https://www.matroska.org/technical/tagging.html>).
30638
+
30639
+ Tag ID Tag Name Writable
30640
+ ------ -------- --------
30641
+ 'ACCOMPANIMENT' Accompaniment no
30642
+ 'ACTOR' Actor no
30643
+ 'ADDRESS' Address no
30644
+ 'ARRANGER' Arranger no
30645
+ 'ARTIST' Artist no
30646
+ 'ART_DIRECTOR' ArtDirector no
30647
+ 'ASSISTANT_DIRECTOR' AssistantDirector no
30648
+ 'BARCODE' Barcode no
30649
+ 'BPM' BPM no
30650
+ 'BPS' BPS no
30651
+ 'CATALOG_NUMBER' CatalogNumber no
30652
+ 'CHARACTER' Character no
30653
+ 'CHOREGRAPHER' Choregrapher no
30654
+ 'COMMENT' Comment no
30655
+ 'COMPOSER' Composer no
30656
+ 'COMPOSER_NATIONALITY' ComposerNationality no
30657
+ 'COMPOSITION_LOCATION' CompositionLocation no
30658
+ 'CONDUCTOR' Conductor no
30659
+ 'CONTENT_TYPE' ContentType no
30660
+ 'COPRODUCER' Coproducer no
30661
+ 'COPYRIGHT' Copyright no
30662
+ 'COSTUME_DESIGNER' CostumeDesigner no
30663
+ 'COUNTRY' Country no
30664
+ 'DATE_DIGITIZED' CreateDate no
30665
+ 'DATE_ENCODED' DateEncoded no
30666
+ 'DATE_PURCHASED' DatePurchased no
30667
+ 'DATE_RECORDED' DateTimeOriginal no
30668
+ 'DATE_RELEASED' DateReleased no
30669
+ 'DATE_TAGGED' DateTagged no
30670
+ 'DATE_WRITTEN' DateWritten no
30671
+ 'DESCRIPTION' Description no
30672
+ 'DIRECTOR' Director no
30673
+ 'DIRECTOR_OF_PHOTOGRAPHY'
30674
+ DirectorOfPhotography no
30675
+ 'DISTRIBUTED_BY' DistributedBy no
30676
+ 'EDITED_BY' EditedBy no
30677
+ 'EMAIL' Email no
30678
+ 'ENCODED_BY' EncodedBy no
30679
+ 'ENCODER' Encoder no
30680
+ 'ENCODER_SETTINGS' EncoderSettings no
30681
+ 'EXECUTIVE_PRODUCER' ExecutiveProducer no
30682
+ 'FAX' FAX no
30683
+ 'FPS' FPS no
30684
+ 'GENRE' Genre no
30685
+ 'IMDB' IMDB no
30686
+ 'INITIAL_KEY' InitialKey no
30687
+ 'INSTRUMENTS' Instruments no
30688
+ 'ISBN' ISBN no
30689
+ 'ISRC' ISRC no
30690
+ 'KEYWORDS' Keywords no
30691
+ 'LABEL' Label no
30692
+ 'LABEL_CODE' LabelCode no
30693
+ 'LAW_RATING' LawRating no
30694
+ 'LCCN' Lccn no
30695
+ 'LEAD_PERFORMER' LeadPerformer no
30696
+ 'LICENSE' License no
30697
+ 'LYRICIST' Lyricist no
30698
+ 'LYRICS' Lyrics no
30699
+ 'MASTERED_BY' MasteredBy no
30700
+ 'MCDI' MCDI no
30701
+ 'MEASURE' Measure no
30702
+ 'MIXED_BY' MixedBy no
30703
+ 'MOOD' Mood no
30704
+ 'ORIGINAL' Original no
30705
+ 'ORIGINAL_MEDIA_TYPE' OriginalMediaType no
30706
+ 'PART_NUMBER' PartNumber no
30707
+ 'PART_OFFSET' PartOffset no
30708
+ 'PERIOD' Period no
30709
+ 'PHONE' Phone no
30710
+ 'PLAY_COUNTER' PlayCounter no
30711
+ 'PRODUCER' Producer no
30712
+ 'PRODUCTION_COPYRIGHT' ProductionCopyright no
30713
+ 'PRODUCTION_DESIGNER' ProductionDesigner no
30714
+ 'PRODUCTION_STUDIO' ProductionStudio no
30715
+ 'PUBLISHER' Publisher no
30716
+ 'PURCHASE_CURRENCY' PurchaseCurrency no
30717
+ 'PURCHASE_INFO' PurchaseInfo no
30718
+ 'PURCHASE_ITEM' PurchaseItem no
30719
+ 'PURCHASE_OWNER' PurchaseOwner no
30720
+ 'PURCHASE_PRICE' PurchasePrice no
30721
+ 'RATING' Rating no
30722
+ 'RECORDING_LOCATION' RecordingLocation no
30723
+ 'REMIXED_BY' RemixedBy no
30724
+ 'REPLAYGAIN_GAIN' ReplaygainGain no
30725
+ 'REPLAYGAIN_PEAK' ReplaygainPeak no
30726
+ 'SAMPLE' Sample no
30727
+ 'SCREENPLAY_BY' ScreenplayBy no
30728
+ 'SORT_WITH' SortWith no
30729
+ 'SOUND_ENGINEER' SoundEngineer no
30730
+ 'SUBJECT' Subject no
30731
+ 'SUBTITLE' Subtitle no
30732
+ 'SUMMARY' Summary no
30733
+ 'SYNOPSIS' Synopsis no
30734
+ 'TERMS_OF_USE' TermsOfUse no
30735
+ 'THANKS_TO' ThanksTo no
30736
+ 'TITLE' Title no
30737
+ 'TMDB' TMDB no
30738
+ 'TOTAL_PARTS' TotalParts no
30739
+ 'TUNING' Tuning no
30740
+ 'TVDB' TVDB no
30741
+ 'URL' URL no
30742
+ 'WRITTEN_BY' WrittenBy no
30743
+
30434
30744
  =head2 MOI Tags
30435
30745
 
30436
30746
  MOI files store information about associated MOD or TOD files, and are
@@ -37450,6 +37760,7 @@ FileName.
37450
37760
  ProcessingTime ExifTool no
37451
37761
  RAFVersion File no
37452
37762
  ResourceForkSize System no
37763
+ SphericalVideoXML GSpherical yes!
37453
37764
  SymLink - yes!
37454
37765
  TestName - yes!
37455
37766
  ThumbnailImage File no
@@ -38297,7 +38608,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
38297
38608
 
38298
38609
  =head1 AUTHOR
38299
38610
 
38300
- Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
38611
+ Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
38301
38612
 
38302
38613
  This library is free software; you can redistribute it and/or modify it
38303
38614
  under the same terms as Perl itself.