exiftool_vendored 13.36.0 → 13.38.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 (79) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +39 -1
  3. data/bin/MANIFEST +9 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +47 -47
  7. data/bin/build_geolocation +7 -3
  8. data/bin/exiftool +65 -63
  9. data/bin/lib/Image/ExifTool/Audible.pm +1 -1
  10. data/bin/lib/Image/ExifTool/BMP.pm +2 -2
  11. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +16 -9
  12. data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
  13. data/bin/lib/Image/ExifTool/Canon.pm +59 -5
  14. data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
  15. data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
  16. data/bin/lib/Image/ExifTool/DJI.pm +5 -5
  17. data/bin/lib/Image/ExifTool/DSF.pm +138 -0
  18. data/bin/lib/Image/ExifTool/DV.pm +1 -1
  19. data/bin/lib/Image/ExifTool/EXE.pm +5 -2
  20. data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
  21. data/bin/lib/Image/ExifTool/FLIR.pm +3 -3
  22. data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
  23. data/bin/lib/Image/ExifTool/FujiFilm.pm +5 -4
  24. data/bin/lib/Image/ExifTool/GIF.pm +1 -1
  25. data/bin/lib/Image/ExifTool/GM.pm +1 -1
  26. data/bin/lib/Image/ExifTool/Geolocation.pm +3 -1
  27. data/bin/lib/Image/ExifTool/Geotag.pm +13 -3
  28. data/bin/lib/Image/ExifTool/GoPro.pm +11 -8
  29. data/bin/lib/Image/ExifTool/Google.pm +814 -0
  30. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  31. data/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
  32. data/bin/lib/Image/ExifTool/ID3.pm +14 -13
  33. data/bin/lib/Image/ExifTool/JPEG.pm +1 -1
  34. data/bin/lib/Image/ExifTool/JSON.pm +1 -1
  35. data/bin/lib/Image/ExifTool/LIF.pm +1 -1
  36. data/bin/lib/Image/ExifTool/LNK.pm +2 -2
  37. data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
  38. data/bin/lib/Image/ExifTool/M2TS.pm +34 -25
  39. data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
  40. data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
  41. data/bin/lib/Image/ExifTool/MWG.pm +1 -1
  42. data/bin/lib/Image/ExifTool/MXF.pm +1 -1
  43. data/bin/lib/Image/ExifTool/MacOS.pm +2 -2
  44. data/bin/lib/Image/ExifTool/MakerNotes.pm +30 -7
  45. data/bin/lib/Image/ExifTool/Microsoft.pm +4 -4
  46. data/bin/lib/Image/ExifTool/Nikon.pm +4 -4
  47. data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
  48. data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
  49. data/bin/lib/Image/ExifTool/Olympus.pm +2 -1
  50. data/bin/lib/Image/ExifTool/Other.pm +1 -1
  51. data/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
  52. data/bin/lib/Image/ExifTool/Pentax.pm +18 -7
  53. data/bin/lib/Image/ExifTool/Protobuf.pm +12 -6
  54. data/bin/lib/Image/ExifTool/Qualcomm.pm +2 -2
  55. data/bin/lib/Image/ExifTool/QuickTime.pm +30 -8
  56. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +2 -0
  57. data/bin/lib/Image/ExifTool/README +7 -6
  58. data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
  59. data/bin/lib/Image/ExifTool/Reconyx.pm +375 -91
  60. data/bin/lib/Image/ExifTool/Samsung.pm +1 -1
  61. data/bin/lib/Image/ExifTool/Shortcuts.pm +8 -5
  62. data/bin/lib/Image/ExifTool/Sony.pm +22 -7
  63. data/bin/lib/Image/ExifTool/TagInfoXML.pm +3 -2
  64. data/bin/lib/Image/ExifTool/TagLookup.pm +5753 -5696
  65. data/bin/lib/Image/ExifTool/TagNames.pod +707 -518
  66. data/bin/lib/Image/ExifTool/Text.pm +1 -1
  67. data/bin/lib/Image/ExifTool/Trailer.pm +1 -1
  68. data/bin/lib/Image/ExifTool/WPG.pm +1 -1
  69. data/bin/lib/Image/ExifTool/WTV.pm +1 -1
  70. data/bin/lib/Image/ExifTool/WavPack.pm +144 -0
  71. data/bin/lib/Image/ExifTool/XMP.pm +43 -37
  72. data/bin/lib/Image/ExifTool/XMP2.pl +0 -482
  73. data/bin/lib/Image/ExifTool/ZIP.pm +1 -1
  74. data/bin/lib/Image/ExifTool/iWork.pm +1 -1
  75. data/bin/lib/Image/ExifTool.pm +42 -27
  76. data/bin/lib/Image/ExifTool.pod +60 -59
  77. data/bin/perl-Image-ExifTool.spec +46 -46
  78. data/lib/exiftool_vendored/version.rb +1 -1
  79. metadata +6 -6
@@ -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 28650 tags, with 17839 unique tag names.
15
+ They contain a total of 28760 tags, with 17891 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
@@ -741,6 +741,7 @@ for the official EXIF 3.0 specification.
741
741
  MakerNoteFujiFilm ExifIFD FujiFilm
742
742
  MakerNoteGE ExifIFD GE
743
743
  MakerNoteGE2 ExifIFD FujiFilm
744
+ MakerNoteGoogle ExifIFD Google HDRPlusMakerNote
744
745
  MakerNoteHasselblad ExifIFD Unknown
745
746
  MakerNoteHP ExifIFD HP
746
747
  MakerNoteHP2 ExifIFD HP Type2
@@ -797,9 +798,11 @@ for the official EXIF 3.0 specification.
797
798
  MakerNotePentax5 ExifIFD Pentax
798
799
  MakerNotePentax6 ExifIFD Pentax S1
799
800
  MakerNotePhaseOne ExifIFD PhaseOne
800
- MakerNoteReconyx ExifIFD Reconyx
801
- MakerNoteReconyx2 ExifIFD Reconyx Type2
802
- MakerNoteReconyx3 ExifIFD Reconyx Type3
801
+ MakerNoteReconyxHyperFire ExifIFD Reconyx HyperFire
802
+ MakerNoteReconyxUltraFire ExifIFD Reconyx UltraFire
803
+ MakerNoteReconyxHyperFire2 ExifIFD Reconyx HyperFire2
804
+ MakerNoteReconyxMicroFire ExifIFD Reconyx MicroFire
805
+ MakerNoteReconyxHyperFire4K ExifIFD Reconyx HyperFire4K
803
806
  MakerNoteRicohPentax ExifIFD Pentax
804
807
  MakerNoteRicoh ExifIFD Ricoh
805
808
  MakerNoteRicoh2 ExifIFD Ricoh Type2
@@ -1396,7 +1399,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1396
1399
  creatorAtom XMP creatorAtom
1397
1400
  crs XMP crs
1398
1401
  dc XMP dc
1399
- Device XMP Device
1402
+ Device Google Device
1400
1403
  dex XMP dex
1401
1404
  DICOM XMP DICOM
1402
1405
  digiKam XMP digiKam
@@ -1408,16 +1411,16 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1408
1411
  expressionmedia XMP ExpressionMedia
1409
1412
  extensis XMP extensis
1410
1413
  fpv XMP fpv
1411
- GAudio XMP GAudio
1412
- GCamera XMP GCamera
1413
- GContainer XMP GContainer
1414
- GCreations XMP GCreations
1415
- GDepth XMP GDepth
1414
+ GAudio Google GAudio
1415
+ GCamera Google GCamera
1416
+ GContainer Google GContainer
1417
+ GCreations Google GCreations
1418
+ GDepth Google GDepth
1416
1419
  getty XMP GettyImages
1417
- GFocus XMP GFocus
1418
- GImage XMP GImage
1419
- GPano XMP GPano
1420
- GSpherical XMP GSpherical
1420
+ GFocus Google GFocus
1421
+ GImage Google GImage
1422
+ GPano Google GPano
1423
+ GSpherical Google GSpherical
1421
1424
  hdr XMP hdr
