exiftool_vendored 13.36.0 → 13.37.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.
- checksums.yaml +4 -4
- data/bin/Changes +23 -0
- data/bin/MANIFEST +5 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/build_geolocation +7 -3
- data/bin/exiftool +2 -2
- data/bin/lib/Image/ExifTool/Audible.pm +1 -1
- data/bin/lib/Image/ExifTool/BMP.pm +1 -1
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +15 -8
- data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- data/bin/lib/Image/ExifTool/Canon.pm +59 -5
- data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- data/bin/lib/Image/ExifTool/DJI.pm +5 -5
- data/bin/lib/Image/ExifTool/DV.pm +1 -1
- data/bin/lib/Image/ExifTool/EXE.pm +3 -2
- data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIR.pm +3 -3
- data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- data/bin/lib/Image/ExifTool/FujiFilm.pm +5 -4
- data/bin/lib/Image/ExifTool/GIF.pm +1 -1
- data/bin/lib/Image/ExifTool/GM.pm +1 -1
- data/bin/lib/Image/ExifTool/Geolocation.pm +3 -1
- data/bin/lib/Image/ExifTool/Geotag.pm +10 -2
- data/bin/lib/Image/ExifTool/GoPro.pm +5 -5
- data/bin/lib/Image/ExifTool/Google.pm +804 -0
- data/bin/lib/Image/ExifTool/H264.pm +1 -1
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
- data/bin/lib/Image/ExifTool/ID3.pm +3 -3
- data/bin/lib/Image/ExifTool/JPEG.pm +1 -1
- data/bin/lib/Image/ExifTool/JSON.pm +1 -1
- data/bin/lib/Image/ExifTool/LIF.pm +1 -1
- data/bin/lib/Image/ExifTool/LNK.pm +2 -2
- data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- data/bin/lib/Image/ExifTool/M2TS.pm +2 -2
- data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- data/bin/lib/Image/ExifTool/MWG.pm +1 -1
- data/bin/lib/Image/ExifTool/MXF.pm +1 -1
- data/bin/lib/Image/ExifTool/MacOS.pm +2 -2
- data/bin/lib/Image/ExifTool/MakerNotes.pm +30 -7
- data/bin/lib/Image/ExifTool/Microsoft.pm +4 -4
- data/bin/lib/Image/ExifTool/Nikon.pm +4 -4
- data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- data/bin/lib/Image/ExifTool/Olympus.pm +2 -1
- data/bin/lib/Image/ExifTool/Other.pm +1 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
- data/bin/lib/Image/ExifTool/Pentax.pm +18 -7
- data/bin/lib/Image/ExifTool/Protobuf.pm +12 -6
- data/bin/lib/Image/ExifTool/Qualcomm.pm +2 -2
- data/bin/lib/Image/ExifTool/QuickTime.pm +30 -8
- data/bin/lib/Image/ExifTool/README +7 -6
- data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- data/bin/lib/Image/ExifTool/Reconyx.pm +375 -91
- data/bin/lib/Image/ExifTool/Samsung.pm +1 -1
- data/bin/lib/Image/ExifTool/Shortcuts.pm +8 -5
- data/bin/lib/Image/ExifTool/Sony.pm +18 -3
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +3 -2
- data/bin/lib/Image/ExifTool/TagLookup.pm +5745 -5695
- data/bin/lib/Image/ExifTool/TagNames.pod +662 -509
- data/bin/lib/Image/ExifTool/Text.pm +1 -1
- data/bin/lib/Image/ExifTool/Trailer.pm +1 -1
- data/bin/lib/Image/ExifTool/WPG.pm +1 -1
- data/bin/lib/Image/ExifTool/WTV.pm +1 -1
- data/bin/lib/Image/ExifTool/XMP.pm +31 -30
- data/bin/lib/Image/ExifTool/XMP2.pl +0 -482
- data/bin/lib/Image/ExifTool/ZIP.pm +1 -1
- data/bin/lib/Image/ExifTool/iWork.pm +1 -1
- data/bin/lib/Image/ExifTool.pm +4 -4
- data/bin/lib/Image/ExifTool.pod +3 -3
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +4 -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
|
15
|
+
They contain a total of 28745 tags, with 17885 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
|
-
|
801
|
-
|
802
|
-
|
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
|
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
|
1412
|
-
GCamera
|
1413
|
-
GContainer
|
1414
|
-
GCreations
|
1415
|
-
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
|
1418
|
-
GImage
|
1419
|
-
GPano
|
1420
|
-
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
|
@@ -7171,6 +6694,550 @@ GeoTiffAsciiParams.
|
|
7171
6694
|
0xb7a8 InsetNWPixelY no
|
7172
6695
|
0xb7a9 ChartContourInterval no
|
7173
6696
|
|
6697
|
+
=head2 Google Tags
|
6698
|
+
|
6699
|
+
=head3 Google Device Tags
|
6700
|
+
|
6701
|
+
Google depth-map Device tags. See
|
6702
|
+
L<https://developer.android.com/training/camera2/Dynamic-depth-v1.0.pdf> for
|
6703
|
+
the specification.
|
6704
|
+
|
6705
|
+
These tags belong to the ExifTool XMP-Device family 1 group.
|
6706
|
+
|
6707
|
+
Tag Name Writable
|
6708
|
+
-------- --------
|
6709
|
+
AppInfo Google AppInfo Struct
|
6710
|
+
AppInfoApplication string_
|
6711
|
+
AppInfoItemURI string_
|
6712
|
+
AppInfoVersion string_
|
6713
|
+
Cameras Google DeviceCameras Struct+
|
6714
|
+
Camera Google DeviceCamera Struct_+
|
6715
|
+
CameraAppInfo Google AppInfo Struct_+
|
6716
|
+
CameraAppInfoApplication string_+
|
6717
|
+
CameraAppInfoItemURI string_+
|
6718
|
+
CameraAppInfoVersion string_+
|
6719
|
+
CameraDepthMap Google DeviceDepthMap Struct_+
|
6720
|
+
CameraDepthMapConfidenceURI string_+
|
6721
|
+
CameraDepthMapDepthURI string_+
|
6722
|
+
CameraDepthMapFar real_+
|
6723
|
+
CameraDepthMapFocalTable string_+
|
6724
|
+
CameraDepthMapFocalTableEntryCount integer_+
|
6725
|
+
CameraDepthMapFormat string_+
|
6726
|
+
CameraDepthMapItemSemantic string_+
|
6727
|
+
CameraDepthMapMeasureType string_+
|
6728
|
+
CameraDepthMapNear real_+
|
6729
|
+
CameraDepthMapSoftware string_+
|
6730
|
+
CameraDepthMapUnits string_+
|
6731
|
+
CameraImage Google DeviceImage Struct_+
|
6732
|
+
CameraImageItemSemantic string_+
|
6733
|
+
CameraImageItemURI string_+
|
6734
|
+
CameraImagingModel Google DeviceImagingModel Struct_+
|
6735
|
+
CameraImagingModelDistortion string_+
|
6736
|
+
CameraImagingModelDistortionCount integer_+
|
6737
|
+
CameraImagingModelFocalLengthX real_+
|
6738
|
+
CameraImagingModelFocalLengthY real_+
|
6739
|
+
CameraImagingModelImageHeight integer_+
|
6740
|
+
CameraImagingModelImageWidth integer_+
|
6741
|
+
CameraImagingModelPixelAspectRatio real_+
|
6742
|
+
CameraImagingModelPrincipalPointX real_+
|
6743
|
+
CameraImagingModelPrincipalPointY real_+
|
6744
|
+
CameraImagingModelSkew real_+
|
6745
|
+
CameraLightEstimate Google DeviceLightEstimate Struct_+
|
6746
|
+
CameraLightEstimateColorCorrectionB real_+
|
6747
|
+
CameraLightEstimateColorCorrectionG real_+
|
6748
|
+
CameraLightEstimateColorCorrectionR real_+
|
6749
|
+
CameraLightEstimatePixelIntensity real_+
|
6750
|
+
CameraPointCloud Google DevicePointCloud Struct_+
|
6751
|
+
CameraPointCloudMetric boolean_+
|
6752
|
+
CameraPointCloudPointCloud integer_+
|
6753
|
+
CameraPointCloudPoints string_+
|
6754
|
+
CameraPose Google Pose Struct_+
|
6755
|
+
CameraPosePositionX real_+
|
6756
|
+
CameraPosePositionY real_+
|
6757
|
+
CameraPosePositionZ real_+
|
6758
|
+
CameraPoseRotationW real_+
|
6759
|
+
CameraPoseRotationX real_+
|
6760
|
+
CameraPoseRotationY real_+
|
6761
|
+
CameraPoseRotationZ real_+
|
6762
|
+
CameraPoseTimestamp integer_+
|
6763
|
+
CameraTrait string_+
|
6764
|
+
CameraVendorInfo Google VendorInfo Struct_+
|
6765
|
+
CameraVendorInfoManufacturer string_+
|
6766
|
+
CameraVendorInfoModel string_+
|
6767
|
+
CameraVendorInfoNotes string_+
|
6768
|
+
Container Google DeviceContainer Struct
|
6769
|
+
ContainerDirectory Google DeviceDirectory Struct_+
|
6770
|
+
ContainerDirectoryItem Google DeviceItem Struct_+
|
6771
|
+
ContainerDirectoryItemDataURI string_+
|
6772
|
+
ContainerDirectoryItemLength integer_+
|
6773
|
+
ContainerDirectoryItemMime string_+
|
6774
|
+
ContainerDirectoryItemPadding integer_+
|
6775
|
+
EarthPos Google EarthPose Struct
|
6776
|
+
EarthPosAltitude real_
|
6777
|
+
EarthPosLatitude real_
|
6778
|
+
EarthPosLongitude real_
|
6779
|
+
EarthPosRotationW real_
|
6780
|
+
EarthPosRotationX real_
|
6781
|
+
EarthPosRotationY real_
|
6782
|
+
EarthPosRotationZ real_
|
6783
|
+
EarthPosTimestamp integer_
|
6784
|
+
Planes Google DevicePlanes Struct+
|
6785
|
+
Plane Google DevicePlane Struct_+
|
6786
|
+
PlaneBoundary string_+
|
6787
|
+
PlaneBoundaryVertexCount integer_+
|
6788
|
+
PlaneExtentX real_+
|
6789
|
+
PlaneExtentZ real_+
|
6790
|
+
PlanePose Google Pose Struct_+
|
6791
|
+
PlanePosePositionX real_+
|
6792
|
+
PlanePosePositionY real_+
|
6793
|
+
PlanePosePositionZ real_+
|
6794
|
+
PlanePoseRotationW real_+
|
6795
|
+
PlanePoseRotationX real_+
|
6796
|
+
PlanePoseRotationY real_+
|
6797
|
+
PlanePoseRotationZ real_+
|
6798
|
+
PlanePoseTimestamp integer_+
|
6799
|
+
Pose Google Pose Struct
|
6800
|
+
PosePositionX real_
|
6801
|
+
PosePositionY real_
|
6802
|
+
PosePositionZ real_
|
6803
|
+
PoseRotationW real_
|
6804
|
+
PoseRotationX real_
|
6805
|
+
PoseRotationY real_
|
6806
|
+
PoseRotationZ real_
|
6807
|
+
PoseTimestamp integer_
|
6808
|
+
Profiles Google DeviceProfiles Struct+
|
6809
|
+
Profile Google DeviceProfile Struct_+
|
6810
|
+
ProfileCameraIndices integer_+
|
6811
|
+
ProfileType string_+
|
6812
|
+
VendorInfo Google VendorInfo Struct
|
6813
|
+
VendorInfoManufacturer string_
|
6814
|
+
VendorInfoModel string_
|
6815
|
+
VendorInfoNotes string_
|
6816
|
+
|
6817
|
+
=head3 Google AppInfo Struct
|
6818
|
+
|
6819
|
+
Field Name Writable
|
6820
|
+
---------- --------
|
6821
|
+
Application string
|
6822
|
+
ItemURI string
|
6823
|
+
Version string
|
6824
|
+
|
6825
|
+
=head3 Google DeviceCameras Struct
|
6826
|
+
|
6827
|
+
Field Name Writable
|
6828
|
+
---------- --------
|
6829
|
+
Camera Google DeviceCamera Struct
|
6830
|
+
|
6831
|
+
=head3 Google DeviceCamera Struct
|
6832
|
+
|
6833
|
+
Field Name Writable
|
6834
|
+
---------- --------
|
6835
|
+
AppInfo Google AppInfo Struct
|
6836
|
+
DepthMap Google DeviceDepthMap Struct
|
6837
|
+
Image Google DeviceImage Struct
|
6838
|
+
ImagingModel Google DeviceImagingModel Struct
|
6839
|
+
LightEstimate Google DeviceLightEstimate Struct
|
6840
|
+
PointCloud Google DevicePointCloud Struct
|
6841
|
+
Pose Google Pose Struct
|
6842
|
+
Trait string
|
6843
|
+
VendorInfo Google VendorInfo Struct
|
6844
|
+
|
6845
|
+
=head3 Google DeviceDepthMap Struct
|
6846
|
+
|
6847
|
+
Field Name Writable
|
6848
|
+
---------- --------
|
6849
|
+
ConfidenceURI string
|
6850
|
+
DepthURI string
|
6851
|
+
Far real
|
6852
|
+
FocalTable string
|
6853
|
+
FocalTableEntryCount integer
|
6854
|
+
Format string
|
6855
|
+
ItemSemantic string
|
6856
|
+
MeasureType string
|
6857
|
+
Near real
|
6858
|
+
Software string
|
6859
|
+
Units string
|
6860
|
+
|
6861
|
+
=head3 Google DeviceImage Struct
|
6862
|
+
|
6863
|
+
Field Name Writable
|
6864
|
+
---------- --------
|
6865
|
+
ItemSemantic string
|
6866
|
+
ItemURI string
|
6867
|
+
|
6868
|
+
=head3 Google DeviceImagingModel Struct
|
6869
|
+
|
6870
|
+
Field Name Writable
|
6871
|
+
---------- --------
|
6872
|
+
Distortion string
|
6873
|
+
DistortionCount integer
|
6874
|
+
FocalLengthX real
|
6875
|
+
FocalLengthY real
|
6876
|
+
ImageHeight integer
|
6877
|
+
ImageWidth integer
|
6878
|
+
PixelAspectRatio real
|
6879
|
+
PrincipalPointX real
|
6880
|
+
PrincipalPointY real
|
6881
|
+
Skew real
|
6882
|
+
|
6883
|
+
=head3 Google DeviceLightEstimate Struct
|
6884
|
+
|
6885
|
+
Field Name Writable
|
6886
|
+
---------- --------
|
6887
|
+
ColorCorrectionB real
|
6888
|
+
ColorCorrectionG real
|
6889
|
+
ColorCorrectionR real
|
6890
|
+
PixelIntensity real
|
6891
|
+
|
6892
|
+
=head3 Google DevicePointCloud Struct
|
6893
|
+
|
6894
|
+
Field Name Writable
|
6895
|
+
---------- --------
|
6896
|
+
Metric boolean
|
6897
|
+
PointCloud integer
|
6898
|
+
Points string
|
6899
|
+
|
6900
|
+
=head3 Google Pose Struct
|
6901
|
+
|
6902
|
+
Field Name Writable
|
6903
|
+
---------- --------
|
6904
|
+
PositionX real
|
6905
|
+
PositionY real
|
6906
|
+
PositionZ real
|
6907
|
+
RotationW real
|
6908
|
+
RotationX real
|
6909
|
+
RotationY real
|
6910
|
+
RotationZ real
|
6911
|
+
Timestamp integer
|
6912
|
+
|
6913
|
+
=head3 Google VendorInfo Struct
|
6914
|
+
|
6915
|
+
Field Name Writable
|
6916
|
+
---------- --------
|
6917
|
+
Manufacturer string
|
6918
|
+
Model string
|
6919
|
+
Notes string
|
6920
|
+
|
6921
|
+
=head3 Google DeviceContainer Struct
|
6922
|
+
|
6923
|
+
Field Name Writable
|
6924
|
+
---------- --------
|
6925
|
+
Directory Google DeviceDirectory Struct+
|
6926
|
+
|
6927
|
+
=head3 Google DeviceDirectory Struct
|
6928
|
+
|
6929
|
+
Field Name Writable
|
6930
|
+
---------- --------
|
6931
|
+
Item Google DeviceItem Struct
|
6932
|
+
|
6933
|
+
=head3 Google DeviceItem Struct
|
6934
|
+
|
6935
|
+
Field Name Writable
|
6936
|
+
---------- --------
|
6937
|
+
DataURI string
|
6938
|
+
Length integer
|
6939
|
+
Mime string
|
6940
|
+
Padding integer
|
6941
|
+
|
6942
|
+
=head3 Google EarthPose Struct
|
6943
|
+
|
6944
|
+
Field Name Writable
|
6945
|
+
---------- --------
|
6946
|
+
Altitude real
|
6947
|
+
Latitude real
|
6948
|
+
Longitude real
|
6949
|
+
RotationW real
|
6950
|
+
RotationX real
|
6951
|
+
RotationY real
|
6952
|
+
RotationZ real
|
6953
|
+
Timestamp integer
|
6954
|
+
|
6955
|
+
=head3 Google DevicePlanes Struct
|
6956
|
+
|
6957
|
+
Field Name Writable
|
6958
|
+
---------- --------
|
6959
|
+
Plane Google DevicePlane Struct
|
6960
|
+
|
6961
|
+
=head3 Google DevicePlane Struct
|
6962
|
+
|
6963
|
+
Field Name Writable
|
6964
|
+
---------- --------
|
6965
|
+
Boundary string
|
6966
|
+
BoundaryVertexCount integer
|
6967
|
+
ExtentX real
|
6968
|
+
ExtentZ real
|
6969
|
+
Pose Google Pose Struct
|
6970
|
+
|
6971
|
+
=head3 Google DeviceProfiles Struct
|
6972
|
+
|
6973
|
+
Field Name Writable
|
6974
|
+
---------- --------
|
6975
|
+
Profile Google DeviceProfile Struct
|
6976
|
+
|
6977
|
+
=head3 Google DeviceProfile Struct
|
6978
|
+
|
6979
|
+
Field Name Writable
|
6980
|
+
---------- --------
|
6981
|
+
CameraIndices integer+
|
6982
|
+
Type string
|
6983
|
+
|
6984
|
+
=head3 Google GAudio Tags
|
6985
|
+
|
6986
|
+
These tags belong to the ExifTool XMP-GAudio family 1 group.
|
6987
|
+
|
6988
|
+
Tag Name Writable
|
6989
|
+
-------- --------
|
6990
|
+
AudioData string
|
6991
|
+
AudioMimeType string
|
6992
|
+
|
6993
|
+
=head3 Google GCamera Tags
|
6994
|
+
|
6995
|
+
Camera information found in Google panorama images.
|
6996
|
+
|
6997
|
+
These tags belong to the ExifTool XMP-GCamera family 1 group.
|
6998
|
+
|
6999
|
+
Tag Name Writable
|
7000
|
+
-------- --------
|
7001
|
+
BurstID string
|
7002
|
+
BurstPrimary string
|
7003
|
+
DisableAutoCreation string+
|
7004
|
+
DisableSuggestedAction string+
|
7005
|
+
HDRPMakerNote Google HDRPMakerNote
|
7006
|
+
HDRPlusMakerNote Google HDRPlusMakerNote
|
7007
|
+
MicroVideo integer
|
7008
|
+
MicroVideoOffset integer
|
7009
|
+
MicroVideoPresentationTimestampUs integer
|
7010
|
+
MicroVideoVersion integer
|
7011
|
+
MotionPhoto integer
|
7012
|
+
MotionPhotoPresentationTimestampUs integer
|
7013
|
+
MotionPhotoVersion integer
|
7014
|
+
PortraitNote string
|
7015
|
+
PortraitRequest Google HDRPMakerNote
|
7016
|
+
PortraitVersion string
|
7017
|
+
ShotLogData Google ShotLogData
|
7018
|
+
SpecialTypeID string+
|
7019
|
+
|
7020
|
+
=head3 Google HDRPMakerNote Tags
|
7021
|
+
|
7022
|
+
Google text-based HDRP maker note tags. Stored as base64-encoded,
|
7023
|
+
encrypted and gzipped text.
|
7024
|
+
|
7025
|
+
Tag ID Tag Name Writable
|
7026
|
+
------ -------- --------
|
7027
|
+
'Finished image' FinishedImage no
|
7028
|
+
'GoudaRequest' GoudaRequestText no
|
7029
|
+
'InitParams' InitParamsText no
|
7030
|
+
'Logging metadata' LoggingMetadataText no
|
7031
|
+
'Merged image' MergedImage no
|
7032
|
+
'Payload frame' PayloadFrame no
|
7033
|
+
'Payload metadata' PayloadMetadataText no
|
7034
|
+
'ProcessingNotes' ProcessingNotes no
|
7035
|
+
'Rectiface' RectifaceText no
|
7036
|
+
'ShotLogData' ShotLogDataText no
|
7037
|
+
'ShotParams' ShotParamsText no
|
7038
|
+
'StaticMetadata' StaticMetadataText no
|
7039
|
+
'Summary' SummaryText no
|
7040
|
+
'Time log' TimeLogText no
|
7041
|
+
'Unused logging metadata'
|
7042
|
+
UnusedLoggingMetadata no
|
7043
|
+
|
7044
|
+
=head3 Google HDRPlusMakerNote Tags
|
7045
|
+
|
7046
|
+
Google protobuf-format HDR-Plus maker notes. Tag ID's are hierarchical
|
7047
|
+
protobuf field numbers. Stored as base64-encoded, encrypted and gzipped
|
7048
|
+
Protobuf data.
|
7049
|
+
|
7050
|
+
Tag ID Tag Name Writable
|
7051
|
+
------ -------- --------
|
7052
|
+
'2' TimeLogText no
|
7053
|
+
'3' SummaryText no
|
7054
|
+
'1-1' ImageName no
|
7055
|
+
'1-2' ImageData no
|
7056
|
+
'12-1' DeviceMake no
|
7057
|
+
'12-10' AppVersion no
|
7058
|
+
'12-12-1' ExposureTimeMin no
|
7059
|
+
'12-12-2' ExposureTimeMax no
|
7060
|
+
'12-13-1' ISOMin no
|
7061
|
+
'12-13-2' ISOMax no
|
7062
|
+
'12-14' MaxAnalogISO no
|
7063
|
+
'12-2' DeviceModel no
|
7064
|
+
'12-3' DeviceCodename no
|
7065
|
+
'12-4' DeviceHardwareRevision no
|
7066
|
+
'12-6' HDRPSoftware no
|
7067
|
+
'12-7' AndroidRelease no
|
7068
|
+
'12-8' SoftwareDate no
|
7069
|
+
'12-9' Application no
|
7070
|
+
'9-3' FrameCount no
|
7071
|
+
'9-36-1' CreateDate no
|
7072
|
+
|
7073
|
+
=head3 Google ShotLogData Tags
|
7074
|
+
|
7075
|
+
Stored as base64-encoded, encrypted and gzipped Protobuf data.
|
7076
|
+
|
7077
|
+
Tag ID Tag Name Writable
|
7078
|
+
------ -------- --------
|
7079
|
+
'2' MeteringFrameCount no
|
7080
|
+
'3' OriginalPayloadFrameCount no
|
7081
|
+
|
7082
|
+
=head3 Google GContainer Tags
|
7083
|
+
|
7084
|
+
Google Container namespace. ExifTool uses the prefix 'GContainer' instead
|
7085
|
+
of 'Container' to avoid a conflict with the Google Device Container
|
7086
|
+
namespace.
|
7087
|
+
|
7088
|
+
These tags belong to the ExifTool XMP-GContainer family 1 group.
|
7089
|
+
|
7090
|
+
Tag Name Writable
|
7091
|
+
-------- --------
|
7092
|
+
ContainerDirectory Google Directory Struct+
|
7093
|
+
DirectoryItem Google Item Struct_+
|
7094
|
+
DirectoryItemLabel string_+
|
7095
|
+
DirectoryItemLength integer_+
|
7096
|
+
DirectoryItemMime string_+
|
7097
|
+
DirectoryItemPadding integer_+
|
7098
|
+
DirectoryItemSemantic string_+
|
7099
|
+
DirectoryItemURI string_+
|
7100
|
+
|
7101
|
+
=head3 Google Directory Struct
|
7102
|
+
|
7103
|
+
Field Name Writable
|
7104
|
+
---------- --------
|
7105
|
+
Item Google Item Struct
|
7106
|
+
|
7107
|
+
=head3 Google Item Struct
|
7108
|
+
|
7109
|
+
Field Name Writable
|
7110
|
+
---------- --------
|
7111
|
+
Label string
|
7112
|
+
Length integer
|
7113
|
+
Mime string
|
7114
|
+
Padding integer
|
7115
|
+
Semantic string
|
7116
|
+
URI string
|
7117
|
+
|
7118
|
+
=head3 Google GCreations Tags
|
7119
|
+
|
7120
|
+
Google creations tags.
|
7121
|
+
|
7122
|
+
These tags belong to the ExifTool XMP-GCreations family 1 group.
|
7123
|
+
|
7124
|
+
Tag Name Writable
|
7125
|
+
-------- --------
|
7126
|
+
CameraBurstID string
|
7127
|
+
Type string/
|
7128
|
+
|
7129
|
+
=head3 Google GDepth Tags
|
7130
|
+
|
7131
|
+
Google depthmap information. See
|
7132
|
+
L<https://developers.google.com/depthmap-metadata/> for the specification.
|
7133
|
+
|
7134
|
+
These tags belong to the ExifTool XMP-GDepth family 1 group.
|
7135
|
+
|
7136
|
+
Tag Name Writable
|
7137
|
+
-------- --------
|
7138
|
+
Confidence string/
|
7139
|
+
ConfidenceMime string/
|
7140
|
+
DepthImage string/
|
7141
|
+
Far real/
|
7142
|
+
Format string/
|
7143
|
+
ImageHeight real/
|
7144
|
+
ImageWidth real/
|
7145
|
+
Manufacturer string/
|
7146
|
+
MeasureType string/
|
7147
|
+
Mime string/
|
7148
|
+
Model string/
|
7149
|
+
Near real/
|
7150
|
+
Software string/
|
7151
|
+
Units string/
|
7152
|
+
|
7153
|
+
=head3 Google GFocus Tags
|
7154
|
+
|
7155
|
+
Focus information found in Google depthmap images.
|
7156
|
+
|
7157
|
+
These tags belong to the ExifTool XMP-GFocus family 1 group.
|
7158
|
+
|
7159
|
+
Tag Name Writable
|
7160
|
+
-------- --------
|
7161
|
+
BlurAtInfinity real
|
7162
|
+
FocalDistance real
|
7163
|
+
FocalPointX real
|
7164
|
+
FocalPointY real
|
7165
|
+
|
7166
|
+
=head3 Google GImage Tags
|
7167
|
+
|
7168
|
+
These tags belong to the ExifTool XMP-GImage family 1 group.
|
7169
|
+
|
7170
|
+
Tag Name Writable
|
7171
|
+
-------- --------
|
7172
|
+
ImageData string
|
7173
|
+
ImageMimeType string
|
7174
|
+
|
7175
|
+
=head3 Google GPano Tags
|
7176
|
+
|
7177
|
+
Panorama tags written by Google Photosphere. See
|
7178
|
+
L<https://developers.google.com/panorama/metadata/> for the specification.
|
7179
|
+
|
7180
|
+
These tags belong to the ExifTool XMP-GPano family 1 group.
|
7181
|
+
|
7182
|
+
Tag Name Writable
|
7183
|
+
-------- --------
|
7184
|
+
CaptureSoftware string
|
7185
|
+
CroppedAreaImageHeightPixels real
|
7186
|
+
CroppedAreaImageWidthPixels real
|
7187
|
+
CroppedAreaLeftPixels real
|
7188
|
+
CroppedAreaTopPixels real
|
7189
|
+
ExposureLockUsed boolean
|
7190
|
+
FirstPhotoDate date
|
7191
|
+
FullPanoHeightPixels real
|
7192
|
+
FullPanoWidthPixels real
|
7193
|
+
InitialCameraDolly real
|
7194
|
+
InitialHorizontalFOVDegrees real
|
7195
|
+
InitialVerticalFOVDegrees real
|
7196
|
+
InitialViewHeadingDegrees real
|
7197
|
+
InitialViewPitchDegrees real
|
7198
|
+
InitialViewRollDegrees real
|
7199
|
+
LargestValidInteriorRectHeight real
|
7200
|
+
LargestValidInteriorRectLeft real
|
7201
|
+
LargestValidInteriorRectTop real
|
7202
|
+
LargestValidInteriorRectWidth real
|
7203
|
+
LastPhotoDate date
|
7204
|
+
PoseHeadingDegrees real
|
7205
|
+
PosePitchDegrees real
|
7206
|
+
PoseRollDegrees real
|
7207
|
+
ProjectionType string
|
7208
|
+
SourcePhotosCount integer
|
7209
|
+
StitchingSoftware string
|
7210
|
+
UsePanoramaViewer boolean
|
7211
|
+
|
7212
|
+
=head3 Google GSpherical Tags
|
7213
|
+
|
7214
|
+
Not actually XMP. These RDF/XML tags are used in Google spherical MP4
|
7215
|
+
videos. These tags are written into the video track of MOV/MP4 files, and
|
7216
|
+
not at the top level like other XMP tags. See
|
7217
|
+
L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md>
|
7218
|
+
for the specification.
|
7219
|
+
|
7220
|
+
These tags belong to the ExifTool XMP-GSpherical family 1 group.
|
7221
|
+
|
7222
|
+
Tag Name Writable
|
7223
|
+
-------- --------
|
7224
|
+
CroppedAreaImageHeightPixels integer/
|
7225
|
+
CroppedAreaImageWidthPixels integer/
|
7226
|
+
CroppedAreaLeftPixels integer/
|
7227
|
+
CroppedAreaTopPixels integer/
|
7228
|
+
FullPanoHeightPixels integer/
|
7229
|
+
FullPanoWidthPixels integer/
|
7230
|
+
InitialViewHeadingDegrees real/
|
7231
|
+
InitialViewPitchDegrees real/
|
7232
|
+
InitialViewRollDegrees real/
|
7233
|
+
ProjectionType string/
|
7234
|
+
SourceCount integer/
|
7235
|
+
Spherical boolean/
|
7236
|
+
StereoMode string/
|
7237
|
+
Stitched boolean/
|
7238
|
+
StitchingSoftware string/
|
7239
|
+
TimeStamp integer/
|
7240
|
+
|
7174
7241
|
=head2 PLUS Tags
|
7175
7242
|
|
7176
7243
|
=head3 PLUS XMP Tags
|
@@ -10341,6 +10408,11 @@ Information about creative filter settings.
|
|
10341
10408
|
20 SubjectToDetect int32s
|
10342
10409
|
21 SubjectSwitching int32s
|
10343
10410
|
24 EyeDetection int32s
|
10411
|
+
26 WholeAreaTracking int32s
|
10412
|
+
27 ServoAFCharacteristics int32s
|
10413
|
+
28 CaseAutoSetting int32s
|
10414
|
+
29 ActionPriority int32s
|
10415
|
+
30 SportEvents int32s
|
10344
10416
|
|
10345
10417
|
=head3 Canon RawBurstInfo Tags
|
10346
10418
|
|
@@ -21081,13 +21153,14 @@ sensors are located in the camera.
|
|
21081
21153
|
|
21082
21154
|
=head3 Pentax AFInfoK3III Tags
|
21083
21155
|
|
21084
|
-
AF tags written by the K-3 Mark III, GR III and GR
|
21156
|
+
AF tags written by the K-3 Mark III, GR III, GR IIIx and GR IV.
|
21085
21157
|
|
21086
21158
|
Index2 Tag Name Writable
|
21087
21159
|
------ -------- --------
|
21088
21160
|
0 AFInfo? int16u[$size/2]
|
21089
21161
|
0.1 AFMode int16u
|
21090
21162
|
1 AFSelectionMode int16u
|
21163
|
+
2 MaxNumAFPoints int16u
|
21091
21164
|
3 NumAFPoints int16u
|
21092
21165
|
7 AFFrameSize no
|
21093
21166
|
7.1 AFAreas no+
|
@@ -21279,8 +21352,10 @@ These tags are extracted from the maker notes of Phase One images.
|
|
21279
21352
|
|
21280
21353
|
=head2 Reconyx Tags
|
21281
21354
|
|
21282
|
-
|
21283
|
-
|
21355
|
+
=head3 Reconyx HyperFire Tags
|
21356
|
+
|
21357
|
+
The following tags are extracted from the maker notes of Reconyx RapidFire
|
21358
|
+
and HyperFire models such as the HC500, HC600 and PC900.
|
21284
21359
|
|
21285
21360
|
Index2 Tag Name Writable
|
21286
21361
|
------ -------- --------
|
@@ -21294,7 +21369,7 @@ cameras such as the HC500, HC600 and PC900.
|
|
21294
21369
|
18 MoonPhase int16u
|
21295
21370
|
19 AmbientTemperatureFahrenheit int16s
|
21296
21371
|
20 AmbientTemperature int16s
|
21297
|
-
21 SerialNumber
|
21372
|
+
21 SerialNumber unicode[15]
|
21298
21373
|
36 Contrast int16u
|
21299
21374
|
37 Brightness int16u
|
21300
21375
|
38 Sharpness int16u
|
@@ -21304,9 +21379,9 @@ cameras such as the HC500, HC600 and PC900.
|
|
21304
21379
|
42 BatteryVoltage int16u
|
21305
21380
|
43 UserLabel string[22]
|
21306
21381
|
|
21307
|
-
=head3 Reconyx
|
21382
|
+
=head3 Reconyx UltraFire Tags
|
21308
21383
|
|
21309
|
-
|
21384
|
+
Maker notes tags for Reconyx UltraFire models.
|
21310
21385
|
|
21311
21386
|
Index1 Tag Name Writable
|
21312
21387
|
------ -------- --------
|
@@ -21327,14 +21402,15 @@ Tags extracted from models such as the UltraFire.
|
|
21327
21402
|
75 SerialNumber string[15]
|
21328
21403
|
90 UserLabel string[21]
|
21329
21404
|
|
21330
|
-
=head3 Reconyx
|
21405
|
+
=head3 Reconyx HyperFire2 Tags
|
21331
21406
|
|
21332
|
-
|
21407
|
+
Maker notes tags for Reconyx HyperFire 2 models.
|
21333
21408
|
|
21334
21409
|
Index1 Tag Name Writable
|
21335
21410
|
------ -------- --------
|
21336
21411
|
16 FileNumber int16u
|
21337
21412
|
18 DirectoryNumber int16u
|
21413
|
+
20 DirectoryCreateDate int16u[2]
|
21338
21414
|
42 FirmwareVersion int16u[3]
|
21339
21415
|
48 FirmwareDate int16u[2]
|
21340
21416
|
52 TriggerMode string[2]
|
@@ -21359,6 +21435,74 @@ Tags extracted from models such as the HF2 PRO.
|
|
21359
21435
|
104 UserLabel string[22]
|
21360
21436
|
126 SerialNumber unicode[15]
|
21361
21437
|
|
21438
|
+
=head3 Reconyx MicroFire Tags
|
21439
|
+
|
21440
|
+
Maker notes tags for Reconyx MicroFire cameras.
|
21441
|
+
|
21442
|
+
Index1 Tag Name Writable
|
21443
|
+
------ -------- --------
|
21444
|
+
16 FileNumber int16u
|
21445
|
+
18 DirectoryNumber int16u
|
21446
|
+
20 DirectoryCreateDate int16u[2]
|
21447
|
+
24 SDCardID int16u[8]~
|
21448
|
+
42 FirmwareVersion int16u[3]
|
21449
|
+
48 FirmwareDate int16u[2]
|
21450
|
+
52 BluetoothFirmwareVersion int16u[3]
|
21451
|
+
58 BluetoothFirmwareDate int16u
|
21452
|
+
60 WifiFirmwareVersion int16u[3]
|
21453
|
+
66 WifiFirmwareDate int16u
|
21454
|
+
68 TriggerMode string[2]
|
21455
|
+
70 Sequence int16u[2]
|
21456
|
+
74 EventNumber int16u[2]
|
21457
|
+
78 DateTimeOriginal int16u[6]
|
21458
|
+
90 DayOfWeek int16u
|
21459
|
+
92 MoonPhase int16u
|
21460
|
+
94 AmbientTemperatureFahrenheit int16s
|
21461
|
+
96 AmbientTemperature int16s
|
21462
|
+
98 Contrast int16u
|
21463
|
+
100 Brightness int16u
|
21464
|
+
102 Sharpness int16u
|
21465
|
+
104 Saturation int16u
|
21466
|
+
106 Flash int8u
|
21467
|
+
108 AmbientInfrared int16u
|
21468
|
+
110 AmbientLight int16u
|
21469
|
+
112 MotionSensitivity int16u
|
21470
|
+
114 BatteryVoltage int16u
|
21471
|
+
116 BatteryType int16u
|
21472
|
+
118 UserLabel string[22]
|
21473
|
+
140 SerialNumber unicode[15]
|
21474
|
+
|
21475
|
+
=head3 Reconyx HyperFire4K Tags
|
21476
|
+
|
21477
|
+
Maker notes tags for Reconyx HyperFire 4K models.
|
21478
|
+
|
21479
|
+
Index1 Tag Name Writable
|
21480
|
+
------ -------- --------
|
21481
|
+
26 FirmwareVersion undef[7]
|
21482
|
+
33 UIBFirmwareVersion undef[7]
|
21483
|
+
40 TriggerMode undef[1]
|
21484
|
+
41 Sequence int8u[2]
|
21485
|
+
43 EventNumber int32u
|
21486
|
+
47 DateTimeOriginal undef[7]
|
21487
|
+
54 DayOfWeek int8u
|
21488
|
+
55 MoonPhase int8u
|
21489
|
+
56 AmbientTemperatureFahrenheit int16s
|
21490
|
+
58 AmbientTemperature int16s
|
21491
|
+
60 Contrast int16u
|
21492
|
+
62 Brightness int16u
|
21493
|
+
64 Sharpness int16u
|
21494
|
+
66 Saturation int16u
|
21495
|
+
68 Flash int8u
|
21496
|
+
69 AmbientLight int32u
|
21497
|
+
73 MotionSensitivity int16u
|
21498
|
+
75 BatteryVoltage int16u
|
21499
|
+
77 BatteryVoltageAvg int16u
|
21500
|
+
79 BatteryType int16u
|
21501
|
+
81 UserLabel string[51]
|
21502
|
+
132 SerialNumber string[15]
|
21503
|
+
147 DirectoryNumber int16u
|
21504
|
+
149 FileNumber int16u
|
21505
|
+
|
21362
21506
|
=head2 Ricoh Tags
|
21363
21507
|
|
21364
21508
|
Tag ID Tag Name Writable
|
@@ -22110,6 +22254,7 @@ MakerNotes.
|
|
22110
22254
|
0x2039 JPEG-HEIFSwitch int16u
|
22111
22255
|
0x2044 HiddenInfo Sony HiddenInfo
|
22112
22256
|
0x204a FocusLocation2 int16u[4]
|
22257
|
+
0x205c StepCropShooting int8u
|
22113
22258
|
0x3000 ShotInfo Sony ShotInfo
|
22114
22259
|
0x900b Tag900b Sony Tag900b
|
22115
22260
|
0x9050 Tag9050a Sony Tag9050a
|
@@ -23980,6 +24125,7 @@ still proprietary) Adobe format.
|
|
23980
24125
|
MakerNoteFujiFilm FujiFilm
|
23981
24126
|
MakerNoteGE GE
|
23982
24127
|
MakerNoteGE2 FujiFilm
|
24128
|
+
MakerNoteGoogle Google HDRPlusMakerNote
|
23983
24129
|
MakerNoteHasselblad Unknown
|
23984
24130
|
MakerNoteHP HP
|
23985
24131
|
MakerNoteHP2 HP Type2
|
@@ -24036,9 +24182,11 @@ still proprietary) Adobe format.
|
|
24036
24182
|
MakerNotePentax5 Pentax
|
24037
24183
|
MakerNotePentax6 Pentax S1
|
24038
24184
|
MakerNotePhaseOne PhaseOne
|
24039
|
-
|
24040
|
-
|
24041
|
-
|
24185
|
+
MakerNoteReconyxHyperFire Reconyx HyperFire
|
24186
|
+
MakerNoteReconyxUltraFire Reconyx UltraFire
|
24187
|
+
MakerNoteReconyxHyperFire2 Reconyx HyperFire2
|
24188
|
+
MakerNoteReconyxMicroFire Reconyx MicroFire
|
24189
|
+
MakerNoteReconyxHyperFire4K Reconyx HyperFire4K
|
24042
24190
|
MakerNoteRicohPentax Pentax
|
24043
24191
|
MakerNoteRicoh Ricoh
|
24044
24192
|
MakerNoteRicoh2 Ricoh Type2
|
@@ -31819,6 +31967,8 @@ the config file.
|
|
31819
31967
|
'PENT' PentaxPENT Pentax PENT
|
31820
31968
|
'PXMN' MakerNotePentax5b Pentax
|
31821
31969
|
MakerNotePentax5c Pentax
|
31970
|
+
MakerNoteRicohPentax2 Pentax
|
31971
|
+
MakerNoteRicohPentax3 Pentax
|
31822
31972
|
MakerNotePentaxUnknown string
|
31823
31973
|
'PXTH' PentaxPreview Pentax PXTH
|
31824
31974
|
'QVMI' CasioQVMI EXIF
|
@@ -41867,6 +42017,7 @@ for more details.
|
|
41867
42017
|
MakerNoteFujiFilm
|
41868
42018
|
MakerNoteGE
|
41869
42019
|
MakerNoteGE2
|
42020
|
+
MakerNoteGoogle
|
41870
42021
|
MakerNoteHasselblad
|
41871
42022
|
MakerNoteHP
|
41872
42023
|
MakerNoteHP2
|
@@ -41924,12 +42075,14 @@ for more details.
|
|
41924
42075
|
MakerNotePentax5
|
41925
42076
|
MakerNotePentax6
|
41926
42077
|
MakerNotePhaseOne
|
41927
|
-
|
41928
|
-
|
41929
|
-
|
42078
|
+
MakerNoteReconyxHyperFire
|
42079
|
+
MakerNoteReconyxUltraFire
|
42080
|
+
MakerNoteReconyxHyperFire2
|
42081
|
+
MakerNoteReconyxMicroFire
|
42082
|
+
MakerNoteReconyxHyperFire4K
|
42083
|
+
MakerNoteRicohPentax
|
41930
42084
|
MakerNoteRicoh
|
41931
42085
|
MakerNoteRicoh2
|
41932
|
-
MakerNoteRicohPentax
|
41933
42086
|
MakerNoteRicohText
|
41934
42087
|
MakerNoteSamsung1a
|
41935
42088
|
MakerNoteSamsung1b
|