exiftool-vendored.exe 13.0.0 → 13.17.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 +169 -65
- 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 +46 -26
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +68 -28
- 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 +29 -16
- 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 +46 -12
- 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 +38 -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 +57 -18
- 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 +457 -103
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +6 -6
- 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 +4 -4
- 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 +327 -88
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +199 -195
- 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 +6 -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 +6 -5
- 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 +7028 -6968
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +12079 -11630
- 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/Trailer.pm +318 -0
- 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/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 +170 -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 +28 -13
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +106 -3
- 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 +467 -228
- package/bin/exiftool_files/lib/Image/ExifTool.pod +118 -72
- package/bin/exiftool_files/windows_exiftool.txt +96 -51
- package/package.json +8 -8
|
@@ -356,7 +356,7 @@ A few examples of combined units strings:
|
|
|
356
356
|
|
|
357
357
|
=head1 AUTHOR
|
|
358
358
|
|
|
359
|
-
Copyright 2003-
|
|
359
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
360
360
|
|
|
361
361
|
This library is free software; you can redistribute it and/or modify it
|
|
362
362
|
under the same terms as Perl itself.
|
|
@@ -255,7 +255,7 @@ This module contains routines required by Image::ExifTool to read MIFF
|
|
|
255
255
|
|
|
256
256
|
=head1 AUTHOR
|
|
257
257
|
|
|
258
|
-
Copyright 2003-
|
|
258
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
259
259
|
|
|
260
260
|
This library is free software; you can redistribute it and/or modify it
|
|
261
261
|
under the same terms as Perl itself.
|
|
@@ -468,7 +468,7 @@ Board (MISB) KLV-format metadata from M2TS videos.
|
|
|
468
468
|
|
|
469
469
|
=head1 AUTHOR
|
|
470
470
|
|
|
471
|
-
Copyright 2003-
|
|
471
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
472
472
|
|
|
473
473
|
This library is free software; you can redistribute it and/or modify it
|
|
474
474
|
under the same terms as Perl itself.
|
|
@@ -661,7 +661,7 @@ This module contains definitions required by Image::ExifTool to read MNG
|
|
|
661
661
|
|
|
662
662
|
=head1 AUTHOR
|
|
663
663
|
|
|
664
|
-
Copyright 2003-
|
|
664
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
665
665
|
|
|
666
666
|
This library is free software; you can redistribute it and/or modify it
|
|
667
667
|
under the same terms as Perl itself.
|
|
@@ -137,7 +137,7 @@ information from MOI files.
|
|
|
137
137
|
|
|
138
138
|
=head1 AUTHOR
|
|
139
139
|
|
|
140
|
-
Copyright 2003-
|
|
140
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
141
141
|
|
|
142
142
|
This library is free software; you can redistribute it and/or modify it
|
|
143
143
|
under the same terms as Perl itself.
|
|
@@ -134,7 +134,7 @@ information from Musepack (MPC) audio files.
|
|
|
134
134
|
|
|
135
135
|
=head1 AUTHOR
|
|
136
136
|
|
|
137
|
-
Copyright 2003-
|
|
137
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
138
138
|
|
|
139
139
|
This library is free software; you can redistribute it and/or modify it
|
|
140
140
|
under the same terms as Perl itself.
|
|
@@ -704,7 +704,7 @@ based on unofficial sources which may be incomplete, inaccurate or outdated.
|
|
|
704
704
|
|
|
705
705
|
=head1 AUTHOR
|
|
706
706
|
|
|
707
|
-
Copyright 2003-
|
|
707
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
708
708
|
|
|
709
709
|
This library is free software; you can redistribute it and/or modify it
|
|
710
710
|
under the same terms as Perl itself.
|
|
@@ -267,7 +267,7 @@ Format (MPF) information from JPEG images.
|
|
|
267
267
|
|
|
268
268
|
=head1 AUTHOR
|
|
269
269
|
|
|
270
|
-
Copyright 2003-
|
|
270
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
271
271
|
|
|
272
272
|
This library is free software; you can redistribute it and/or modify it
|
|
273
273
|
under the same terms as Perl itself.
|
|
@@ -315,7 +315,7 @@ metadata from Medical Research Council (MRC) images.
|
|
|
315
315
|
|
|
316
316
|
=head1 AUTHOR
|
|
317
317
|
|
|
318
|
-
Copyright 2003-
|
|
318
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
319
319
|
|
|
320
320
|
This library is free software; you can redistribute it and/or modify it
|
|
321
321
|
under the same terms as Perl itself.
|
|
@@ -757,7 +757,7 @@ must be loaded explicitly as described above.
|
|
|
757
757
|
|
|
758
758
|
=head1 AUTHOR
|
|
759
759
|
|
|
760
|
-
Copyright 2003-
|
|
760
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
761
761
|
|
|
762
762
|
This library is free software; you can redistribute it and/or modify it
|
|
763
763
|
under the same terms as Perl itself.
|
|
@@ -2525,7 +2525,7 @@ sub ReadMXFValue($$$)
|
|
|
2525
2525
|
} elsif ($type =~ /(Array|Batch)/ and $len > 16) {
|
|
2526
2526
|
my ($count, $size) = unpack('NN', $val);
|
|
2527
2527
|
# validate data length
|
|
2528
|
-
$len == 8 + $count * $size or $et->
|
|
2528
|
+
$len == 8 + $count * $size or $et->Warn("Bad array or batch size");
|
|
2529
2529
|
my ($i, @a);
|
|
2530
2530
|
for ($i=0; $i<$count; ++$i) {
|
|
2531
2531
|
my $pos = 8 + $i * $size;
|
|
@@ -2626,7 +2626,7 @@ sub ProcessLocalSet($$$)
|
|
|
2626
2626
|
$extra = sprintf(', Local 0x%.4x', $loc);
|
|
2627
2627
|
} else {
|
|
2628
2628
|
$tag = $loc;
|
|
2629
|
-
# $et->
|
|
2629
|
+
# $et->Warn('Missing local key for at least one tag');
|
|
2630
2630
|
$extra = ', NOT IN PRIMER!';
|
|
2631
2631
|
}
|
|
2632
2632
|
my $tagInfo = $$tagTablePtr{$tag};
|
|
@@ -2987,7 +2987,7 @@ information from MXF (Material Exchange Format) files.
|
|
|
2987
2987
|
|
|
2988
2988
|
=head1 AUTHOR
|
|
2989
2989
|
|
|
2990
|
-
Copyright 2003-
|
|
2990
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
2991
2991
|
|
|
2992
2992
|
This library is free software; you can redistribute it and/or modify it
|
|
2993
2993
|
under the same terms as Perl itself.
|
|
@@ -12,7 +12,7 @@ use strict;
|
|
|
12
12
|
use vars qw($VERSION);
|
|
13
13
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
14
14
|
|
|
15
|
-
$VERSION = '1.
|
|
15
|
+
$VERSION = '1.14';
|
|
16
16
|
|
|
17
17
|
sub MDItemLocalTime($);
|
|
18
18
|
sub ProcessATTR($$$);
|
|
@@ -394,6 +394,7 @@ sub SetMacOSTags($$$)
|
|
|
394
394
|
if ($val =~ /[-+Z]/) {
|
|
395
395
|
my $time = Image::ExifTool::GetUnixTime($val, 1);
|
|
396
396
|
$val = Image::ExifTool::ConvertUnixTime($time, 1) if $time;
|
|
397
|
+
$val =~ s/[-+].*//; # remove time zone
|
|
397
398
|
}
|
|
398
399
|
$val =~ s{(\d{4}):(\d{2}):(\d{2})}{$2/$3/$1}; # reformat for setfile
|
|
399
400
|
$cmd = "/usr/bin/setfile -d '${val}' '${f}'";
|
|
@@ -736,7 +737,7 @@ Writable tags use "xattr", "setfile" or "osascript" for writing.
|
|
|
736
737
|
|
|
737
738
|
=head1 AUTHOR
|
|
738
739
|
|
|
739
|
-
Copyright 2003-
|
|
740
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
740
741
|
|
|
741
742
|
This library is free software; you can redistribute it and/or modify it
|
|
742
743
|
under the same terms as Perl itself.
|
|
@@ -1831,7 +1831,7 @@ maker notes in EXIF information.
|
|
|
1831
1831
|
|
|
1832
1832
|
=head1 AUTHOR
|
|
1833
1833
|
|
|
1834
|
-
Copyright 2003-
|
|
1834
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
1835
1835
|
|
|
1836
1836
|
This library is free software; you can redistribute it and/or modify it
|
|
1837
1837
|
under the same terms as Perl itself.
|
|
@@ -15,7 +15,7 @@ use strict;
|
|
|
15
15
|
use vars qw($VERSION);
|
|
16
16
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
17
17
|
|
|
18
|
-
$VERSION = '1.
|
|
18
|
+
$VERSION = '1.18';
|
|
19
19
|
|
|
20
20
|
sub HandleStruct($$;$$$$);
|
|
21
21
|
|
|
@@ -685,6 +685,14 @@ my %uidInfo = (
|
|
|
685
685
|
Name => 'Projection',
|
|
686
686
|
SubDirectory => { TagTable => 'Image::ExifTool::Matroska::Projection' },
|
|
687
687
|
},
|
|
688
|
+
#
|
|
689
|
+
# other
|
|
690
|
+
#
|
|
691
|
+
0x5345414c => { # ('SEAL' in hex)
|
|
692
|
+
Name => 'SEAL',
|
|
693
|
+
NotEBML => 1, # don't process SubDirectory as EBML elements
|
|
694
|
+
SubDirectory => { TagTable => 'Image::ExifTool::XMP::SEAL' },
|
|
695
|
+
},
|
|
688
696
|
);
|
|
689
697
|
|
|
690
698
|
# Spherical video v2 projection tags (ref https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md)
|
|
@@ -744,7 +752,11 @@ my %uidInfo = (
|
|
|
744
752
|
SUBTITLE => 'Subtitle',
|
|
745
753
|
URL => 'URL', # nested
|
|
746
754
|
SORT_WITH => 'SortWith', # nested
|
|
747
|
-
INSTRUMENTS =>
|
|
755
|
+
INSTRUMENTS => { # nested
|
|
756
|
+
Name => 'Instruments',
|
|
757
|
+
IsList => 1,
|
|
758
|
+
ValueConv => 'my @a = split /,\s?/, $val; \@a',
|
|
759
|
+
},
|
|
748
760
|
EMAIL => 'Email', # nested
|
|
749
761
|
ADDRESS => 'Address', # nested
|
|
750
762
|
FAX => 'FAX', # nested
|
|
@@ -788,7 +800,11 @@ my %uidInfo = (
|
|
|
788
800
|
CONTENT_TYPE => 'ContentType',
|
|
789
801
|
SUBJECT => 'Subject',
|
|
790
802
|
DESCRIPTION => 'Description',
|
|
791
|
-
KEYWORDS =>
|
|
803
|
+
KEYWORDS => {
|
|
804
|
+
Name => 'Keywords',
|
|
805
|
+
IsList => 1,
|
|
806
|
+
ValueConv => 'my @a = split /,\s?/, $val; \@a',
|
|
807
|
+
},
|
|
792
808
|
SUMMARY => 'Summary',
|
|
793
809
|
SYNOPSIS => 'Synopsis',
|
|
794
810
|
INITIAL_KEY => 'InitialKey',
|
|
@@ -1047,7 +1063,7 @@ sub ProcessMKV($$)
|
|
|
1047
1063
|
$seekInfoOnly = 1;
|
|
1048
1064
|
}
|
|
1049
1065
|
if ($tagInfo) {
|
|
1050
|
-
if ($$tagInfo{SubDirectory}) {
|
|
1066
|
+
if ($$tagInfo{SubDirectory} and not $$tagInfo{NotEBML}) {
|
|
1051
1067
|
# stop processing at first cluster unless we are using -v -U or -ee
|
|
1052
1068
|
# or there are Tags after this
|
|
1053
1069
|
if ($$tagInfo{Name} eq 'Cluster' and $processAll < 2) {
|
|
@@ -1089,7 +1105,7 @@ sub ProcessMKV($$)
|
|
|
1089
1105
|
if ($more >= 0x80000000) {
|
|
1090
1106
|
last unless $et->Options('LargeFileSupport');
|
|
1091
1107
|
if ($et->Options('LargeFileSupport') eq '2') {
|
|
1092
|
-
$et->
|
|
1108
|
+
$et->Warn('Processing large block (LargeFileSupport is 2)');
|
|
1093
1109
|
}
|
|
1094
1110
|
}
|
|
1095
1111
|
$raf->Seek($more, 1) or last;
|
|
@@ -1211,7 +1227,7 @@ information from Matroska multimedia files (MKA, MKV, MKS and WEBM).
|
|
|
1211
1227
|
|
|
1212
1228
|
=head1 AUTHOR
|
|
1213
1229
|
|
|
1214
|
-
Copyright 2003-
|
|
1230
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
1215
1231
|
|
|
1216
1232
|
This library is free software; you can redistribute it and/or modify it
|
|
1217
1233
|
under the same terms as Perl itself.
|
|
@@ -907,7 +907,7 @@ sub WriteXtraValue($$$)
|
|
|
907
907
|
$type = 72;
|
|
908
908
|
}
|
|
909
909
|
} else {
|
|
910
|
-
$et->
|
|
910
|
+
$et->Warn("Error converting value for Microsoft:$$tagInfo{Name}");
|
|
911
911
|
}
|
|
912
912
|
SetByteOrder('MM');
|
|
913
913
|
if (defined $type) {
|
|
@@ -1100,7 +1100,7 @@ Xtra tags in videos.
|
|
|
1100
1100
|
|
|
1101
1101
|
=head1 AUTHOR
|
|
1102
1102
|
|
|
1103
|
-
Copyright 2003-
|
|
1103
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
1104
1104
|
|
|
1105
1105
|
This library is free software; you can redistribute it and/or modify it
|
|
1106
1106
|
under the same terms as Perl itself.
|
|
@@ -2927,7 +2927,7 @@ and write Minolta RAW (MRW) images.
|
|
|
2927
2927
|
|
|
2928
2928
|
=head1 AUTHOR
|
|
2929
2929
|
|
|
2930
|
-
Copyright 2003-
|
|
2930
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
2931
2931
|
|
|
2932
2932
|
This library is free software; you can redistribute it and/or modify it
|
|
2933
2933
|
under the same terms as Perl itself.
|
|
@@ -513,7 +513,7 @@ write Konica-Minolta RAW (MRW) images.
|
|
|
513
513
|
|
|
514
514
|
=head1 AUTHOR
|
|
515
515
|
|
|
516
|
-
Copyright 2003-
|
|
516
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
517
517
|
|
|
518
518
|
This library is free software; you can redistribute it and/or modify it
|
|
519
519
|
under the same terms as Perl itself.
|
|
@@ -165,7 +165,7 @@ cell phone images.
|
|
|
165
165
|
|
|
166
166
|
=head1 AUTHOR
|
|
167
167
|
|
|
168
|
-
Copyright 2003-
|
|
168
|
+
Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)
|
|
169
169
|
|
|
170
170
|
This library is free software; you can redistribute it and/or modify it
|
|
171
171
|
under the same terms as Perl itself.
|