1422
1425
  HDRGainMap XMP HDRGainMap
1423
1426
  hdrgm XMP hdrgm
@@ -4204,291 +4207,6 @@ These tags belong to the ExifTool XMP-dc family 1 group.
4204
4207
  Title lang-alt
4205
4208
  Type string+
4206
4209
 
4207
- =head3 XMP Device Tags
4208
-
4209
- Google depth-map Device tags. See
4210
- L<https://developer.android.com/training/camera2/Dynamic-depth-v1.0.pdf> for
4211
- the specification.
4212
-
4213
- These tags belong to the ExifTool XMP-Device family 1 group.
4214
-
4215
- Tag Name Writable
4216
- -------- --------
4217
- AppInfo AppInfo Struct
4218
- AppInfoApplication string_
4219
- AppInfoItemURI string_
4220
- AppInfoVersion string_
4221
- Cameras DeviceCameras Struct+
4222
- Camera DeviceCamera Struct_+
4223
- CameraAppInfo AppInfo Struct_+
4224
- CameraAppInfoApplication string_+
4225
- CameraAppInfoItemURI string_+
4226
- CameraAppInfoVersion string_+
4227
- CameraDepthMap DeviceDepthMap Struct_+
4228
- CameraDepthMapConfidenceURI string_+
4229
- CameraDepthMapDepthURI string_+
4230
- CameraDepthMapFar real_+
4231
- CameraDepthMapFocalTable string_+
4232
- CameraDepthMapFocalTableEntryCount integer_+
4233
- CameraDepthMapFormat string_+
4234
- CameraDepthMapItemSemantic string_+
4235
- CameraDepthMapMeasureType string_+
4236
- CameraDepthMapNear real_+
4237
- CameraDepthMapSoftware string_+
4238
- CameraDepthMapUnits string_+
4239
- CameraImage DeviceImage Struct_+
4240
- CameraImageItemSemantic string_+
4241
- CameraImageItemURI string_+
4242
- CameraImagingModel DeviceImagingModel Struct_+
4243
- CameraImagingModelDistortion string_+
4244
- CameraImagingModelDistortionCount integer_+
4245
- CameraImagingModelFocalLengthX real_+
4246
- CameraImagingModelFocalLengthY real_+
4247
- CameraImagingModelImageHeight integer_+
4248
- CameraImagingModelImageWidth integer_+
4249
- CameraImagingModelPixelAspectRatio real_+
4250
- CameraImagingModelPrincipalPointX real_+
4251
- CameraImagingModelPrincipalPointY real_+
4252
- CameraImagingModelSkew real_+
4253
- CameraLightEstimate DeviceLightEstimate Struct_+
4254
- CameraLightEstimateColorCorrectionB real_+
4255
- CameraLightEstimateColorCorrectionG real_+
4256
- CameraLightEstimateColorCorrectionR real_+
4257
- CameraLightEstimatePixelIntensity real_+
4258
- CameraPointCloud DevicePointCloud Struct_+
4259
- CameraPointCloudMetric boolean_+
4260
- CameraPointCloudPointCloud integer_+
4261
- CameraPointCloudPoints string_+
4262
- CameraPose Pose Struct_+
4263
- CameraPosePositionX real_+
4264
- CameraPosePositionY real_+
4265
- CameraPosePositionZ real_+
4266
- CameraPoseRotationW real_+
4267
- CameraPoseRotationX real_+
4268
- CameraPoseRotationY real_+
4269
- CameraPoseRotationZ real_+
4270
- CameraPoseTimestamp integer_+
4271
- CameraTrait string_+
4272
- CameraVendorInfo VendorInfo Struct_+
4273
- CameraVendorInfoManufacturer string_+
4274
- CameraVendorInfoModel string_+
4275
- CameraVendorInfoNotes string_+
4276
- Container DeviceContainer Struct
4277
- ContainerDirectory DeviceDirectory Struct_+
4278
- ContainerDirectoryItem DeviceItem Struct_+
4279
- ContainerDirectoryItemDataURI string_+
4280
- ContainerDirectoryItemLength integer_+
4281
- ContainerDirectoryItemMime string_+
4282
- ContainerDirectoryItemPadding integer_+
4283
- EarthPos EarthPose Struct
4284
- EarthPosAltitude real_
4285
- EarthPosLatitude real_
4286
- EarthPosLongitude real_
4287
- EarthPosRotationW real_
4288
- EarthPosRotationX real_
4289
- EarthPosRotationY real_
4290
- EarthPosRotationZ real_
4291
- EarthPosTimestamp integer_
4292
- Planes DevicePlanes Struct+
4293
- Plane DevicePlane Struct_+
4294
- PlaneBoundary string_+
4295
- PlaneBoundaryVertexCount integer_+
4296
- PlaneExtentX real_+
4297
- PlaneExtentZ real_+
4298
- PlanePose Pose Struct_+
4299
- PlanePosePositionX real_+
4300
- PlanePosePositionY real_+
4301
- PlanePosePositionZ real_+
4302
- PlanePoseRotationW real_+
4303
- PlanePoseRotationX real_+
4304
- PlanePoseRotationY real_+
4305
- PlanePoseRotationZ real_+
4306
- PlanePoseTimestamp integer_+
4307
- Pose Pose Struct
4308
- PosePositionX real_
4309
- PosePositionY real_
4310
- PosePositionZ real_
4311
- PoseRotationW real_
4312
- PoseRotationX real_
4313
- PoseRotationY real_
4314
- PoseRotationZ real_
4315
- PoseTimestamp integer_
4316
- Profiles DeviceProfiles Struct+
4317
- Profile DeviceProfile Struct_+
4318
- ProfileCameraIndices integer_+
4319
- ProfileType string_+
4320
- VendorInfo VendorInfo Struct
4321
- VendorInfoManufacturer string_
4322
- VendorInfoModel string_
4323
- VendorInfoNotes string_
4324
-
4325
- =head3 XMP AppInfo Struct
4326
-
4327
- Field Name Writable
4328
- ---------- --------
4329
- Application string
4330
- ItemURI string
4331
- Version string
4332
-
4333
- =head3 XMP DeviceCameras Struct
4334
-
4335
- Field Name Writable
4336
- ---------- --------
4337
- Camera DeviceCamera Struct
4338
-
4339
- =head3 XMP DeviceCamera Struct
4340
-
4341
- Field Name Writable
4342
- ---------- --------
4343
- AppInfo AppInfo Struct
4344
- DepthMap DeviceDepthMap Struct
4345
- Image DeviceImage Struct
4346
- ImagingModel DeviceImagingModel Struct
4347
- LightEstimate DeviceLightEstimate Struct
4348
- PointCloud DevicePointCloud Struct
4349
- Pose Pose Struct
4350
- Trait string
4351
- VendorInfo VendorInfo Struct
4352
-
4353
- =head3 XMP DeviceDepthMap Struct
4354
-
4355
- Field Name Writable
4356
- ---------- --------
4357
- ConfidenceURI string
4358
- DepthURI string
4359
- Far real
4360
- FocalTable string
4361
- FocalTableEntryCount integer
4362
- Format string
4363
- ItemSemantic string
4364
- MeasureType string
4365
- Near real
4366
- Software string
4367
- Units string
4368
-
4369
- =head3 XMP DeviceImage Struct
4370
-
4371
- Field Name Writable
4372
- ---------- --------
4373
- ItemSemantic string
4374
- ItemURI string
4375
-
4376
- =head3 XMP DeviceImagingModel Struct
4377
-
4378
- Field Name Writable
4379
- ---------- --------
4380
- Distortion string
4381
- DistortionCount integer
4382
- FocalLengthX real
4383
- FocalLengthY real
4384
- ImageHeight integer
4385
- ImageWidth integer
4386
- PixelAspectRatio real
4387
- PrincipalPointX real
4388
- PrincipalPointY real
4389
- Skew real
4390
-
4391
- =head3 XMP DeviceLightEstimate Struct
4392
-
4393
- Field Name Writable
4394
- ---------- --------
4395
- ColorCorrectionB real
4396
- ColorCorrectionG real
4397
- ColorCorrectionR real
4398
- PixelIntensity real
4399
-
4400
- =head3 XMP DevicePointCloud Struct
4401
-
4402
- Field Name Writable
4403
- ---------- --------
4404
- Metric boolean
4405
- PointCloud integer
4406
- Points string
4407
-
4408
- =head3 XMP Pose Struct
4409
-
4410
- Field Name Writable
4411
- ---------- --------
4412
- PositionX real
4413
- PositionY real
4414
- PositionZ real
4415
- RotationW real
4416
- RotationX real
4417
- RotationY real
4418
- RotationZ real
4419
- Timestamp integer
4420
-
4421
- =head3 XMP VendorInfo Struct
4422
-
4423
- Field Name Writable
4424
- ---------- --------
4425
- Manufacturer string
4426
- Model string
4427
- Notes string
4428
-
4429
- =head3 XMP DeviceContainer Struct
4430
-
4431
- Field Name Writable
4432
- ---------- --------
4433
- Directory DeviceDirectory Struct+
4434
-
4435
- =head3 XMP DeviceDirectory Struct
4436
-
4437
- Field Name Writable
4438
- ---------- --------
4439
- Item DeviceItem Struct
4440
-
4441
- =head3 XMP DeviceItem Struct
4442
-
4443
- Field Name Writable
4444
- ---------- --------
4445
- DataURI string
4446
- Length integer
4447
- Mime string
4448
- Padding integer
4449
-
4450
- =head3 XMP EarthPose Struct
4451
-
4452
- Field Name Writable
4453
- ---------- --------
4454
- Altitude real
4455
- Latitude real
4456
- Longitude real
4457
- RotationW real
4458
- RotationX real
4459
- RotationY real
4460
- RotationZ real
4461
- Timestamp integer
4462
-
4463
- =head3 XMP DevicePlanes Struct
4464
-
4465
- Field Name Writable
4466
- ---------- --------
4467
- Plane DevicePlane Struct
4468
-
4469
- =head3 XMP DevicePlane Struct
4470
-
4471
- Field Name Writable
4472
- ---------- --------
4473
- Boundary string
4474
- BoundaryVertexCount integer
4475
- ExtentX real
4476
- ExtentZ real
4477
- Pose Pose Struct
4478
-
4479
- =head3 XMP DeviceProfiles Struct
4480
-
4481
- Field Name Writable
4482
- ---------- --------
4483
- Profile DeviceProfile Struct
4484
-
4485
- =head3 XMP DeviceProfile Struct
4486
-
4487
- Field Name Writable
4488
- ---------- --------
4489
- CameraIndices integer+
4490
- Type string
4491
-
4492
4210
  =head3 XMP dex Tags
