exiftool-vendored.exe 12.99.0 → 13.16.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.
- package/bin/exiftool.exe +0 -0
- package/bin/exiftool_files/exiftool.pl +183 -70
- package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
- package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/AAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +6 -6
- package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +11 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +36 -22
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +66 -27
- package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +196 -30
- package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +138 -33
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +30 -17
- package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +17 -21
- package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +144 -93
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +34 -30
- package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +19 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +49 -14
- package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +120 -8
- package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +81 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ICO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +8 -8
- package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +10 -7
- package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +5 -4
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/InfiRay.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +32 -5
- package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +10 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sk.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LigoGPS.pm +409 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +58 -19
- package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +15 -6
- package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MISB.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +3 -2
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +22 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +495 -39
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +8 -8
- package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +49 -18
- package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +4 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +20 -8
- package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +12 -3
- package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +27 -3
- package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +6 -5
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +65 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Protobuf.pm +270 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +326 -88
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +266 -200
- package/bin/exiftool_files/lib/Image/ExifTool/README +12 -2
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +21 -6
- package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +4 -4
- package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +5 -4
- package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +6 -5
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +7025 -6967
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +477 -46
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +4 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +6 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Vivo.pm +124 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +166 -79
- package/bin/exiftool_files/lib/Image/ExifTool/WriteRIFF.pl +17 -6
- package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +89 -96
- package/bin/exiftool_files/lib/Image/ExifTool/XISF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +39 -14
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +103 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +2 -3
- package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool.pm +338 -166
- package/bin/exiftool_files/lib/Image/ExifTool.pod +119 -73
- package/bin/exiftool_files/readme_windows.txt +8 -13
- package/bin/exiftool_files/windows_exiftool.txt +102 -53
- package/package.json +11 -11
|
@@ -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 28393 tags, with 17525 unique tag names.
|
|
16
16
|
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
|
@@ -115,6 +115,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
|
115
115
|
FPXR FlashPix
|
|
116
116
|
MPF MPF
|
|
117
117
|
InfiRayVersion InfiRay Version
|
|
118
|
+
UniformResourceName no
|
|
118
119
|
PreviewImage no
|
|
119
120
|
'APP3' Meta Kodak Meta
|
|
120
121
|
Stim Stim
|
|
@@ -147,9 +148,12 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
|
147
148
|
DJI-DBG DJI Info
|
|
148
149
|
'APP8' SPIFF JPEG SPIFF
|
|
149
150
|
InfiRayIsothermal InfiRay Isothermal
|
|
151
|
+
SEAL XMP SEAL
|
|
150
152
|
'APP9' MediaJukebox JPEG MediaJukebox
|
|
151
153
|
InfiRaySensor InfiRay Sensor
|
|
154
|
+
SEAL XMP SEAL
|
|
152
155
|
'APP10' Comment no
|
|
156
|
+
HDRGainCurve no
|
|
153
157
|
'APP11' JPEG-HDR JPEG HDR
|
|
154
158
|
JUMBF Jpeg2000
|
|
155
159
|
'APP12' PictureInfo APP12 PictureInfo
|
|
@@ -167,6 +171,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
|
167
171
|
PhotoMechanic PhotoMechanic
|
|
168
172
|
MIE MIE
|
|
169
173
|
Samsung Samsung Trailer
|
|
174
|
+
Vivo Vivo
|
|
170
175
|
EmbeddedVideo no
|
|
171
176
|
Insta360 no
|
|
172
177
|
NikonApp no
|
|
@@ -871,7 +876,7 @@ for the official EXIF 2.32 specification.
|
|
|
871
876
|
0xa433 LensMake ExifIFD string
|
|
872
877
|
0xa434 LensModel ExifIFD string
|
|
873
878
|
0xa435 LensSerialNumber ExifIFD string
|
|
874
|
-
0xa436
|
|
879
|
+
0xa436 ImageTitle ExifIFD string
|
|
875
880
|
0xa437 Photographer ExifIFD string
|
|
876
881
|
0xa438 ImageEditor ExifIFD string
|
|
877
882
|
0xa439 CameraFirmware ExifIFD string
|
|
@@ -1053,6 +1058,7 @@ for the official EXIF 2.32 specification.
|
|
|
1053
1058
|
0xcd49 JXLDistance IFD0 float
|
|
1054
1059
|
0xcd4a JXLEffort IFD0 int32u
|
|
1055
1060
|
0xcd4b JXLDecodeSpeed IFD0 int32u
|
|
1061
|
+
0xcea1 SEAL IFD0 XMP SEAL
|
|
1056
1062
|
0xea1c Padding ExifIFD undef!
|
|
1057
1063
|
0xea1d OffsetSchema ExifIFD int32s!
|
|
1058
1064
|
0xfde8 OwnerName ExifIFD string/
|
|
@@ -1367,6 +1373,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1367
1373
|
acdsee XMP acdsee
|
|
1368
1374
|
acdsee-rs XMP ACDSeeRegions
|
|
1369
1375
|
album XMP Album
|
|
1376
|
+
apdi XMP apdi
|
|
1370
1377
|
apple-fi XMP apple_fi
|
|
1371
1378
|
ast Nikon ast
|
|
1372
1379
|
aux XMP aux
|
|
@@ -1399,6 +1406,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1399
1406
|
GPano XMP GPano
|
|
1400
1407
|
GSpherical XMP GSpherical
|
|
1401
1408
|
hdr XMP hdr
|
|
1409
|
+
HDRGainMap XMP HDRGainMap
|
|
1402
1410
|
hdrgm XMP hdrgm
|
|
1403
1411
|
ics XMP ics
|
|
1404
1412
|
iptcCore XMP iptcCore
|
|
@@ -1427,6 +1435,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1427
1435
|
pur XMP pur
|
|
1428
1436
|
rdf XMP rdf
|
|
1429
1437
|
sdc Nikon sdc
|
|
1438
|
+
seal XMP seal
|
|
1430
1439
|
swf XMP swf
|
|
1431
1440
|
tiff XMP tiff
|
|
1432
1441
|
x XMP x
|
|
@@ -1580,6 +1589,18 @@ These tags belong to the ExifTool XMP-album family 1 group.
|
|
|
1580
1589
|
-------- --------
|
|
1581
1590
|
Notes string
|
|
1582
1591
|
|
|
1592
|
+
=head3 XMP apdi Tags
|
|
1593
|
+
|
|
1594
|
+
Used in Apple HDR GainMap images.
|
|
1595
|
+
|
|
1596
|
+
These tags belong to the ExifTool XMP-apdi family 1 group.
|
|
1597
|
+
|
|
1598
|
+
Tag Name Writable
|
|
1599
|
+
-------- --------
|
|
1600
|
+
AuxiliaryImageType string
|
|
1601
|
+
NativeFormat string
|
|
1602
|
+
StoredFormat string
|
|
1603
|
+
|
|
1583
1604
|
=head3 XMP apple_fi Tags
|
|
1584
1605
|
|
|
1585
1606
|
Face information tags written by the Apple iPhone 5 inside the mwg-rs
|
|
@@ -4605,7 +4626,7 @@ These tags belong to the ExifTool XMP-exif family 1 group.
|
|
|
4605
4626
|
GPSTrack rational
|
|
4606
4627
|
GPSTrackRef string
|
|
4607
4628
|
GPSVersionID string
|
|
4608
|
-
ImageUniqueID string
|
|
4629
|
+
ImageUniqueID string/
|
|
4609
4630
|
ISO integer+
|
|
4610
4631
|
LightSource string
|
|
4611
4632
|
MakerNote string
|
|
@@ -4686,6 +4707,7 @@ These tags belong to the ExifTool XMP-exifEX family 1 group.
|
|
|
4686
4707
|
Acceleration rational
|
|
4687
4708
|
SerialNumber string
|
|
4688
4709
|
CameraElevationAngle rational
|
|
4710
|
+
CameraFirmware string
|
|
4689
4711
|
OwnerName string
|
|
4690
4712
|
CompositeImage integer
|
|
4691
4713
|
CompositeImageCount integer+
|
|
@@ -4702,6 +4724,10 @@ These tags belong to the ExifTool XMP-exifEX family 1 group.
|
|
|
4702
4724
|
CompImageValues rational_+
|
|
4703
4725
|
Gamma rational
|
|
4704
4726
|
Humidity rational
|
|
4727
|
+
ImageEditingSoftware string
|
|
4728
|
+
ImageEditor string
|
|
4729
|
+
ImageTitle string
|
|
4730
|
+
ImageUniqueID string
|
|
4705
4731
|
InteropIndex string
|
|
4706
4732
|
ISOSpeed integer
|
|
4707
4733
|
ISOSpeedLatitudeyyy integer
|
|
@@ -4710,8 +4736,11 @@ These tags belong to the ExifTool XMP-exifEX family 1 group.
|
|
|
4710
4736
|
LensModel string
|
|
4711
4737
|
LensSerialNumber string
|
|
4712
4738
|
LensInfo rational+
|
|
4739
|
+
MetadataEditingSoftware string
|
|
4740
|
+
Photographer string
|
|
4713
4741
|
PhotographicSensitivity integer
|
|
4714
4742
|
Pressure rational
|
|
4743
|
+
RAWDevelopingSoftware string
|
|
4715
4744
|
RecommendedExposureIndex integer
|
|
4716
4745
|
SensitivityType integer
|
|
4717
4746
|
StandardOutputSensitivity integer
|
|
@@ -5018,6 +5047,16 @@ These tags belong to the ExifTool XMP-hdr family 1 group.
|
|
|
5018
5047
|
CCVWhiteXY string
|
|
5019
5048
|
SceneReferred boolean
|
|
5020
5049
|
|
|
5050
|
+
=head3 XMP HDRGainMap Tags
|
|
5051
|
+
|
|
5052
|
+
Used in Apple HDR GainMap images.
|
|
5053
|
+
|
|
5054
|
+
These tags belong to the ExifTool XMP-HDRGainMap family 1 group.
|
|
5055
|
+
|
|
5056
|
+
Tag Name Writable
|
|
5057
|
+
-------- --------
|
|
5058
|
+
HDRGainMapVersion string
|
|
5059
|
+
|
|
5021
5060
|
=head3 XMP hdrgm Tags
|
|
5022
5061
|
|
|
5023
5062
|
Tags used in Adobe gain map images.
|
|
@@ -6144,6 +6183,41 @@ These tags belong to the ExifTool XMP-rdf family 1 group.
|
|
|
6144
6183
|
-------- --------
|
|
6145
6184
|
About string!
|
|
6146
6185
|
|
|
6186
|
+
=head3 XMP seal Tags
|
|
6187
|
+
|
|
6188
|
+
SEAL embedded in XMP.
|
|
6189
|
+
|
|
6190
|
+
These tags belong to the ExifTool XMP-seal family 1 group.
|
|
6191
|
+
|
|
6192
|
+
Tag Name Writable
|
|
6193
|
+
-------- --------
|
|
6194
|
+
Seal XMP SEAL
|
|
6195
|
+
|
|
6196
|
+
=head3 XMP SEAL Tags
|
|
6197
|
+
|
|
6198
|
+
These tags are used in SEAL (Secure Evidence Attribution Label) content
|
|
6199
|
+
authentification, which is actually XML format, not XMP. ExifTool has
|
|
6200
|
+
read/delete support for SEAL information in JPG, TIFF, XMP, PNG, WEBP, HEIC,
|
|
6201
|
+
PPM, MOV and MP4 files, and read-only support in PDF, MKV and WAV. Use
|
|
6202
|
+
C<-seal:all=> on the command line to delete SEAL information in supported
|
|
6203
|
+
formats. See L<https://github.com/hackerfactor/SEAL> for the specification.
|
|
6204
|
+
|
|
6205
|
+
Tag ID Tag Name Writable
|
|
6206
|
+
------ -------- --------
|
|
6207
|
+
'b' ByteRange no
|
|
6208
|
+
'copyright' Copyright no
|
|
6209
|
+
'd' Domain no
|
|
6210
|
+
'da' DigestAlgorithm no
|
|
6211
|
+
'id' Identifier no
|
|
6212
|
+
'info' SEALComment no
|
|
6213
|
+
'ka' KeyAlgorithm no
|
|
6214
|
+
'kv' KeyVersion no
|
|
6215
|
+
's' Signature no
|
|
6216
|
+
'seal' SEALVersion no
|
|
6217
|
+
'sf' SignatureFormat no
|
|
6218
|
+
'sl' SignatureLength no
|
|
6219
|
+
'uid' UniqueIdentifier no
|
|
6220
|
+
|
|
6147
6221
|
=head3 XMP swf Tags
|
|
6148
6222
|
|
|
6149
6223
|
Adobe SWF namespace tags.
|
|
@@ -7358,6 +7432,7 @@ These tags are used in Panasonic/Leica cameras.
|
|
|
7358
7432
|
0x00d6 NoiseReductionStrength rational64s
|
|
7359
7433
|
0x00e4 LensTypeModel int16u
|
|
7360
7434
|
0x00e8 MinimumISO int32u
|
|
7435
|
+
0x00e9 AFSubjectDetection int16u
|
|
7361
7436
|
0x00ee DynamicRangeBoost int16u
|
|
7362
7437
|
0x0e00 PrintIM PrintIM
|
|
7363
7438
|
0x2003 TimeInfo Panasonic TimeInfo
|
|
@@ -8570,6 +8645,7 @@ specification.
|
|
|
8570
8645
|
'cept' ColorEncodingParams no
|
|
8571
8646
|
'chad' ChromaticAdaptation no
|
|
8572
8647
|
'chrm' Chromaticity ICC_Profile Chromaticity
|
|
8648
|
+
'cicp' ColorRepresentation ICC_Profile ColorRep
|
|
8573
8649
|
'ciis' ColorimetricIntentImageState no
|
|
8574
8650
|
'clio' ColorantInfoOut no
|
|
8575
8651
|
'cloo' ColorantOrderOut no
|
|
@@ -8608,6 +8684,7 @@ specification.
|
|
|
8608
8684
|
'gdb1' GamutBoundaryDescription1 no
|
|
8609
8685
|
'gdb2' GamutBoundaryDescription2 no
|
|
8610
8686
|
'gdb3' GamutBoundaryDescription3 no
|
|
8687
|
+
'hdgm' HDGainMapInfo no
|
|
8611
8688
|
'kTRC' GrayTRC no
|
|
8612
8689
|
'lumi' Luminance no
|
|
8613
8690
|
'mcta' MultiplexTypeArray no
|
|
@@ -8689,6 +8766,15 @@ specification.
|
|
|
8689
8766
|
28 ChromaticityChannel3 no
|
|
8690
8767
|
36 ChromaticityChannel4 no
|
|
8691
8768
|
|
|
8769
|
+
=head3 ICC_Profile ColorRep Tags
|
|
8770
|
+
|
|
8771
|
+
Index1 Tag Name Writable
|
|
8772
|
+
------ -------- --------
|
|
8773
|
+
8 ColorPrimaries no
|
|
8774
|
+
9 TransferCharacteristics no
|
|
8775
|
+
10 MatrixCoefficients no
|
|
8776
|
+
11 VideoFullRangeFlag no
|
|
8777
|
+
|
|
8692
8778
|
=head3 ICC_Profile ColorantTable Tags
|
|
8693
8779
|
|
|
8694
8780
|
Index1 Tag Name Writable
|
|
@@ -8830,7 +8916,7 @@ access to this information.
|
|
|
8830
8916
|
0x0432 MeasurementScale? no
|
|
8831
8917
|
0x0433 TimelineInfo? no
|
|
8832
8918
|
0x0434 SheetDisclosure? no
|
|
8833
|
-
0x0435
|
|
8919
|
+
0x0435 ChannelOptions Photoshop ChannelOptions
|
|
8834
8920
|
0x0436 OnionSkins? no
|
|
8835
8921
|
0x0438 CountInfo? no
|
|
8836
8922
|
0x043a PrintInfo2? no
|
|
@@ -8893,6 +8979,17 @@ access to this information.
|
|
|
8893
8979
|
------ -------- --------
|
|
8894
8980
|
4 PixelAspectRatio no
|
|
8895
8981
|
|
|
8982
|
+
=head3 Photoshop ChannelOptions Tags
|
|
8983
|
+
|
|
8984
|
+
These tags relate only to the appearance of a channel.
|
|
8985
|
+
|
|
8986
|
+
Index1 Tag Name Writable
|
|
8987
|
+
------ -------- --------
|
|
8988
|
+
0 ChannelColorSpace no
|
|
8989
|
+
2 ChannelColorData no
|
|
8990
|
+
11 ChannelOpacity no
|
|
8991
|
+
12 ChannelColorIndicates no
|
|
8992
|
+
|
|
8896
8993
|
=head3 Photoshop DocumentData Tags
|
|
8897
8994
|
|
|
8898
8995
|
Tag ID Tag Name Writable
|
|
@@ -9252,6 +9349,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
9252
9349
|
CanonCameraInfo1100D Canon CameraInfo600D
|
|
9253
9350
|
CanonCameraInfo1200D Canon CameraInfo60D
|
|
9254
9351
|
CanonCameraInfoR6 Canon CameraInfoR6
|
|
9352
|
+
CanonCameraInfoR6m2 Canon CameraInfoR6m2
|
|
9255
9353
|
CanonCameraInfoG5XII Canon CameraInfoG5XII
|
|
9256
9354
|
CanonCameraInfoPowerShot Canon CameraInfoPowerShot
|
|
9257
9355
|
CanonCameraInfoPowerShot2 Canon CameraInfoPowerShot2
|
|
@@ -10248,6 +10346,14 @@ CameraInfo tags for the EOS R5 and R6.
|
|
|
10248
10346
|
------ -------- --------
|
|
10249
10347
|
2801 ShutterCount int32u
|
|
10250
10348
|
|
|
10349
|
+
=head3 Canon CameraInfoR6m2 Tags
|
|
10350
|
+
|
|
10351
|
+
CameraInfo tags for the EOS R6 Mark II.
|
|
10352
|
+
|
|
10353
|
+
Index1 Tag Name Writable
|
|
10354
|
+
------ -------- --------
|
|
10355
|
+
3369 ShutterCount int32u
|
|
10356
|
+
|
|
10251
10357
|
=head3 Canon CameraInfoG5XII Tags
|
|
10252
10358
|
|
|
10253
10359
|
CameraInfo tags for the PowerShot G5 X Mark II.
|
|
@@ -12865,6 +12971,75 @@ Thermal parameters extracted from APP4 of some DJI RJPEG files.
|
|
|
12865
12971
|
8 Emissivity no
|
|
12866
12972
|
10 ReflectedTemperature no
|
|
12867
12973
|
|
|
12974
|
+
=head3 DJI Protobuf Tags
|
|
12975
|
+
|
|
12976
|
+
Tags found in protobuf-format DJI djmd and dbgi timed metadata. The known
|
|
12977
|
+
tags listed below are extracted by default, but unknown djmd tags may be
|
|
12978
|
+
extracted as well by setting the Unknown option to 1, or 2 to also extract
|
|
12979
|
+
unknown dbgi debug tags. Tag ID's are composed of the corresponding .proto
|
|
12980
|
+
file name combined with the hierarchical protobuf field numbers.
|
|
12981
|
+
|
|
12982
|
+
ExifTool currently extracts timed GPS plus a few other tags from DJI devices
|
|
12983
|
+
which use the following protocols: dvtm_AVATA2.proto (Avanta 2),
|
|
12984
|
+
dvtm_ac203.proto (Osmo Action 4), dvtm_ac204.proto (Osmo Action 5) and
|
|
12985
|
+
dvtm_wm265e.proto (Mavic 3).
|
|
12986
|
+
|
|
12987
|
+
Note that with the protobuf format, numerical tags missing from the output
|
|
12988
|
+
for a given protocol should be considered to have the default value of 0.
|
|
12989
|
+
|
|
12990
|
+
Tag ID Tag Name Writable
|
|
12991
|
+
------ -------- --------
|
|
12992
|
+
'Protocol' Protocol no
|
|
12993
|
+
'dvtm_AVATA2_1-1-5' SerialNumber no
|
|
12994
|
+
'dvtm_AVATA2_1-1-10' Model no
|
|
12995
|
+
'dvtm_AVATA2_2-2-3-1' SerialNumber2 no
|
|
12996
|
+
'dvtm_AVATA2_2-3' FrameInfo DJI FrameInfo
|
|
12997
|
+
'dvtm_AVATA2_3-1-2' TimeStamp no
|
|
12998
|
+
'dvtm_AVATA2_3-4-4-1' GPSInfo DJI GPSInfo
|
|
12999
|
+
'dvtm_ac203_1-1-5' SerialNumber no
|
|
13000
|
+
'dvtm_ac203_1-1-10' Model no
|
|
13001
|
+
'dvtm_ac203_2-3' FrameInfo DJI FrameInfo
|
|
13002
|
+
'dvtm_ac203_3-4-2-1' GPSInfo DJI GPSInfo
|
|
13003
|
+
'dvtm_ac203_3-4-2-2' GPSAltitude no
|
|
13004
|
+
'dvtm_ac203_3-4-2-6-1' GPSDateTime no
|
|
13005
|
+
'dvtm_ac204_1-1-5' SerialNumber no
|
|
13006
|
+
'dvtm_ac204_1-1-10' Model no
|
|
13007
|
+
'dvtm_ac204_2-3' FrameInfo DJI FrameInfo
|
|
13008
|
+
'dvtm_ac204_3-4-2-1' GPSInfo DJI GPSInfo
|
|
13009
|
+
'dvtm_ac204_3-4-2-2' GPSAltitude no
|
|
13010
|
+
'dvtm_ac204_3-4-2-6-1' GPSDateTime no
|
|
13011
|
+
'dvtm_wm265e_1-1-5' SerialNumber no
|
|
13012
|
+
'dvtm_wm265e_1-1-10' Model no
|
|
13013
|
+
'dvtm_wm265e_2-2' FrameInfo DJI FrameInfo
|
|
13014
|
+
'dvtm_wm265e_3-2-2-1' ISO no
|
|
13015
|
+
'dvtm_wm265e_3-2-3-1' ShutterSpeed no
|
|
13016
|
+
'dvtm_wm265e_3-2-6-1' DigitalZoom no
|
|
13017
|
+
'dvtm_wm265e_3-3-3-1' DroneRoll no
|
|
13018
|
+
'dvtm_wm265e_3-3-3-2' DronePitch no
|
|
13019
|
+
'dvtm_wm265e_3-3-3-3' DroneYaw no
|
|
13020
|
+
'dvtm_wm265e_3-3-4-1' GPSInfo DJI GPSInfo
|
|
13021
|
+
'dvtm_wm265e_3-3-4-2' AbsoluteAltitude no
|
|
13022
|
+
'dvtm_wm265e_3-3-5-1' RelativeAltitude no
|
|
13023
|
+
'dvtm_wm265e_3-4-3-1' GimbalPitch no
|
|
13024
|
+
'dvtm_wm265e_3-4-3-2' GimbalRoll no
|
|
13025
|
+
'dvtm_wm265e_3-4-3-3' GimbalYaw no
|
|
13026
|
+
|
|
13027
|
+
=head3 DJI FrameInfo Tags
|
|
13028
|
+
|
|
13029
|
+
Tag ID Tag Name Writable
|
|
13030
|
+
------ -------- --------
|
|
13031
|
+
1 FrameWidth no
|
|
13032
|
+
2 FrameHeight no
|
|
13033
|
+
3 FrameRate no
|
|
13034
|
+
|
|
13035
|
+
=head3 DJI GPSInfo Tags
|
|
13036
|
+
|
|
13037
|
+
Tag ID Tag Name Writable
|
|
13038
|
+
------ -------- --------
|
|
13039
|
+
1 CoordinateUnits no
|
|
13040
|
+
2 GPSLatitude no
|
|
13041
|
+
3 GPSLongitude no
|
|
13042
|
+
|
|
12868
13043
|
=head2 FLIR Tags
|
|
12869
13044
|
|
|
12870
13045
|
Information extracted from the maker notes of JPEG images from thermal
|
|
@@ -17062,6 +17237,8 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
|
17062
17237
|
MenuSettingsOffsetZ9v4 Nikon MenuSettingsZ9v3
|
|
17063
17238
|
-
|
|
17064
17239
|
Nikon MenuSettingsZ9v4
|
|
17240
|
+
-
|
|
17241
|
+
Nikon MenuSettingsZ9v5
|
|
17065
17242
|
|
|
17066
17243
|
=head3 Nikon MenuSettingsZ9 Tags
|
|
17067
17244
|
|
|
@@ -17223,7 +17400,7 @@ These tags are used by the Z9 firmware 3.00.
|
|
|
17223
17400
|
|
|
17224
17401
|
=head3 Nikon MenuSettingsZ9v4 Tags
|
|
17225
17402
|
|
|
17226
|
-
These tags are used by the Z9 firmware 4.0.0 and 4.1.0
|
|
17403
|
+
These tags are used by the Z9 firmware 4.0.0 and 4.1.0.
|
|
17227
17404
|
|
|
17228
17405
|
Index1 Tag Name Writable
|
|
17229
17406
|
------ -------- --------
|
|
@@ -17363,6 +17540,148 @@ These tags are used by the Z9 firmware 4.0.0 and 4.1.0
|
|
|
17363
17540
|
2070 BracketButtonPlaybackMode int8u
|
|
17364
17541
|
2072 FlashModeButtonPlaybackMode int8u
|
|
17365
17542
|
|
|
17543
|
+
=head3 Nikon MenuSettingsZ9v5 Tags
|
|
17544
|
+
|
|
17545
|
+
These tags are used by the Z9 firmware 5.1.
|
|
17546
|
+
|
|
17547
|
+
Index1 Tag Name Writable
|
|
17548
|
+
------ -------- --------
|
|
17549
|
+
72 HighFrameRate int8u
|
|
17550
|
+
158 MultipleExposureMode int8u
|
|
17551
|
+
160 MultiExposureShots int8u
|
|
17552
|
+
208 Intervals int32u
|
|
17553
|
+
212 ShotsPerInterval int32u
|
|
17554
|
+
252 FocusShiftNumberShots int8u
|
|
17555
|
+
256 FocusShiftStepWidth int8u
|
|
17556
|
+
260 FocusShiftInterval int8u~
|
|
17557
|
+
264 FocusShiftExposureLock? int8u
|
|
17558
|
+
294 PhotoShootingMenuBank int8u
|
|
17559
|
+
296 ExtendedMenuBanks int8u
|
|
17560
|
+
332 PhotoShootingMenuBankImageArea int8u
|
|
17561
|
+
346 AutoISO int8u
|
|
17562
|
+
348 ISOAutoHiLimit? int16u
|
|
17563
|
+
350 ISOAutoFlashLimit? int16u
|
|
17564
|
+
358 ISOAutoShutterTime no
|
|
17565
|
+
440 MovieVignetteControl? int8u
|
|
17566
|
+
442 DiffractionCompensation int8u
|
|
17567
|
+
444 FlickerReductionShooting int8u
|
|
17568
|
+
448 FlashControlMode int8u
|
|
17569
|
+
450 FlashMasterCompensation? int8s
|
|
17570
|
+
454 FlashGNDistance? no
|
|
17571
|
+
458 FlashOutput? int8u
|
|
17572
|
+
552 AFAreaMode int8u
|
|
17573
|
+
554 VRMode int8u
|
|
17574
|
+
558 BracketSet int8u
|
|
17575
|
+
560 BracketProgram int8u
|
|
17576
|
+
562 BracketIncrement int8u
|
|
17577
|
+
574 HDR int8u
|
|
17578
|
+
580 SecondarySlotFunction int8u
|
|
17579
|
+
586 HDRLevel int8u
|
|
17580
|
+
590 Slot2JpgSize? int8u
|
|
17581
|
+
596 DXCropAlert int8u
|
|
17582
|
+
598 SubjectDetection int8u
|
|
17583
|
+
600 DynamicAFAreaSize int8u
|
|
17584
|
+
640 HighFrequencyFlickerReduction? int8u
|
|
17585
|
+
650 MovieImageArea? int8u & 0x01
|
|
17586
|
+
660 MovieType? int8u
|
|
17587
|
+
662 MovieISOAutoHiLimit? int16u
|
|
17588
|
+
664 MovieISOAutoControlManualMode? int8u
|
|
17589
|
+
666 MovieISOAutoManualMode? int16u
|
|
17590
|
+
740 MovieActiveD-Lighting? int8u
|
|
17591
|
+
742 MovieHighISONoiseReduction? int8u
|
|
17592
|
+
748 MovieFlickerReduction int8u
|
|
17593
|
+
750 MovieMeteringMode? int8u
|
|
17594
|
+
752 MovieFocusMode? int8u
|
|
17595
|
+
754 MovieAFAreaMode int8u
|
|
17596
|
+
756 MovieVRMode? int8u
|
|
17597
|
+
760 MovieElectronicVR? int8u
|
|
17598
|
+
762 MovieSoundRecording? int8u
|
|
17599
|
+
764 MicrophoneSensitivity? int8u
|
|
17600
|
+
766 MicrophoneAttenuator? int8u
|
|
17601
|
+
768 MicrophoneFrequencyResponse? int8u
|
|
17602
|
+
770 WindNoiseReduction? int8u
|
|
17603
|
+
792 MovieToneMap? int8u
|
|
17604
|
+
798 MovieFrameSize? int8u
|
|
17605
|
+
800 MovieFrameRate? int8u
|
|
17606
|
+
806 MicrophoneJackPower? int8u
|
|
17607
|
+
807 MovieDXCropAlert? int8u
|
|
17608
|
+
808 MovieSubjectDetection? int8u
|
|
17609
|
+
816 MovieHighResZoom? int8u
|
|
17610
|
+
851 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
|
|
17611
|
+
1502 Language? int8u
|
|
17612
|
+
1504 TimeZone int8u
|
|
17613
|
+
1510 MonitorBrightness? int8u
|
|
17614
|
+
1532 AFFineTune? int8u
|
|
17615
|
+
1536 NonCPULens1FocalLength? int16s~
|
|
17616
|
+
1540 NonCPULens2FocalLength? int16s~
|
|
17617
|
+
1542 NonCPULens3FocalLength? int16s~
|
|
17618
|
+
1548 NonCPULens4FocalLength? int16s~
|
|
17619
|
+
1552 NonCPULens5FocalLength? int16s~
|
|
17620
|
+
1556 NonCPULens6FocalLength? int16s~
|
|
17621
|
+
1560 NonCPULens7FocalLength? int16s~
|
|
17622
|
+
1564 NonCPULens8FocalLength? int16s~
|
|
17623
|
+
1568 NonCPULens9FocalLength? int16s~
|
|
17624
|
+
1572 NonCPULens10FocalLength? int16s~
|
|
17625
|
+
1576 NonCPULens11FocalLength? int16s~
|
|
17626
|
+
1580 NonCPULens12FocalLength? int16s~
|
|
17627
|
+
1584 NonCPULens13FocalLength? int16s~
|
|
17628
|
+
1588 NonCPULens14FocalLength? int16s~
|
|
17629
|
+
1592 NonCPULens15FocalLength? int16s~
|
|
17630
|
+
1596 NonCPULens16FocalLength? int16s~
|
|
17631
|
+
1600 NonCPULens17FocalLength? int16s~
|
|
17632
|
+
1604 NonCPULens18FocalLength? int16s~
|
|
17633
|
+
1608 NonCPULens19FocalLength? int16s~
|
|
17634
|
+
1612 NonCPULens20FocalLength? int16s~
|
|
17635
|
+
1616 NonCPULens1MaxAperture? int16s~
|
|
17636
|
+
1620 NonCPULens2MaxAperture? int16s~
|
|
17637
|
+
1624 NonCPULens3MaxAperture? int16s~
|
|
17638
|
+
1628 NonCPULens4MaxAperture? int16s~
|
|
17639
|
+
1632 NonCPULens5MaxAperture? int16s~
|
|
17640
|
+
1636 NonCPULens6MaxAperture? int16s~
|
|
17641
|
+
1640 NonCPULens7MaxAperture? int16s~
|
|
17642
|
+
1644 NonCPULens8MaxAperture? int16s~
|
|
17643
|
+
1648 NonCPULens9MaxAperture? int16s~
|
|
17644
|
+
1652 NonCPULens10MaxAperture? int16s~
|
|
17645
|
+
1656 NonCPULens11MaxAperture? int16s~
|
|
17646
|
+
1660 NonCPULens12MaxAperture? int16s~
|
|
17647
|
+
1664 NonCPULens13MaxAperture? int16s~
|
|
17648
|
+
1668 NonCPULens14MaxAperture? int16s~
|
|
17649
|
+
1672 NonCPULens15MaxAperture? int16s~
|
|
17650
|
+
1676 NonCPULens16MaxAperture? int16s~
|
|
17651
|
+
1680 NonCPULens17MaxAperture? int16s~
|
|
17652
|
+
1684 NonCPULens18MaxAperture? int16s~
|
|
17653
|
+
1688 NonCPULens19MaxAperture? int16s~
|
|
17654
|
+
1692 NonCPULens20MaxAperture? int16s~
|
|
17655
|
+
1708 HDMIOutputResolution int8u
|
|
17656
|
+
1721 SetClockFromLocationData? int8u
|
|
17657
|
+
1728 AirplaneMode? int8u
|
|
17658
|
+
1729 EmptySlotRelease? int8u
|
|
17659
|
+
1764 EnergySavingMode? int8u
|
|
17660
|
+
1788 RecordLocationData? int8u
|
|
17661
|
+
1792 USBPowerDelivery? int8u
|
|
17662
|
+
1801 SensorShield? int8u
|
|
17663
|
+
1866 AutoCapturePreset int8u
|
|
17664
|
+
1868 FocusShiftAutoReset? int8u
|
|
17665
|
+
1926 PreReleaseBurstLength int8u
|
|
17666
|
+
1928 PostReleaseBurstLength int8u
|
|
17667
|
+
1942 VerticalISOButton int8u
|
|
17668
|
+
1944 ExposureCompensationButton int8u
|
|
17669
|
+
1946 ISOButton int8u
|
|
17670
|
+
2006 ViewModeShowEffectsOfSettings? int8u
|
|
17671
|
+
2008 DispButton int8u
|
|
17672
|
+
2052 ExposureDelay fixed32u~
|
|
17673
|
+
2056 CommandDialFrameAdvanceZoom? int8u
|
|
17674
|
+
2058 SubCommandDialFrameAdvanceZoom? int8u
|
|
17675
|
+
2060 PlaybackButton int8u
|
|
17676
|
+
2062 WBButton int8u
|
|
17677
|
+
2064 BracketButton int8u
|
|
17678
|
+
2066 FlashModeButton int8u
|
|
17679
|
+
2068 LensFunc1ButtonPlaybackMode int8u
|
|
17680
|
+
2070 LensFunc2ButtonPlaybackMode int8u
|
|
17681
|
+
2072 PlaybackButtonPlaybackMode int8u
|
|
17682
|
+
2074 BracketButtonPlaybackMode int8u
|
|
17683
|
+
2076 FlashModeButtonPlaybackMode int8u
|
|
17684
|
+
|
|
17366
17685
|
=head3 Nikon ShotInfo Tags
|
|
17367
17686
|
|
|
17368
17687
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
|
@@ -17746,17 +18065,20 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
17746
18065
|
|
|
17747
18066
|
=head3 Nikon AFInfo2V0400 Tags
|
|
17748
18067
|
|
|
18068
|
+
AF information for Nikon cameras with the Expeed 7 processor: The Zf, Z6_3,
|
|
18069
|
+
Z8, Z9 and Z50_3.
|
|
18070
|
+
|
|
17749
18071
|
Index1 Tag Name Writable
|
|
17750
18072
|
------ -------- --------
|
|
17751
18073
|
0 AFInfo2Version no
|
|
17752
18074
|
5 AFAreaMode int8u
|
|
17753
18075
|
10 AFPointsUsed undef[51]
|
|
18076
|
+
AFPointsUsed undef[35]
|
|
18077
|
+
AFPointsUsed undef[27]
|
|
17754
18078
|
62 AFImageWidth int16u
|
|
17755
18079
|
64 AFImageHeight int16u
|
|
17756
18080
|
66 AFAreaXPosition int16u
|
|
17757
|
-
67 FocusPositionHorizontal int8u~
|
|
17758
18081
|
68 AFAreaYPosition int16u
|
|
17759
|
-
69 FocusPositionVertical int8u~
|
|
17760
18082
|
70 AFAreaWidth int16u
|
|
17761
18083
|
72 AFAreaHeight int16u
|
|
17762
18084
|
74 FocusResult int8u
|
|
@@ -23524,6 +23846,16 @@ Tags written by the Sony Image Data Converter utility in ARW images.
|
|
|
23524
23846
|
0xd100 VersionCreateDate string
|
|
23525
23847
|
0xd101 VersionModifyDate string
|
|
23526
23848
|
|
|
23849
|
+
=head2 Vivo Tags
|
|
23850
|
+
|
|
23851
|
+
Proprietary information written by some Vivo phones.
|
|
23852
|
+
|
|
23853
|
+
Tag Name Writable
|
|
23854
|
+
-------- --------
|
|
23855
|
+
HDRImage no
|
|
23856
|
+
HiddenData no
|
|
23857
|
+
JSONInfo no
|
|
23858
|
+
|
|
23527
23859
|
=head2 Unknown Tags
|
|
23528
23860
|
|
|
23529
23861
|
The following tags are decoded in unsupported maker notes. Use the Unknown
|
|
@@ -24672,6 +25004,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
|
|
|
24672
25004
|
'GLPI' GPSPos GoPro GLPI
|
|
24673
25005
|
'GPRI' GPSRaw? GoPro GPRI
|
|
24674
25006
|
'GPS5' GPSInfo GoPro GPS5
|
|
25007
|
+
'GPS9' GPSInfo9 GoPro GPS9
|
|
24675
25008
|
'GPSA' GPSAltitudeSystem no
|
|
24676
25009
|
'GPSF' GPSMeasureMode no
|
|
24677
25010
|
'GPSP' GPSHPositioningError no
|
|
@@ -24717,11 +25050,14 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
|
|
|
24717
25050
|
'TMPC' CameraTemperature no
|
|
24718
25051
|
'TSMP' TotalSamples? no
|
|
24719
25052
|
'TYPE' StructureType? no
|
|
25053
|
+
'TZON' TimeZone no
|
|
24720
25054
|
'UNIF' InputUniformity no
|
|
24721
25055
|
'UNIT' Units? no
|
|
24722
25056
|
'VERS' MetadataVersion no
|
|
24723
25057
|
'VFOV' FieldOfView no
|
|
25058
|
+
'VFPS' VideoFrameRate no
|
|
24724
25059
|
'VFRH' VisualFlightRulesHUD no
|
|
25060
|
+
'VRES' VideoFrameSize no
|
|
24725
25061
|
'WBAL' ColorTemperatures no
|
|
24726
25062
|
'WNDM' WindProcessing no
|
|
24727
25063
|
'WRGB' WhiteBalanceRGB no
|
|
@@ -24761,6 +25097,19 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
|
|
|
24761
25097
|
3 GPSSpeed no
|
|
24762
25098
|
4 GPSSpeed3D no
|
|
24763
25099
|
|
|
25100
|
+
=head3 GoPro GPS9 Tags
|
|
25101
|
+
|
|
25102
|
+
Index Tag Name Writable
|
|
25103
|
+
----- -------- --------
|
|
25104
|
+
0 GPSLatitude no
|
|
25105
|
+
1 GPSLongitude no
|
|
25106
|
+
2 GPSAltitude no
|
|
25107
|
+
3 GPSSpeed no
|
|
25108
|
+
4 GPSSpeed3D no
|
|
25109
|
+
6 GPSDateTime no
|
|
25110
|
+
7 GPSDOP no
|
|
25111
|
+
8 GPSMeasureMode no
|
|
25112
|
+
|
|
24764
25113
|
=head3 GoPro KBAT Tags
|
|
24765
25114
|
|
|
24766
25115
|
Battery status information found in GoPro Karma videos.
|
|
@@ -28121,6 +28470,7 @@ check if speed is more of a concern.
|
|
|
28121
28470
|
'sPLT' SuggestedPalette no
|
|
28122
28471
|
'sRGB' SRGBRendering yes!
|
|
28123
28472
|
'sTER' StereoImage PNG StereoImage
|
|
28473
|
+
'seAl' SEAL XMP SEAL
|
|
28124
28474
|
'tEXt' TextualData PNG TextualData
|
|
28125
28475
|
'tIME' ModifyDate yes
|
|
28126
28476
|
'tRNS' Transparency no
|
|
@@ -29224,7 +29574,7 @@ C2PA JUMBF metadata extracted from "/C2PA_Manifest" file.
|
|
|
29224
29574
|
|
|
29225
29575
|
Tag ID Tag Name Writable
|
|
29226
29576
|
------ -------- --------
|
|
29227
|
-
'_stream'
|
|
29577
|
+
'_stream' PhotoshopStream Photoshop
|
|
29228
29578
|
|
|
29229
29579
|
=head3 PDF Illustrator Tags
|
|
29230
29580
|
|
|
@@ -29247,7 +29597,7 @@ C2PA JUMBF metadata extracted from "/C2PA_Manifest" file.
|
|
|
29247
29597
|
|
|
29248
29598
|
Tag ID Tag Name Writable
|
|
29249
29599
|
------ -------- --------
|
|
29250
|
-
'_stream'
|
|
29600
|
+
'_stream' AIStream PostScript
|
|
29251
29601
|
|
|
29252
29602
|
=head3 PDF Resources Tags
|
|
29253
29603
|
|
|
@@ -29276,7 +29626,7 @@ C2PA JUMBF metadata extracted from "/C2PA_Manifest" file.
|
|
|
29276
29626
|
|
|
29277
29627
|
Tag ID Tag Name Writable
|
|
29278
29628
|
------ -------- --------
|
|
29279
|
-
'_stream'
|
|
29629
|
+
'_stream' ICC_Profile ICC_Profile
|
|
29280
29630
|
|
|
29281
29631
|
=head3 PDF Properties Tags
|
|
29282
29632
|
|
|
@@ -29794,15 +30144,16 @@ appropriate table in the config file (see
|
|
|
29794
30144
|
example.config in the full distribution for an
|
|
29795
30145
|
example). Note that some tags with the same name but different ID's may
|
|
29796
30146
|
exist in the same location, but the family 7 group names may be used to
|
|
29797
|
-
differentiate these.
|
|
29798
|
-
QuickTime-based files; it extracts other track-specific and timed metadata,
|
|
29799
|
-
but can not yet edit tags in these locations (with the exception of
|
|
29800
|
-
track-level date/time tags).
|
|
30147
|
+
differentiate these.
|
|
29801
30148
|
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29805
|
-
|
|
30149
|
+
ExifTool currently writes
|
|
30150
|
+
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
|
30151
|
+
L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> only as
|
|
30152
|
+
top-level metadata, but select Keys tags are may be written to the audio or
|
|
30153
|
+
video track. See the
|
|
30154
|
+
L<AudioKeys|Image::ExifTool::TagNames/QuickTime AudioKeys Tags> and
|
|
30155
|
+
L<VideoKeys|Image::ExifTool::TagNames/QuickTime VideoKeys Tags> tags for
|
|
30156
|
+
more information.
|
|
29806
30157
|
|
|
29807
30158
|
Alternate language tags may be accessed for
|
|
29808
30159
|
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
|
@@ -29814,8 +30165,8 @@ L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
|
|
|
29814
30165
|
language code, but without a country code. If no language code is specified
|
|
29815
30166
|
when writing, the default language is written and alternate languages for
|
|
29816
30167
|
the tag are deleted. Use the "und" language code to write the default
|
|
29817
|
-
language without deleting alternate languages. Note that
|
|
29818
|
-
as
|
|
30168
|
+
language without deleting alternate languages. Note that when reading,
|
|
30169
|
+
"eng" is also treated as the default language if there is no country code.
|
|
29819
30170
|
|
|
29820
30171
|
According to the specification, integer-format QuickTime date/time tags
|
|
29821
30172
|
should be stored as UTC. Unfortunately, digital cameras often store local
|
|
@@ -29844,6 +30195,7 @@ for the official QuickTime specification.
|
|
|
29844
30195
|
'GPS ' GPSDataList2? no
|
|
29845
30196
|
'IDIT' DateTimeOriginal string
|
|
29846
30197
|
'PICT' PreviewPICT no
|
|
30198
|
+
'SEAL' SEAL XMP SEAL
|
|
29847
30199
|
'_htc' HTCInfo QuickTime HTCInfo
|
|
29848
30200
|
'ardt' ARDroneFile no
|
|
29849
30201
|
'cust' CustomInfo no
|
|
@@ -29872,13 +30224,14 @@ for the official QuickTime specification.
|
|
|
29872
30224
|
'sefd' SamsungTrailer Samsung Trailer
|
|
29873
30225
|
'skip' CanonSkip Canon Skip
|
|
29874
30226
|
PreviewImage no
|
|
29875
|
-
SkipInfo
|
|
30227
|
+
SkipInfo QuickTime Stream
|
|
30228
|
+
LigoGPSInfo -
|
|
29876
30229
|
Skip? no
|
|
29877
30230
|
'thm ' ThumbnailImage no
|
|
29878
30231
|
'thum' ThumbnailImage no
|
|
29879
30232
|
'udat' GPSLog no
|
|
29880
30233
|
'udta' KenwoodData QuickTime Stream
|
|
29881
|
-
|
|
30234
|
+
LigoJSON QuickTime Stream
|
|
29882
30235
|
FLIRData FLIR UserData
|
|
29883
30236
|
'uuid' XMP XMP
|
|
29884
30237
|
UUID-PROF QuickTime Profile
|
|
@@ -29898,7 +30251,7 @@ for the official QuickTime specification.
|
|
|
29898
30251
|
The tags below are extracted from timed metadata in QuickTime and other
|
|
29899
30252
|
formats of video files when the ExtractEmbedded option is used. Although
|
|
29900
30253
|
most of these tags are combined into the single table below, ExifTool
|
|
29901
|
-
currently reads
|
|
30254
|
+
currently reads 100 different types of timed GPS metadata from video files.
|
|
29902
30255
|
|
|
29903
30256
|
Tag Name Writable
|
|
29904
30257
|
-------- --------
|
|
@@ -29909,6 +30262,8 @@ currently reads 78 different formats of timed GPS metadata from video files.
|
|
|
29909
30262
|
CameraDateTime no
|
|
29910
30263
|
CameraModel no
|
|
29911
30264
|
Car no
|
|
30265
|
+
DJIDebug? DJI Protobuf
|
|
30266
|
+
DJIMetadata DJI Protobuf
|
|
29912
30267
|
DateTimeOriginal no
|
|
29913
30268
|
DateTimeStamp no
|
|
29914
30269
|
Distance no
|
|
@@ -29934,6 +30289,7 @@ currently reads 78 different formats of timed GPS metadata from video files.
|
|
|
29934
30289
|
ISO no
|
|
29935
30290
|
JpgFromRaw no
|
|
29936
30291
|
KiloCalories no
|
|
30292
|
+
MagneticVariation no
|
|
29937
30293
|
PreviewImage no
|
|
29938
30294
|
PreviewInfo QuickTime PreviewInfo
|
|
29939
30295
|
RVMI_gReV QuickTime RVMI_gReV
|
|
@@ -30098,15 +30454,11 @@ changed via the config file.
|
|
|
30098
30454
|
'artist' Artist yes
|
|
30099
30455
|
'artwork' Artwork yes
|
|
30100
30456
|
'author' Author yes
|
|
30101
|
-
'camera.framereadouttimeinmicroseconds'
|
|
30102
|
-
FrameReadoutTime yes
|
|
30103
|
-
'camera.identifier' CameraIdentifier yes
|
|
30104
30457
|
'collection.user' UserCollection yes
|
|
30105
30458
|
'com.android.capture.fps' AndroidCaptureFPS float
|
|
30106
30459
|
'com.android.manufacturer' AndroidMake yes
|
|
30107
30460
|
'com.android.model' AndroidModel yes
|
|
30108
30461
|
'com.android.version' AndroidVersion yes
|
|
30109
|
-
'com.apple.photos.captureMode' CaptureMode yes
|
|
30110
30462
|
'com.xiaomi.hdr10' XiaomiHDR10 int32s
|
|
30111
30463
|
'com.xiaomi.preview_video_cover'
|
|
30112
30464
|
XiaomiPreviewVideoCover int32s
|
|
@@ -30129,6 +30481,8 @@ changed via the config file.
|
|
|
30129
30481
|
'director' Director yes
|
|
30130
30482
|
'displayname' DisplayName yes
|
|
30131
30483
|
'encoder' Encoder yes
|
|
30484
|
+
'full-frame-rate-playback-intent'
|
|
30485
|
+
FullFrameRatePlaybackIntent yes
|
|
30132
30486
|
'genre' Genre yes
|
|
30133
30487
|
'information' Information yes
|
|
30134
30488
|
'keywords' Keywords yes
|
|
@@ -30173,6 +30527,35 @@ changed via the config file.
|
|
|
30173
30527
|
'xiaomi.exifInfo.videoinfo' XiaomiExifInfo yes
|
|
30174
30528
|
'year' Year yes
|
|
30175
30529
|
|
|
30530
|
+
=head3 QuickTime AudioKeys Tags
|
|
30531
|
+
|
|
30532
|
+
Keys tags written in the audio track by some Apple devices. These tags
|
|
30533
|
+
belong to the ExifTool AudioKeys family 1 gorup.
|
|
30534
|
+
|
|
30535
|
+
Tag ID Tag Name Writable
|
|
30536
|
+
------ -------- --------
|
|
30537
|
+
'player.movie.audio.balance' Balance yes
|
|
30538
|
+
'player.movie.audio.bass' Bass yes
|
|
30539
|
+
'player.movie.audio.gain' AudioGain yes
|
|
30540
|
+
'player.movie.audio.mute' Mute int8u
|
|
30541
|
+
'player.movie.audio.pitchshift' PitchShift yes
|
|
30542
|
+
'player.movie.audio.treble' Treble yes
|
|
30543
|
+
|
|
30544
|
+
=head3 QuickTime VideoKeys Tags
|
|
30545
|
+
|
|
30546
|
+
Keys tags written in the video track. These tags belong to the ExifTool
|
|
30547
|
+
VideoKeys family 1 gorup.
|
|
30548
|
+
|
|
30549
|
+
Tag ID Tag Name Writable
|
|
30550
|
+
------ -------- --------
|
|
30551
|
+
'camera.focal_length.35mm_equivalent'
|
|
30552
|
+
FocalLengthIn35mmFormat yes
|
|
30553
|
+
'camera.framereadouttimeinmicroseconds'
|
|
30554
|
+
FrameReadoutTime yes
|
|
30555
|
+
'camera.identifier' CameraIdentifier yes
|
|
30556
|
+
'camera.lens_model' LensModel yes
|
|
30557
|
+
'com.apple.photos.captureMode' CaptureMode yes
|
|
30558
|
+
|
|
30176
30559
|
=head3 QuickTime FaceInfo Tags
|
|
30177
30560
|
|
|
30178
30561
|
Tag ID Tag Name Writable
|
|
@@ -30187,22 +30570,29 @@ changed via the config file.
|
|
|
30187
30570
|
|
|
30188
30571
|
=head3 QuickTime tx3g Tags
|
|
30189
30572
|
|
|
30190
|
-
Tags extracted from the tx3g sbtl timed metadata of Yuneec drones,
|
|
30191
|
-
subtitle text in some other videos.
|
|
30573
|
+
Tags extracted from the tx3g sbtl timed metadata of Yuneec and Autel drones,
|
|
30574
|
+
and subtitle text in some other videos.
|
|
30192
30575
|
|
|
30193
|
-
Tag ID
|
|
30194
|
-
------
|
|
30195
|
-
'Alt'
|
|
30196
|
-
'DateTime'
|
|
30197
|
-
'
|
|
30198
|
-
'
|
|
30199
|
-
'
|
|
30200
|
-
'
|
|
30201
|
-
'
|
|
30202
|
-
'
|
|
30203
|
-
'
|
|
30204
|
-
'
|
|
30205
|
-
'
|
|
30576
|
+
Tag ID Tag Name Writable
|
|
30577
|
+
------ -------- --------
|
|
30578
|
+
'Alt' GPSAltitude no
|
|
30579
|
+
'DateTime' DateTime no
|
|
30580
|
+
'EV' ExposureCompensation no
|
|
30581
|
+
'F-NUM' FNumber no
|
|
30582
|
+
'GPSDateTime' GPSDateTime no
|
|
30583
|
+
'GimPitch' GimbalPitch no
|
|
30584
|
+
'GimRoll' GimbalRoll no
|
|
30585
|
+
'GimYaw' GimbalYaw no
|
|
30586
|
+
'HomeLat' GPSHomeLatitude no
|
|
30587
|
+
'HomeLon' GPSHomeLongitude no
|
|
30588
|
+
'ISO' ISO no
|
|
30589
|
+
'Lat' GPSLatitude no
|
|
30590
|
+
'Lon' GPSLongitude no
|
|
30591
|
+
'Pitch' Pitch no
|
|
30592
|
+
'Roll' Roll no
|
|
30593
|
+
'SHUTTER' ExposureTime no
|
|
30594
|
+
'Text' Text no
|
|
30595
|
+
'Yaw' Yaw no
|
|
30206
30596
|
|
|
30207
30597
|
=head3 QuickTime HTCInfo Tags
|
|
30208
30598
|
|
|
@@ -30254,6 +30644,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
|
30254
30644
|
'bxml' BinaryXML? no
|
|
30255
30645
|
'dinf' DataInfo QuickTime DataInfo
|
|
30256
30646
|
'free' Free? no
|
|
30647
|
+
'grpl' Unknown_grpl QuickTime grpl
|
|
30257
30648
|
'hdlr' Handler QuickTime Handler
|
|
30258
30649
|
'idat' MetaImageSize no
|
|
30259
30650
|
'iinf' ItemInformation QuickTime ItemInfo
|
|
@@ -30264,7 +30655,9 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
|
30264
30655
|
'ipro' ItemProtection? no
|
|
30265
30656
|
'iprp' ItemProperties QuickTime ItemProp
|
|
30266
30657
|
'iref' ItemReference QuickTime ItemRef
|
|
30267
|
-
'keys'
|
|
30658
|
+
'keys' AudioKeys QuickTime AudioKeys
|
|
30659
|
+
VideoKeys QuickTime VideoKeys
|
|
30660
|
+
Keys QuickTime Keys
|
|
30268
30661
|
'pitm' PrimaryItemReference no
|
|
30269
30662
|
'uuid' MetaVersion no
|
|
30270
30663
|
UUID-Unknown? no
|
|
@@ -30288,6 +30681,12 @@ MP4 data reference box.
|
|
|
30288
30681
|
'url ' URL no
|
|
30289
30682
|
'urn ' URN no
|
|
30290
30683
|
|
|
30684
|
+
=head3 QuickTime grpl Tags
|
|
30685
|
+
|
|
30686
|
+
Tag ID Tag Name Writable
|
|
30687
|
+
------ -------- --------
|
|
30688
|
+
[no tags known]
|
|
30689
|
+
|
|
30291
30690
|
=head3 QuickTime Handler Tags
|
|
30292
30691
|
|
|
30293
30692
|
Index1 Tag Name Writable
|
|
@@ -31636,6 +32035,7 @@ metadata to WEBP images, but can't yet write to other RIFF-based formats.
|
|
|
31636
32035
|
'LIST_hydt' PentaxData Pentax AVI
|
|
31637
32036
|
'LIST_ncdt' NikonData Nikon AVI
|
|
31638
32037
|
'LIST_pntx' PentaxData2 Pentax AVI
|
|
32038
|
+
'SEAL' SEAL XMP SEAL
|
|
31639
32039
|
'SGLT' BikeBroAccel QuickTime Stream
|
|
31640
32040
|
'SLLT' BikeBroGPS QuickTime Stream
|
|
31641
32041
|
'VP8 ' VP8Bitstream RIFF VP8
|
|
@@ -31925,6 +32325,7 @@ This chunk is found in lossless WebP files.
|
|
|
31925
32325
|
------ -------- --------
|
|
31926
32326
|
1 ImageWidth no
|
|
31927
32327
|
2 ImageHeight no
|
|
32328
|
+
4 AlphaIsUsed no
|
|
31928
32329
|
|
|
31929
32330
|
=head3 RIFF VP8X Tags
|
|
31930
32331
|
|
|
@@ -33243,6 +33644,7 @@ Matroska specification.
|
|
|
33243
33644
|
0xb538667 SignatureSlot Matroska
|
|
33244
33645
|
0xc53bb6b Cues Matroska
|
|
33245
33646
|
0xf43b675 Cluster Matroska
|
|
33647
|
+
0x5345414c SEAL XMP SEAL
|
|
33246
33648
|
|
|
33247
33649
|
=head3 Matroska Projection Tags
|
|
33248
33650
|
|
|
@@ -33313,10 +33715,10 @@ L<https://www.matroska.org/technical/tagging.html>).
|
|
|
33313
33715
|
'GENRE' Genre no
|
|
33314
33716
|
'IMDB' IMDB no
|
|
33315
33717
|
'INITIAL_KEY' InitialKey no
|
|
33316
|
-
'INSTRUMENTS' Instruments no
|
|
33718
|
+
'INSTRUMENTS' Instruments no+
|
|
33317
33719
|
'ISBN' ISBN no
|
|
33318
33720
|
'ISRC' ISRC no
|
|
33319
|
-
'KEYWORDS' Keywords no
|
|
33721
|
+
'KEYWORDS' Keywords no+
|
|
33320
33722
|
'LABEL' Label no
|
|
33321
33723
|
'LABEL_CODE' LabelCode no
|
|
33322
33724
|
'LAW_RATING' LawRating no
|
|
@@ -39485,6 +39887,35 @@ existing StringFileInfo tags even if not listed in this table.
|
|
|
39485
39887
|
ProductVersion no
|
|
39486
39888
|
SpecialBuild no
|
|
39487
39889
|
|
|
39890
|
+
=head3 EXE DebugRSDS Tags
|
|
39891
|
+
|
|
39892
|
+
CodeView RSDS debug information found in some Windows EXE files.
|
|
39893
|
+
|
|
39894
|
+
Index1 Tag Name Writable
|
|
39895
|
+
------ -------- --------
|
|
39896
|
+
0 PDBModifyDate no
|
|
39897
|
+
20 PDBAge no
|
|
39898
|
+
24 PDBFileName no
|
|
39899
|
+
|
|
39900
|
+
=head3 EXE DebugNB10 Tags
|
|
39901
|
+
|
|
39902
|
+
CodeView NB10 debug information found in some Windows EXE files.
|
|
39903
|
+
|
|
39904
|
+
Index1 Tag Name Writable
|
|
39905
|
+
------ -------- --------
|
|
39906
|
+
0 PDBModifyDate no
|
|
39907
|
+
8 PDBCreateDate no
|
|
39908
|
+
12 PDBAge no
|
|
39909
|
+
16 PDBFileName no
|
|
39910
|
+
|
|
39911
|
+
=head3 EXE Misc Tags
|
|
39912
|
+
|
|
39913
|
+
Miscellaneous CodeView debug information in Windows EXE files.
|
|
39914
|
+
|
|
39915
|
+
Index1 Tag Name Writable
|
|
39916
|
+
------ -------- --------
|
|
39917
|
+
12 EXEFileName no
|
|
39918
|
+
|
|
39488
39919
|
=head3 EXE MachO Tags
|
|
39489
39920
|
|
|
39490
39921
|
Information extracted from Mach-O (Mac OS X) executable files and DYLIB
|
|
@@ -41338,7 +41769,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
|
|
|
41338
41769
|
|
|
41339
41770
|
=head1 AUTHOR
|
|
41340
41771
|
|
|
41341
|
-
Copyright 2003-
|
|
41772
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
41342
41773
|
|
|
41343
41774
|
This library is free software; you can redistribute it and/or modify it
|
|
41344
41775
|
under the same terms as Perl itself.
|