exiftool_vendored 12.42.0 → 12.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +226 -6
- data/bin/MANIFEST +14 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +45 -44
- data/bin/config_files/acdsee.config +2 -1
- data/bin/config_files/frameCount.config +56 -0
- data/bin/config_files/tiff_version.config +1 -1
- data/bin/exiftool +116 -97
- data/bin/fmt_files/gpx.fmt +3 -0
- data/bin/fmt_files/gpx_wpt.fmt +3 -0
- data/bin/lib/Image/ExifTool/Apple.pm +16 -3
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +23 -12
- data/bin/lib/Image/ExifTool/Canon.pm +66 -37
- data/bin/lib/Image/ExifTool/CanonRaw.pm +8 -1
- data/bin/lib/Image/ExifTool/CanonVRD.pm +7 -8
- data/bin/lib/Image/ExifTool/Casio.pm +3 -3
- data/bin/lib/Image/ExifTool/DJI.pm +2 -1
- data/bin/lib/Image/ExifTool/DarwinCore.pm +13 -1
- data/bin/lib/Image/ExifTool/EXE.pm +9 -1
- data/bin/lib/Image/ExifTool/Exif.pm +17 -12
- data/bin/lib/Image/ExifTool/FLAC.pm +17 -3
- data/bin/lib/Image/ExifTool/FLIR.pm +9 -7
- data/bin/lib/Image/ExifTool/FlashPix.pm +26 -3
- data/bin/lib/Image/ExifTool/FujiFilm.pm +51 -4
- data/bin/lib/Image/ExifTool/GPS.pm +31 -5
- data/bin/lib/Image/ExifTool/Geotag.pm +36 -8
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +3 -2
- data/bin/lib/Image/ExifTool/ICO.pm +143 -0
- data/bin/lib/Image/ExifTool/ID3.pm +6 -6
- data/bin/lib/Image/ExifTool/IPTC.pm +5 -1
- data/bin/lib/Image/ExifTool/JPEG.pm +1 -0
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +24 -3
- data/bin/lib/Image/ExifTool/LNK.pm +5 -2
- data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fr.pm +6015 -759
- data/bin/lib/Image/ExifTool/Lang/sk.pm +1927 -0
- data/bin/lib/Image/ExifTool/M2TS.pm +98 -8
- data/bin/lib/Image/ExifTool/MIE.pm +9 -3
- data/bin/lib/Image/ExifTool/MISB.pm +494 -0
- data/bin/lib/Image/ExifTool/MakerNotes.pm +3 -1
- data/bin/lib/Image/ExifTool/Matroska.pm +272 -48
- data/bin/lib/Image/ExifTool/Motorola.pm +8 -2
- data/bin/lib/Image/ExifTool/Nikon.pm +746 -382
- data/bin/lib/Image/ExifTool/NikonCustom.pm +139 -106
- data/bin/lib/Image/ExifTool/NikonSettings.pm +5 -3
- data/bin/lib/Image/ExifTool/Olympus.pm +6 -4
- data/bin/lib/Image/ExifTool/PNG.pm +8 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +21 -4
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +25 -5
- data/bin/lib/Image/ExifTool/Parrot.pm +96 -2
- data/bin/lib/Image/ExifTool/Pentax.pm +7 -2
- data/bin/lib/Image/ExifTool/Photoshop.pm +29 -3
- data/bin/lib/Image/ExifTool/QuickTime.pm +166 -13
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +161 -22
- data/bin/lib/Image/ExifTool/README +15 -4
- data/bin/lib/Image/ExifTool/RIFF.pm +106 -9
- data/bin/lib/Image/ExifTool/Samsung.pm +2 -2
- data/bin/lib/Image/ExifTool/Sigma.pm +27 -1
- data/bin/lib/Image/ExifTool/SigmaRaw.pm +37 -13
- data/bin/lib/Image/ExifTool/Sony.pm +75 -47
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +13 -6
- data/bin/lib/Image/ExifTool/TagLookup.pm +4791 -4519
- data/bin/lib/Image/ExifTool/TagNames.pod +2056 -1446
- data/bin/lib/Image/ExifTool/Text.pm +3 -4
- data/bin/lib/Image/ExifTool/Torrent.pm +2 -3
- data/bin/lib/Image/ExifTool/Validate.pm +3 -3
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +7 -0
- data/bin/lib/Image/ExifTool/WriteExif.pl +100 -23
- data/bin/lib/Image/ExifTool/WriteIPTC.pl +2 -6
- data/bin/lib/Image/ExifTool/WritePhotoshop.pl +5 -5
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +12 -7
- data/bin/lib/Image/ExifTool/WriteRIFF.pl +359 -0
- data/bin/lib/Image/ExifTool/WriteXMP.pl +15 -1
- data/bin/lib/Image/ExifTool/Writer.pl +46 -18
- data/bin/lib/Image/ExifTool/XMP.pm +78 -59
- data/bin/lib/Image/ExifTool/XMP2.pl +19 -4
- data/bin/lib/Image/ExifTool/ZIP.pm +19 -7
- data/bin/lib/Image/ExifTool.pm +146 -38
- data/bin/lib/Image/ExifTool.pod +83 -69
- data/bin/perl-Image-ExifTool.spec +43 -43
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba4ecb59460ff7222300e603360d0911cc1570510f754c02fe047d2f15792457
|
|
4
|
+
data.tar.gz: 5009d51c03eb7d9827e3fd0838f6303d3359320cc8ea92dbbb3418887e91a9c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f10977406b7799830c8d2e4292ed43bac78595b03deb80345486b22a8c87e1ce1d693c59839e7bb6000c271479756a9c3cea23a84501fdbaa19a97540eb6e709
|
|
7
|
+
data.tar.gz: df67d3fe0ec4b6a79354eb880c601eab994b578e439b05770a714bfd32642860e72706bb1a1bc430eb77e4ba4be17d7eabc02e4bdebcda97183a23dfbebd2b5b
|
data/bin/Changes
CHANGED
|
@@ -4,9 +4,228 @@ ExifTool Version History
|
|
|
4
4
|
|
|
5
5
|
RSS feed: https://exiftool.org/rss.xml
|
|
6
6
|
|
|
7
|
-
Note: The most recent production release is Version 12.
|
|
7
|
+
Note: The most recent production release is Version 12.50. (Other versions are
|
|
8
8
|
considered development releases, and are not uploaded to MetaCPAN.)
|
|
9
9
|
|
|
10
|
+
Dec. 6, 2022 - Version 12.52
|
|
11
|
+
|
|
12
|
+
- Added a few new Nikon LensID's (thanks LibRaw and Chris)
|
|
13
|
+
- Added Slovak translations (thanks Peter Bagin)
|
|
14
|
+
- Made SphericalVideoXML readable/writable as a block
|
|
15
|
+
- Improved handling of Matroska metadata tags, including language support
|
|
16
|
+
- Improved French translations (thanks Philippe Bonnaure of GraphicConverter)
|
|
17
|
+
- Improved Composite:GPSAltitude conversion to honour -lang setting
|
|
18
|
+
- Improved -v2 messages to indicate files extracted from zip archives
|
|
19
|
+
|
|
20
|
+
Nov. 21, 2022 - Version 12.51
|
|
21
|
+
|
|
22
|
+
- Added a new Olympus LensType (thanks Herb)
|
|
23
|
+
- Extract C2PA JUMBF metadata from PNG images and extract C2PA Salt values
|
|
24
|
+
- Decode NikonSettings for Z9 firmware 3.0 (thanks Warren Hatch)
|
|
25
|
+
- Decode additional camm metadata from Insta360 Pro2 MP4 videos
|
|
26
|
+
- Improved Verbose output when writing Composite tags to add a "+" sign to
|
|
27
|
+
indicate related tags that are being written
|
|
28
|
+
- Enhanced -geotag option CSV format to support GPSImgDirection column
|
|
29
|
+
- Fixed problem where -w+ option didn't work in Windows if there were Unicode
|
|
30
|
+
characters in the path name
|
|
31
|
+
- Fixed problem where only the last image of the sequence was extracted
|
|
32
|
+
(multiple times) when using -ee2 to extract embedded images from FLIR SEQ
|
|
33
|
+
files
|
|
34
|
+
- Fixed issue where GPS reference directions may be unknowingly written when
|
|
35
|
+
using ExifTool 12.44 or later to write GPSLatitude or GPSLongitude without
|
|
36
|
+
specifying a group name. The fix was to Avoid writing the Composite tags
|
|
37
|
+
unless the Composite group is specified explicitly
|
|
38
|
+
- Fixed -geotag to write orientation and track tags even if some tags in the
|
|
39
|
+
category were missing
|
|
40
|
+
- Fixed inconsistency in selecting which tag to output with the -json option
|
|
41
|
+
when multiple tags with the same JSON key exist and the -TAG# feature is
|
|
42
|
+
used to disable print conversion
|
|
43
|
+
- Fixed problem writing QuickTime:PlayListID
|
|
44
|
+
- Fixed problem writing QuickTime tags when specifying tag ID (ie. family 7
|
|
45
|
+
group) as well as a language code
|
|
46
|
+
|
|
47
|
+
Nov. 8, 2022 - Version 12.50 (production release)
|
|
48
|
+
|
|
49
|
+
- Added a new XMP-GCreations tag
|
|
50
|
+
- Added a few new Sony lenses (thanks Jos Roost)
|
|
51
|
+
- Added new SonyModelID and Olympus CameraType values (thanks LibRaw and Herb)
|
|
52
|
+
- Added a couple of new XMP tags (thanks Jose Oliver-Didier)
|
|
53
|
+
- Added a new Nikon Z lens (thanks LibRaw)
|
|
54
|
+
- Added a new Canon LensType and CanonModelID (thanks Norbert Wasser and
|
|
55
|
+
LibRaw)
|
|
56
|
+
- Added some new Pentax lenses (thanks LibRaw)
|
|
57
|
+
- Added experimental support for timed GPS in TS videos from Jomise T860S-GM
|
|
58
|
+
dashcam (more samples are needed for this to be finalized)
|
|
59
|
+
- Decode information written in "skip" atom of 70mai Pro Plus+ MP4 videos
|
|
60
|
+
- Decode timed accelerometer data from Kenwood dashcam MP4 videos
|
|
61
|
+
- Decode a few new Nikon Z9 tags (thanks Stefan Grussen)
|
|
62
|
+
- Decode ColorData for some newer Canon models (thanks LibRaw)
|
|
63
|
+
- Decode a number of new tags for the Sony ILCE-7RM5 (thanks Jos Roost)
|
|
64
|
+
- Updated IPTC XMP tags to correspond with new Photo Metadata 2022.1 standard
|
|
65
|
+
- Extract JPEG previews from FujiFilm HIF images
|
|
66
|
+
- Changed -if option so multiple -if options are evaluated at the lowest
|
|
67
|
+
specified -fast level
|
|
68
|
+
- Changed MIMEType for ICO and CUR files
|
|
69
|
+
- Enhanced -fast2 so it stops processing QuickTime files at mdat atom
|
|
70
|
+
- Enhanced -listx output so -f also indicates the ID of the parent structure
|
|
71
|
+
for Flattened tags
|
|
72
|
+
- Improved conversion of IPTC date-only and time-only tags to allow formatting
|
|
73
|
+
with the -d option
|
|
74
|
+
- Improved Canon and Nikon TimeZone tags to accept a wider variety of input
|
|
75
|
+
formats when writing
|
|
76
|
+
- Disabled extraction of Nikon Z9 MenuSettings for firmware 3.0 until they can
|
|
77
|
+
be properly decoded (thanks Warren Hatch)
|
|
78
|
+
- Fixed decoding of AF points for some newer Nikon models
|
|
79
|
+
- Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
|
|
80
|
+
videos
|
|
81
|
+
|
|
82
|
+
Oct. 19, 2022 - Version 12.49
|
|
83
|
+
|
|
84
|
+
- Added read support for Windows ICO and CUR files
|
|
85
|
+
- Added ability to shift EXIF OffsetTime tags (eg. "-OffsetTime+=+02:00")
|
|
86
|
+
- Added a few new XMP tags and print conversions
|
|
87
|
+
- Added a print conversion for Photoshop:PrintFlags
|
|
88
|
+
- Added a new SonyModelID (thanks LibRaw)
|
|
89
|
+
- Added a few new Canon RF LensType values (thanks Norbert Wasser)
|
|
90
|
+
- Added a new Canon LensType
|
|
91
|
+
- Added a new Nikon LensID
|
|
92
|
+
- Decode 'riff' metadata blocks in FLAC audio files
|
|
93
|
+
- Decode RIFF 'acid' chunk written by Acidizer
|
|
94
|
+
- Enhanced the -d option %f sub-second date/time format code to allow the
|
|
95
|
+
decimal point to be dropped (eg. "%-3f")
|
|
96
|
+
- Patched another Sigma Photo Pro incompatibility when writing X3F images
|
|
97
|
+
(Sigma will also fix this at their end in the next SPP release)
|
|
98
|
+
|
|
99
|
+
Oct. 13, 2022 - Version 12.48
|
|
100
|
+
|
|
101
|
+
- Added support for new XMP-photoshop:CameraProfiles structure
|
|
102
|
+
- Added a new SonyModelID and Sony LensType (thanks Jos Roost)
|
|
103
|
+
- Decode more tags for the Sony ILME-FX30 (thanks Jos Roost)
|
|
104
|
+
- Decode a couple of new Panasonic tags, and improved decoding of others
|
|
105
|
+
- Decode STANAG-4609 MISB timed metadata from M2TS videos
|
|
106
|
+
- Decode a new Nikon tag (thanks Warren Hatch)
|
|
107
|
+
- Decode a couple of new FujiFilm tags (thanks Honza Pokorny)
|
|
108
|
+
- Improved round-off errors when writing QuickTime:MatrixStructure via the
|
|
109
|
+
Composite:Rotation tag
|
|
110
|
+
- Increased Verbose level of "nothing changed" message added in 12.45
|
|
111
|
+
- Removed "Z" (Zulu) designation from some of the MS-DOC date/time tags
|
|
112
|
+
because they most certainly are in local time as written by Word 2011 for
|
|
113
|
+
Mac (while some other MS-DOC and FlashPix date/time tags extracted without a
|
|
114
|
+
"Z" are actually in Zulu time -- a bit of a mess really)
|
|
115
|
+
- Prevent dynamically-generated Unknown tags from being extracted when the
|
|
116
|
+
-validate option is used without -u
|
|
117
|
+
- Patched to better handle irregular timestamps in streaming GPS of NextBase
|
|
118
|
+
dashcam videos
|
|
119
|
+
- Fixed incompatibility with Sigma Photo Pro which could result in Sigma Photo
|
|
120
|
+
Pro corrupting an ExifTool-edited X3F image (the section length in the
|
|
121
|
+
footer needed to include the padding to a 4-byte boundary, thanks Sigma
|
|
122
|
+
engineer Yuki Miyahara)
|
|
123
|
+
- Fixed problem which could prevent ExifTool from reading all GPS points from
|
|
124
|
+
some INNOV M2TS videos
|
|
125
|
+
|
|
126
|
+
Oct. 3, 2022 - Version 12.47
|
|
127
|
+
|
|
128
|
+
- Added a new Nikon LensID (thanks David Puschel)
|
|
129
|
+
- Fixed bug introduced in 12.46 which resulted in a runtime error when -j was
|
|
130
|
+
combined with -b
|
|
131
|
+
|
|
132
|
+
Oct. 1, 2022 - Version 12.46 - "Write WEBP"
|
|
133
|
+
|
|
134
|
+
- Added WEBP write support
|
|
135
|
+
- Added the abilty to write Panasonic GH6 RW2 files
|
|
136
|
+
- Added a new Canon LensType
|
|
137
|
+
- Added a number of new Sigma LensType values (thanks LibRaw)
|
|
138
|
+
- Added support for BigTIFF format code 16 in Apple ProRaw maker notes
|
|
139
|
+
- Added config_files/frameCount.config to extract MP4 FrameCount
|
|
140
|
+
- Added a MIE OriginalImageSize tag
|
|
141
|
+
- Added some extra -validate checks for RIFF-based file formats
|
|
142
|
+
- Extract FrameRate from MP4 tmcd box
|
|
143
|
+
- Decode a new Apple tag (thanks Neal Krawetz)
|
|
144
|
+
- Decode more information from Nikon Z-camera videos
|
|
145
|
+
- Decode streaming GPS from Garmin DriveAssist 51 MP4 videos
|
|
146
|
+
- Changed the names of two FujiFilm FirmwareVersion tags
|
|
147
|
+
- Enhanced WEBP FileType identification to denote Extended WEBP
|
|
148
|
+
- Preserve fractional seconds when extracting Samsung TimeStamp times
|
|
149
|
+
- Patched to avoid reporting Photoshop:ProgressiveScans unless PhotoshopFormat
|
|
150
|
+
is Progressive
|
|
151
|
+
- Patched to test QuickTime UserData tags with default 0x0000 language code to
|
|
152
|
+
see if they contain UTF8 characters, and if so assume UTF8 encoding and
|
|
153
|
+
ignore the CharsetQuickTime setting
|
|
154
|
+
- Patched to avoid potential deep recursion when reading/writing malicious CRW
|
|
155
|
+
images
|
|
156
|
+
- Fixed "Invalid ID3 frame size" problem when reading ID3v2 with an extended
|
|
157
|
+
header (very uncommon, but Audacity uses this)
|
|
158
|
+
- Fixed typo in the name of a new DNG 1.6 tag
|
|
159
|
+
- Fixed some verbose warnings when reading Nikon Z-camera NEF files
|
|
160
|
+
- Fixed decoding of a couple of Nikon Z9 tags for newer firmware versions
|
|
161
|
+
(thanks Warren Hatch)
|
|
162
|
+
|
|
163
|
+
Sept. 16, 2022 - Version 12.45
|
|
164
|
+
|
|
165
|
+
- Added new IPTC Video Metadata version 1.3 tags
|
|
166
|
+
- Added a couple of new Canon lenses (thanks Norbert Wasser)
|
|
167
|
+
- Added a new Sony LensType (thanks Jos Roost)
|
|
168
|
+
- Added known Unknown value for IPTC ChromaticityColorant (thanks Herb)
|
|
169
|
+
- Added new Nikon WhiteBalanceFineTune tag (thanks Milos Komarcevic)
|
|
170
|
+
- Extract the raw thermal data from all frames of a SEQ file when -ee2 is used
|
|
171
|
+
- Decode individual tags in QuickTime ColorRepresentation
|
|
172
|
+
- Decode a new Matroska tag
|
|
173
|
+
- Improved verbose "nothing changed" messages when writing
|
|
174
|
+
- Patched -ee option to extract metadata after the first Cluster in MKV videos
|
|
175
|
+
(previously only -U and -v did this)
|
|
176
|
+
- Patched to differentiate Java bytecode .class files from Mach-O fat binaries
|
|
177
|
+
- Patched to avoid "Use of uninitialized value" warning when deleting GPS
|
|
178
|
+
coordinates via the newly writable Composite tags
|
|
179
|
+
- Patched to avoid duplicating raw data when writing Sony ARW images where the
|
|
180
|
+
raw data is double-referenced as both strips and tiles (affects ARW images
|
|
181
|
+
from some newer models like the ILCE-1 when SonyRawFileType is "Lossless
|
|
182
|
+
Compressed RAW 2")
|
|
183
|
+
- Patched to avoid "fixing" the order of IFD entries in TIFF-based RAW files
|
|
184
|
+
to improve compatibility with some RAW viewers
|
|
185
|
+
- Minor change to Composite FileNumber to remove "-" when -n is used
|
|
186
|
+
- Fixed problem extracting some timed metadata when "-api ignoretags=all" was
|
|
187
|
+
used with "-api requesttags" to request the specific information
|
|
188
|
+
- Fixed -validate feature to avoid incorrectly warning about non-capitalized
|
|
189
|
+
boolean values in XMP
|
|
190
|
+
|
|
191
|
+
July 21, 2022 - Version 12.44
|
|
192
|
+
|
|
193
|
+
- Added a few new Sony lenses (thanks Jos Roost)
|
|
194
|
+
- Decode Accelerometer and Gyroscope data from ARCore videos
|
|
195
|
+
- Decode a couple of new Motorola tags (thanks Neal Krawetz)
|
|
196
|
+
- Decode FujiFilm FirmwareVersion (thanks Justin Arkinson)
|
|
197
|
+
- Decode MetaType for timed metadata in videos
|
|
198
|
+
- Decode a number of new Nikon Z tags (thanks Warren Hatch)
|
|
199
|
+
- Extract more types of embedded images from FlashPix-format files
|
|
200
|
+
- Made Composite GPSLatitude and GPSLongitude writable for setting GPS
|
|
201
|
+
coordinates and reference directions with one assignment
|
|
202
|
+
- Fixed bug introduced in 12.39 which broke extraction of timed GPS from some
|
|
203
|
+
INNOVV videos
|
|
204
|
+
- Fixed bug introduced in 12.43 which broke extraction of timed GPSDateTime
|
|
205
|
+
from Insta360 videos
|
|
206
|
+
|
|
207
|
+
July 6, 2022 - Version 12.43
|
|
208
|
+
|
|
209
|
+
- Added the ability to geotag from Google Takeout JSON files
|
|
210
|
+
- Added a few new Canon RF LensType values and a couple of new CanonModelID's
|
|
211
|
+
(thanks Norbert Wasser)
|
|
212
|
+
- Added new values to a couple of FujiFilm tags (thanks Greybeard)
|
|
213
|
+
- Added a new Nikon LensID (thanks BertJan Bakker)
|
|
214
|
+
- Recognize Autodesk Revit files (but don't yet support reading metadata)
|
|
215
|
+
- Decode DriveSerialNumber from LNK files (github #145)
|
|
216
|
+
- Decode Apple FocusDistanceRange (thanks Neal Krawetz)
|
|
217
|
+
- Made a number of Sony SR2SubIFD tags writable
|
|
218
|
+
- Tolerate dashes instead of colons as date separators in -geotag CSV files
|
|
219
|
+
- Patched to read new format accelerometer data from Insta360 files
|
|
220
|
+
- Patched to avoid outputting some Unknown tags when the -validate option is
|
|
221
|
+
used after a previously -execute'd command used the -u option
|
|
222
|
+
- Fixed names of Canon G9 WB levels tags (changed from GRGB to GRBG) (thanks
|
|
223
|
+
Christoph)
|
|
224
|
+
- Fixed typo in new Olympus AISubjectTrackingMode value
|
|
225
|
+
- Fixed "use of undefined value" warning when reading DJI metadata
|
|
226
|
+
- API Changes:
|
|
227
|
+
- Added IgnoreTags option
|
|
228
|
+
|
|
10
229
|
June 1, 2022 - Version 12.42 (production release)
|
|
11
230
|
|
|
12
231
|
- Added support for reading maker notes from Panasonic DC-GH6 videos
|
|
@@ -27,6 +246,8 @@ June 1, 2022 - Version 12.42 (production release)
|
|
|
27
246
|
- Patched to allow PDF Encrypt object to be "null"
|
|
28
247
|
- Fixed bug reading ICC_Profile 'meta' tags
|
|
29
248
|
|
|
249
|
+
History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
|
|
250
|
+
|
|
30
251
|
Apr. 7, 2022 - Version 12.41
|
|
31
252
|
|
|
32
253
|
- Added support for "OM SYSTEM" maker notes
|
|
@@ -77,6 +298,7 @@ Jan. 13, 2022 - Version 12.39
|
|
|
77
298
|
- Added a new Pentax LensType (thanks Christian Shulz)
|
|
78
299
|
- Added a couple of new Nikon LensID's
|
|
79
300
|
- Added support for Nikon NKSC sidecar files
|
|
301
|
+
- Decode another type of timed GPS from MP4 videos
|
|
80
302
|
- Decode more tags for the Nikon Z7 and Z9 (thanks Warren Hatch)
|
|
81
303
|
- Decode a couple more FLIR tags
|
|
82
304
|
- Extract ZIP file comments
|
|
@@ -172,7 +394,7 @@ Oct. 16, 2021 - Version 12.33
|
|
|
172
394
|
- Added a new Canon RF lens (thanks Norbert Wasser)
|
|
173
395
|
- Decode Canon ShutterMode (thanks John Moyer)
|
|
174
396
|
- Extract LensModel from some Olympus MOV videos
|
|
175
|
-
- Generate MediaDataOffset/Size for MOV videos with zero-sized
|
|
397
|
+
- Generate MediaDataOffset/Size for MOV videos with zero-sized mdat chunk
|
|
176
398
|
- Improvements to CBOR reader, including hex dump with -v3 option
|
|
177
399
|
- Recognize Final Cut Pro XML files
|
|
178
400
|
- Allow binary data of Protected tags to be extracted with the -X -j and -php
|
|
@@ -291,8 +513,6 @@ May 20, 2021 - Version 12.26 (production release)
|
|
|
291
513
|
- Fixed problem which could cause a "Wide character" warning and generate a
|
|
292
514
|
corrupted output file when writing some illegal values
|
|
293
515
|
|
|
294
|
-
History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
|
|
295
|
-
|
|
296
516
|
Apr. 22, 2021 - Version 12.25
|
|
297
517
|
|
|
298
518
|
- JPEG XL support is now official
|
|
@@ -608,7 +828,7 @@ Aug. 10, 2020 - Version 12.04
|
|
|
608
828
|
- Moved new QuckTime ItemList tags added in version 12.02 to the proper group
|
|
609
829
|
(they were incorrectly added to the Keys group)
|
|
610
830
|
- Improved QuickTime -v3 output to show default language codes
|
|
611
|
-
- Patched -lang option to work for the values of
|
|
831
|
+
- Patched -lang option to work for the values of some tags with coded
|
|
612
832
|
translations
|
|
613
833
|
- Patched the format of a number of QuickTime tags when writing for improved
|
|
614
834
|
compatibility with iTunes and AtomicParsley
|
|
@@ -1971,7 +2191,7 @@ Mar. 1, 2018 - Version 10.82
|
|
|
1971
2191
|
- Added a few new CanonModelID/SonyModelID values (thanks LibRaw)
|
|
1972
2192
|
- Added support for the Sony ILCE-7M3 (thanks Jos Roost)
|
|
1973
2193
|
- Decode timed GPS information from Insta360 MP4 videos with the -ee option
|
|
1974
|
-
- Write XMP before
|
|
2194
|
+
- Write XMP before mdat in MOV/MP4/CR3 files if possible
|
|
1975
2195
|
- Fixed "'x' outside of string" runtime error when reading some Sony images
|
|
1976
2196
|
- Fixed problem with some hex dumps going to the console when -v3 was combined
|
|
1977
2197
|
with the -w option
|
data/bin/MANIFEST
CHANGED
|
@@ -23,6 +23,7 @@ config_files/cuepointlist.config
|
|
|
23
23
|
config_files/depthmap.config
|
|
24
24
|
config_files/example.config
|
|
25
25
|
config_files/fotoware.config
|
|
26
|
+
config_files/frameCount.config
|
|
26
27
|
config_files/gps2utm.config
|
|
27
28
|
config_files/nksc.config
|
|
28
29
|
config_files/photoshop_paths.config
|
|
@@ -84,6 +85,7 @@ html/TagNames/H264.html
|
|
|
84
85
|
html/TagNames/HP.html
|
|
85
86
|
html/TagNames/HTML.html
|
|
86
87
|
html/TagNames/ICC_Profile.html
|
|
88
|
+
html/TagNames/ICO.html
|
|
87
89
|
html/TagNames/ID3.html
|
|
88
90
|
html/TagNames/IPTC.html
|
|
89
91
|
html/TagNames/ISO.html
|
|
@@ -102,6 +104,7 @@ html/TagNames/Lytro.html
|
|
|
102
104
|
html/TagNames/M2TS.html
|
|
103
105
|
html/TagNames/MIE.html
|
|
104
106
|
html/TagNames/MIFF.html
|
|
107
|
+
html/TagNames/MISB.html
|
|
105
108
|
html/TagNames/MNG.html
|
|
106
109
|
html/TagNames/MOI.html
|
|
107
110
|
html/TagNames/MPC.html
|
|
@@ -291,6 +294,7 @@ lib/Image/ExifTool/HP.pm
|
|
|
291
294
|
lib/Image/ExifTool/HTML.pm
|
|
292
295
|
lib/Image/ExifTool/HtmlDump.pm
|
|
293
296
|
lib/Image/ExifTool/ICC_Profile.pm
|
|
297
|
+
lib/Image/ExifTool/ICO.pm
|
|
294
298
|
lib/Image/ExifTool/ID3.pm
|
|
295
299
|
lib/Image/ExifTool/IPTC.pm
|
|
296
300
|
lib/Image/ExifTool/ISO.pm
|
|
@@ -319,6 +323,7 @@ lib/Image/ExifTool/Lang/ko.pm
|
|
|
319
323
|
lib/Image/ExifTool/Lang/nl.pm
|
|
320
324
|
lib/Image/ExifTool/Lang/pl.pm
|
|
321
325
|
lib/Image/ExifTool/Lang/ru.pm
|
|
326
|
+
lib/Image/ExifTool/Lang/sk.pm
|
|
322
327
|
lib/Image/ExifTool/Lang/sv.pm
|
|
323
328
|
lib/Image/ExifTool/Lang/tr.pm
|
|
324
329
|
lib/Image/ExifTool/Lang/zh_cn.pm
|
|
@@ -329,6 +334,7 @@ lib/Image/ExifTool/M2TS.pm
|
|
|
329
334
|
lib/Image/ExifTool/MIE.pm
|
|
330
335
|
lib/Image/ExifTool/MIEUnits.pod
|
|
331
336
|
lib/Image/ExifTool/MIFF.pm
|
|
337
|
+
lib/Image/ExifTool/MISB.pm
|
|
332
338
|
lib/Image/ExifTool/MNG.pm
|
|
333
339
|
lib/Image/ExifTool/MOI.pm
|
|
334
340
|
lib/Image/ExifTool/MPC.pm
|
|
@@ -417,6 +423,7 @@ lib/Image/ExifTool/WritePNG.pl
|
|
|
417
423
|
lib/Image/ExifTool/WritePhotoshop.pl
|
|
418
424
|
lib/Image/ExifTool/WritePostScript.pl
|
|
419
425
|
lib/Image/ExifTool/WriteQuickTime.pl
|
|
426
|
+
lib/Image/ExifTool/WriteRIFF.pl
|
|
420
427
|
lib/Image/ExifTool/WriteXMP.pl
|
|
421
428
|
lib/Image/ExifTool/Writer.pl
|
|
422
429
|
lib/Image/ExifTool/XMP.pm
|
|
@@ -592,6 +599,8 @@ t/GoPro.t
|
|
|
592
599
|
t/GoPro_2.out
|
|
593
600
|
t/HTML.t
|
|
594
601
|
t/HTML_2.out
|
|
602
|
+
t/ICO.t
|
|
603
|
+
t/ICO_2.out
|
|
595
604
|
t/IPTC.t
|
|
596
605
|
t/IPTC_2.out
|
|
597
606
|
t/IPTC_4.out
|
|
@@ -638,6 +647,7 @@ t/Lang_15.out
|
|
|
638
647
|
t/Lang_16.out
|
|
639
648
|
t/Lang_17.out
|
|
640
649
|
t/Lang_18.out
|
|
650
|
+
t/Lang_19.out
|
|
641
651
|
t/Lang_2.out
|
|
642
652
|
t/Lang_3.out
|
|
643
653
|
t/Lang_4.out
|
|
@@ -792,6 +802,9 @@ t/RIFF.t
|
|
|
792
802
|
t/RIFF_2.out
|
|
793
803
|
t/RIFF_3.out
|
|
794
804
|
t/RIFF_4.out
|
|
805
|
+
t/RIFF_5.out
|
|
806
|
+
t/RIFF_6.out
|
|
807
|
+
t/RIFF_7.out
|
|
795
808
|
t/RTF.t
|
|
796
809
|
t/RTF_2.out
|
|
797
810
|
t/Radiance.t
|
|
@@ -1016,6 +1029,7 @@ t/images/Geotag_DJI_2020-12-02_[07-50-31].csv
|
|
|
1016
1029
|
t/images/GoPro.jpg
|
|
1017
1030
|
t/images/HTML.html
|
|
1018
1031
|
t/images/ICC_Profile.icc
|
|
1032
|
+
t/images/ICO.ico
|
|
1019
1033
|
t/images/IPTC.jpg
|
|
1020
1034
|
t/images/ISO.iso
|
|
1021
1035
|
t/images/ITC.itc
|
data/bin/META.json
CHANGED
data/bin/META.yml
CHANGED
data/bin/README
CHANGED
|
@@ -14,48 +14,48 @@ supported by ExifTool (r = read, w = write, c = create):
|
|
|
14
14
|
|
|
15
15
|
File Types
|
|
16
16
|
------------+-------------+-------------+-------------+------------
|
|
17
|
-
360 r/w |
|
|
18
|
-
3FR r |
|
|
19
|
-
3G2 r/w |
|
|
20
|
-
3GP r/w |
|
|
21
|
-
A r |
|
|
22
|
-
AA r |
|
|
23
|
-
AAE r |
|
|
24
|
-
AAX r/w |
|
|
25
|
-
ACR r |
|
|
26
|
-
AFM r |
|
|
27
|
-
AI r/w |
|
|
28
|
-
AIFF r |
|
|
29
|
-
APE r |
|
|
30
|
-
ARQ r/w |
|
|
31
|
-
ARW r/w |
|
|
32
|
-
ASF r |
|
|
33
|
-
AVI r |
|
|
34
|
-
AVIF r/w |
|
|
35
|
-
AZW r |
|
|
36
|
-
BMP r |
|
|
37
|
-
BPG r |
|
|
38
|
-
BTF r |
|
|
39
|
-
CHM r |
|
|
40
|
-
COS r |
|
|
41
|
-
CR2 r/w |
|
|
42
|
-
CR3 r/w |
|
|
43
|
-
CRM r/w |
|
|
44
|
-
CRW r/w |
|
|
45
|
-
CS1 r/w |
|
|
46
|
-
CSV r |
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
17
|
+
360 r/w | DPX r | ITC r | NRW r/w | RAM r
|
|
18
|
+
3FR r | DR4 r/w/c | J2C r | NUMBERS r | RAR r
|
|
19
|
+
3G2 r/w | DSS r | JNG r/w | O r | RAW r/w
|
|
20
|
+
3GP r/w | DV r | JP2 r/w | ODP r | RIFF r
|
|
21
|
+
A r | DVB r/w | JPEG r/w | ODS r | RSRC r
|
|
22
|
+
AA r | DVR-MS r | JSON r | ODT r | RTF r
|
|
23
|
+
AAE r | DYLIB r | JXL r | OFR r | RW2 r/w
|
|
24
|
+
AAX r/w | EIP r | K25 r | OGG r | RWL r/w
|
|
25
|
+
ACR r | EPS r/w | KDC r | OGV r | RWZ r
|
|
26
|
+
AFM r | EPUB r | KEY r | ONP r | RM r
|
|
27
|
+
AI r/w | ERF r/w | LA r | OPUS r | SEQ r
|
|
28
|
+
AIFF r | EXE r | LFP r | ORF r/w | SKETCH r
|
|
29
|
+
APE r | EXIF r/w/c | LIF r | ORI r/w | SO r
|
|
30
|
+
ARQ r/w | EXR r | LNK r | OTF r | SR2 r/w
|
|
31
|
+
ARW r/w | EXV r/w/c | LRV r/w | PAC r | SRF r
|
|
32
|
+
ASF r | F4A/V r/w | M2TS r | PAGES r | SRW r/w
|
|
33
|
+
AVI r | FFF r/w | M4A/V r/w | PBM r/w | SVG r
|
|
34
|
+
AVIF r/w | FITS r | MACOS r | PCD r | SWF r
|
|
35
|
+
AZW r | FLA r | MAX r | PCX r | THM r/w
|
|
36
|
+
BMP r | FLAC r | MEF r/w | PDB r | TIFF r/w
|
|
37
|
+
BPG r | FLIF r/w | MIE r/w/c | PDF r/w | TORRENT r
|
|
38
|
+
BTF r | FLV r | MIFF r | PEF r/w | TTC r
|
|
39
|
+
CHM r | FPF r | MKA r | PFA r | TTF r
|
|
40
|
+
COS r | FPX r | MKS r | PFB r | TXT r
|
|
41
|
+
CR2 r/w | GIF r/w | MKV r | PFM r | VCF r
|
|
42
|
+
CR3 r/w | GPR r/w | MNG r/w | PGF r | VRD r/w/c
|
|
43
|
+
CRM r/w | GZ r | MOBI r | PGM r/w | VSD r
|
|
44
|
+
CRW r/w | HDP r/w | MODD r | PLIST r | WAV r
|
|
45
|
+
CS1 r/w | HDR r | MOI r | PICT r | WDP r/w
|
|
46
|
+
CSV r | HEIC r/w | MOS r/w | PMP r | WEBP r/w
|
|
47
|
+
CUR r | HEIF r/w | MOV r/w | PNG r/w | WEBM r
|
|
48
|
+
CZI r | HTML r | MP3 r | PPM r/w | WMA r
|
|
49
|
+
DCM r | ICC r/w/c | MP4 r/w | PPT r | WMV r
|
|
50
|
+
DCP r/w | ICO r | MPC r | PPTX r | WTV r
|
|
51
|
+
DCR r | ICS r | MPG r | PS r/w | WV r
|
|
52
|
+
DFONT r | IDML r | MPO r/w | PSB r/w | X3F r/w
|
|
53
|
+
DIVX r | IIQ r/w | MQV r/w | PSD r/w | XCF r
|
|
54
|
+
DJVU r | IND r/w | MRC r | PSP r | XLS r
|
|
55
|
+
DLL r | INSP r/w | MRW r/w | QTIF r/w | XLSX r
|
|
56
|
+
DNG r/w | INSV r | MXF r | R3D r | XMP r/w/c
|
|
57
|
+
DOC r | INX r | NEF r/w | RA r | ZIP r
|
|
58
|
+
DOCX r | ISO r | NKSC r/w | RAF r/w |
|
|
59
59
|
|
|
60
60
|
Meta Information
|
|
61
61
|
----------------------+----------------------+---------------------
|
|
@@ -107,8 +107,8 @@ your home directory, then you would type the following commands in a
|
|
|
107
107
|
terminal window to extract and run ExifTool:
|
|
108
108
|
|
|
109
109
|
cd ~/Desktop
|
|
110
|
-
gzip -dc Image-ExifTool-12.
|
|
111
|
-
cd Image-ExifTool-12.
|
|
110
|
+
gzip -dc Image-ExifTool-12.52.tar.gz | tar -xf -
|
|
111
|
+
cd Image-ExifTool-12.52
|
|
112
112
|
./exiftool t/images/ExifTool.jpg
|
|
113
113
|
|
|
114
114
|
Note: These commands extract meta information from one of the test images.
|
|
@@ -199,6 +199,7 @@ distribution package:
|
|
|
199
199
|
depthmap.config - Extract Google DepthMap images
|
|
200
200
|
example.config - General example showing config features
|
|
201
201
|
fotoware.config - Definitions for writing Fotoware XMP tags
|
|
202
|
+
frameCount.config - Extract FrameCount from MP4 videos
|
|
202
203
|
gps2utm.config - Generate UTM coordinate tags from GPS info
|
|
203
204
|
gpsdatetime.config - Make GPSDateTime from CreateDate+SampleTime
|
|
204
205
|
nksc.config - Decode tags in Nikon ViewNX NKSC files
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
# from original names to new names, for example
|
|
64
64
|
# "RegionInfoACDSeeAppliedToDimensions*" -> "ACDSeeRegionAppliedToDimensions*"
|
|
65
65
|
# "RegionInfoACDSeeRegionList* -> "ACDSeeRegion*"
|
|
66
|
+
# 2022/10/03 - PH Set group name properly to XMP-acdsee-rs
|
|
66
67
|
#------------------------------------------------------------------------------
|
|
67
68
|
use Data::Dumper;
|
|
68
69
|
|
|
@@ -211,7 +212,7 @@ my %sACDSeeRegionStruct = (
|
|
|
211
212
|
);
|
|
212
213
|
|
|
213
214
|
%Image::ExifTool::UserDefined::ACDSeeRegions = (
|
|
214
|
-
GROUPS => { 0 => 'XMP', 1 => 'XMP-acdsee', 2 => 'Image' },
|
|
215
|
+
GROUPS => { 0 => 'XMP', 1 => 'XMP-acdsee-rs', 2 => 'Image' },
|
|
215
216
|
NAMESPACE => { 'acdsee-rs' => 'http://ns.acdsee.com/regions/' },
|
|
216
217
|
WRITABLE => 'string', # (default to string-type tags)
|
|
217
218
|
Regions => {
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
#------------------------------------------------------------------------------
|
|
2
|
+
# File: frameCount.config
|
|
3
|
+
#
|
|
4
|
+
# Description: ExifTool config file to extract MP4 video FrameCount
|
|
5
|
+
#
|
|
6
|
+
# Usage: exiftool -config frameCount.config -frameCount FILE
|
|
7
|
+
#
|
|
8
|
+
# Requires: ExifTool version 7.99 or later
|
|
9
|
+
#
|
|
10
|
+
# Revisions: 2022-09-22 - P. Harvey Created
|
|
11
|
+
#
|
|
12
|
+
# Notes: Enables Unknown option to extract the required SampleSizes atom
|
|
13
|
+
#------------------------------------------------------------------------------
|
|
14
|
+
|
|
15
|
+
%Image::ExifTool::UserDefined = (
|
|
16
|
+
'Image::ExifTool::Composite' => {
|
|
17
|
+
'FrameCount' => {
|
|
18
|
+
Require => {
|
|
19
|
+
0 => 'HandlerType',
|
|
20
|
+
},
|
|
21
|
+
Desire => {
|
|
22
|
+
1 => 'SampleSizes',
|
|
23
|
+
2 => 'CompactSampleSizes',
|
|
24
|
+
},
|
|
25
|
+
Groups => { 2 => 'Video' },
|
|
26
|
+
ValueConv => q{
|
|
27
|
+
my ($i, $tag, $ptr);
|
|
28
|
+
my $key = 'HandlerType';
|
|
29
|
+
# find video track number
|
|
30
|
+
for ($i=1; defined $val[0]; ++$i) {
|
|
31
|
+
last if $val[0] eq 'Video Track';
|
|
32
|
+
$key = "HandlerType ($i)";
|
|
33
|
+
$val[0] = $self->GetValue($key);
|
|
34
|
+
}
|
|
35
|
+
my $trk = $self->GetGroup($key, 1);
|
|
36
|
+
# search for SampleSizes or CompactSampleSizes for this track
|
|
37
|
+
foreach $tag ('SampleSizes', 'CompactSampleSizes') {
|
|
38
|
+
$key = $tag;
|
|
39
|
+
for ($i=1; ; ++$i) {
|
|
40
|
+
$ptr = $self->GetValue($key);
|
|
41
|
+
last unless $ptr;
|
|
42
|
+
last if $self->GetGroup($key, 1) eq $trk;
|
|
43
|
+
$key = "$tag ($i)";
|
|
44
|
+
}
|
|
45
|
+
last if $ptr;
|
|
46
|
+
}
|
|
47
|
+
return undef unless $ptr;
|
|
48
|
+
return unpack('x8N', $$ptr);
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
);
|
|
53
|
+
|
|
54
|
+
%Image::ExifTool::UserDefined::Options = (
|
|
55
|
+
Unknown => 1, # (otherwise SampleSizes won't be extracted)
|
|
56
|
+
);
|
|
@@ -113,7 +113,7 @@ sub has_defined {
|
|
|
113
113
|
],
|
|
114
114
|
);
|
|
115
115
|
|
|
116
|
-
# Must set
|
|
116
|
+
# Must set SaveFormat option to provide access to the tag format types
|
|
117
117
|
%Image::ExifTool::UserDefined::Options = (
|
|
118
118
|
SaveFormat => 1,
|
|
119
119
|
);
|