4493
4211
 
4494
4212
  Description Explorer namespace tags. These tags are not very common. The
@@ -4817,113 +4535,6 @@ These tags belong to the ExifTool XMP-fpv family 1 group.
4817
4535
  -------- --------
4818
4536
  RichTextComment string
4819
4537
 
4820
- =head3 XMP GAudio Tags
4821
-
4822
- These tags belong to the ExifTool XMP-GAudio family 1 group.
4823
-
4824
- Tag Name Writable
4825
- -------- --------
4826
- AudioData string
4827
- AudioMimeType string
4828
-
4829
- =head3 XMP GCamera Tags
4830
-
4831
- Camera information found in Google panorama images.
4832
-
4833
- These tags belong to the ExifTool XMP-GCamera family 1 group.
4834
-
4835
- Tag Name Writable
4836
- -------- --------
4837
- BurstID string
4838
- BurstPrimary string
4839
- DisableAutoCreation string+
4840
- DisableSuggestedAction string+
4841
- HDRPMakerNote string
4842
- HdrPlusMakernote string
4843
- MicroVideo integer
4844
- MicroVideoOffset integer
4845
- MicroVideoPresentationTimestampUs integer
4846
- MicroVideoVersion integer
4847
- MotionPhoto integer
4848
- MotionPhotoPresentationTimestampUs integer
4849
- MotionPhotoVersion integer
4850
- PortraitNote string
4851
- PortraitRequest string
4852
- PortraitVersion string
4853
- ShotLogData string
4854
- SpecialTypeID string+
4855
-
4856
- =head3 XMP GContainer Tags
4857
-
4858
- Google Container namespace. ExifTool uses the prefix 'GContainer' instead
4859
- of 'Container' to avoid a conflict with the Google Device Container
4860
- namespace.
4861
-
4862
- These tags belong to the ExifTool XMP-GContainer family 1 group.
4863
-
4864
- Tag Name Writable
4865
- -------- --------
4866
- ContainerDirectory Directory Struct+
4867
- DirectoryItem Item Struct_+
4868
- DirectoryItemLabel string_+
4869
- DirectoryItemLength integer_+
4870
- DirectoryItemMime string_+
4871
- DirectoryItemPadding integer_+
4872
- DirectoryItemSemantic string_+
4873
- DirectoryItemURI string_+
4874
-
4875
- =head3 XMP Directory Struct
4876
-
4877
- Field Name Writable
4878
- ---------- --------
4879
- Item Item Struct
4880
-
4881
- =head3 XMP Item Struct
4882
-
4883
- Field Name Writable
4884
- ---------- --------
4885
- Label string
4886
- Length integer
4887
- Mime string
4888
- Padding integer
4889
- Semantic string
4890
- URI string
4891
-
4892
- =head3 XMP GCreations Tags
4893
-
4894
- Google creations tags.
4895
-
4896
- These tags belong to the ExifTool XMP-GCreations family 1 group.
4897
-
4898
- Tag Name Writable
4899
- -------- --------
4900
- CameraBurstID string
4901
- Type string/
4902
-
4903
- =head3 XMP GDepth Tags
4904
-
4905
- Google depthmap information. See
4906
- L<https://developers.google.com/depthmap-metadata/> for the specification.
4907
-
4908
- These tags belong to the ExifTool XMP-GDepth family 1 group.
4909
-
4910
- Tag Name Writable
4911
- -------- --------
4912
- Confidence string/
4913
- ConfidenceMime string/
4914
- DepthImage string/
4915
- Far real/
4916
- Format string/
4917
- ImageHeight real/
4918
- ImageWidth real/
4919
- Manufacturer string/
4920
- MeasureType string/
4921
- Mime string/
4922
- Model string/
4923
- Near real/
4924
- Software string/
4925
- Units string/
4926
-
4927
4538
  =head3 XMP GettyImages Tags
4928
4539
 
4929
4540
  The actual Getty Images namespace prefix is "GettyImagesGIFT", which is the
@@ -4955,94 +4566,6 @@ These tags belong to the ExifTool XMP-getty family 1 group.
4955
4566
  SecondaryFTP string+
4956
4567
  TimeShot string
4957
4568
 
