exiftool-vendored.pl 12.50.0 → 12.55.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/Changes +81 -3
- package/bin/MANIFEST +2 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +3 -3
- package/bin/exiftool +15 -12
- package/bin/fmt_files/kml_track.fmt +3 -3
- package/bin/lib/File/RandomAccess.pm +1 -1
- package/bin/lib/File/RandomAccess.pod +2 -2
- package/bin/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/lib/Image/ExifTool/Apple.pm +197 -27
- package/bin/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/BuildTagLookup.pm +4 -4
- package/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/lib/Image/ExifTool/Canon.pm +14 -2
- package/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonVRD.pm +9 -9
- package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/lib/Image/ExifTool/Casio.pm +4 -4
- package/bin/lib/Image/ExifTool/Charset.pm +1 -1
- package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
- package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/lib/Image/ExifTool/Exif.pm +5 -16
- package/bin/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIR.pm +7 -6
- package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- package/bin/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/lib/Image/ExifTool/FujiFilm.pm +21 -13
- package/bin/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/lib/Image/ExifTool/GIF.pm +1 -1
- package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/lib/Image/ExifTool/GPS.pm +12 -6
- package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/lib/Image/ExifTool/Geotag.pm +25 -8
- package/bin/lib/Image/ExifTool/GoPro.pm +1 -1
- package/bin/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
- package/bin/lib/Image/ExifTool/ICO.pm +1 -1
- package/bin/lib/Image/ExifTool/ID3.pm +1 -1
- package/bin/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/lib/Image/ExifTool/JPEG.pm +2 -1
- package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/lib/Image/ExifTool/Jpeg2000.pm +35 -8
- package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/de.pm +2 -2
- package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fr.pm +6016 -760
- package/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/sk.pm +1806 -0
- package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/lib/Image/ExifTool/M2TS.pm +1 -1
- package/bin/lib/Image/ExifTool/MIE.pm +1 -1
- package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/MISB.pm +1 -1
- package/bin/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/lib/Image/ExifTool/Matroska.pm +262 -46
- package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/lib/Image/ExifTool/Nikon.pm +687 -280
- package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/lib/Image/ExifTool/NikonCustom.pm +140 -107
- package/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
- package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/lib/Image/ExifTool/Olympus.pm +4 -3
- package/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
- package/bin/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/lib/Image/ExifTool/PDF.pm +1 -1
- package/bin/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/lib/Image/ExifTool/PLIST.pm +12 -7
- package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/lib/Image/ExifTool/PNG.pm +9 -2
- package/bin/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/lib/Image/ExifTool/Panasonic.pm +1 -1
- package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/lib/Image/ExifTool/Pentax.pm +1 -1
- package/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/lib/Image/ExifTool/QuickTime.pm +26 -7
- package/bin/lib/Image/ExifTool/QuickTimeStream.pl +166 -39
- package/bin/lib/Image/ExifTool/README +5 -1
- package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
- package/bin/lib/Image/ExifTool/Samsung.pm +3 -1
- package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/lib/Image/ExifTool/Shift.pl +1 -1
- package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Sony.pm +7 -7
- package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/lib/Image/ExifTool/TagInfoXML.pm +13 -8
- package/bin/lib/Image/ExifTool/TagLookup.pm +4608 -4512
- package/bin/lib/Image/ExifTool/TagNames.pod +323 -43
- package/bin/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteExif.pl +14 -1
- package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePDF.pl +5 -1
- package/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteQuickTime.pl +30 -14
- package/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteXMP.pl +16 -2
- package/bin/lib/Image/ExifTool/Writer.pl +35 -15
- package/bin/lib/Image/ExifTool/XMP.pm +23 -3
- package/bin/lib/Image/ExifTool/XMP2.pl +20 -1
- package/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
- package/bin/lib/Image/ExifTool/ZIP.pm +20 -8
- package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/lib/Image/ExifTool.pm +38 -16
- package/bin/lib/Image/ExifTool.pod +39 -38
- package/bin/perl-Image-ExifTool.spec +1 -1
- package/bin/pp_build_exe.args +6 -5
- package/package.json +4 -4
|
@@ -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 26274 tags, with 16757 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
|
|
@@ -82,7 +82,7 @@ types of meta information. To determine a tag name, either consult this
|
|
|
82
82
|
documentation or run C<exiftool -s> on a file containing the information in
|
|
83
83
|
question.
|
|
84
84
|
|
|
85
|
-
I<(This documentation is the result of
|
|
85
|
+
I<(This documentation is the result of decades of research, testing and
|
|
86
86
|
reverse engineering, and is the most complete metadata tag list available
|
|
87
87
|
anywhere on the internet. It is provided not only for ExifTool users, but
|
|
88
88
|
more importantly as a public service to help augment the collective
|
|
@@ -1283,6 +1283,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
|
|
|
1283
1283
|
GImage XMP GImage
|
|
1284
1284
|
GPano XMP GPano
|
|
1285
1285
|
GSpherical XMP GSpherical
|
|
1286
|
+
hdr XMP hdr
|
|
1286
1287
|
ics XMP ics
|
|
1287
1288
|
iptcCore XMP iptcCore
|
|
1288
1289
|
iptcExt XMP iptcExt
|
|
@@ -1869,6 +1870,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
1869
1870
|
Group lang-alt/
|
|
1870
1871
|
HasCrop boolean/
|
|
1871
1872
|
HasSettings boolean/
|
|
1873
|
+
HDREditMode integer/
|
|
1872
1874
|
Highlight2012 integer/
|
|
1873
1875
|
HighlightRecovery integer/
|
|
1874
1876
|
Highlights2012 integer/
|
|
@@ -2375,6 +2377,12 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
|
2375
2377
|
SaturationAdjustmentPurple integer/
|
|
2376
2378
|
SaturationAdjustmentRed integer/
|
|
2377
2379
|
SaturationAdjustmentYellow integer/
|
|
2380
|
+
SDRBlend real/
|
|
2381
|
+
SDRBrightness real/
|
|
2382
|
+
SDRContrast real/
|
|
2383
|
+
SDRHighlights real/
|
|
2384
|
+
SDRShadows real/
|
|
2385
|
+
SDRWhites real/
|
|
2378
2386
|
Shadows integer/
|
|
2379
2387
|
Shadows2012 integer/
|
|
2380
2388
|
ShadowTint integer/
|
|
@@ -3054,6 +3062,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3054
3062
|
Group lang-alt/
|
|
3055
3063
|
HasCrop boolean
|
|
3056
3064
|
HasSettings boolean
|
|
3065
|
+
HDREditMode integer
|
|
3057
3066
|
Highlight2012 integer
|
|
3058
3067
|
HighlightRecovery integer
|
|
3059
3068
|
Highlights2012 integer
|
|
@@ -3560,6 +3569,12 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
|
3560
3569
|
SaturationAdjustmentPurple integer
|
|
3561
3570
|
SaturationAdjustmentRed integer
|
|
3562
3571
|
SaturationAdjustmentYellow integer
|
|
3572
|
+
SDRBlend real
|
|
3573
|
+
SDRBrightness real
|
|
3574
|
+
SDRContrast real
|
|
3575
|
+
SDRHighlights real
|
|
3576
|
+
SDRShadows real
|
|
3577
|
+
SDRWhites real
|
|
3563
3578
|
Shadows integer
|
|
3564
3579
|
Shadows2012 integer
|
|
3565
3580
|
ShadowTint integer
|
|
@@ -4433,6 +4448,23 @@ These tags belong to the ExifTool XMP-GSpherical family 1 group.
|
|
|
4433
4448
|
StitchingSoftware string/
|
|
4434
4449
|
TimeStamp integer/
|
|
4435
4450
|
|
|
4451
|
+
=head3 XMP hdr Tags
|
|
4452
|
+
|
|
4453
|
+
HDR metadata namespace tags written by ACR 15.1. The actual namespace
|
|
4454
|
+
prefix is "hdr_metadata", which is the prefix recorded in the file, but
|
|
4455
|
+
ExifTool shortens this for the family 1 group name.
|
|
4456
|
+
|
|
4457
|
+
These tags belong to the ExifTool XMP-hdr family 1 group.
|
|
4458
|
+
|
|
4459
|
+
Tag Name Writable
|
|
4460
|
+
-------- --------
|
|
4461
|
+
CCVAvgLuminanceNits real
|
|
4462
|
+
CCVMaxLuminanceNits real
|
|
4463
|
+
CCVMinLuminanceNits real
|
|
4464
|
+
CCVPrimariesXY string
|
|
4465
|
+
CCVWhiteXY string
|
|
4466
|
+
SceneReferred boolean
|
|
4467
|
+
|
|
4436
4468
|
=head3 XMP ics Tags
|
|
4437
4469
|
|
|
4438
4470
|
Tags used by IDimager. Nested TagStructure structures are unrolled to an
|
|
@@ -7064,14 +7096,40 @@ Tags extracted from the maker notes of iPhone images.
|
|
|
7064
7096
|
|
|
7065
7097
|
Tag ID Tag Name Writable
|
|
7066
7098
|
------ -------- --------
|
|
7099
|
+
0x0001 MakerNoteVersion int32s
|
|
7100
|
+
0x0002 AEMatrix? no
|
|
7067
7101
|
0x0003 RunTime Apple RunTime
|
|
7102
|
+
0x0004 AEStable int32s
|
|
7103
|
+
0x0005 AETarget int32s
|
|
7104
|
+
0x0006 AEAverage int32s
|
|
7105
|
+
0x0007 AFStable int32s
|
|
7068
7106
|
0x0008 AccelerationVector rational64s[3]
|
|
7069
7107
|
0x000a HDRImageType int32s
|
|
7070
7108
|
0x000b BurstUUID string
|
|
7071
7109
|
0x000c FocusDistanceRange rational64s[2]
|
|
7110
|
+
0x000f OISMode int32s
|
|
7072
7111
|
0x0011 MediaGroupUUID string
|
|
7112
|
+
0x0014 ImageCaptureType? int32s
|
|
7073
7113
|
0x0015 ImageUniqueID string
|
|
7074
7114
|
0x0017 LivePhotoVideoIndex yes
|
|
7115
|
+
0x0019 ImageProcessingFlags? int32s
|
|
7116
|
+
0x001a QualityHint? string
|
|
7117
|
+
0x001d LuminanceNoiseAmplitude rational64s
|
|
7118
|
+
0x0020 ImageCaptureReqestID? string
|
|
7119
|
+
0x0021 HDRHeadroom rational64s
|
|
7120
|
+
0x0025 SceneFlags? int32s
|
|
7121
|
+
0x0026 SignalToNoiseRatioType? int32s
|
|
7122
|
+
0x0027 SignalToNoiseRatio rational64s
|
|
7123
|
+
0x002f FocusPosition int32s
|
|
7124
|
+
0x0030 HDRGain rational64s
|
|
7125
|
+
0x0038 AFMeasuredDepth int32s
|
|
7126
|
+
0x003d AFConfidence int32s
|
|
7127
|
+
0x003e ColorCorrectionMatrix? no
|
|
7128
|
+
0x003f GreenGhostMitigationStatus? int32s
|
|
7129
|
+
0x0040 SemanticStyle no
|
|
7130
|
+
0x0041 SemanticStyleRenderingVer no
|
|
7131
|
+
0x0042 SemanticStylePreset no
|
|
7132
|
+
0x0045 FrontFacingCamera int32s
|
|
7075
7133
|
|
|
7076
7134
|
=head3 Apple RunTime Tags
|
|
7077
7135
|
|
|
@@ -9551,6 +9609,7 @@ Vignetting correction from PowerShot models.
|
|
|
9551
9609
|
5 PeripheralLightingSetting int32s
|
|
9552
9610
|
6 ChromaticAberrationSetting int32s
|
|
9553
9611
|
7 DistortionCorrectionSetting int32s
|
|
9612
|
+
9 DigitalLensOptimizerSetting int32s
|
|
9554
9613
|
|
|
9555
9614
|
=head3 Canon LightingOpt Tags
|
|
9556
9615
|
|
|
@@ -9563,6 +9622,7 @@ This information is new in images from the EOS 7D.
|
|
|
9563
9622
|
3 HighlightTonePriority int32s
|
|
9564
9623
|
4 LongExposureNoiseReduction int32s
|
|
9565
9624
|
5 HighISONoiseReduction int32s
|
|
9625
|
+
10 DigitalLensOptimizer int32s
|
|
9566
9626
|
|
|
9567
9627
|
=head3 Canon LensInfo Tags
|
|
9568
9628
|
|
|
@@ -11264,6 +11324,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
11264
11324
|
0x1047 GrainEffectRoughness int32s
|
|
11265
11325
|
0x1048 ColorChromeEffect int32s
|
|
11266
11326
|
0x1049 BWAdjustment int8s
|
|
11327
|
+
0x104b BWMagentaGreen int8s
|
|
11267
11328
|
0x104c GrainEffectSize int16u
|
|
11268
11329
|
0x104d CropMode int16u
|
|
11269
11330
|
0x104e ColorChromeFXBlue int32s
|
|
@@ -11301,6 +11362,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
11301
11362
|
0x1446 FlickerReduction int32u
|
|
11302
11363
|
0x1447 FujiModel string
|
|
11303
11364
|
0x1448 FujiModel2 string
|
|
11365
|
+
0x144d RollAngle rational64s
|
|
11304
11366
|
0x3803 VideoRecordingMode int32u
|
|
11305
11367
|
0x3804 PeripheralLighting int16u
|
|
11306
11368
|
0x3806 VideoCompression int16u
|
|
@@ -14436,6 +14498,8 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
|
14436
14498
|
60143 PitchAngle fixed32u
|
|
14437
14499
|
60147 YawAngle fixed32u
|
|
14438
14500
|
60491 MenuSettingsZ9 Nikon MenuSettingsZ9
|
|
14501
|
+
-
|
|
14502
|
+
Nikon MenuSettingsZ9Firmware3
|
|
14439
14503
|
|
|
14440
14504
|
=head3 Nikon MenuSettingsZ9 Tags
|
|
14441
14505
|
|
|
@@ -14513,6 +14577,83 @@ These tags are used by the Z9.
|
|
|
14513
14577
|
1636 USBPowerDelivery? int8u
|
|
14514
14578
|
1645 SensorShield? int8u
|
|
14515
14579
|
|
|
14580
|
+
=head3 Nikon MenuSettingsZ9Firmware3 Tags
|
|
14581
|
+
|
|
14582
|
+
These tags are used by the Z9 firmware 3.00.
|
|
14583
|
+
|
|
14584
|
+
Index1 Tag Name Writable
|
|
14585
|
+
--------------- --------
|
|
14586
|
+
154 MultipleExposureMode int8u
|
|
14587
|
+
156 MultiExposureShots int8u
|
|
14588
|
+
204 Intervals int32u
|
|
14589
|
+
208 ShotsPerInterval int32u
|
|
14590
|
+
248 FocusShiftNumberShots int8u
|
|
14591
|
+
252 FocusShiftStepWidth int8u
|
|
14592
|
+
256 FocusShiftInterval int8u~
|
|
14593
|
+
260 FocusShiftExposureLock? int8u
|
|
14594
|
+
290 PhotoShootingMenuBank int8u
|
|
14595
|
+
292 ExtendedMenuBanks int8u
|
|
14596
|
+
328 PhotoShootingMenuBankImageArea int8u
|
|
14597
|
+
342 AutoISO int8u
|
|
14598
|
+
344 ISOAutoHiLimit? int16u
|
|
14599
|
+
346 ISOAutoFlashLimit? int16u
|
|
14600
|
+
354 ISOAutoShutterTime no
|
|
14601
|
+
436 MovieVignetteControl? int8u
|
|
14602
|
+
438 DiffractionCompensation int8u
|
|
14603
|
+
440 FlickerReductionShooting int8u
|
|
14604
|
+
444 FlashControlMode int8u
|
|
14605
|
+
446 FlashMasterCompensation? int8s
|
|
14606
|
+
450 FlashGNDistance? no
|
|
14607
|
+
454 FlashOutput? int8u
|
|
14608
|
+
548 AFAreaMode int8u
|
|
14609
|
+
550 VRMode int8u
|
|
14610
|
+
554 BracketSet int8u
|
|
14611
|
+
556 BracketProgram int8u
|
|
14612
|
+
558 BracketIncrement int8u
|
|
14613
|
+
576 SecondarySlotFunction int8u
|
|
14614
|
+
592 DXCropAlert int8u
|
|
14615
|
+
594 SubjectDetection int8u
|
|
14616
|
+
636 HighFrequencyFlickerReductionShooting? int8u
|
|
14617
|
+
646 MovieImageArea? int8u & 0x01
|
|
14618
|
+
656 MovieType? int8u
|
|
14619
|
+
658 MovieISOAutoHiLimit? int16u
|
|
14620
|
+
660 MovieISOAutoControlManualMode? int8u
|
|
14621
|
+
662 MovieISOAutoManualMode? int16u
|
|
14622
|
+
736 MovieActiveD-Lighting? int8u
|
|
14623
|
+
738 MovieHighISONoiseReduction? int8u
|
|
14624
|
+
744 MovieFlickerReduction int8u
|
|
14625
|
+
746 MovieMeteringMode? int8u
|
|
14626
|
+
748 MovieFocusMode? int8u
|
|
14627
|
+
750 MovieAFAreaMode int8u
|
|
14628
|
+
752 MovieVRMode? int8u
|
|
14629
|
+
756 MovieElectronicVR? int8u
|
|
14630
|
+
758 MovieSoundRecording? int8u
|
|
14631
|
+
760 MicrophoneSensitivity? int8u
|
|
14632
|
+
762 MicrophoneAttenuator? int8u
|
|
14633
|
+
764 MicrophoneFrequencyResponse? int8u
|
|
14634
|
+
766 WindNoiseReduction? int8u
|
|
14635
|
+
788 MovieToneMap? int8u
|
|
14636
|
+
794 MovieFrameSize? int8u
|
|
14637
|
+
796 MovieFrameRate? int8u
|
|
14638
|
+
802 MicrophoneJackPower? int8u
|
|
14639
|
+
803 MovieDXCropAlert? int8u
|
|
14640
|
+
804 MovieSubjectDetection? int8u
|
|
14641
|
+
812 MovieHighResZoom? int8u
|
|
14642
|
+
847 CustomSettingsZ9 NikonCustom SettingsZ9
|
|
14643
|
+
1474 Language? int8u
|
|
14644
|
+
1476 TimeZone int8u
|
|
14645
|
+
1482 MonitorBrightness? int8u
|
|
14646
|
+
1504 AFFineTune? int8u
|
|
14647
|
+
1600 HDMIOutputResolution int8u
|
|
14648
|
+
1613 SetClockFromLocationData? int8u
|
|
14649
|
+
1620 AirplaneMode? int8u
|
|
14650
|
+
1621 EmptySlotRelease? int8u
|
|
14651
|
+
1656 EnergySavingMode? int8u
|
|
14652
|
+
1680 RecordLocationData? int8u
|
|
14653
|
+
1684 USBPowerDelivery? int8u
|
|
14654
|
+
1693 SensorShield? int8u
|
|
14655
|
+
1754 FocusShiftAutoReset? int8u
|
|
14656
|
+
|
|
14516
14657
|
=head3 Nikon ShotInfo Tags
|
|
14517
14658
|
|
|
14518
14659
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
|
@@ -14840,7 +14981,26 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
14840
14981
|
0 FlashInfoVersion no
|
|
14841
14982
|
4 FlashSource int8u
|
|
14842
14983
|
6 ExternalFlashFirmware int8u[2]
|
|
14984
|
+
8 ExternalFlashFlags int8u
|
|
14985
|
+
9.1 FlashCommanderMode int8u & 0x80
|
|
14986
|
+
9.2 FlashControlMode int8u & 0x7f
|
|
14843
14987
|
10 FlashCompensation int8s
|
|
14988
|
+
13 RepeatingFlashRate int8u
|
|
14989
|
+
14 RepeatingFlashCount int8u
|
|
14990
|
+
15 FlashGNDistance int8u
|
|
14991
|
+
16 FlashColorFilter int8u
|
|
14992
|
+
17.1 FlashGroupAControlMode int8u & 0x0f
|
|
14993
|
+
18.1 FlashGroupBControlMode int8u & 0xf0
|
|
14994
|
+
18.2 FlashGroupCControlMode int8u & 0x0f
|
|
14995
|
+
33 FlashOutput int8u
|
|
14996
|
+
37 FlashIlluminationPattern int8u
|
|
14997
|
+
38 FlashFocalLength int8u
|
|
14998
|
+
40 FlashGroupAOutput int8u
|
|
14999
|
+
FlashGroupACompensation int8s
|
|
15000
|
+
41 FlashGroupBOutput int8u
|
|
15001
|
+
FlashGroupBCompensation int8s
|
|
15002
|
+
42 FlashGroupCOutput int8u
|
|
15003
|
+
FlashGroupCCompensation int8s
|
|
14844
15004
|
|
|
14845
15005
|
=head3 Nikon FlashInfoUnknown Tags
|
|
14846
15006
|
|
|
@@ -14871,9 +15031,12 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
14871
15031
|
Index1 Tag Name Writable
|
|
14872
15032
|
------ -------- --------
|
|
14873
15033
|
0 AFInfo2Version no
|
|
15034
|
+
5 AFAreaMode int8u
|
|
14874
15035
|
62 AFImageWidth int16u
|
|
14875
15036
|
64 AFImageHeight int16u
|
|
15037
|
+
66 AFAreaXPosition int16u
|
|
14876
15038
|
67 FocusPositionHorizontal int8u~
|
|
15039
|
+
68 AFAreaYPosition int16u
|
|
14877
15040
|
69 FocusPositionVertical int8u~
|
|
14878
15041
|
70 AFAreaWidth int16u
|
|
14879
15042
|
72 AFAreaHeight int16u
|
|
@@ -14913,10 +15076,10 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
|
14913
15076
|
42 AFImageWidth int16u
|
|
14914
15077
|
44 AFImageHeight int16u
|
|
14915
15078
|
46 AFAreaXPosition int16u
|
|
14916
|
-
47
|
|
15079
|
+
47 FocusPositionHorizontal int8u~
|
|
14917
15080
|
48 AFAreaYPosition int16u
|
|
14918
15081
|
AFPointsInFocus undef[20]
|
|
14919
|
-
49
|
|
15082
|
+
49 FocusPositionVertical int8u~
|
|
14920
15083
|
50 AFAreaWidth int16u
|
|
14921
15084
|
52 AFAreaHeight int16u
|
|
14922
15085
|
56 PrimaryAFPoint int8u
|
|
@@ -16306,7 +16469,9 @@ Custom settings for the Z9.
|
|
|
16306
16469
|
191 UseDialWithoutHold? int8u
|
|
16307
16470
|
193 ReverseIndicators? int8u
|
|
16308
16471
|
195 MovieFunc1Button int8u
|
|
16472
|
+
199 MovieFunc2Button int8u
|
|
16309
16473
|
203 MovieAF-OnButton int8u
|
|
16474
|
+
215 MovieLensControlRing int8u
|
|
16310
16475
|
217 MovieMultiSelector? int8u
|
|
16311
16476
|
221 MovieAFSpeed int8u
|
|
16312
16477
|
223 MovieAFSpeedApply int8u
|
|
@@ -23588,6 +23753,7 @@ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
|
|
|
23588
23753
|
'bfil' BinaryFilter no
|
|
23589
23754
|
'bidb' BinaryData no
|
|
23590
23755
|
'bpcc' BitsPerComponent no
|
|
23756
|
+
'c2sh' C2PASaltHash no
|
|
23591
23757
|
'cbor' CBORData CBOR
|
|
23592
23758
|
'cdef' ComponentDefinition no
|
|
23593
23759
|
'cgrp' ColorGroup no
|
|
@@ -25710,6 +25876,7 @@ check if speed is more of a concern.
|
|
|
25710
25876
|
'acTL' AnimationControl PNG AnimationControl
|
|
25711
25877
|
'bKGD' BackgroundColor no
|
|
25712
25878
|
'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
|
|
25879
|
+
'caBX' JUMBF Jpeg2000
|
|
25713
25880
|
'dSIG' DigitalSignature no
|
|
25714
25881
|
'eXIf' eXIf EXIF
|
|
25715
25882
|
'fRAc' FractalParameters no
|
|
@@ -27407,6 +27574,7 @@ for the official specification.
|
|
|
27407
27574
|
'meta' Meta QuickTime Meta
|
|
27408
27575
|
'moof' MovieFragment QuickTime MovieFragment
|
|
27409
27576
|
'moov' Movie QuickTime Movie
|
|
27577
|
+
'mpvd' MotionPhotoVideo yes
|
|
27410
27578
|
'pict' PreviewPICT no
|
|
27411
27579
|
'pnot' Preview QuickTime Preview
|
|
27412
27580
|
'prrt' ARDroneTelemetry no
|
|
@@ -27418,7 +27586,8 @@ for the official specification.
|
|
|
27418
27586
|
'thm ' ThumbnailImage no
|
|
27419
27587
|
'thum' ThumbnailImage no
|
|
27420
27588
|
'udat' GPSLog no
|
|
27421
|
-
'udta'
|
|
27589
|
+
'udta' KenwoodData QuickTime Stream
|
|
27590
|
+
FLIRData FLIR UserData
|
|
27422
27591
|
'uuid' XMP XMP
|
|
27423
27592
|
UUID-PROF QuickTime Profile
|
|
27424
27593
|
UUID-Flip QuickTime Flip
|
|
@@ -27434,7 +27603,7 @@ for the official specification.
|
|
|
27434
27603
|
The tags below are extracted from timed metadata in QuickTime and other
|
|
27435
27604
|
formats of video files when the ExtractEmbedded option is used. Although
|
|
27436
27605
|
most of these tags are combined into the single table below, ExifTool
|
|
27437
|
-
currently reads
|
|
27606
|
+
currently reads 66 different formats of timed GPS metadata from video files.
|
|
27438
27607
|
|
|
27439
27608
|
Tag Name Writable
|
|
27440
27609
|
-------- --------
|
|
@@ -27543,64 +27712,64 @@ View Camera Motion Metadata of MP4 videos. See
|
|
|
27543
27712
|
L<https://developers.google.com/streetview/publish/camm-spec> for the
|
|
27544
27713
|
specification.
|
|
27545
27714
|
|
|
27546
|
-
|
|
27715
|
+
Tag ID Tag Name Writable
|
|
27547
27716
|
------ -------- --------
|
|
27548
|
-
|
|
27717
|
+
0x0004 AngleAxis no
|
|
27549
27718
|
|
|
27550
27719
|
=head3 QuickTime camm1 Tags
|
|
27551
27720
|
|
|
27552
|
-
|
|
27721
|
+
Tag ID Tag Name Writable
|
|
27553
27722
|
------ -------- --------
|
|
27554
|
-
|
|
27555
|
-
|
|
27723
|
+
0x0004 PixelExposureTime no
|
|
27724
|
+
0x0008 RollingShutterSkewTime no
|
|
27556
27725
|
|
|
27557
27726
|
=head3 QuickTime camm2 Tags
|
|
27558
27727
|
|
|
27559
|
-
|
|
27728
|
+
Tag ID Tag Name Writable
|
|
27560
27729
|
------ -------- --------
|
|
27561
|
-
|
|
27730
|
+
0x0004 AngularVelocity no
|
|
27562
27731
|
|
|
27563
27732
|
=head3 QuickTime camm3 Tags
|
|
27564
27733
|
|
|
27565
|
-
|
|
27734
|
+
Tag ID Tag Name Writable
|
|
27566
27735
|
------ -------- --------
|
|
27567
|
-
|
|
27736
|
+
0x0004 Acceleration no
|
|
27568
27737
|
|
|
27569
27738
|
=head3 QuickTime camm4 Tags
|
|
27570
27739
|
|
|
27571
|
-
|
|
27740
|
+
Tag ID Tag Name Writable
|
|
27572
27741
|
------ -------- --------
|
|
27573
|
-
|
|
27742
|
+
0x0004 Position no
|
|
27574
27743
|
|
|
27575
27744
|
=head3 QuickTime camm5 Tags
|
|
27576
27745
|
|
|
27577
|
-
|
|
27746
|
+
Tag ID Tag Name Writable
|
|
27578
27747
|
------ -------- --------
|
|
27579
|
-
|
|
27580
|
-
|
|
27581
|
-
|
|
27748
|
+
0x0004 GPSLatitude no
|
|
27749
|
+
0x000c GPSLongitude no
|
|
27750
|
+
0x0014 GPSAltitude no
|
|
27582
27751
|
|
|
27583
27752
|
=head3 QuickTime camm6 Tags
|
|
27584
27753
|
|
|
27585
|
-
|
|
27754
|
+
Tag ID Tag Name Writable
|
|
27586
27755
|
------ -------- --------
|
|
27587
|
-
|
|
27588
|
-
|
|
27589
|
-
|
|
27590
|
-
|
|
27591
|
-
|
|
27592
|
-
|
|
27593
|
-
|
|
27594
|
-
|
|
27595
|
-
|
|
27596
|
-
|
|
27597
|
-
|
|
27756
|
+
0x0004 GPSDateTime no
|
|
27757
|
+
0x000c GPSMeasureMode no
|
|
27758
|
+
0x0010 GPSLatitude no
|
|
27759
|
+
0x0018 GPSLongitude no
|
|
27760
|
+
0x0020 GPSAltitude no
|
|
27761
|
+
0x0024 GPSHorizontalAccuracy no
|
|
27762
|
+
0x0028 GPSVerticalAccuracy no
|
|
27763
|
+
0x002c GPSVelocityEast no
|
|
27764
|
+
0x0030 GPSVelocityNorth no
|
|
27765
|
+
0x0034 GPSVelocityUp no
|
|
27766
|
+
0x0038 GPSSpeedAccuracy no
|
|
27598
27767
|
|
|
27599
27768
|
=head3 QuickTime camm7 Tags
|
|
27600
27769
|
|
|
27601
|
-
|
|
27770
|
+
Tag ID Tag Name Writable
|
|
27602
27771
|
------ -------- --------
|
|
27603
|
-
|
|
27772
|
+
0x0004 MagneticField no
|
|
27604
27773
|
|
|
27605
27774
|
=head3 QuickTime marl Tags
|
|
27606
27775
|
|
|
@@ -27880,7 +28049,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
27880
28049
|
'pcst' Podcast int8s
|
|
27881
28050
|
'perf' Performer string
|
|
27882
28051
|
'pgap' PlayGap int8s
|
|
27883
|
-
'plID' PlayListID int32s[
|
|
28052
|
+
'plID' PlayListID int32s[2]
|
|
27884
28053
|
'prID' ProductID string
|
|
27885
28054
|
'purd' PurchaseDate string
|
|
27886
28055
|
'purl' PodcastURL string
|
|
@@ -30319,7 +30488,7 @@ Matroska specification.
|
|
|
30319
30488
|
0x037e ChapterCountry no
|
|
30320
30489
|
0x0444 SegmentFamily? no
|
|
30321
30490
|
0x0461 DateTimeOriginal no
|
|
30322
|
-
0x047a
|
|
30491
|
+
0x047a TagLanguageBCP47 no
|
|
30323
30492
|
0x0484 TagDefault no
|
|
30324
30493
|
0x0485 TagBinary no
|
|
30325
30494
|
0x0487 TagString no
|
|
@@ -30377,10 +30546,10 @@ Matroska specification.
|
|
|
30377
30546
|
0x23a2 CodecPrivate? no
|
|
30378
30547
|
0x23c0 Targets Matroska
|
|
30379
30548
|
0x23c3 ChapterPhysicalEquivalent no
|
|
30380
|
-
0x23c4 TagChapterUID
|
|
30381
|
-
0x23c5 TagTrackUID
|
|
30382
|
-
0x23c6 TagAttachmentUID
|
|
30383
|
-
0x23c9 TagEditionUID
|
|
30549
|
+
0x23c4 TagChapterUID no
|
|
30550
|
+
0x23c5 TagTrackUID no
|
|
30551
|
+
0x23c6 TagAttachmentUID no
|
|
30552
|
+
0x23c9 TagEditionUID no
|
|
30384
30553
|
0x23ca TargetType no
|
|
30385
30554
|
0x2532 SignedElement? no
|
|
30386
30555
|
0x2624 TrackTranslate Matroska
|
|
@@ -30408,7 +30577,7 @@ Matroska specification.
|
|
|
30408
30577
|
0x3384 SegmentFileName no
|
|
30409
30578
|
0x33a4 SegmentUID? no
|
|
30410
30579
|
0x33c4 ChapterUID? no
|
|
30411
|
-
0x33c5 TrackUID
|
|
30580
|
+
0x33c5 TrackUID no
|
|
30412
30581
|
0x3446 TrackAttachmentUID no
|
|
30413
30582
|
0x35a1 BlockAdditions Matroska
|
|
30414
30583
|
0x38b5 OutputAudioSampleRate no
|
|
@@ -30468,6 +30637,116 @@ for the specification.
|
|
|
30468
30637
|
0x7674 ProjectionPosePitch no
|
|
30469
30638
|
0x7675 ProjectionPoseRoll no
|
|
30470
30639
|
|
|
30640
|
+
=head3 Matroska StdTag Tags
|
|
30641
|
+
|
|
30642
|
+
Standardized Matroska tags, stored in a SimpleTag structure (see
|
|
30643
|
+
L<https://www.matroska.org/technical/tagging.html>).
|
|
30644
|
+
|
|
30645
|
+
Tag ID Tag Name Writable
|
|
30646
|
+
------ -------- --------
|
|
30647
|
+
'ACCOMPANIMENT' Accompaniment no
|
|
30648
|
+
'ACTOR' Actor no
|
|
30649
|
+
'ADDRESS' Address no
|
|
30650
|
+
'ARRANGER' Arranger no
|
|
30651
|
+
'ARTIST' Artist no
|
|
30652
|
+
'ART_DIRECTOR' ArtDirector no
|
|
30653
|
+
'ASSISTANT_DIRECTOR' AssistantDirector no
|
|
30654
|
+
'BARCODE' Barcode no
|
|
30655
|
+
'BPM' BPM no
|
|
30656
|
+
'BPS' BPS no
|
|
30657
|
+
'CATALOG_NUMBER' CatalogNumber no
|
|
30658
|
+
'CHARACTER' Character no
|
|
30659
|
+
'CHOREGRAPHER' Choregrapher no
|
|
30660
|
+
'COMMENT' Comment no
|
|
30661
|
+
'COMPOSER' Composer no
|
|
30662
|
+
'COMPOSER_NATIONALITY' ComposerNationality no
|
|
30663
|
+
'COMPOSITION_LOCATION' CompositionLocation no
|
|
30664
|
+
'CONDUCTOR' Conductor no
|
|
30665
|
+
'CONTENT_TYPE' ContentType no
|
|
30666
|
+
'COPRODUCER' Coproducer no
|
|
30667
|
+
'COPYRIGHT' Copyright no
|
|
30668
|
+
'COSTUME_DESIGNER' CostumeDesigner no
|
|
30669
|
+
'COUNTRY' Country no
|
|
30670
|
+
'DATE_DIGITIZED' CreateDate no
|
|
30671
|
+
'DATE_ENCODED' DateEncoded no
|
|
30672
|
+
'DATE_PURCHASED' DatePurchased no
|
|
30673
|
+
'DATE_RECORDED' DateTimeOriginal no
|
|
30674
|
+
'DATE_RELEASED' DateReleased no
|
|
30675
|
+
'DATE_TAGGED' DateTagged no
|
|
30676
|
+
'DATE_WRITTEN' DateWritten no
|
|
30677
|
+
'DESCRIPTION' Description no
|
|
30678
|
+
'DIRECTOR' Director no
|
|
30679
|
+
'DIRECTOR_OF_PHOTOGRAPHY'
|
|
30680
|
+
DirectorOfPhotography no
|
|
30681
|
+
'DISTRIBUTED_BY' DistributedBy no
|
|
30682
|
+
'EDITED_BY' EditedBy no
|
|
30683
|
+
'EMAIL' Email no
|
|
30684
|
+
'ENCODED_BY' EncodedBy no
|
|
30685
|
+
'ENCODER' Encoder no
|
|
30686
|
+
'ENCODER_SETTINGS' EncoderSettings no
|
|
30687
|
+
'EXECUTIVE_PRODUCER' ExecutiveProducer no
|
|
30688
|
+
'FAX' FAX no
|
|
30689
|
+
'FPS' FPS no
|
|
30690
|
+
'GENRE' Genre no
|
|
30691
|
+
'IMDB' IMDB no
|
|
30692
|
+
'INITIAL_KEY' InitialKey no
|
|
30693
|
+
'INSTRUMENTS' Instruments no
|
|
30694
|
+
'ISBN' ISBN no
|
|
30695
|
+
'ISRC' ISRC no
|
|
30696
|
+
'KEYWORDS' Keywords no
|
|
30697
|
+
'LABEL' Label no
|
|
30698
|
+
'LABEL_CODE' LabelCode no
|
|
30699
|
+
'LAW_RATING' LawRating no
|
|
30700
|
+
'LCCN' Lccn no
|
|
30701
|
+
'LEAD_PERFORMER' LeadPerformer no
|
|
30702
|
+
'LICENSE' License no
|
|
30703
|
+
'LYRICIST' Lyricist no
|
|
30704
|
+
'LYRICS' Lyrics no
|
|
30705
|
+
'MASTERED_BY' MasteredBy no
|
|
30706
|
+
'MCDI' MCDI no
|
|
30707
|
+
'MEASURE' Measure no
|
|
30708
|
+
'MIXED_BY' MixedBy no
|
|
30709
|
+
'MOOD' Mood no
|
|
30710
|
+
'ORIGINAL' Original no
|
|
30711
|
+
'ORIGINAL_MEDIA_TYPE' OriginalMediaType no
|
|
30712
|
+
'PART_NUMBER' PartNumber no
|
|
30713
|
+
'PART_OFFSET' PartOffset no
|
|
30714
|
+
'PERIOD' Period no
|
|
30715
|
+
'PHONE' Phone no
|
|
30716
|
+
'PLAY_COUNTER' PlayCounter no
|
|
30717
|
+
'PRODUCER' Producer no
|
|
30718
|
+
'PRODUCTION_COPYRIGHT' ProductionCopyright no
|
|
30719
|
+
'PRODUCTION_DESIGNER' ProductionDesigner no
|
|
30720
|
+
'PRODUCTION_STUDIO' ProductionStudio no
|
|
30721
|
+
'PUBLISHER' Publisher no
|
|
30722
|
+
'PURCHASE_CURRENCY' PurchaseCurrency no
|
|
30723
|
+
'PURCHASE_INFO' PurchaseInfo no
|
|
30724
|
+
'PURCHASE_ITEM' PurchaseItem no
|
|
30725
|
+
'PURCHASE_OWNER' PurchaseOwner no
|
|
30726
|
+
'PURCHASE_PRICE' PurchasePrice no
|
|
30727
|
+
'RATING' Rating no
|
|
30728
|
+
'RECORDING_LOCATION' RecordingLocation no
|
|
30729
|
+
'REMIXED_BY' RemixedBy no
|
|
30730
|
+
'REPLAYGAIN_GAIN' ReplaygainGain no
|
|
30731
|
+
'REPLAYGAIN_PEAK' ReplaygainPeak no
|
|
30732
|
+
'SAMPLE' Sample no
|
|
30733
|
+
'SCREENPLAY_BY' ScreenplayBy no
|
|
30734
|
+
'SORT_WITH' SortWith no
|
|
30735
|
+
'SOUND_ENGINEER' SoundEngineer no
|
|
30736
|
+
'SUBJECT' Subject no
|
|
30737
|
+
'SUBTITLE' Subtitle no
|
|
30738
|
+
'SUMMARY' Summary no
|
|
30739
|
+
'SYNOPSIS' Synopsis no
|
|
30740
|
+
'TERMS_OF_USE' TermsOfUse no
|
|
30741
|
+
'THANKS_TO' ThanksTo no
|
|
30742
|
+
'TITLE' Title no
|
|
30743
|
+
'TMDB' TMDB no
|
|
30744
|
+
'TOTAL_PARTS' TotalParts no
|
|
30745
|
+
'TUNING' Tuning no
|
|
30746
|
+
'TVDB' TVDB no
|
|
30747
|
+
'URL' URL no
|
|
30748
|
+
'WRITTEN_BY' WrittenBy no
|
|
30749
|
+
|
|
30471
30750
|
=head2 MOI Tags
|
|
30472
30751
|
|
|
30473
30752
|
MOI files store information about associated MOD or TOD files, and are
|
|
@@ -37487,6 +37766,7 @@ FileName.
|
|
|
37487
37766
|
ProcessingTime ExifTool no
|
|
37488
37767
|
RAFVersion File no
|
|
37489
37768
|
ResourceForkSize System no
|
|
37769
|
+
SphericalVideoXML GSpherical yes!
|
|
37490
37770
|
SymLink - yes!
|
|
37491
37771
|
TestName - yes!
|
|
37492
37772
|
ThumbnailImage File no
|
|
@@ -38334,7 +38614,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
|
|
|
38334
38614
|
|
|
38335
38615
|
=head1 AUTHOR
|
|
38336
38616
|
|
|
38337
|
-
Copyright 2003-
|
|
38617
|
+
Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
|
|
38338
38618
|
|
|
38339
38619
|
This library is free software; you can redistribute it and/or modify it
|
|
38340
38620
|
under the same terms as Perl itself.
|
|
@@ -222,7 +222,7 @@ characteristics of TXT and CSV files.
|
|
|
222
222
|
|
|
223
223
|
=head1 AUTHOR
|
|
224
224
|
|
|
225
|
-
Copyright 2003-
|
|
225
|
+
Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
|
|
226
226
|
|
|
227
227
|
This library is free software; you can redistribute it and/or modify it
|
|
228
228
|
under the same terms as Perl itself.
|
|
@@ -122,7 +122,7 @@ information from Theora video streams.
|
|
|
122
122
|
|
|
123
123
|
=head1 AUTHOR
|
|
124
124
|
|
|
125
|
-
Copyright 2003-
|
|
125
|
+
Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
|
|
126
126
|
|
|
127
127
|
This library is free software; you can redistribute it and/or modify it
|
|
128
128
|
under the same terms as Perl itself.
|
|
@@ -309,7 +309,7 @@ bencoded information from BitTorrent files.
|
|
|
309
309
|
|
|
310
310
|
=head1 AUTHOR
|
|
311
311
|
|
|
312
|
-
Copyright 2003-
|
|
312
|
+
Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
|
|
313
313
|
|
|
314
314
|
This library is free software; you can redistribute it and/or modify it
|
|
315
315
|
under the same terms as Perl itself.
|
|
@@ -53,7 +53,7 @@ unknown manufacturers.
|
|
|
53
53
|
|
|
54
54
|
=head1 AUTHOR
|
|
55
55
|
|
|
56
|
-
Copyright 2003-
|
|
56
|
+
Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
|
|
57
57
|
|
|
58
58
|
This library is free software; you can redistribute it and/or modify it
|
|
59
59
|
under the same terms as Perl itself.
|