exiftool_vendored 12.06.0 → 12.12.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.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +96 -2
- data/bin/MANIFEST +5 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +43 -42
- data/bin/exiftool +156 -82
- data/bin/lib/Image/ExifTool.pm +22 -13
- data/bin/lib/Image/ExifTool.pod +59 -50
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +11 -5
- data/bin/lib/Image/ExifTool/Canon.pm +202 -13
- data/bin/lib/Image/ExifTool/DarwinCore.pm +9 -3
- data/bin/lib/Image/ExifTool/EXE.pm +8 -5
- data/bin/lib/Image/ExifTool/GIF.pm +2 -2
- data/bin/lib/Image/ExifTool/Geotag.pm +30 -11
- data/bin/lib/Image/ExifTool/GoPro.pm +47 -30
- data/bin/lib/Image/ExifTool/IPTC.pm +1 -0
- data/bin/lib/Image/ExifTool/Import.pm +14 -11
- data/bin/lib/Image/ExifTool/JSON.pm +27 -4
- data/bin/lib/Image/ExifTool/MPF.pm +2 -2
- data/bin/lib/Image/ExifTool/MacOS.pm +153 -37
- data/bin/lib/Image/ExifTool/Matroska.pm +3 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +5 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +11 -3
- data/bin/lib/Image/ExifTool/Olympus.pm +8 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +12 -12
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -0
- data/bin/lib/Image/ExifTool/Pentax.pm +10 -3
- data/bin/lib/Image/ExifTool/QuickTime.pm +51 -16
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +68 -45
- data/bin/lib/Image/ExifTool/README +5 -2
- data/bin/lib/Image/ExifTool/RSRC.pm +17 -11
- data/bin/lib/Image/ExifTool/Radiance.pm +7 -2
- data/bin/lib/Image/ExifTool/Sony.pm +56 -35
- data/bin/lib/Image/ExifTool/Stim.pm +2 -2
- data/bin/lib/Image/ExifTool/TagLookup.pm +5756 -5710
- data/bin/lib/Image/ExifTool/TagNames.pod +248 -49
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +7 -6
- data/bin/lib/Image/ExifTool/Writer.pl +5 -3
- data/bin/lib/Image/ExifTool/XMP.pm +63 -18
- data/bin/lib/Image/ExifTool/XMP2.pl +1 -0
- data/bin/perl-Image-ExifTool.spec +42 -41
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +7 -7
@@ -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 23716 tags, with 15419 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
|
@@ -1457,6 +1457,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1457
1457
|
AutoLateralCA integer/
|
1458
1458
|
AutoShadows boolean/
|
1459
1459
|
AutoTone boolean/
|
1460
|
+
AutoToneDigest string/
|
1461
|
+
AutoToneDigestNoSat string/
|
1460
1462
|
AutoWhiteVersion integer/
|
1461
1463
|
Blacks2012 integer/
|
1462
1464
|
BlueHue integer/
|
@@ -1522,6 +1524,15 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1522
1524
|
ClipboardAspectRatio integer/
|
1523
1525
|
ClipboardOrientation integer/
|
1524
1526
|
Cluster string/
|
1527
|
+
ColorGradeBlending integer/
|
1528
|
+
ColorGradeGlobalHue integer/
|
1529
|
+
ColorGradeGlobalLum integer/
|
1530
|
+
ColorGradeGlobalSat integer/
|
1531
|
+
ColorGradeHighlightLum integer/
|
1532
|
+
ColorGradeMidtoneHue integer/
|
1533
|
+
ColorGradeMidtoneLum integer/
|
1534
|
+
ColorGradeMidtoneSat integer/
|
1535
|
+
ColorGradeShadowLum integer/
|
1525
1536
|
ColorNoiseReduction integer/
|
1526
1537
|
ColorNoiseReductionDetail integer/
|
1527
1538
|
ColorNoiseReductionSmoothness integer/
|
@@ -1645,6 +1656,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1645
1656
|
LensProfileDistortionScale integer/
|
1646
1657
|
LensProfileEnable integer/
|
1647
1658
|
LensProfileFilename string/
|
1659
|
+
LensProfileIsEmbedded boolean/
|
1648
1660
|
LensProfileMatchKeyCameraModelName string/
|
1649
1661
|
LensProfileMatchKeyExifMake string/
|
1650
1662
|
LensProfileMatchKeyExifModel string/
|
@@ -1659,8 +1671,20 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1659
1671
|
Look Look Struct
|
1660
1672
|
LookAmount string/_
|
1661
1673
|
LookCluster string/_
|
1662
|
-
|
1674
|
+
LookCopyright string/_
|
1675
|
+
LookGroup lang-alt/_
|
1676
|
+
LookName string/
|
1677
|
+
LookParameters LookParms Struct_
|
1678
|
+
LookParametersCameraProfile string/_
|
1679
|
+
LookParametersClarity2012 string/_
|
1680
|
+
LookParametersConvertToGrayscale string/_
|
1681
|
+
LookParametersLookTable string/_
|
1682
|
+
LookParametersProcessVersion string/_
|
1683
|
+
LookParametersToneCurvePV2012 string/_+
|
1684
|
+
LookParametersVersion string/_
|
1685
|
+
LookSupportsAmount string/_
|
1663
1686
|
LookSupportsMonochrome string/_
|
1687
|
+
LookSupportsOutputReferred string/_
|
1664
1688
|
LookUUID string/_
|
1665
1689
|
LuminanceAdjustmentAqua integer/
|
1666
1690
|
LuminanceAdjustmentBlue integer/
|
@@ -1829,6 +1853,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1829
1853
|
Texture integer/
|
1830
1854
|
TIFFHandling string/
|
1831
1855
|
Tint integer/
|
1856
|
+
ToggleStyleAmount integer/
|
1857
|
+
ToggleStyleDigest string/
|
1832
1858
|
ToneCurve string/+
|
1833
1859
|
ToneCurveBlue string/+
|
1834
1860
|
ToneCurveGreen string/+
|
@@ -1930,10 +1956,27 @@ These tags belong to the ExifTool XMP-crd family 1 group.
|
|
1930
1956
|
---------- --------
|
1931
1957
|
Amount string
|
1932
1958
|
Cluster string
|
1959
|
+
Copyright string
|
1960
|
+
Group lang-alt
|
1933
1961
|
Name string
|
1962
|
+
Parameters LookParms Struct
|
1963
|
+
SupportsAmount string
|
1934
1964
|
SupportsMonochrome string
|
1965
|
+
SupportsOutputReferred string
|
1935
1966
|
UUID string
|
1936
1967
|
|
1968
|
+
=head3 XMP LookParms Struct
|
1969
|
+
|
1970
|
+
Field Name Writable
|
1971
|
+
---------- --------
|
1972
|
+
CameraProfile string
|
1973
|
+
Clarity2012 string
|
1974
|
+
ConvertToGrayscale string
|
1975
|
+
LookTable string
|
1976
|
+
ProcessVersion string
|
1977
|
+
ToneCurvePV2012 string+
|
1978
|
+
Version string
|
1979
|
+
|
1937
1980
|
=head3 XMP RetouchArea Struct
|
1938
1981
|
|
1939
1982
|
Field Name Writable
|
@@ -2013,6 +2056,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2013
2056
|
AutoLateralCA integer
|
2014
2057
|
AutoShadows boolean
|
2015
2058
|
AutoTone boolean
|
2059
|
+
AutoToneDigest string
|
2060
|
+
AutoToneDigestNoSat string
|
2016
2061
|
AutoWhiteVersion integer
|
2017
2062
|
Blacks2012 integer
|
2018
2063
|
BlueHue integer
|
@@ -2078,6 +2123,15 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2078
2123
|
ClipboardAspectRatio integer
|
2079
2124
|
ClipboardOrientation integer
|
2080
2125
|
Cluster string
|
2126
|
+
ColorGradeBlending integer
|
2127
|
+
ColorGradeGlobalHue integer
|
2128
|
+
ColorGradeGlobalLum integer
|
2129
|
+
ColorGradeGlobalSat integer
|
2130
|
+
ColorGradeHighlightLum integer
|
2131
|
+
ColorGradeMidtoneHue integer
|
2132
|
+
ColorGradeMidtoneLum integer
|
2133
|
+
ColorGradeMidtoneSat integer
|
2134
|
+
ColorGradeShadowLum integer
|
2081
2135
|
ColorNoiseReduction integer
|
2082
2136
|
ColorNoiseReductionDetail integer
|
2083
2137
|
ColorNoiseReductionSmoothness integer
|
@@ -2201,6 +2255,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2201
2255
|
LensProfileDistortionScale integer
|
2202
2256
|
LensProfileEnable integer
|
2203
2257
|
LensProfileFilename string
|
2258
|
+
LensProfileIsEmbedded boolean
|
2204
2259
|
LensProfileMatchKeyCameraModelName string
|
2205
2260
|
LensProfileMatchKeyExifMake string
|
2206
2261
|
LensProfileMatchKeyExifModel string
|
@@ -2215,8 +2270,20 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2215
2270
|
Look Look Struct
|
2216
2271
|
LookAmount string_
|
2217
2272
|
LookCluster string_
|
2218
|
-
|
2273
|
+
LookCopyright string_
|
2274
|
+
LookGroup lang-alt_
|
2275
|
+
LookName string
|
2276
|
+
LookParameters LookParms Struct_
|
2277
|
+
LookParametersCameraProfile string_
|
2278
|
+
LookParametersClarity2012 string_
|
2279
|
+
LookParametersConvertToGrayscale string_
|
2280
|
+
LookParametersLookTable string_
|
2281
|
+
LookParametersProcessVersion string_
|
2282
|
+
LookParametersToneCurvePV2012 string_+
|
2283
|
+
LookParametersVersion string_
|
2284
|
+
LookSupportsAmount string_
|
2219
2285
|
LookSupportsMonochrome string_
|
2286
|
+
LookSupportsOutputReferred string_
|
2220
2287
|
LookUUID string_
|
2221
2288
|
LuminanceAdjustmentAqua integer
|
2222
2289
|
LuminanceAdjustmentBlue integer
|
@@ -2385,6 +2452,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
|
|
2385
2452
|
Texture integer
|
2386
2453
|
TIFFHandling string
|
2387
2454
|
Tint integer
|
2455
|
+
ToggleStyleAmount integer
|
2456
|
+
ToggleStyleDigest string
|
2388
2457
|
ToneCurve string+
|
2389
2458
|
ToneCurveBlue string+
|
2390
2459
|
ToneCurveGreen string+
|
@@ -2941,7 +3010,7 @@ These tags belong to the ExifTool XMP-exif family 1 group.
|
|
2941
3010
|
=head3 XMP exifEX Tags
|
2942
3011
|
|
2943
3012
|
EXIF tags added by the EXIF 2.31 for XMP specification (see
|
2944
|
-
L<http://www.cipa.jp/std/documents/e/DC-
|
3013
|
+
L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
|
2945
3014
|
|
2946
3015
|
These tags belong to the ExifTool XMP-exifEX family 1 group.
|
2947
3016
|
|
@@ -3172,6 +3241,7 @@ These tags belong to the ExifTool XMP-GPano family 1 group.
|
|
3172
3241
|
FullPanoWidthPixels real
|
3173
3242
|
InitialCameraDolly real
|
3174
3243
|
InitialHorizontalFOVDegrees real
|
3244
|
+
InitialVerticalFOVDegrees real
|
3175
3245
|
InitialViewHeadingDegrees real
|
3176
3246
|
InitialViewPitchDegrees real
|
3177
3247
|
InitialViewRollDegrees real
|
@@ -5830,6 +5900,7 @@ boot, not including standby time.
|
|
5830
5900
|
ColorData7 Canon ColorData7
|
5831
5901
|
ColorData8 Canon ColorData8
|
5832
5902
|
ColorData9 Canon ColorData9
|
5903
|
+
ColorData10 Canon ColorData10
|
5833
5904
|
ColorDataUnknown Canon ColorDataUnknown
|
5834
5905
|
0x4002 CRWParam? no
|
5835
5906
|
0x4003 ColorInfo Canon ColorInfo
|
@@ -6792,6 +6863,7 @@ Unknown CameraInfo tags are divided into 3 tables based on format size.
|
|
6792
6863
|
Index1 Tag Name Writable
|
6793
6864
|
------ -------- --------
|
6794
6865
|
363 LensSerialNumber undef[5]
|
6866
|
+
1473 FirmwareVersion no
|
6795
6867
|
|
6796
6868
|
=head3 Canon MovieInfo Tags
|
6797
6869
|
|
@@ -7720,6 +7792,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
|
|
7720
7792
|
797 SpecularWhiteLevel int16u
|
7721
7793
|
798 LinearityUpperMargin int16u
|
7722
7794
|
|
7795
|
+
=head3 Canon ColorData10 Tags
|
7796
|
+
|
7797
|
+
Index2 Tag Name Writable
|
7798
|
+
------ -------- --------
|
7799
|
+
0 ColorDataVersion int16s
|
7800
|
+
85 WB_RGGBLevelsAsShot int16s[4]
|
7801
|
+
89 ColorTempAsShot int16s
|
7802
|
+
90 WB_RGGBLevelsAuto int16s[4]
|
7803
|
+
94 ColorTempAuto int16s
|
7804
|
+
95 WB_RGGBLevelsMeasured int16s[4]
|
7805
|
+
99 ColorTempMeasured int16s
|
7806
|
+
100 WB_RGGBLevelsUnknown? int16s[4]
|
7807
|
+
104 ColorTempUnknown? int16s
|
7808
|
+
105 WB_RGGBLevelsUnknown2? int16s[4]
|
7809
|
+
109 ColorTempUnknown2? int16s
|
7810
|
+
110 WB_RGGBLevelsUnknown3? int16s[4]
|
7811
|
+
114 ColorTempUnknown3? int16s
|
7812
|
+
115 WB_RGGBLevelsUnknown4? int16s[4]
|
7813
|
+
119 ColorTempUnknown4? int16s
|
7814
|
+
120 WB_RGGBLevelsUnknown5? int16s[4]
|
7815
|
+
124 ColorTempUnknown5? int16s
|
7816
|
+
125 WB_RGGBLevelsUnknown6? int16s[4]
|
7817
|
+
129 ColorTempUnknown6? int16s
|
7818
|
+
130 WB_RGGBLevelsUnknown7? int16s[4]
|
7819
|
+
134 ColorTempUnknown7? int16s
|
7820
|
+
135 WB_RGGBLevelsUnknown8? int16s[4]
|
7821
|
+
139 ColorTempUnknown8? int16s
|
7822
|
+
140 WB_RGGBLevelsUnknown9? int16s[4]
|
7823
|
+
144 ColorTempUnknown9? int16s
|
7824
|
+
145 WB_RGGBLevelsUnknown10? int16s[4]
|
7825
|
+
149 ColorTempUnknown10? int16s
|
7826
|
+
150 WB_RGGBLevelsDaylight int16s[4]
|
7827
|
+
154 ColorTempDaylight int16s
|
7828
|
+
155 WB_RGGBLevelsShade int16s[4]
|
7829
|
+
159 ColorTempShade int16s
|
7830
|
+
160 WB_RGGBLevelsCloudy int16s[4]
|
7831
|
+
164 ColorTempCloudy int16s
|
7832
|
+
165 WB_RGGBLevelsTungsten int16s[4]
|
7833
|
+
169 ColorTempTungsten int16s
|
7834
|
+
170 WB_RGGBLevelsFluorescent int16s[4]
|
7835
|
+
174 ColorTempFluorescent int16s
|
7836
|
+
175 WB_RGGBLevelsKelvin int16s[4]
|
7837
|
+
179 ColorTempKelvin int16s
|
7838
|
+
180 WB_RGGBLevelsFlash int16s[4]
|
7839
|
+
184 ColorTempFlash int16s
|
7840
|
+
185 WB_RGGBLevelsUnknown11? int16s[4]
|
7841
|
+
189 ColorTempUnknown11? int16s
|
7842
|
+
190 WB_RGGBLevelsUnknown12? int16s[4]
|
7843
|
+
194 ColorTempUnknown12? int16s
|
7844
|
+
195 WB_RGGBLevelsUnknown13? int16s[4]
|
7845
|
+
199 ColorTempUnknown13? int16s
|
7846
|
+
200 WB_RGGBLevelsUnknown14? int16s[4]
|
7847
|
+
204 ColorTempUnknown14? int16s
|
7848
|
+
205 WB_RGGBLevelsUnknown15? int16s[4]
|
7849
|
+
209 ColorTempUnknown15? int16s
|
7850
|
+
210 WB_RGGBLevelsUnknown16? int16s[4]
|
7851
|
+
214 ColorTempUnknown16? int16s
|
7852
|
+
215 WB_RGGBLevelsUnknown17? int16s[4]
|
7853
|
+
219 ColorTempUnknown17? int16s
|
7854
|
+
220 WB_RGGBLevelsUnknown18? int16s[4]
|
7855
|
+
224 ColorTempUnknown18? int16s
|
7856
|
+
225 WB_RGGBLevelsUnknown19? int16s[4]
|
7857
|
+
229 ColorTempUnknown19? int16s
|
7858
|
+
230 WB_RGGBLevelsUnknown20? int16s[4]
|
7859
|
+
234 ColorTempUnknown20? int16s
|
7860
|
+
235 WB_RGGBLevelsUnknown21? int16s[4]
|
7861
|
+
239 ColorTempUnknown21? int16s
|
7862
|
+
240 WB_RGGBLevelsUnknown22? int16s[4]
|
7863
|
+
244 ColorTempUnknown22? int16s
|
7864
|
+
245 WB_RGGBLevelsUnknown23? int16s[4]
|
7865
|
+
249 ColorTempUnknown23? int16s
|
7866
|
+
250 WB_RGGBLevelsUnknown24? int16s[4]
|
7867
|
+
254 ColorTempUnknown24? int16s
|
7868
|
+
255 WB_RGGBLevelsUnknown25? int16s[4]
|
7869
|
+
259 ColorTempUnknown25? int16s
|
7870
|
+
260 WB_RGGBLevelsUnknown26? int16s[4]
|
7871
|
+
264 ColorTempUnknown26? int16s
|
7872
|
+
265 WB_RGGBLevelsUnknown27? int16s[4]
|
7873
|
+
269 ColorTempUnknown27? int16s
|
7874
|
+
270 WB_RGGBLevelsUnknown28? int16s[4]
|
7875
|
+
274 ColorTempUnknown28? int16s
|
7876
|
+
275 WB_RGGBLevelsUnknown29? int16s[4]
|
7877
|
+
279 ColorTempUnknown29? int16s
|
7878
|
+
280 ColorCalib? Canon ColorCalib
|
7879
|
+
343 PerChannelBlackLevel int16u[4]
|
7880
|
+
810 NormalWhiteLevel int16u
|
7881
|
+
811 SpecularWhiteLevel int16u
|
7882
|
+
812 LinearityUpperMargin int16u
|
7883
|
+
|
7723
7884
|
=head3 Canon ColorDataUnknown Tags
|
7724
7885
|
|
7725
7886
|
Index2 Tag Name Writable
|
@@ -15453,6 +15614,7 @@ These tags are used in Pentax/Asahi cameras.
|
|
15453
15614
|
0x0228 FaceSize Pentax FaceSize
|
15454
15615
|
0x0229 SerialNumber string
|
15455
15616
|
0x022a FilterInfo Pentax FilterInfo
|
15617
|
+
Pentax FilterInfo
|
15456
15618
|
0x022b LevelInfo Pentax LevelInfo
|
15457
15619
|
0x022d WBLevels Pentax WBLevels
|
15458
15620
|
0x022e Artist string
|
@@ -17850,7 +18012,7 @@ ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
|
|
17850
18012
|
|
17851
18013
|
=head3 Sony Tag2010i Tags
|
17852
18014
|
|
17853
|
-
Valid for ILCE-6100/6400/6600/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
|
18015
|
+
Valid for ILCE-6100/6400/6600/7C/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
|
17854
18016
|
RX100M5A/RX100M7/HX99.
|
17855
18017
|
|
17856
18018
|
Index1 Tag Name Writable
|
@@ -18013,7 +18175,7 @@ substitution cipher, but the deciphered values are listed below.
|
|
18013
18175
|
|
18014
18176
|
=head3 Sony Tag9050b Tags
|
18015
18177
|
|
18016
|
-
Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7M3/7RM2/7RM3/7RM4/
|
18178
|
+
Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
|
18017
18179
|
7SM2/9/9M2, ILCA-99M2.
|
18018
18180
|
|
18019
18181
|
Index1 Tag Name Writable
|
@@ -18110,14 +18272,13 @@ DSC-HX50V, DSC-QX10/QX100.
|
|
18110
18272
|
|
18111
18273
|
Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
|
18112
18274
|
RX10M2/RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/
|
18113
|
-
WX350/WX500, ILCE-7/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/9/9M2/5000/
|
18114
|
-
6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18275
|
+
WX350/WX500, ILCE-7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
18276
|
+
5100/6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
|
18115
18277
|
|
18116
18278
|
Index1 Tag Name Writable
|
18117
18279
|
------ -------- --------
|
18118
18280
|
9 ReleaseMode2 int8u
|
18119
|
-
10 ShotNumberSincePowerUp
|
18120
|
-
ShotNumberSincePowerUp int32u
|
18281
|
+
10 ShotNumberSincePowerUp int32u
|
18121
18282
|
18 SequenceImageNumber int32u
|
18122
18283
|
22 SequenceLength int8u
|
18123
18284
|
26 SequenceFileNumber int32u
|
@@ -18462,6 +18623,8 @@ E-mount models.
|
|
18462
18623
|
|
18463
18624
|
=head3 Sony Tag9416 Tags
|
18464
18625
|
|
18626
|
+
Valid for the ILCE-7SM3.
|
18627
|
+
|
18465
18628
|
Index1 Tag Name Writable
|
18466
18629
|
------ -------- --------
|
18467
18630
|
0 Tag9416_0000 no
|
@@ -19777,8 +19940,8 @@ found in the APP2 "MPF" segment of JPEG images. MPImage data referenced
|
|
19777
19940
|
from this segment is stored as a JPEG trailer. The MPF tags are not
|
19778
19941
|
writable, however the MPF segment may be deleted as a group (with "MPF:All")
|
19779
19942
|
but then the JPEG trailer should also be deleted (with "Trailer:All"). See
|
19780
|
-
L<http://www.cipa.jp/std/documents/e/DC-007_E.pdf>
|
19781
|
-
specification.
|
19943
|
+
L<https://web.archive.org/web/20190713230858/http://www.cipa.jp/std/documents/e/DC-007_E.pdf>
|
19944
|
+
for the official specification.
|
19782
19945
|
|
19783
19946
|
Tag ID Tag Name Writable
|
19784
19947
|
------ -------- --------
|
@@ -19823,8 +19986,8 @@ embedded images.
|
|
19823
19986
|
|
19824
19987
|
These tags are part of the CIPA Stereo Still Image specification, and are
|
19825
19988
|
found in the APP3 "Stim" segment of JPEG images. See
|
19826
|
-
L<http://www.cipa.jp/std/documents/e/DC-006_E.pdf>
|
19827
|
-
official specification.
|
19989
|
+
L<https://web.archive.org/web/20190718152459/http://www.cipa.jp/std/documents/e/DC-006_E.pdf>
|
19990
|
+
for the official specification.
|
19828
19991
|
|
19829
19992
|
Tag ID Tag Name Writable
|
19830
19993
|
------ -------- --------
|
@@ -19953,6 +20116,7 @@ L<https://github.com/gopro/gpmf-parser> for details about this format.
|
|
19953
20116
|
'TSMP' TotalSamples? no
|
19954
20117
|
'TYPE' StructureType? no
|
19955
20118
|
'UNIT' Units? no
|
20119
|
+
'VERS' MetadataVersion no
|
19956
20120
|
'VFOV' FieldOfView no
|
19957
20121
|
'VFRH' VisualFlightRulesHUD no
|
19958
20122
|
'WBAL' ColorTemperatures no
|
@@ -22934,7 +23098,7 @@ Information extracted from the GIF logical screen descriptor.
|
|
22934
23098
|
4.2 ColorResolutionDepth no
|
22935
23099
|
4.3 BitsPerPixel no
|
22936
23100
|
5 BackgroundColor no
|
22937
|
-
6
|
23101
|
+
6 PixelAspectRatio no
|
22938
23102
|
|
22939
23103
|
=head2 BMP Tags
|
22940
23104
|
|
@@ -23960,6 +24124,7 @@ specification.
|
|
23960
24124
|
Tag ID Tag Name Writable
|
23961
24125
|
------ -------- --------
|
23962
24126
|
'_command' Command no
|
24127
|
+
'_comment' Comment no
|
23963
24128
|
'_orient' Orientation no
|
23964
24129
|
'colorcorr' ColorCorrection no
|
23965
24130
|
'exposure' Exposure no
|
@@ -25207,6 +25372,7 @@ for the official specification.
|
|
25207
25372
|
'skip' CanonSkip Canon Skip
|
25208
25373
|
PreviewImage no
|
25209
25374
|
Skip? no
|
25375
|
+
'thm ' ThumbnailImage no
|
25210
25376
|
'thum' ThumbnailImage no
|
25211
25377
|
'udat' GPSLog no
|
25212
25378
|
'udta' UserData FLIR UserData
|
@@ -25292,6 +25458,7 @@ formats of timed GPS metadata from video files.
|
|
25292
25458
|
Unknown03? no
|
25293
25459
|
UserLabel no
|
25294
25460
|
VerticalSpeed no
|
25461
|
+
VideoTimeStamp no
|
25295
25462
|
camm0 QuickTime camm0
|
25296
25463
|
camm1 QuickTime camm1
|
25297
25464
|
camm2 QuickTime camm2
|
@@ -25301,7 +25468,8 @@ formats of timed GPS metadata from video files.
|
|
25301
25468
|
camm6 QuickTime camm6
|
25302
25469
|
camm7 QuickTime camm7
|
25303
25470
|
fdsc GoPro fdsc
|
25304
|
-
|
25471
|
+
gpmd_GoPro GoPro GPMF
|
25472
|
+
gpmd_Rove QuickTime Stream
|
25305
25473
|
marl QuickTime marl
|
25306
25474
|
mebx QuickTime Keys
|
25307
25475
|
mett Parrot mett
|
@@ -25552,6 +25720,7 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
|
|
25552
25720
|
'dinf' DataInfo QuickTime DataInfo
|
25553
25721
|
'free' Free? no
|
25554
25722
|
'hdlr' Handler QuickTime Handler
|
25723
|
+
'idat' MetaImageSize no
|
25555
25724
|
'iinf' ItemInformation QuickTime ItemInfo
|
25556
25725
|
QuickTime ItemInfo
|
25557
25726
|
'iloc' ItemLocation no
|
@@ -25562,6 +25731,8 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
|
|
25562
25731
|
'iref' ItemReference QuickTime ItemRef
|
25563
25732
|
'keys' Keys QuickTime Keys
|
25564
25733
|
'pitm' PrimaryItemReference no
|
25734
|
+
'uuid' MetaVersion no
|
25735
|
+
UUID-Unknown? no
|
25565
25736
|
'xml ' XML XMP XML
|
25566
25737
|
|
25567
25738
|
=head3 QuickTime DataInfo Tags
|
@@ -25819,9 +25990,16 @@ defined in this table.
|
|
25819
25990
|
|
25820
25991
|
=head3 QuickTime ItemRef Tags
|
25821
25992
|
|
25993
|
+
The Item reference entries listed in the table below contain information about
|
25994
|
+
the associations between items in the file. This information is used by
|
25995
|
+
ExifTool, but these entries are not extracted as tags.
|
25996
|
+
|
25822
25997
|
Tag ID Tag Name Writable
|
25823
25998
|
------ -------- --------
|
25999
|
+
'auxl' AuxiliaryImageRef no
|
25824
26000
|
'cdsc' ContentDescribes no
|
26001
|
+
'dimg' DerivedImageRef no
|
26002
|
+
'thmb' ThumbnailRef no
|
25825
26003
|
|
25826
26004
|
=head3 QuickTime MovieFragment Tags
|
25827
26005
|
|
@@ -33167,12 +33345,20 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
|
|
33167
33345
|
|
33168
33346
|
=head2 JSON Tags
|
33169
33347
|
|
33170
|
-
|
33171
|
-
tags from basic
|
33348
|
+
Other than a few tags in the table below, JSON tags have not been
|
33349
|
+
pre-defined. However, ExifTool will read any existing tags from basic
|
33350
|
+
JSON-formatted files.
|
33172
33351
|
|
33173
|
-
Tag
|
33174
|
-
|
33175
|
-
|
33352
|
+
Tag Name Writable
|
33353
|
+
-------- --------
|
33354
|
+
ON1_SettingsData PLIST
|
33355
|
+
ON1_SettingsMetadataCreated no
|
33356
|
+
ON1_SettingsMetadataModified no
|
33357
|
+
ON1_SettingsMetadataName no
|
33358
|
+
ON1_SettingsMetadataPluginID no
|
33359
|
+
ON1_SettingsMetadataTimestamp no
|
33360
|
+
ON1_SettingsMetadataUsage no
|
33361
|
+
ON1_SettingsMetadataVisibleToUser no
|
33176
33362
|
|
33177
33363
|
=head2 HTML Tags
|
33178
33364
|
|
@@ -33970,13 +34156,13 @@ option is used.
|
|
33970
34156
|
|
33971
34157
|
=head2 RSRC Tags
|
33972
34158
|
|
33973
|
-
Tags extracted from Mac OS resource files
|
33974
|
-
also be extracted from the resource fork of any file
|
33975
|
-
adding "/..namedfork/rsrc" to the filename to process the
|
33976
|
-
alone, or by using the ExtractEmbedded (-ee) option to process
|
33977
|
-
fork as a sub-document of the main file. When writing,
|
33978
|
-
the Mac OS resource fork by default, but it may deleted
|
33979
|
-
on the command line.
|
34159
|
+
Tags extracted from Mac OS resource files, DFONT files and "._" sidecar
|
34160
|
+
files. These tags may also be extracted from the resource fork of any file
|
34161
|
+
in OS X, either by adding "/..namedfork/rsrc" to the filename to process the
|
34162
|
+
resource fork alone, or by using the ExtractEmbedded (-ee) option to process
|
34163
|
+
the resource fork as a sub-document of the main file. When writing,
|
34164
|
+
ExifTool preserves the Mac OS resource fork by default, but it may deleted
|
34165
|
+
with C<-rsrc:all=> on the command line.
|
33980
34166
|
|
33981
34167
|
Tag ID Tag Name Writable
|
33982
34168
|
------ -------- --------
|
@@ -34228,7 +34414,8 @@ Tags extracted from ISO 9660 disk images.
|
|
34228
34414
|
|
34229
34415
|
On MacOS systems, the there are additional MDItem and XAttr Finder tags that
|
34230
34416
|
may be extracted. These tags are not extracted by default -- they must be
|
34231
|
-
specifically requested or enabled via an API option.
|
34417
|
+
specifically requested or enabled via an API option. (Except when reading
|
34418
|
+
MacOS "._" files directly, see below.)
|
34232
34419
|
|
34233
34420
|
The tables below list some of the tags that may be extracted, but ExifTool
|
34234
34421
|
will extract all available information even for tags not listed.
|
@@ -34237,6 +34424,38 @@ Tags in these tables are referred to as "pseudo" tags because their
|
|
34237
34424
|
information is not stored in the file itself. As such, B<Writable> tags in
|
34238
34425
|
these tables may be changed without having to rewrite the file.
|
34239
34426
|
|
34427
|
+
Note that on some filesystems, MacOS creates sidecar files with names that
|
34428
|
+
begin with "._". ExifTool will read these files if specified, and extract
|
34429
|
+
the information listed in the following table without the need for extra
|
34430
|
+
options, but these files are not writable directly.
|
34431
|
+
|
34432
|
+
Tag ID Tag Name Writable
|
34433
|
+
------ -------- --------
|
34434
|
+
0x0002 RSRC RSRC
|
34435
|
+
0x0009 ATTR MacOS XAttr
|
34436
|
+
|
34437
|
+
=head3 MacOS XAttr Tags
|
34438
|
+
|
34439
|
+
XAttr tags are extracted using the "xattr" utility. They are extracted if
|
34440
|
+
any "XAttr*" tag or the MacOS group is specifically requested, or by setting
|
34441
|
+
the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
|
34442
|
+
And they extracted by default from MacOS "._" files when reading
|
34443
|
+
these files directly.
|
34444
|
+
|
34445
|
+
Tag Name Writable
|
34446
|
+
-------- --------
|
34447
|
+
XAttrAppleMailDateReceived no
|
34448
|
+
XAttrAppleMailDateSent no
|
34449
|
+
XAttrAppleMailIsRemoteAttachment no
|
34450
|
+
XAttrFinderInfo no
|
34451
|
+
XAttrLastUsedDate no
|
34452
|
+
XAttrMDItemDownloadedDate no
|
34453
|
+
XAttrMDItemFinderComment no
|
34454
|
+
XAttrMDItemWhereFroms no
|
34455
|
+
XAttrMDLabel no
|
34456
|
+
XAttrQuarantine yes!
|
34457
|
+
XAttrResourceFork no
|
34458
|
+
|
34240
34459
|
=head3 MacOS MDItem Tags
|
34241
34460
|
|
34242
34461
|
MDItem tags are extracted using the "mdls" utility. They are extracted if
|
@@ -34380,26 +34599,6 @@ index the file after a metadata change.
|
|
34380
34599
|
MDItemWhereFroms no
|
34381
34600
|
MDItemWhiteBalance no
|
34382
34601
|
|
34383
|
-
=head3 MacOS XAttr Tags
|
34384
|
-
|
34385
|
-
XAttr tags are extracted using the "xattr" utility. They are extracted if
|
34386
|
-
any "XAttr*" tag or the MacOS group is specifically requested, or by setting
|
34387
|
-
the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
|
34388
|
-
|
34389
|
-
Tag Name Writable
|
34390
|
-
-------- --------
|
34391
|
-
XAttrAppleMailDateReceived no
|
34392
|
-
XAttrAppleMailDateSent no
|
34393
|
-
XAttrAppleMailIsRemoteAttachment no
|
34394
|
-
XAttrFinderInfo no
|
34395
|
-
XAttrLastUsedDate no
|
34396
|
-
XAttrMDItemDownloadedDate no
|
34397
|
-
XAttrMDItemFinderComment no
|
34398
|
-
XAttrMDItemWhereFroms no
|
34399
|
-
XAttrMDLabel no
|
34400
|
-
XAttrQuarantine yes!
|
34401
|
-
XAttrResourceFork no
|
34402
|
-
|
34403
34602
|
=head2 Extra Tags
|
34404
34603
|
|
34405
34604
|
The extra tags provide extra features or extra information extracted or
|