4958
- =head3 XMP GFocus Tags
4959
-
4960
- Focus information found in Google depthmap images.
4961
-
4962
- These tags belong to the ExifTool XMP-GFocus family 1 group.
4963
-
4964
- Tag Name Writable
4965
- -------- --------
4966
- BlurAtInfinity real
4967
- FocalDistance real
4968
- FocalPointX real
4969
- FocalPointY real
4970
-
4971
- =head3 XMP GImage Tags
4972
-
4973
- These tags belong to the ExifTool XMP-GImage family 1 group.
4974
-
4975
- Tag Name Writable
4976
- -------- --------
4977
- ImageData string
4978
- ImageMimeType string
4979
-
4980
- =head3 XMP GPano Tags
4981
-
4982
- Panorama tags written by Google Photosphere. See
4983
- L<https://developers.google.com/panorama/metadata/> for the specification.
4984
-
4985
- These tags belong to the ExifTool XMP-GPano family 1 group.
4986
-
4987
- Tag Name Writable
4988
- -------- --------
4989
- CaptureSoftware string
4990
- CroppedAreaImageHeightPixels real
4991
- CroppedAreaImageWidthPixels real
4992
- CroppedAreaLeftPixels real
4993
- CroppedAreaTopPixels real
4994
- ExposureLockUsed boolean
4995
- FirstPhotoDate date
4996
- FullPanoHeightPixels real
4997
- FullPanoWidthPixels real
4998
- InitialCameraDolly real
4999
- InitialHorizontalFOVDegrees real
5000
- InitialVerticalFOVDegrees real
5001
- InitialViewHeadingDegrees real
5002
- InitialViewPitchDegrees real
5003
- InitialViewRollDegrees real
5004
- LargestValidInteriorRectHeight real
5005
- LargestValidInteriorRectLeft real
5006
- LargestValidInteriorRectTop real
5007
- LargestValidInteriorRectWidth real
5008
- LastPhotoDate date
5009
- PoseHeadingDegrees real
5010
- PosePitchDegrees real
5011
- PoseRollDegrees real
5012
- ProjectionType string
5013
- SourcePhotosCount integer
5014
- StitchingSoftware string
5015
- UsePanoramaViewer boolean
5016
-
5017
- =head3 XMP GSpherical Tags
5018
-
5019
- Not actually XMP. These RDF/XML tags are used in Google spherical MP4
5020
- videos. These tags are written into the video track of MOV/MP4 files, and
5021
- not at the top level like other XMP tags. See
5022
- L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md>
5023
- for the specification.
5024
-
5025
- These tags belong to the ExifTool XMP-GSpherical family 1 group.
5026
-
5027
- Tag Name Writable
5028
- -------- --------
5029
- CroppedAreaImageHeightPixels integer/
5030
- CroppedAreaImageWidthPixels integer/
5031
- CroppedAreaLeftPixels integer/
5032
- CroppedAreaTopPixels integer/
5033
- FullPanoHeightPixels integer/
5034
- FullPanoWidthPixels integer/
5035
- InitialViewHeadingDegrees real/
5036
- InitialViewPitchDegrees real/
5037
- InitialViewRollDegrees real/
5038
- ProjectionType string/
5039
- SourceCount integer/
5040
- Spherical boolean/
5041
- StereoMode string/
5042
- Stitched boolean/
5043
- StitchingSoftware string/
5044
- TimeStamp integer/
5045
-
5046
4569
  =head3 XMP hdr Tags
5047
4570
 
5048
4571
  HDR metadata namespace tags written by ACR 15.1. The actual namespace
@@ -10341,6 +9864,11 @@ Information about creative filter settings.
10341
9864
  20 SubjectToDetect int32s
10342
9865
  21 SubjectSwitching int32s
10343
9866
  24 EyeDetection int32s
9867
+ 26 WholeAreaTracking int32s
9868
+ 27 ServoAFCharacteristics int32s
9869
+ 28 CaseAutoSetting int32s
9870
+ 29 ActionPriority int32s
9871
+ 30 SportEvents int32s
10344
9872
 
10345
9873
  =head3 Canon RawBurstInfo Tags
10346
9874
 
@@ -12411,6 +11939,551 @@ camera models.
12411
11939
  0x0207 GEModel string
12412
11940
  0x0300 GEMake string
12413
11941
 
