exiftool-vendored.exe 12.99.0 → 13.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/exiftool.exe +0 -0
- package/bin/exiftool_files/exiftool.pl +183 -70
- package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
- package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/AAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +6 -6
- package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +11 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +36 -22
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +66 -27
- package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +196 -30
- package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +138 -33
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +30 -17
- package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +17 -21
- package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +144 -93
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +34 -30
- package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +19 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +49 -14
- package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +120 -8
- package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +81 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ICO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +8 -8
- package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +10 -7
- package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +5 -4
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/InfiRay.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +32 -5
- package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +10 -9
- package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sk.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LigoGPS.pm +409 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +58 -19
- package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +15 -6
- package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MISB.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +3 -2
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +22 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +495 -39
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +8 -8
- package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +49 -18
- package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +4 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +20 -8
- package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +12 -3
- package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +27 -3
- package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +6 -5
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +65 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Protobuf.pm +270 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +326 -88
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +266 -200
- package/bin/exiftool_files/lib/Image/ExifTool/README +12 -2
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +21 -6
- package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +4 -4
- package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +5 -4
- package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +6 -5
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +7025 -6967
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +477 -46
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +4 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +6 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Vivo.pm +124 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +166 -79
- package/bin/exiftool_files/lib/Image/ExifTool/WriteRIFF.pl +17 -6
- package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +89 -96
- package/bin/exiftool_files/lib/Image/ExifTool/XISF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +39 -14
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +103 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +2 -3
- package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool.pm +338 -166
- package/bin/exiftool_files/lib/Image/ExifTool.pod +119 -73
- package/bin/exiftool_files/readme_windows.txt +8 -13
- package/bin/exiftool_files/windows_exiftool.txt +102 -53
- package/package.json +11 -11
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
# URL: https://exiftool.org/
|
|
7
7
|
#
|
|
8
|
-
# Legal: Copyright (c) 2003-
|
|
8
|
+
# Legal: Copyright (c) 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
9
9
|
# This library is free software; you can redistribute it and/or
|
|
10
10
|
# modify it under the same terms as Perl itself.
|
|
11
11
|
#------------------------------------------------------------------------------
|
|
@@ -520,9 +520,9 @@ set to undef to pass through EXIF "ASCII" values without recoding. Set to
|
|
|
520
520
|
=item CharsetFileName
|
|
521
521
|
|
|
522
522
|
External character set used for file names passed to ExifTool functions.
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
Default is undef but "UTF8" is assumed in Windows if the file name contains
|
|
524
|
+
special characters and is valid UTF8. May also be set to an empty string to
|
|
525
|
+
avoid "encoding must be specified" warnings on Windows.
|
|
526
526
|
|
|
527
527
|
=item CharsetID3
|
|
528
528
|
|
|
@@ -613,8 +613,10 @@ different when copying tags with L</SetNewValuesFromFile>.
|
|
|
613
613
|
Format for printing date/time values. See C<strftime> in the L<POSIX>
|
|
614
614
|
package and L<https://exiftool.org/filename.html#codes> for details about
|
|
615
615
|
the format string. If the date can not be converted, the value is left
|
|
616
|
-
unchanged unless the StrictDate option is set.
|
|
617
|
-
|
|
616
|
+
unchanged unless the StrictDate option is set. ExifTool adds a few
|
|
617
|
+
additional format specifiers (C<%f>, C<%s> and C<%z>), see
|
|
618
|
+
L<https://exiftool.org/filename.html#codes> for more details. The inverse
|
|
619
|
+
conversion (ie. when calling L</SetNewValue>) is performed only if
|
|
618
620
|
POSIX::strptime or Time::Piece is installed. The default setting of undef
|
|
619
621
|
causes date/time values to remain in standard EXIF format (similar to a
|
|
620
622
|
DateFormat of "%Y:%m:%d %H:%M:%S").
|
|
@@ -809,8 +811,30 @@ Reference units for writing GPSSpeed when geotagging:
|
|
|
809
811
|
|
|
810
812
|
Time shift to apply to all extracted date/time PrintConv values. Does not
|
|
811
813
|
affect ValueConv values. Value is a date/time shift string (see
|
|
812
|
-
L<Image::ExifTool::Shift(3pm)|Image::ExifTool::Shift.pl>)
|
|
813
|
-
'-' for negative shifts
|
|
814
|
+
L<Image::ExifTool::Shift(3pm)|Image::ExifTool::Shift.pl>) with a leading
|
|
815
|
+
'-' for negative shifts, or a tag name with option group prefix followed
|
|
816
|
+
by '+' or '-' then the shift string. Default is undef.
|
|
817
|
+
|
|
818
|
+
Note: When specifying a number of months and/or years to shift, the tag for
|
|
819
|
+
the starting date should be specified so the number of days can be
|
|
820
|
+
determined unambiguously. For example:
|
|
821
|
+
|
|
822
|
+
'createdate-1:0:0 0:0:0' - shift back by the length of the
|
|
823
|
+
year before the CreateDate value
|
|
824
|
+
'xmp:createdate+0:2:0 0' - shift forward by the length of
|
|
825
|
+
the 2 months after XMP:CreateDate
|
|
826
|
+
|
|
827
|
+
If the starting tag is not specified, or the specified tag isn't available,
|
|
828
|
+
then the shift is calculated based on the first shifted tag.
|
|
829
|
+
|
|
830
|
+
=item GPSQuadrant
|
|
831
|
+
|
|
832
|
+
This option is used to specify the GPS quadrant in the case where a warning
|
|
833
|
+
was issued because the GPS quadrant couldn't be determined. The value is a
|
|
834
|
+
2-character code where the first character is 'N' or 'S' and the second
|
|
835
|
+
character is 'E' or 'W' (case insensitive). If this option is not set and
|
|
836
|
+
the quadrant is unknown, a warning is issued and the quadrant is assumed to
|
|
837
|
+
be 'NE'.
|
|
814
838
|
|
|
815
839
|
=item Group#
|
|
816
840
|
|
|
@@ -840,7 +864,7 @@ used. Set to 0 for absolute offsets. Default is undef.
|
|
|
840
864
|
=item IgnoreGroups
|
|
841
865
|
|
|
842
866
|
Comma-separated list of group names to ignore when reading. The group names
|
|
843
|
-
are case insensitive and may be
|
|
867
|
+
are case insensitive and may be preceded by a family number. Set to undef
|
|
844
868
|
to clear the previous IgnoreGroups list. Default is undef.
|
|
845
869
|
|
|
846
870
|
=item IgnoreMinorErrors
|
|
@@ -865,7 +889,7 @@ to undef to clear the previous IgnoreTags list. Default is undef.
|
|
|
865
889
|
|
|
866
890
|
=item ImageHashType
|
|
867
891
|
|
|
868
|
-
Sets type of hash
|
|
892
|
+
Sets type of hash algorithm used for the ImageDataHash tag calculation.
|
|
869
893
|
Supported options are 'MD5', 'SHA256', and 'SHA512'. Default is 'MD5'.
|
|
870
894
|
|
|
871
895
|
=item Lang
|
|
@@ -981,7 +1005,7 @@ normally. Currently this feature applies only to GM PDR data (see
|
|
|
981
1005
|
L<Image::ExifTool::TagNames/GM Tags>). Setting this option automatically
|
|
982
1006
|
sets L</IgnoreTags> to "all", and L</ExtractEmbedded> to 1. Default is
|
|
983
1007
|
undef.
|
|
984
|
-
|
|
1008
|
+
|
|
985
1009
|
=item QuickTimeHandler
|
|
986
1010
|
|
|
987
1011
|
Flag set to add an 'mdir' Handler to a newly created Meta box when adding
|
|
@@ -1006,7 +1030,7 @@ when written. According to the QuickTime specification date/time values
|
|
|
1006
1030
|
should be UTC, but many digital cameras store local time instead (presumably
|
|
1007
1031
|
because they don't know the time zone), so the default is to not convert
|
|
1008
1032
|
these times (except for Canon CR3 files, which always use UTC times). This
|
|
1009
|
-
option also disables the
|
|
1033
|
+
option also disables the auto-detection of incorrect time-zero offsets in
|
|
1010
1034
|
QuickTime date/time values, and enforces a time zero of 1904 as per the
|
|
1011
1035
|
QuickTime specification.
|
|
1012
1036
|
|
|
@@ -1028,6 +1052,11 @@ current RequestTags list. Groups are requested by adding a colon after the
|
|
|
1028
1052
|
name (eg. "MacOS:"). Names are converted to lower case as they are added to
|
|
1029
1053
|
the list. Default is undef.
|
|
1030
1054
|
|
|
1055
|
+
=item SaveBin
|
|
1056
|
+
|
|
1057
|
+
Flag to save binary values of tags, accessible through calls to L</GetValue>
|
|
1058
|
+
with a value type of "Bin".
|
|
1059
|
+
|
|
1031
1060
|
=item SaveFormat
|
|
1032
1061
|
|
|
1033
1062
|
Flag to save EXIF/TIFF format type as the family 6 group name when
|
|
@@ -1176,13 +1205,18 @@ details about the tags. Level 3 adds a hex dump of the tag data, but with
|
|
|
1176
1205
|
limits on the number of bytes dumped. Levels 4 and 5 remove the dump limit
|
|
1177
1206
|
on tag values and JPEG segment data respectively.
|
|
1178
1207
|
|
|
1208
|
+
=item WindowsLongPath
|
|
1209
|
+
|
|
1210
|
+
Support long path names in Windows. Enabling this option automatically
|
|
1211
|
+
enables the WindowsWideFile feature. Default is 1.
|
|
1212
|
+
|
|
1179
1213
|
=item WindowsWideFile
|
|
1180
1214
|
|
|
1181
|
-
Force the use of wide-character Windows I/O functions
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1215
|
+
Force the use of wide-character Windows I/O functions. This may be
|
|
1216
|
+
necessary when files are on a network drive and the current directory name
|
|
1217
|
+
contains Unicode characters. Without this option the wide-character
|
|
1218
|
+
functions are used only if the specified file path contains Unicode
|
|
1219
|
+
characters.
|
|
1186
1220
|
|
|
1187
1221
|
=item WriteMode
|
|
1188
1222
|
|
|
@@ -1257,8 +1291,9 @@ CharsetPhotoshop, CharsetQuickTime, CharsetRIFF, Composite, ExtendedXMP,
|
|
|
1257
1291
|
ExtractEmbedded, FastScan, FixBase, HtmlDump, HtmlDumpBase, IgnoreGroups,
|
|
1258
1292
|
IgnoreMinorErrors, IgnoreTags, Lang, LargeFileSupport, MakerNotes,
|
|
1259
1293
|
MDItemTags, NoPDFList, Password, QuickTimeUTC (enforced 1904 time zero),
|
|
1260
|
-
RequestAll, RequestTags, SaveFormat, SavePath, ScanForXMP, Struct,
|
|
1261
|
-
Unknown, Verbose, WindowsWideFile, XAttrTags and
|
|
1294
|
+
RequestAll, RequestTags, SaveBin, SaveFormat, SavePath, ScanForXMP, Struct,
|
|
1295
|
+
TextOut, Unknown, Verbose, WindowsLongPath, WindowsWideFile, XAttrTags and
|
|
1296
|
+
XMPAutoConv.
|
|
1262
1297
|
|
|
1263
1298
|
=item Return Value:
|
|
1264
1299
|
|
|
@@ -1397,7 +1432,8 @@ The following ExifTool options are effective in the call to L</WriteInfo>:
|
|
|
1397
1432
|
|
|
1398
1433
|
ByteOrder, Charset, CharsetEXIF, CharsetFileName, CharsetIPTC, Compact,
|
|
1399
1434
|
Compress, FixBase, IgnoreMinorErrors, NoMultiExif, NoPDFList, Password,
|
|
1400
|
-
QuickTimeHandler, QuickTimePad, Verbose, WindowsWideFile
|
|
1435
|
+
QuickTimeHandler, QuickTimePad, Verbose, WindowsLongPath, WindowsWideFile
|
|
1436
|
+
and WriteMode.
|
|
1401
1437
|
|
|
1402
1438
|
=head2 GetTagList
|
|
1403
1439
|
|
|
@@ -1535,14 +1571,15 @@ StrictDate and TimeZone.
|
|
|
1535
1571
|
|
|
1536
1572
|
1) Tag key, or case-sensitive tag name with optional group prefix(es)
|
|
1537
1573
|
|
|
1538
|
-
2) [optional] Value type: 'PrintConv', 'ValueConv', 'Both', 'Raw' or
|
|
1574
|
+
2) [optional] Value type: 'PrintConv', 'ValueConv', 'Both', 'Raw', 'Bin' or
|
|
1539
1575
|
'Rational'
|
|
1540
1576
|
|
|
1541
1577
|
The default value type is 'PrintConv' if the PrintConv option is set,
|
|
1542
1578
|
otherwise the default is 'ValueConv'. A value type of 'Both' returns both
|
|
1543
|
-
ValueConv and PrintConv values as a list. '
|
|
1544
|
-
|
|
1545
|
-
|
|
1579
|
+
ValueConv and PrintConv values as a list. 'Raw' returns the raw decoded tag
|
|
1580
|
+
value. 'Bin' returns the original binary data for EXIF tags if the
|
|
1581
|
+
L</SaveBin> option was set. 'Rational' returns the raw rational value as a
|
|
1582
|
+
string fraction for rational types, or undef for other types.
|
|
1546
1583
|
|
|
1547
1584
|
=item Return Values:
|
|
1548
1585
|
|
|
@@ -2394,7 +2431,8 @@ Get a list of available API options. (See L</Options> for option details.)
|
|
|
2394
2431
|
=item Return Values:
|
|
2395
2432
|
|
|
2396
2433
|
Reference to list of available options. Each entry in the list is a list
|
|
2397
|
-
reference with
|
|
2434
|
+
reference with 4 items: 0=Option name, 1=Default value, 2=Description,
|
|
2435
|
+
3=flag set if option is undocumented.
|
|
2398
2436
|
|
|
2399
2437
|
my $opts = Image::ExifTool::<b>AvailableOptions</b>();
|
|
2400
2438
|
foreach (@$opts) {
|
|
@@ -2513,58 +2551,62 @@ Here is a complete list of groups for each of these families:
|
|
|
2513
2551
|
|
|
2514
2552
|
AAC, AFCP, AIFF, APE, APP0, APP1, APP11, APP12, APP13, APP14, APP15, APP2,
|
|
2515
2553
|
APP3, APP4, APP5, APP6, APP7, APP8, APP9, ASF, Audible, Canon, CanonVRD,
|
|
2516
|
-
Composite, DICOM,
|
|
2517
|
-
|
|
2518
|
-
GoPro, H264, HTML, ICC_Profile, ID3, IPTC, ISO, ITC, JFIF, JPEG,
|
|
2519
|
-
JUMBF,
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2554
|
+
Composite, DICOM, DjVu, DNG, Ducky, DV, EXE, EXIF, ExifTool, File, FITS,
|
|
2555
|
+
FLAC, Flash, FlashPix, FLIR, Font, FotoStation, GeoTiff, GIF, GIMP, GM,
|
|
2556
|
+
GoPro, H264, HTML, ICC_Profile, ID3, IPTC, ISO, ITC, JFIF, JPEG, Jpeg2000,
|
|
2557
|
+
JSON, JUMBF, Leaf, LNK, Lytro, M2TS, MakerNotes, Matroska, Meta, MIE, MIFF,
|
|
2558
|
+
MISB, MNG, MOI, MPC, MPEG, MPF, MXF, Ogg, OpenEXR, Opus, Palm, PanasonicRaw,
|
|
2559
|
+
Parrot, PDF, PhotoCD, PhotoMechanic, Photoshop, PICT, PLIST, PNG,
|
|
2560
|
+
PostScript, PrintIM, Protobuf, PSP, QuickTime, Radiance, RAF, Rawzor, Real,
|
|
2561
|
+
Red, RIFF, RSRC, RTF, SigmaRaw, Sony, Stim, SVG, Theora, Torrent, Trailer,
|
|
2524
2562
|
VCard, Vorbis, WTV, XML, XMP, ZIP
|
|
2525
2563
|
|
|
2526
2564
|
=item Family 1 (Specific Location):
|
|
2527
2565
|
|
|
2528
|
-
AAC, AC3,
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2566
|
+
AAC, AC3, Adobe, AdobeCM, AdobeDNG, AFCP, AIFF, APE, APP10, APP2, Apple,
|
|
2567
|
+
ASF, Audible, AudioItemList, AudioKeys, AudioUserData, AVI1, CameraIFD,
|
|
2568
|
+
Canon, CanonCustom, CanonDR4, CanonRaw, CanonVRD, Casio, CBOR, Chapter#,
|
|
2569
|
+
CIFF, Composite, DICOM, DJI, DjVu, DjVu-Meta, DNG, Ducky, DV, EPPIM, EXE,
|
|
2570
|
+
EXIF, ExifIFD, ExifTool, File, FITS, FLAC, Flash, FlashPix, FLIR, Font,
|
|
2571
|
+
FotoStation, FujiFilm, FujiIFD, Garmin, GE, GeoTiff, GIF, GIMP,
|
|
2572
|
+
GlobParamIFD, GM, GoPro, GPS, GraphConv, GSpherical, H264, HP, HTC, HTML,
|
|
2573
|
+
HTML-dc, HTML-ncc, HTML-office, HTML-prod, HTML-vw96, HTTP-equiv, ICC-chrm,
|
|
2574
|
+
ICC-cicp, ICC-clrt, ICC-header, ICC-meas, ICC-meta, ICC-view, ICC_Profile,
|
|
2536
2575
|
ICC_Profile#, ID3, ID3v1, ID3v1_Enh, ID3v2_2, ID3v2_3, ID3v2_4, IFD0, IFD1,
|
|
2537
|
-
IPTC, IPTC#, ISO, ITC,
|
|
2538
|
-
JPEG, JPEG-HDR, JPS, JSON, JUMBF, JVC,
|
|
2539
|
-
KodakBordersIFD, KodakEffectsIFD, KodakIFD, KyoceraRaw,
|
|
2540
|
-
LeafSubIFD, Leica, Lyrics3, Lytro, M-RAW, M2TS, MAC,
|
|
2541
|
-
|
|
2542
|
-
MIE-
|
|
2543
|
-
MIE-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
NikonSettings, NineEdits, Nintendo, Ocad, Ogg, Olympus, OpenEXR, Opus,
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
PostScript, PreviewIFD, PrintIM, ProfileIFD, Qualcomm, QuickTime,
|
|
2551
|
-
|
|
2552
|
-
Real-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
Track#,
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
XMP-
|
|
2559
|
-
XMP-
|
|
2560
|
-
XMP-
|
|
2561
|
-
XMP-
|
|
2562
|
-
XMP-
|
|
2563
|
-
XMP-
|
|
2564
|
-
XMP-
|
|
2565
|
-
XMP-
|
|
2566
|
-
XMP-
|
|
2567
|
-
XMP-
|
|
2576
|
+
InfiRay, Insta360, InteropIFD, IPTC, IPTC#, ISO, ITC, ItemList, iTunes,
|
|
2577
|
+
JFIF, JFXX, JPEG, JPEG-HDR, Jpeg2000, JPS, JSON, JUMBF, JVC, KDC_IFD, Keys,
|
|
2578
|
+
Kodak, KodakBordersIFD, KodakEffectsIFD, KodakIFD, KyoceraRaw, Leaf,
|
|
2579
|
+
LeafSubIFD, Leica, LNK, Lyrics3, Lytro, M-RAW, M2TS, MAC, MacOS, MakerNotes,
|
|
2580
|
+
MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft, MIE-Audio,
|
|
2581
|
+
MIE-Camera, MIE-Canon, MIE-Doc, MIE-Extender, MIE-Flash, MIE-Geo, MIE-GPS,
|
|
2582
|
+
MIE-Image, MIE-Lens, MIE-Main, MIE-MakerNotes, MIE-Meta, MIE-Orient,
|
|
2583
|
+
MIE-Preview, MIE-Thumbnail, MIE-Unknown, MIE-UTM, MIE-Video, MIFF, Minolta,
|
|
2584
|
+
MinoltaRaw, MISB, MNG, MOBI, MOI, Motorola, MPC, MPEG, MPF0, MPImage,
|
|
2585
|
+
MS-DOC, MXF, Nextbase, Nikon, NikonCapture, NikonCustom, NikonScan,
|
|
2586
|
+
NikonSettings, NineEdits, Nintendo, NITF, Ocad, Ogg, Olympus, OpenEXR, Opus,
|
|
2587
|
+
Palm, Panasonic, PanasonicRaw, Parrot, PDF, Pentax, PhaseOne, PhotoCD,
|
|
2588
|
+
PhotoMechanic, Photoshop, PICT, PictureInfo, PNG, PNG-cICP, PNG-pHYs,
|
|
2589
|
+
PostScript, PreviewIFD, PrintIM, ProfileIFD, PSP, Qualcomm, QuickTime,
|
|
2590
|
+
Radiance, RAF, RAF2, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP,
|
|
2591
|
+
Real-RA3, Real-RA4, Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, RIFF, RMETA,
|
|
2592
|
+
RSRC, RTF, Samsung, Sanyo, Scalado, SEAL, Sigma, SigmaRaw, Sony, SonyIDC,
|
|
2593
|
+
SPIFF, SR2, SR2DataIFD, SR2SubIFD, SRF#, Stim, SubIFD, SVG, System, Theora,
|
|
2594
|
+
Torrent, Track#, Track#ItemList, Track#Keys, Track#UserData, UserData,
|
|
2595
|
+
VCalendar, VCard, Version0, VideoItemList, VideoKeys, VideoUserData, Vivo,
|
|
2596
|
+
VNote, Vorbis, WTV, XML, XMP, XMP-aas, XMP-acdsee, XMP-acdsee-rs, XMP-album,
|
|
2597
|
+
XMP-apdi, XMP-apple-fi, XMP-ast, XMP-aux, XMP-cc, XMP-cell, XMP-crd,
|
|
2598
|
+
XMP-creatorAtom, XMP-crs, XMP-dc, XMP-Device, XMP-dex, XMP-DICOM,
|
|
2599
|
+
XMP-digiKam, XMP-drone-dji, XMP-dwc, XMP-et, XMP-exif, XMP-exifEX,
|
|
2600
|
+
XMP-expressionmedia, XMP-extensis, XMP-fpv, XMP-GAudio, XMP-GCamera,
|
|
2601
|
+
XMP-GContainer, XMP-GCreations, XMP-GDepth, XMP-getty, XMP-GFocus,
|
|
2602
|
+
XMP-GImage, XMP-GPano, XMP-GSpherical, XMP-hdr, XMP-HDRGainMap, XMP-hdrgm,
|
|
2603
|
+
XMP-ics, XMP-iptcCore, XMP-iptcExt, XMP-LImage, XMP-lr, XMP-mediapro,
|
|
2604
|
+
XMP-microsoft, XMP-MP, XMP-MP1, XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs,
|
|
2605
|
+
XMP-nine, XMP-panorama, XMP-pdf, XMP-pdfx, XMP-photomech, XMP-photoshop,
|
|
2606
|
+
XMP-PixelLive, XMP-plus, XMP-pmi, XMP-prism, XMP-prl, XMP-prm, XMP-pur,
|
|
2607
|
+
XMP-rdf, XMP-sdc, XMP-seal, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ,
|
|
2608
|
+
XMP-xmpDM, XMP-xmpDSA, XMP-xmpMM, XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights,
|
|
2609
|
+
XMP-xmpTPg, ZIP
|
|
2568
2610
|
|
|
2569
2611
|
=item Family 2 (Category):
|
|
2570
2612
|
|
|
@@ -2804,6 +2846,10 @@ for the system. In Windows this also has the effect of activating Unicode
|
|
|
2804
2846
|
filename support via the special Windows wide-character i/o routines if
|
|
2805
2847
|
Win32API::File is available.
|
|
2806
2848
|
|
|
2849
|
+
Note that setting the L</WindowsWideFile> or L</WindowsLongPath> option
|
|
2850
|
+
causes L</CharsetFileName> to default to 'UTF8' in Windows if not defined,
|
|
2851
|
+
and L</WindowsLongPath> is set by default in ExifTool 13.07 and later.
|
|
2852
|
+
|
|
2807
2853
|
=item Internal Character Sets:
|
|
2808
2854
|
|
|
2809
2855
|
The encodings used to store strings in the various metadata formats. These
|
|
@@ -2987,7 +3033,7 @@ specified by the L</Charset> option.
|
|
|
2987
3033
|
|
|
2988
3034
|
=head1 AUTHOR
|
|
2989
3035
|
|
|
2990
|
-
Copyright 2003-
|
|
3036
|
+
Copyright 2003-2025, Phil Harvey
|
|
2991
3037
|
|
|
2992
3038
|
This library is free software; you can redistribute it and/or modify it
|
|
2993
3039
|
under the same terms as Perl itself.
|
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
This
|
|
1
|
+
This readme is for the Windows ExifTool package by Oliver Betz.
|
|
2
|
+
|
|
3
|
+
This package is intended to avoid problems of the PAR packed original ExifTool for Windows.
|
|
2
4
|
|
|
3
5
|
It consists of:
|
|
4
6
|
|
|
5
7
|
* ExifTool by Phil Harvey https://exiftool.org/ resp. https://github.com/exiftool/exiftool
|
|
6
|
-
* Strawberry Perl
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
Please note that there can be up to three exiftool scripts in the "exiftool_files" directory:
|
|
10
|
-
* exiftool.pl - only this one is called by the launcher
|
|
11
|
-
* exiftool - this is from the original ExifTool distribution
|
|
12
|
-
* windows_exiftool - this is from the original ExifTool distribution
|
|
8
|
+
* Strawberry Perl https://strawberryperl.com/
|
|
9
|
+
* Tiny launcher by Oliver Betz https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
See https://exiftool.org/ and https://strawberryperl.com/ for the license of ExifTool and Strawberry Perl.
|
|
12
|
+
The launcher is licensed under the https://creativecommons.org/publicdomain/zero/1.0/legalcode CC0 license
|
|
16
13
|
|
|
17
14
|
I make no warranties about the package, and disclaim liability for all uses of the package, to the fullest extent permitted by applicable law.
|
|
18
15
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Oliver Betz
|
|
16
|
+
Oliver Betz
|
|
@@ -312,8 +312,8 @@ OPTIONS
|
|
|
312
312
|
Write a new value for the specified tag (eg. "-comment=wow"), or
|
|
313
313
|
delete the tag if no *VALUE* is given (eg. "-comment="). "+=" and
|
|
314
314
|
"-=" are used to add or remove existing entries from a list, or to
|
|
315
|
-
shift date/time values (see Image::ExifTool::Shift.pl and
|
|
316
|
-
below for more details). "+=" may also be used to increment
|
|
315
|
+
shift date/time values (see Image::ExifTool::Shift.pl and notes 6
|
|
316
|
+
and 7 below for more details). "+=" may also be used to increment
|
|
317
317
|
numerical values (or decrement if *VALUE* is negative), and "-="
|
|
318
318
|
may be used to conditionally delete or replace a tag (see "WRITING
|
|
319
319
|
EXAMPLES" for examples). "^=" is used to write an empty string
|
|
@@ -399,6 +399,10 @@ OPTIONS
|
|
|
399
399
|
copy it to another tag in the same operation, use the
|
|
400
400
|
-globalTimeShift option.
|
|
401
401
|
|
|
402
|
+
7) The "+=" operator may not be used to shift a List-type date/time
|
|
403
|
+
tag (eg. XMP-dc:Date) because "+=" is used to add elements to the
|
|
404
|
+
list. Instead, the -globalTimeShift option should be used.
|
|
405
|
+
|
|
402
406
|
Special feature: Integer values may be specified in hexadecimal
|
|
403
407
|
with a leading "0x", and simple rational values may be specified as
|
|
404
408
|
fractions.
|
|
@@ -730,6 +734,13 @@ OPTIONS
|
|
|
730
734
|
API option was used). Multiple databases may be imported in a
|
|
731
735
|
single command.
|
|
732
736
|
|
|
737
|
+
Specific tags may be imported from the CSV database by adding
|
|
738
|
+
-*TAG* options to the command, or excluded with --*TAG*, with
|
|
739
|
+
exclusions taking priority. Group names and wildcards are allowed.
|
|
740
|
+
If no tags are specified, then all except FileName and Directory
|
|
741
|
+
are used. Tags are imported in the same order as the database
|
|
742
|
+
entries.
|
|
743
|
+
|
|
733
744
|
When exporting a CSV file, the -g or -G option adds group names to
|
|
734
745
|
the tag headings. If the -a option is used to allow duplicate tag
|
|
735
746
|
names, the duplicate tags are only included in the CSV output if
|
|
@@ -775,18 +786,30 @@ OPTIONS
|
|
|
775
786
|
-d *FMT* (-dateFormat)
|
|
776
787
|
Set the format for date/time tag values. The *FMT* string may
|
|
777
788
|
contain formatting codes beginning with a percent character ("%")
|
|
778
|
-
to represent the various components of a date/time value.
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
789
|
+
to represent the various components of a date/time value. ExifTool
|
|
790
|
+
implements 3 format codes internally (see below), but other format
|
|
791
|
+
codes are system dependent -- consult the "strftime" man page on
|
|
792
|
+
your system for details. The default format is equivalent to
|
|
793
|
+
"%Y:%m:%d %H:%M:%S". This option has no effect on date-only or
|
|
794
|
+
time-only tags. Requires POSIX::strptime or Time::Piece for the
|
|
795
|
+
inversion conversion when writing. Only one -d option may be used
|
|
796
|
+
per command.
|
|
797
|
+
|
|
798
|
+
Additional format codes implemented internally by ExifTool:
|
|
799
|
+
|
|
800
|
+
1) %z represents the time zone in "+/-HHMM" format. Adding a colon
|
|
801
|
+
(ie. %:z) adds a colon separator (eg. "-05:00"). If the date/time
|
|
802
|
+
value doesn't contain a time zone then %z gives the system time
|
|
803
|
+
zone for the specified date/time value.
|
|
804
|
+
|
|
805
|
+
2) %f represents fractional seconds, and supports an optional width
|
|
806
|
+
to specify the number of digits after the decimal point (eg. %3f
|
|
807
|
+
would give something like ".437"). Adding a minus sign drops the
|
|
808
|
+
decimal point (eg. "%-3f" would give "437").
|
|
809
|
+
|
|
810
|
+
3) %s represents the number of seconds since 00:00 UTC Jan 1, 1970,
|
|
811
|
+
taking into account the specified time zone (or system time zone if
|
|
812
|
+
not specified).
|
|
790
813
|
|
|
791
814
|
-D (-decimal)
|
|
792
815
|
Show tag ID number in decimal when extracting information.
|
|
@@ -865,18 +888,29 @@ OPTIONS
|
|
|
865
888
|
as simple strings). The -a option is implied when -json is used,
|
|
866
889
|
but entries with identical JSON names are suppressed in the output.
|
|
867
890
|
(-G4 may be used to ensure that all tags have unique JSON names.)
|
|
891
|
+
|
|
868
892
|
Adding the -D or -H option changes tag values to JSON objects with
|
|
869
|
-
"val" and "id" fields
|
|
870
|
-
|
|
871
|
-
"
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
893
|
+
"val" and "id" fields. Adding -l adds a "desc" field, and a "num"
|
|
894
|
+
field if the numerical value is different from the converted "val",
|
|
895
|
+
and "fmt" and "hex" fields for EXIF metadata if the API SaveFormat
|
|
896
|
+
and SaveBin options are set respectively, and the length of the
|
|
897
|
+
"hex" output is limited by the API LimitLongValues setting. The -b
|
|
898
|
+
option may be added to output binary data, encoded in base64 if
|
|
899
|
+
necessary (indicated by ASCII "base64:" as the first 7 bytes of the
|
|
900
|
+
value), and -t may be added to include tag table information (see
|
|
901
|
+
-t for details). The JSON output is UTF-8 regardless of any -L or
|
|
902
|
+
-charset option setting, but the UTF-8 validation is disabled if a
|
|
903
|
+
character set other than UTF-8 is specified.
|
|
904
|
+
|
|
905
|
+
Note that ExifTool quotes JSON values only if they don't look like
|
|
906
|
+
numbers (regardless of the original storage format or the relevant
|
|
907
|
+
metadata specification). This may be a problem when reading the
|
|
908
|
+
JSON via a strongly typed language. However, the API StructFormat
|
|
909
|
+
option may be set to "JSONQ" to force quoting of numbers. As well,
|
|
910
|
+
the -sep option may be used to convert arrays into strings. For
|
|
911
|
+
example:
|
|
912
|
+
|
|
913
|
+
exiftool -j -api structformat=jsonq -sep ", " ...
|
|
880
914
|
|
|
881
915
|
If *JSONFILE* is specified, the file is imported and the tag
|
|
882
916
|
definitions from the file are used to set tag values on a per-file
|
|
@@ -892,6 +926,13 @@ OPTIONS
|
|
|
892
926
|
-g). Additionally, tag names in the input JSON file may be suffixed
|
|
893
927
|
with a "#" to disable print conversion.
|
|
894
928
|
|
|
929
|
+
Specific tags may be imported from the JSON database by adding
|
|
930
|
+
-*TAG* options to the command, or excluded with --*TAG*, with
|
|
931
|
+
exclusions taking priority. Group names and wildcards are allowed.
|
|
932
|
+
If no tags are specified, then all except FileName and Directory
|
|
933
|
+
are used. Tags are imported in the same order as the database
|
|
934
|
+
entries.
|
|
935
|
+
|
|
895
936
|
Unlike CSV import, empty values are not ignored, and will cause an
|
|
896
937
|
empty value to be written if supported by the specific metadata
|
|
897
938
|
type. Tags are deleted by using the -f option and setting the tag
|
|
@@ -1035,7 +1076,7 @@ OPTIONS
|
|
|
1035
1076
|
|
|
1036
1077
|
produces output like this:
|
|
1037
1078
|
|
|
1038
|
-
-- Generated by ExifTool
|
|
1079
|
+
-- Generated by ExifTool 13.16 --
|
|
1039
1080
|
File: a.jpg - 2003:10:31 15:44:19
|
|
1040
1081
|
(f/5.6, 1/60s, ISO 100)
|
|
1041
1082
|
File: b.jpg - 2006:05:23 11:57:38
|
|
@@ -1052,8 +1093,9 @@ OPTIONS
|
|
|
1052
1093
|
(unless the "All" group is also specified, in which case the values
|
|
1053
1094
|
of all matching tags are joined).
|
|
1054
1095
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1096
|
+
The -p output iterates through the family 3 group names, with each
|
|
1097
|
+
sub-document producing additional output when combined with the -ee
|
|
1098
|
+
(ExtractEmbedded) option.
|
|
1057
1099
|
|
|
1058
1100
|
If a specified tag does not exist, a minor warning is issued and
|
|
1059
1101
|
the line with the missing tag is not printed. However, the -f
|
|
@@ -1147,7 +1189,8 @@ OPTIONS
|
|
|
1147
1189
|
tab-delimited on a single line. The -t option may be combined with
|
|
1148
1190
|
-j, -php or -X to add tag table information ("table", tag "id", and
|
|
1149
1191
|
"index" for cases where multiple conditional tags exist with the
|
|
1150
|
-
same ID)
|
|
1192
|
+
same ID), which allows the corresponding tag to be located in the
|
|
1193
|
+
-listx output.
|
|
1151
1194
|
|
|
1152
1195
|
-T (-table)
|
|
1153
1196
|
Output tag values in table form. Equivalent to -t -S -q -f.
|
|
@@ -1467,17 +1510,18 @@ OPTIONS
|
|
|
1467
1510
|
images or the audio/video data in WAV/AVI files to search for
|
|
1468
1511
|
additional metadata. These speed benefits are small when reading
|
|
1469
1512
|
images directly from disk, but can be substantial if piping images
|
|
1470
|
-
through a network connection.
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1513
|
+
through a network connection. Also bypasses CRC validation when
|
|
1514
|
+
writing PNG images which can be very slow. For more substantial
|
|
1515
|
+
speed benefits, -fast2 also causes exiftool to avoid extracting any
|
|
1516
|
+
EXIF MakerNote information, and to stop processing at the IDAT
|
|
1517
|
+
chunk of PNG images and the mdat atom of QuickTime-format files
|
|
1518
|
+
(but note that some files may store metadata after this). -fast3
|
|
1519
|
+
avoids extracting metadata from the file, and returns only pseudo
|
|
1520
|
+
System tags, but still reads the file header to obtain an educated
|
|
1521
|
+
guess at FileType. -fast4 doesn't even read the file header, and
|
|
1522
|
+
returns only System tags and a FileType based on the file
|
|
1523
|
+
extension. -fast5 also disables generation of the Composite tags
|
|
1524
|
+
(like -e). Has no effect when writing.
|
|
1481
1525
|
|
|
1482
1526
|
Note that a separate -fast setting may be used for evaluation of a
|
|
1483
1527
|
-if condition, or when ordering files with the -fileOrder option.
|
|
@@ -1878,9 +1922,10 @@ OPTIONS
|
|
|
1878
1922
|
The -g and -G options may be used to organize the output by the
|
|
1879
1923
|
specified family of groups, with -G1 being the default. The -a
|
|
1880
1924
|
option is implied. Adding -v includes a count of the number of tags
|
|
1881
|
-
that are the same in each group
|
|
1882
|
-
|
|
1883
|
-
-
|
|
1925
|
+
that are the same in each group, and -v2 also indicates when zero
|
|
1926
|
+
tags were the same. The following text formatting options are valid
|
|
1927
|
+
when -diff is used: -c, -charset, -d, -E, -ec, -ex, -L, -lang, -n,
|
|
1928
|
+
-s, -sep, -struct and -w.
|
|
1884
1929
|
|
|
1885
1930
|
-geotag *TRKFILE*
|
|
1886
1931
|
Geotag images from the specified GPS track log file. Using the
|
|
@@ -1895,14 +1940,14 @@ OPTIONS
|
|
|
1895
1940
|
exiftool -geotag trk.log image.jpg
|
|
1896
1941
|
exiftool -geotag trk.log "-Geotime<DateTimeOriginal#" image.jpg
|
|
1897
1942
|
|
|
1898
|
-
|
|
1899
|
-
timezone is assumed
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1943
|
+
If the "Geotime" value does not contain a time zone then the local
|
|
1944
|
+
system timezone is assumed. Writing "Geotime" causes the following
|
|
1945
|
+
tags to be written (provided they can be calculated from the track
|
|
1946
|
+
log, and they are supported by the destination metadata format):
|
|
1947
|
+
GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef,
|
|
1948
|
+
GPSAltitude, GPSAltitudeRef, GPSDateStamp, GPSTimeStamp,
|
|
1949
|
+
GPSDateTime, GPSTrack, GPSTrackRef, GPSSpeed, GPSSpeedRef,
|
|
1950
|
+
GPSImgDirection, GPSImgDirectionRef, GPSMeasureMode, GPSDOP,
|
|
1906
1951
|
GPSPitch, GPSRoll, GPSCoordinates, AmbientTemperature and
|
|
1907
1952
|
CameraElevationAngle. By default, in image files tags are created
|
|
1908
1953
|
in EXIF, and updated in XMP only if they already exist. In
|
|
@@ -2369,6 +2414,10 @@ WRITING READ-ONLY FILES
|
|
|
2369
2414
|
exiftool -if "$fileattributes !~ /Hidden/" ...
|
|
2370
2415
|
|
|
2371
2416
|
READING EXAMPLES
|
|
2417
|
+
The commands below are appropriate for the Windows cmd shell, which is
|
|
2418
|
+
recommended. If running in PowerShell, single quotes would be needed
|
|
2419
|
+
instead of double quotes around arguments containing a dollar sign.
|
|
2420
|
+
|
|
2372
2421
|
exiftool -a -u -g1 a.jpg
|
|
2373
2422
|
Print all meta information in an image, including duplicate and
|
|
2374
2423
|
unknown tags, sorted by group (for family 1). For performance
|
|
@@ -2435,7 +2484,7 @@ READING EXAMPLES
|
|
|
2435
2484
|
Print one line of output containing the file name and
|
|
2436
2485
|
DateTimeOriginal for each image in directory "dir".
|
|
2437
2486
|
|
|
2438
|
-
exiftool -ee3 -p
|
|
2487
|
+
exiftool -ee3 -p "$gpslatitude, $gpslongitude, $gpstimestamp" a.m2ts
|
|
2439
2488
|
Extract all GPS positions from an AVCHD video.
|
|
2440
2489
|
|
|
2441
2490
|
exiftool -icc_profile -b -w icc image.jpg
|
|
@@ -2843,7 +2892,7 @@ EXIT STATUS
|
|
|
2843
2892
|
the commands if -execute was used).
|
|
2844
2893
|
|
|
2845
2894
|
AUTHOR
|
|
2846
|
-
Copyright 2003-
|
|
2895
|
+
Copyright 2003-2025, Phil Harvey
|
|
2847
2896
|
|
|
2848
2897
|
This is free software; you can redistribute it and/or modify it under
|
|
2849
2898
|
the same terms as Perl itself.
|