11942
+ =head2 Google Tags
11943
+
11944
+ =head3 Google Device Tags
11945
+
11946
+ Google depth-map Device tags. See
11947
+ L<https://developer.android.com/training/camera2/Dynamic-depth-v1.0.pdf> for
11948
+ the specification.
11949
+
11950
+ These tags belong to the ExifTool XMP-Device family 1 group.
11951
+
11952
+ Tag Name Writable
11953
+ -------- --------
11954
+ AppInfo Google AppInfo Struct
11955
+ AppInfoApplication string_
11956
+ AppInfoItemURI string_
11957
+ AppInfoVersion string_
11958
+ Cameras Google DeviceCameras Struct+
11959
+ Camera Google DeviceCamera Struct_+
11960
+ CameraAppInfo Google AppInfo Struct_+
11961
+ CameraAppInfoApplication string_+
11962
+ CameraAppInfoItemURI string_+
11963
+ CameraAppInfoVersion string_+
11964
+ CameraDepthMap Google DeviceDepthMap Struct_+
11965
+ CameraDepthMapConfidenceURI string_+
11966
+ CameraDepthMapDepthURI string_+
11967
+ CameraDepthMapFar real_+
11968
+ CameraDepthMapFocalTable string_+
11969
+ CameraDepthMapFocalTableEntryCount integer_+
11970
+ CameraDepthMapFormat string_+
11971
+ CameraDepthMapItemSemantic string_+
11972
+ CameraDepthMapMeasureType string_+
11973
+ CameraDepthMapNear real_+
11974
+ CameraDepthMapSoftware string_+
11975
+ CameraDepthMapUnits string_+
11976
+ CameraImage Google DeviceImage Struct_+
11977
+ CameraImageItemSemantic string_+
11978
+ CameraImageItemURI string_+
11979
+ CameraImagingModel Google DeviceImagingModel Struct_+
11980
+ CameraImagingModelDistortion string_+
11981
+ CameraImagingModelDistortionCount integer_+
11982
+ CameraImagingModelFocalLengthX real_+
11983
+ CameraImagingModelFocalLengthY real_+
11984
+ CameraImagingModelImageHeight integer_+
11985
+ CameraImagingModelImageWidth integer_+
11986
+ CameraImagingModelPixelAspectRatio real_+
11987
+ CameraImagingModelPrincipalPointX real_+
11988
+ CameraImagingModelPrincipalPointY real_+
11989
+ CameraImagingModelSkew real_+
11990
+ CameraLightEstimate Google DeviceLightEstimate Struct_+
11991
+ CameraLightEstimateColorCorrectionB real_+
11992
+ CameraLightEstimateColorCorrectionG real_+
11993
+ CameraLightEstimateColorCorrectionR real_+
11994
+ CameraLightEstimatePixelIntensity real_+
11995
+ CameraPointCloud Google DevicePointCloud Struct_+
11996
+ CameraPointCloudMetric boolean_+
11997
+ CameraPointCloudPointCloud integer_+
11998
+ CameraPointCloudPoints string_+
11999
+ CameraPose Google Pose Struct_+
12000
+ CameraPosePositionX real_+
12001
+ CameraPosePositionY real_+
12002
+ CameraPosePositionZ real_+
12003
+ CameraPoseRotationW real_+
12004
+ CameraPoseRotationX real_+
12005
+ CameraPoseRotationY real_+
12006
+ CameraPoseRotationZ real_+
12007
+ CameraPoseTimestamp integer_+
12008
+ CameraTrait string_+
12009
+ CameraVendorInfo Google VendorInfo Struct_+
12010
+ CameraVendorInfoManufacturer string_+
12011
+ CameraVendorInfoModel string_+
12012
+ CameraVendorInfoNotes string_+
12013
+ Container Google DeviceContainer Struct
12014
+ ContainerDirectory Google DeviceDirectory Struct_+
12015
+ ContainerDirectoryItem Google DeviceItem Struct_+
12016
+ ContainerDirectoryItemDataURI string_+
12017
+ ContainerDirectoryItemLength integer_+
12018
+ ContainerDirectoryItemMime string_+
12019
+ ContainerDirectoryItemPadding integer_+
12020
+ EarthPos Google EarthPose Struct
12021
+ EarthPosAltitude real_
12022
+ EarthPosLatitude real_
12023
+ EarthPosLongitude real_
12024
+ EarthPosRotationW real_
12025
+ EarthPosRotationX real_
12026
+ EarthPosRotationY real_
12027
+ EarthPosRotationZ real_
12028
+ EarthPosTimestamp integer_
12029
+ Planes Google DevicePlanes Struct+
12030
+ Plane Google DevicePlane Struct_+
12031
+ PlaneBoundary string_+
12032
+ PlaneBoundaryVertexCount integer_+
12033
+ PlaneExtentX real_+
12034
+ PlaneExtentZ real_+
12035
+ PlanePose Google Pose Struct_+
12036
+ PlanePosePositionX real_+
12037
+ PlanePosePositionY real_+
12038
+ PlanePosePositionZ real_+
12039
+ PlanePoseRotationW real_+
12040
+ PlanePoseRotationX real_+
12041
+ PlanePoseRotationY real_+
12042
+ PlanePoseRotationZ real_+
12043
+ PlanePoseTimestamp integer_+
12044
+ Pose Google Pose Struct
12045
+ PosePositionX real_
12046
+ PosePositionY real_
12047
+ PosePositionZ real_
12048
+ PoseRotationW real_
12049
+ PoseRotationX real_
12050
+ PoseRotationY real_
12051
+ PoseRotationZ real_
12052
+ PoseTimestamp integer_
12053
+ Profiles Google DeviceProfiles Struct+
12054
+ Profile Google DeviceProfile Struct_+
12055
+ ProfileCameraIndices integer_+
12056
+ ProfileType string_+
12057
+ VendorInfo Google VendorInfo Struct
12058
+ VendorInfoManufacturer string_
12059
+ VendorInfoModel string_
12060
+ VendorInfoNotes string_
12061
+
12062
+ =head3 Google AppInfo Struct
12063
+
12064
+ Field Name Writable
12065
+ ---------- --------
12066
+ Application string
12067
+ ItemURI string
12068
+ Version string
12069
+
12070
+ =head3 Google DeviceCameras Struct
12071
+
12072
+ Field Name Writable
12073
+ ---------- --------
12074
+ Camera Google DeviceCamera Struct
12075
+
12076
+ =head3 Google DeviceCamera Struct
12077
+
12078
+ Field Name Writable
12079
+ ---------- --------
12080
+ AppInfo Google AppInfo Struct
12081
+ DepthMap Google DeviceDepthMap Struct
12082
+ Image Google DeviceImage Struct
12083
+ ImagingModel Google DeviceImagingModel Struct
12084
+ LightEstimate Google DeviceLightEstimate Struct
12085
+ PointCloud Google DevicePointCloud Struct
12086
+ Pose Google Pose Struct
12087
+ Trait string
12088
+ VendorInfo Google VendorInfo Struct
12089
+
12090
+ =head3 Google DeviceDepthMap Struct
12091
+
12092
+ Field Name Writable
12093
+ ---------- --------
12094
+ ConfidenceURI string
12095
+ DepthURI string
12096
+ Far real
12097
+ FocalTable string
12098
+ FocalTableEntryCount integer
12099
+ Format string
12100
+ ItemSemantic string
12101
+ MeasureType string
12102
+ Near real
12103
+ Software string
12104
+ Units string
12105
+
12106
+ =head3 Google DeviceImage Struct
12107
+
12108
+ Field Name Writable
12109
+ ---------- --------
12110
+ ItemSemantic string
12111
+ ItemURI string
12112
+
12113
+ =head3 Google DeviceImagingModel Struct
12114
+
12115
+ Field Name Writable
12116
+ ---------- --------
12117
+ Distortion string
12118
+ DistortionCount integer
12119
+ FocalLengthX real
12120
+ FocalLengthY real
12121
+ ImageHeight integer
12122
+ ImageWidth integer
12123
+ PixelAspectRatio real
12124
+ PrincipalPointX real
12125
+ PrincipalPointY real
12126
+ Skew real
12127
+
12128
+ =head3 Google DeviceLightEstimate Struct
12129
+
12130
+ Field Name Writable
12131
+ ---------- --------
12132
+ ColorCorrectionB real
12133
+ ColorCorrectionG real
12134
+ ColorCorrectionR real
12135
+ PixelIntensity real
12136
+
12137
+ =head3 Google DevicePointCloud Struct
12138
+
12139
+ Field Name Writable
12140
+ ---------- --------
12141
+ Metric boolean
12142
+ PointCloud integer
12143
+ Points string
12144
+
12145
+ =head3 Google Pose Struct
12146
+
12147
+ Field Name Writable
12148
+ ---------- --------
12149
+ PositionX real
12150
+ PositionY real
12151
+ PositionZ real
12152
+ RotationW real
12153
+ RotationX real
12154
+ RotationY real
12155
+ RotationZ real
12156
+ Timestamp integer
12157
+
12158
+ =head3 Google VendorInfo Struct
12159
+
12160
+ Field Name Writable
12161
+ ---------- --------
12162
+ Manufacturer string
12163
+ Model string
12164
+ Notes string
12165
+
12166
+ =head3 Google DeviceContainer Struct
12167
+
12168
+ Field Name Writable
12169
+ ---------- --------
12170
+ Directory Google DeviceDirectory Struct+
12171
+
12172
+ =head3 Google DeviceDirectory Struct
12173
+
12174
+ Field Name Writable
12175
+ ---------- --------
12176
+ Item Google DeviceItem Struct
12177
+
12178
+ =head3 Google DeviceItem Struct
12179
+
12180
+ Field Name Writable
12181
+ ---------- --------
12182
+ DataURI string
12183
+ Length integer
12184
+ Mime string
12185
+ Padding integer
12186
+
12187
+ =head3 Google EarthPose Struct
12188
+
12189
+ Field Name Writable
12190
+ ---------- --------
12191
+ Altitude real
12192
+ Latitude real
12193
+ Longitude real
12194
+ RotationW real
12195
+ RotationX real
12196
+ RotationY real
12197
+ RotationZ real
12198
+ Timestamp integer
12199
+
12200
+ =head3 Google DevicePlanes Struct
12201
+
12202
+ Field Name Writable
12203
+ ---------- --------
12204
+ Plane Google DevicePlane Struct
12205
+
12206
+ =head3 Google DevicePlane Struct
12207
+
12208
+ Field Name Writable
12209
+ ---------- --------
12210
+ Boundary string
12211
+ BoundaryVertexCount integer
12212
+ ExtentX real
12213
+ ExtentZ real
12214
+ Pose Google Pose Struct
12215
+
12216
+ =head3 Google DeviceProfiles Struct
12217
+
12218
+ Field Name Writable
12219
+ ---------- --------
12220
+ Profile Google DeviceProfile Struct
12221
+
12222
+ =head3 Google DeviceProfile Struct
12223
+
12224
+ Field Name Writable
12225
+ ---------- --------
12226
+ CameraIndices integer+
12227
+ Type string
12228
+
12229
+ =head3 Google GAudio Tags
12230
+
12231
+ These tags belong to the ExifTool XMP-GAudio family 1 group.
12232
+
12233
+ Tag Name Writable
12234
+ -------- --------
12235
+ AudioData string
12236
+ AudioMimeType string
12237
+
12238
+ =head3 Google GCamera Tags
12239
+
12240
+ Camera information found in Google panorama images.
12241
+
12242
+ These tags belong to the ExifTool XMP-GCamera family 1 group.
12243
+
12244
+ Tag Name Writable
12245
+ -------- --------
12246
+ BurstID string
12247
+ BurstPrimary string
12248
+ DisableAutoCreation string+
12249
+ DisableSuggestedAction string+
12250
+ HDRPMakerNote Google HDRPMakerNote
12251
+ HDRPlusMakerNote Google HDRPlusMakerNote
12252
+ MicroVideo integer
12253
+ MicroVideoOffset integer
12254
+ MicroVideoPresentationTimestampUs integer
12255
+ MicroVideoVersion integer
12256
+ MotionPhoto integer
12257
+ MotionPhotoPresentationTimestampUs integer
12258
+ MotionPhotoVersion integer
12259
+ PortraitNote string
12260
+ PortraitRequest Google HDRPMakerNote
12261
+ PortraitVersion string
12262
+ ShotLogData Google ShotLogData
12263
+ SpecialTypeID string+
12264
+
12265
+ =head3 Google HDRPMakerNote Tags
12266
+
12267
+ Google text-based HDRP maker note tags. Stored as base64-encoded,
12268
+ encrypted and gzipped text.
12269
+
12270
+ Tag ID Tag Name Writable
12271
+ ------ -------- --------
12272
+ 'Finished image' FinishedImage no
12273
+ 'GoudaRequest' GoudaRequestText no
12274
+ 'InitParams' InitParamsText no
12275
+ 'Logging metadata' LoggingMetadataText no
12276
+ 'Merged image' MergedImage no
12277
+ 'Payload frame' PayloadFrame no
12278
+ 'Payload metadata' PayloadMetadataText no
12279
+ 'ProcessingNotes' ProcessingNotes no
12280
+ 'Rectiface' RectifaceText no
12281
+ 'ShotLogData' ShotLogDataText no
12282
+ 'ShotParams' ShotParamsText no
12283
+ 'StaticMetadata' StaticMetadataText no
12284
+ 'Summary' SummaryText no
12285
+ 'Time log' TimeLogText no
12286
+ 'Unused logging metadata'
12287
+ UnusedLoggingMetadata no
12288
+
12289
+ =head3 Google HDRPlusMakerNote Tags
12290
+
12291
+ Google protobuf-format HDR-Plus maker notes. Tag ID's are hierarchical
12292
+ protobuf field numbers. Stored as base64-encoded, encrypted and gzipped
12293
+ Protobuf data. Much of this metadata is still unknown, but is extracted
12294
+ using the Unknown option.
12295
+
12296
+ Tag ID Tag Name Writable
12297
+ ------ -------- --------
12298
+ '1-1' ImageName no
12299
+ '1-2' ImageData no
12300
+ '2' TimeLogText no
12301
+ '3' SummaryText no
12302
+ '9-3' FrameCount no
12303
+ '9-36-1' CreateDate no
12304
+ '12-1' DeviceMake no
12305
+ '12-2' DeviceModel no
12306
+ '12-3' DeviceCodename no
12307
+ '12-4' DeviceHardwareRevision no
12308
+ '12-6' HDRPSoftware no
12309
+ '12-7' AndroidRelease no
12310
+ '12-8' SoftwareDate no
12311
+ '12-9' Application no
12312
+ '12-10' AppVersion no
12313
+ '12-12-1' ExposureTimeMin no
12314
+ '12-12-2' ExposureTimeMax no
12315
+ '12-13-1' ISOMin no
12316
+ '12-13-2' ISOMax no
12317
+ '12-14' MaxAnalogISO no
12318
+
12319
+ =head3 Google ShotLogData Tags
12320
+
12321
+ Stored as base64-encoded, encrypted and gzipped Protobuf data.
12322
+
12323
+ Tag ID Tag Name Writable
12324
+ ------ -------- --------
12325
+ '2' MeteringFrameCount no
12326
+ '3' OriginalPayloadFrameCount no
12327
+
12328
+ =head3 Google GContainer Tags
12329
+
12330
+ Google Container namespace. ExifTool uses the prefix 'GContainer' instead
12331
+ of 'Container' to avoid a conflict with the Google Device Container
12332
+ namespace.
12333
+
12334
+ These tags belong to the ExifTool XMP-GContainer family 1 group.
12335
+
12336
+ Tag Name Writable
12337
+ -------- --------
12338
+ ContainerDirectory Google Directory Struct+
12339
+ DirectoryItem Google Item Struct_+
12340
+ DirectoryItemLabel string_+
12341
+ DirectoryItemLength integer_+
12342
+ DirectoryItemMime string_+
12343
+ DirectoryItemPadding integer_+
12344
+ DirectoryItemSemantic string_+
12345
+ DirectoryItemURI string_+
12346
+
12347
+ =head3 Google Directory Struct
12348
+
12349
+ Field Name Writable
12350
+ ---------- --------
12351
+ Item Google Item Struct
12352
+
12353
+ =head3 Google Item Struct
12354
+
12355
+ Field Name Writable
12356
+ ---------- --------
12357
+ Label string
12358
+ Length integer
12359
+ Mime string
12360
+ Padding integer
12361
+ Semantic string
12362
+ URI string
12363
+
12364
+ =head3 Google GCreations Tags
12365
+
12366
+ Google creations tags.
12367
+
12368
+ These tags belong to the ExifTool XMP-GCreations family 1 group.
12369
+
12370
+ Tag Name Writable
12371
+ -------- --------
12372
+ CameraBurstID string
12373
+ Type string/
12374
+
12375
+ =head3 Google GDepth Tags
12376
+
12377
+ Google depthmap information. See
12378
+ L<https://developers.google.com/depthmap-metadata/> for the specification.
12379
+
12380
+ These tags belong to the ExifTool XMP-GDepth family 1 group.
12381
+
12382
+ Tag Name Writable
12383
+ -------- --------
12384
+ Confidence string/
12385
+ ConfidenceMime string/
12386
+ DepthImage string/
12387
+ Far real/
12388
+ Format string/
12389
+ ImageHeight real/
12390
+ ImageWidth real/
12391
+ Manufacturer string/
12392
+ MeasureType string/
12393
+ Mime string/
12394
+ Model string/
12395
+ Near real/
12396
+ Software string/
12397
+ Units string/
12398
+
12399
+ =head3 Google GFocus Tags
12400
+
12401
+ Focus information found in Google depthmap images.
12402
+
12403
+ These tags belong to the ExifTool XMP-GFocus family 1 group.
12404
+
12405
+ Tag Name Writable
12406
+ -------- --------
12407
+ BlurAtInfinity real
12408
+ FocalDistance real
12409
+ FocalPointX real
12410
+ FocalPointY real
12411
+
12412
+ =head3 Google GImage Tags
12413
+
12414
+ These tags belong to the ExifTool XMP-GImage family 1 group.
12415
+
12416
+ Tag Name Writable
12417
+ -------- --------
12418
+ ImageData string
12419
+ ImageMimeType string
12420
+
12421
+ =head3 Google GPano Tags
12422
+
12423
+ Panorama tags written by Google Photosphere. See
12424
+ L<https://developers.google.com/panorama/metadata/> for the specification.
12425
+
12426
+ These tags belong to the ExifTool XMP-GPano family 1 group.
12427
+
12428
+ Tag Name Writable
12429
+ -------- --------
12430
+ CaptureSoftware string
12431
+ CroppedAreaImageHeightPixels real
12432
+ CroppedAreaImageWidthPixels real
12433
+ CroppedAreaLeftPixels real
12434
+ CroppedAreaTopPixels real
12435
+ ExposureLockUsed boolean
12436
+ FirstPhotoDate date
12437
+ FullPanoHeightPixels real
12438
+ FullPanoWidthPixels real
12439
+ InitialCameraDolly real
12440
+ InitialHorizontalFOVDegrees real
12441
+ InitialVerticalFOVDegrees real
12442
+ InitialViewHeadingDegrees real
12443
+ InitialViewPitchDegrees real
12444
+ InitialViewRollDegrees real
12445
+ LargestValidInteriorRectHeight real
12446
+ LargestValidInteriorRectLeft real
12447
+ LargestValidInteriorRectTop real
12448
+ LargestValidInteriorRectWidth real
12449
+ LastPhotoDate date
12450
+ PoseHeadingDegrees real
12451
+ PosePitchDegrees real
12452
+ PoseRollDegrees real
12453
+ ProjectionType string
12454
+ SourcePhotosCount integer
12455
+ StitchingSoftware string
12456
+ UsePanoramaViewer boolean
12457
+
12458
+ =head3 Google GSpherical Tags
12459
+
12460
+ Not actually XMP. These RDF/XML tags are used in Google spherical MP4
12461
+ videos. These tags are written into the video track of MOV/MP4 files, and
12462
+ not at the top level like other XMP tags. See
12463
+ L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md>
12464
+ for the specification.
12465
+
12466
+ These tags belong to the ExifTool XMP-GSpherical family 1 group.
12467
+
12468
+ Tag Name Writable
12469
+ -------- --------
12470
+ CroppedAreaImageHeightPixels integer/
12471
+ CroppedAreaImageWidthPixels integer/
12472
+ CroppedAreaLeftPixels integer/
12473
+ CroppedAreaTopPixels integer/
12474
+ FullPanoHeightPixels integer/
12475
+ FullPanoWidthPixels integer/
12476
+ InitialViewHeadingDegrees real/
12477
+ InitialViewPitchDegrees real/
12478
+ InitialViewRollDegrees real/
12479
+ ProjectionType string/
12480
+ SourceCount integer/
12481
+ Spherical boolean/
12482
+ StereoMode string/
12483
+ Stitched boolean/
12484
+ StitchingSoftware string/
12485
+ TimeStamp integer/
12486
+
12414
12487
  =head2 GoPro Tags
12415
12488
 
12416
12489
  =head3 GoPro GPMF Tags
@@ -12473,15 +12546,16 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
12473
12546
  'GPSU' GPSDateTime no
12474
12547
  'GRAV' GravityVector no
12475
12548
  'GYRO' Gyroscope no
12476
- 'HCLT' HorizonControl no
12549
+ 'HCTL' HorizonControl no
12477
12550
  'HDRV' HDRVideo no
12478
12551
  'HSGT' HindsightSettings no
12479
- 'HUES' PrediminantHue no
12552
+ 'HUES' PredominantHue no
12480
12553
  'IORI' ImageOrientation no
12481
12554
  'ISOE' ISOSpeeds no
12482
12555
  'ISOG' ImageSensorGain no
12483
12556
  'KBAT' BatteryStatus GoPro KBAT
12484
12557
  'LNED' LocalPositionNED no
12558
+ 'LOGS' HealthLogs no
12485
12559
  'MAGN' Magnetometer no
12486
12560
  'MAPX' MappingXCoefficients no
12487
12561
  'MAPY' MappingYCoefficients no
@@ -12527,6 +12601,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
12527
12601
  'STNM' StreamName? no
12528
12602
  'STRM' NestedSignalStream GoPro GPMF
12529
12603
  'SYST' SystemTime no
12604
+ 'TIMO' TimeOffset no
12530
12605
  'TMPC' CameraTemperature no
12531
12606
  'TSMP' TotalSamples? no
12532
12607
  'TYPE' StructureType? no
@@ -21081,13 +21156,14 @@ sensors are located in the camera.
21081
21156
 
21082
21157
  =head3 Pentax AFInfoK3III Tags
21083
21158
 
21084
- AF tags written by the K-3 Mark III, GR III and GR IIIx.
21159
+ AF tags written by the K-3 Mark III, GR III, GR IIIx and GR IV.
21085
21160
 
21086
21161
  Index2 Tag Name Writable
21087
21162
  ------ -------- --------
21088
21163
  0 AFInfo? int16u[$size/2]
21089
21164
  0.1 AFMode int16u
21090
21165
  1 AFSelectionMode int16u
21166
+ 2 MaxNumAFPoints int16u
21091
21167
  3 NumAFPoints int16u
21092
21168
  7 AFFrameSize no
21093
21169
  7.1 AFAreas no+
@@ -21279,8 +21355,10 @@ These tags are extracted from the maker notes of Phase One images.
21279
21355
 
21280
21356
  =head2 Reconyx Tags
21281
21357
 
21282
- The following tags are extracted from the maker notes of Reconyx Hyperfire
21283
- cameras such as the HC500, HC600 and PC900.
21358
+ =head3 Reconyx HyperFire Tags
21359
+
21360
+ The following tags are extracted from the maker notes of Reconyx RapidFire
21361
+ and HyperFire models such as the HC500, HC600 and PC900.
21284
21362
 
21285
21363
  Index2 Tag Name Writable
21286
21364
  ------ -------- --------
@@ -21294,7 +21372,7 @@ cameras such as the HC500, HC600 and PC900.
21294
21372
  18 MoonPhase int16u
21295
21373
  19 AmbientTemperatureFahrenheit int16s
21296
21374
  20 AmbientTemperature int16s
21297
- 21 SerialNumber undef[30]
21375
+ 21 SerialNumber unicode[15]
21298
21376
  36 Contrast int16u
21299
21377
  37 Brightness int16u
21300
21378
  38 Sharpness int16u
@@ -21304,9 +21382,9 @@ cameras such as the HC500, HC600 and PC900.
21304
21382
  42 BatteryVoltage int16u
21305
21383
  43 UserLabel string[22]
21306
21384
 
21307
- =head3 Reconyx Type2 Tags
21385
+ =head3 Reconyx UltraFire Tags
21308
21386
 
21309
- Tags extracted from models such as the UltraFire.
21387
+ Maker notes tags for Reconyx UltraFire models.
21310
21388
 
21311
21389
  Index1 Tag Name Writable
21312
21390
  ------ -------- --------
@@ -21327,14 +21405,15 @@ Tags extracted from models such as the UltraFire.
21327
21405
  75 SerialNumber string[15]
21328
21406
  90 UserLabel string[21]
21329
21407
 
21330
- =head3 Reconyx Type3 Tags
21408
+ =head3 Reconyx HyperFire2 Tags
21331
21409
 
21332
- Tags extracted from models such as the HF2 PRO.
21410
+ Maker notes tags for Reconyx HyperFire 2 models.
21333
21411
 
21334
21412
  Index1 Tag Name Writable
21335
21413
  ------ -------- --------
21336
21414
  16 FileNumber int16u
21337
21415
  18 DirectoryNumber int16u
21416
+ 20 DirectoryCreateDate int16u[2]
21338
21417
  42 FirmwareVersion int16u[3]
21339
21418
  48 FirmwareDate int16u[2]
21340
21419
  52 TriggerMode string[2]
@@ -21359,6 +21438,74 @@ Tags extracted from models such as the HF2 PRO.
21359
21438
  104 UserLabel string[22]
21360
21439
  126 SerialNumber unicode[15]
21361
21440
 
21441
+ =head3 Reconyx MicroFire Tags
21442
+
21443
+ Maker notes tags for Reconyx MicroFire cameras.
21444
+
21445
+ Index1 Tag Name Writable
21446
+ ------ -------- --------
21447
+ 16 FileNumber int16u
21448
+ 18 DirectoryNumber int16u
21449
+ 20 DirectoryCreateDate int16u[2]
21450
+ 24 SDCardID int16u[8]~
21451
+ 42 FirmwareVersion int16u[3]
21452
+ 48 FirmwareDate int16u[2]
21453
+ 52 BluetoothFirmwareVersion int16u[3]
21454
+ 58 BluetoothFirmwareDate int16u
21455
+ 60 WifiFirmwareVersion int16u[3]
21456
+ 66 WifiFirmwareDate int16u
21457
+ 68 TriggerMode string[2]
21458
+ 70 Sequence int16u[2]
21459
+ 74 EventNumber int16u[2]
21460
+ 78 DateTimeOriginal int16u[6]
21461
+ 90 DayOfWeek int16u
21462
+ 92 MoonPhase int16u
21463
+ 94 AmbientTemperatureFahrenheit int16s
21464
+ 96 AmbientTemperature int16s
21465
+ 98 Contrast int16u
21466
+ 100 Brightness int16u
21467
+ 102 Sharpness int16u
21468
+ 104 Saturation int16u
21469
+ 106 Flash int8u
21470
+ 108 AmbientInfrared int16u
21471
+ 110 AmbientLight int16u
21472
+ 112 MotionSensitivity int16u
21473
+ 114 BatteryVoltage int16u
21474
+ 116 BatteryType int16u
21475
+ 118 UserLabel string[22]
21476
+ 140 SerialNumber unicode[15]
21477
+
21478
+ =head3 Reconyx HyperFire4K Tags
21479
+
21480
+ Maker notes tags for Reconyx HyperFire 4K models.
21481
+
21482
+ Index1 Tag Name Writable
21483
+ ------ -------- --------
21484
+ 26 FirmwareVersion undef[7]
21485
+ 33 UIBFirmwareVersion undef[7]
21486
+ 40 TriggerMode undef[1]
21487
+ 41 Sequence int8u[2]
21488
+ 43 EventNumber int32u
21489
+ 47 DateTimeOriginal undef[7]
21490
+ 54 DayOfWeek int8u
21491
+ 55 MoonPhase int8u
21492
+ 56 AmbientTemperatureFahrenheit int16s
21493
+ 58 AmbientTemperature int16s
21494
+ 60 Contrast int16u
21495
+ 62 Brightness int16u
21496
+ 64 Sharpness int16u
21497
+ 66 Saturation int16u
21498
+ 68 Flash int8u
21499
+ 69 AmbientLight int32u
21500
+ 73 MotionSensitivity int16u
21501
+ 75 BatteryVoltage int16u
21502
+ 77 BatteryVoltageAvg int16u
21503
+ 79 BatteryType int16u
21504
+ 81 UserLabel string[51]
21505
+ 132 SerialNumber string[15]
21506
+ 147 DirectoryNumber int16u
21507
+ 149 FileNumber int16u
21508
+
21362
21509
  =head2 Ricoh Tags
21363
21510
 
21364
21511
  Tag ID Tag Name Writable
@@ -22110,6 +22257,7 @@ MakerNotes.
22110
22257
  0x2039 JPEG-HEIFSwitch int16u
22111
22258
  0x2044 HiddenInfo Sony HiddenInfo
22112
22259
  0x204a FocusLocation2 int16u[4]
22260
+ 0x205c StepCropShooting int8u
22113
22261
  0x3000 ShotInfo Sony ShotInfo
22114
22262
  0x900b Tag900b Sony Tag900b
22115
22263
  0x9050 Tag9050a Sony Tag9050a
@@ -23980,6 +24128,7 @@ still proprietary) Adobe format.
23980
24128
  MakerNoteFujiFilm FujiFilm
23981
24129
  MakerNoteGE GE
23982
24130
  MakerNoteGE2 FujiFilm
24131
+ MakerNoteGoogle Google HDRPlusMakerNote
23983
24132
  MakerNoteHasselblad Unknown
23984
24133
  MakerNoteHP HP
23985
24134
  MakerNoteHP2 HP Type2
@@ -24036,9 +24185,11 @@ still proprietary) Adobe format.
24036
24185
  MakerNotePentax5 Pentax
24037
24186
  MakerNotePentax6 Pentax S1
24038
24187
  MakerNotePhaseOne PhaseOne
24039
- MakerNoteReconyx Reconyx
24040
- MakerNoteReconyx2 Reconyx Type2
24041
- MakerNoteReconyx3 Reconyx Type3
24188
+ MakerNoteReconyxHyperFire Reconyx HyperFire
24189
+ MakerNoteReconyxUltraFire Reconyx UltraFire
24190
+ MakerNoteReconyxHyperFire2 Reconyx HyperFire2
24191
+ MakerNoteReconyxMicroFire Reconyx MicroFire
24192
+ MakerNoteReconyxHyperFire4K Reconyx HyperFire4K
24042
24193
  MakerNoteRicohPentax Pentax
24043
24194
  MakerNoteRicoh Ricoh
24044
24195
  MakerNoteRicoh2 Ricoh Type2
@@ -30030,13 +30181,13 @@ Additional document permissions imposed by digital signatures.
30030
30181
 
30031
30182
  =head2 ID3 Tags
30032
30183
 
30033
- ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, WAV, AIFF,
30034
- OGG, FLAC, APE, MPC and RealAudio files. ID3v2 tags which support multiple
30035
- languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
30036
- followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
30037
- "Comment-spa"). See L<https://id3.org/> for the official ID3 specification
30038
- and L<http://www.loc.gov/standards/iso639-2/php/code_list.php> for a list of
30039
- ISO 639-2 language codes.
30184
+ ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, WAV, WV, AIFF,
30185
+ OGG, FLAC, APE, DSF, MPC and RealAudio files. ID3v2 tags which support
30186
+ multiple languages (eg. Comment and Lyrics) are extracted by specifying the
30187
+ tag name, followed by a dash ('-'), then a 3-character ISO 639-2 language
30188
+ code (eg. "Comment-spa"). See L<https://id3.org/> for the official ID3
30189
+ specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
30190
+ for a list of ISO 639-2 language codes.
30040
30191
 
30041
30192
  Tag Name Writable
30042
30193
  -------- --------
@@ -31819,6 +31970,8 @@ the config file.
31819
31970
  'PENT' PentaxPENT Pentax PENT
31820
31971
  'PXMN' MakerNotePentax5b Pentax
31821
31972
  MakerNotePentax5c Pentax
31973
+ MakerNoteRicohPentax2 Pentax
31974
+ MakerNoteRicohPentax3 Pentax
31822
31975
  MakerNotePentaxUnknown string
31823
31976
  'PXTH' PentaxPreview Pentax PXTH
31824
31977
  'QVMI' CasioQVMI EXIF
@@ -33277,6 +33430,39 @@ Tags extracted from the Theora identification header.
33277
33430
  33 Quality no
33278
33431
  34 PixelFormat no
33279
33432
 
33433
+ =head2 DSF Tags
33434
+
33435
+ Tags read from the 'fmt ' header of a DSF (DSD Stream File) audio files. As
33436
+ well, ID3 metadata may also exist in these files. See
33437
+ L<https://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf>
33438
+ for the specification.
33439
+
33440
+ Index4 Tag Name Writable
33441
+ ------ -------- --------
33442
+ 3 FormatVersion no
33443
+ 4 FormatID no
33444
+ 5 ChannelType no
33445
+ 6 ChannelCount no
33446
+ 7 SampleRate no
33447
+ 8 BitsPerSample no
33448
+ 9 SampleCount no
33449
+ 11 BlockSize no
33450
+
33451
+ =head2 WavPack Tags
33452
+
33453
+ Tags extracted from the header of WavPack (WV and WVP) audio files. These
33454
+ files may also contain RIFF, ID3 and/or APE metadata which is also extracted
33455
+ by ExifTool. See L<https://www.wavpack.com/WavPack5FileFormat.pdf> for the
33456
+ WavPack specification.
33457
+
33458
+ Index4 Tag Name Writable
33459
+ ------ -------- --------
33460
+ 6.1 BytesPerSample no
33461
+ 6.2 AudioType no
33462
+ 6.3 Compression no
33463
+ 6.4 DataFormat no
33464
+ 6.5 SampleRate no
33465
+
33280
33466
  =head2 APE Tags
33281
33467
 
33282
33468
  Tags found in Monkey's Audio (APE) information. Only a few common tags are
@@ -41867,6 +42053,7 @@ for more details.
41867
42053
  MakerNoteFujiFilm
41868
42054
  MakerNoteGE
41869
42055
  MakerNoteGE2
42056
+ MakerNoteGoogle
41870
42057
  MakerNoteHasselblad
41871
42058
  MakerNoteHP
41872
42059
  MakerNoteHP2
@@ -41924,12 +42111,14 @@ for more details.
41924
42111
  MakerNotePentax5
41925
42112
  MakerNotePentax6
41926
42113
  MakerNotePhaseOne
41927
- MakerNoteReconyx
41928
- MakerNoteReconyx2
41929
- MakerNoteReconyx3
42114
+ MakerNoteReconyxHyperFire
42115
+ MakerNoteReconyxUltraFire
42116
+ MakerNoteReconyxHyperFire2
42117
+ MakerNoteReconyxMicroFire
42118
+ MakerNoteReconyxHyperFire4K
42119
+ MakerNoteRicohPentax
41930
42120
  MakerNoteRicoh
41931
42121
  MakerNoteRicoh2
41932
- MakerNoteRicohPentax
41933
42122
  MakerNoteRicohText
41934
42123
  MakerNoteSamsung1a
41935
42124
  MakerNoteSamsung1b