exiftool-vendored.exe 12.70.0 → 12.73.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_files/Changes +53 -1
- package/bin/exiftool_files/README +11 -11
- package/bin/exiftool_files/exiftool.pl +49 -28
- 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 +177 -0
- package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
- 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 +4 -3
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +22 -7
- 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 +1 -1
- 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 +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +31 -10
- package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
- 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 +60 -7
- package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +6 -3
- package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +17 -2
- package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
- 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 +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ICO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +8 -5
- package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
- 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 +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/InfiRay.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +17 -6
- 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 +1 -1
- 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 +4 -4
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +4 -5
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +3 -3
- 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 +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +22 -17
- package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +3 -3
- 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 +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
- 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 +166 -97
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +24 -2
- package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
- 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 -2
- 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 +46 -16
- 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 +1 -1
- 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/Qualcomm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +50 -11
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +148 -12
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
- 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 +111 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +4 -3
- 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 +85 -6
- 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 +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +4878 -4830
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +11518 -11379
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
- 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 +20 -5
- 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 +4 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteRIFF.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +5 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +87 -15
- package/bin/exiftool_files/lib/Image/ExifTool/XISF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +19 -3
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +1 -1
- 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 +35 -8
- package/bin/exiftool_files/lib/Image/ExifTool.pod +29 -16
- package/package.json +5 -4
|
@@ -36,7 +36,7 @@ use strict;
|
|
|
36
36
|
use vars qw($VERSION $AUTOLOAD %stdCase);
|
|
37
37
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
38
38
|
|
|
39
|
-
$VERSION = '1.
|
|
39
|
+
$VERSION = '1.66';
|
|
40
40
|
|
|
41
41
|
sub ProcessPNG_tEXt($$$);
|
|
42
42
|
sub ProcessPNG_iTXt($$$);
|
|
@@ -351,6 +351,27 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
|
|
|
351
351
|
TagTable => 'Image::ExifTool::PNG::CICodePoints',
|
|
352
352
|
},
|
|
353
353
|
},
|
|
354
|
+
cpIp => { # OLE information found in PNG Plus images written by Picture It!
|
|
355
|
+
Name => 'OLEInfo',
|
|
356
|
+
Condition => q{
|
|
357
|
+
# set FileType to "PNG Plus"
|
|
358
|
+
if ($$self{VALUE}{FileType} and $$self{VALUE}{FileType} eq "PNG") {
|
|
359
|
+
$$self{VALUE}{FileType} = 'PNG Plus';
|
|
360
|
+
}
|
|
361
|
+
return 1;
|
|
362
|
+
},
|
|
363
|
+
SubDirectory => {
|
|
364
|
+
TagTable => 'Image::ExifTool::FlashPix::Main',
|
|
365
|
+
ProcessProc => 'Image::ExifTool::FlashPix::ProcessFPX',
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
meTa => { # XML in UTF-16 BOM format written by Picture It!
|
|
369
|
+
SubDirectory => {
|
|
370
|
+
TagTable => 'Image::ExifTool::XMP::XML',
|
|
371
|
+
IgnoreProp => { meta => 1 }, # ignore 'meta' container
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
# mkBF,mkTS,mkBS,mkBT ? - written by Adobe FireWorks
|
|
354
375
|
);
|
|
355
376
|
|
|
356
377
|
# PNG IHDR chunk
|
|
@@ -970,6 +991,7 @@ sub FoundPNG($$$$;$$$$)
|
|
|
970
991
|
TagInfo => $tagInfo,
|
|
971
992
|
ReadOnly => 1, # (used only by WriteXMP)
|
|
972
993
|
OutBuff => $outBuff,
|
|
994
|
+
IgnoreProp => $$subdir{IgnoreProp}, # (XML hack for meTa chunk)
|
|
973
995
|
);
|
|
974
996
|
# no need to re-decompress if already done
|
|
975
997
|
undef $processProc if $wasCompressed and $processProc and $processProc eq \&ProcessPNG_Compressed;
|
|
@@ -1656,7 +1678,7 @@ and JNG (JPEG Network Graphics) images.
|
|
|
1656
1678
|
|
|
1657
1679
|
=head1 AUTHOR
|
|
1658
1680
|
|
|
1659
|
-
Copyright 2003-
|
|
1681
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1660
1682
|
|
|
1661
1683
|
This library is free software; you can redistribute it and/or modify it
|
|
1662
1684
|
under the same terms as Perl itself.
|
|
@@ -143,7 +143,7 @@ BitMap) images.
|
|
|
143
143
|
|
|
144
144
|
=head1 AUTHOR
|
|
145
145
|
|
|
146
|
-
Copyright 2003-
|
|
146
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
147
147
|
|
|
148
148
|
This library is free software; you can redistribute it and/or modify it
|
|
149
149
|
under the same terms as Perl itself.
|
|
@@ -284,7 +284,7 @@ information from Paint Shop Pro images.
|
|
|
284
284
|
|
|
285
285
|
=head1 AUTHOR
|
|
286
286
|
|
|
287
|
-
Copyright 2003-
|
|
287
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
288
288
|
|
|
289
289
|
This library is free software; you can redistribute it and/or modify it
|
|
290
290
|
under the same terms as Perl itself.
|
|
@@ -379,7 +379,7 @@ KF7 and KF8 books (AZW and AZW3).
|
|
|
379
379
|
|
|
380
380
|
=head1 AUTHOR
|
|
381
381
|
|
|
382
|
-
Copyright 2003-
|
|
382
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
383
383
|
|
|
384
384
|
This library is free software; you can redistribute it and/or modify it
|
|
385
385
|
under the same terms as Perl itself.
|
|
@@ -37,7 +37,7 @@ use vars qw($VERSION %leicaLensTypes);
|
|
|
37
37
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
38
38
|
use Image::ExifTool::Exif;
|
|
39
39
|
|
|
40
|
-
$VERSION = '2.
|
|
40
|
+
$VERSION = '2.22';
|
|
41
41
|
|
|
42
42
|
sub ProcessLeicaLEIC($$$);
|
|
43
43
|
sub WhiteBalanceConv($;$$);
|
|
@@ -2186,6 +2186,10 @@ my %shootingMode = (
|
|
|
2186
2186
|
Writable => 'rational64u',
|
|
2187
2187
|
Count => 2,
|
|
2188
2188
|
},
|
|
2189
|
+
0x0370 => { #forum15440
|
|
2190
|
+
Name => 'LensProfileName',
|
|
2191
|
+
Writable => 'string',
|
|
2192
|
+
},
|
|
2189
2193
|
);
|
|
2190
2194
|
|
|
2191
2195
|
# Type 2 tags (ref PH)
|
|
@@ -2509,6 +2513,27 @@ my %shootingMode = (
|
|
|
2509
2513
|
},
|
|
2510
2514
|
);
|
|
2511
2515
|
|
|
2516
|
+
# Leica XMP Digital Shift Assistant tags
|
|
2517
|
+
%Image::ExifTool::Panasonic::DSA = (
|
|
2518
|
+
GROUPS => { 0 => 'XMP', 1 => 'XMP-xmpDSA', 2 => 'Image' },
|
|
2519
|
+
PROCESS_PROC => 'Image::ExifTool::XMP::ProcessXMP',
|
|
2520
|
+
NAMESPACE => 'xmpDSA',
|
|
2521
|
+
WRITABLE => 'string',
|
|
2522
|
+
AVOID => 1,
|
|
2523
|
+
VARS => { NO_ID => 1 },
|
|
2524
|
+
NOTES => 'XMP Digital Shift Assistant tags written by some Leica cameras.',
|
|
2525
|
+
Version => { }, # eg. "1.0.0"
|
|
2526
|
+
CorrectionAlreadyApplied => { Writable => 'boolean' },
|
|
2527
|
+
PitchAngle => { Writable => 'real' },
|
|
2528
|
+
RollAngle => { Writable => 'real' },
|
|
2529
|
+
FocalLength35mm => { Writable => 'real' },
|
|
2530
|
+
TargetAspectRatio => { Writable => 'real' },
|
|
2531
|
+
ScalingFactorHeight => { Writable => 'real' },
|
|
2532
|
+
ValidCropCorners => { Writable => 'boolean' },
|
|
2533
|
+
ApplyAutomatically => { Writable => 'boolean' },
|
|
2534
|
+
NormalizedCropCorners => { Writable => 'real', List => 'Seq' },
|
|
2535
|
+
);
|
|
2536
|
+
|
|
2512
2537
|
# Panasonic Composite tags
|
|
2513
2538
|
%Image::ExifTool::Panasonic::Composite = (
|
|
2514
2539
|
GROUPS => { 2 => 'Camera' },
|
|
@@ -2876,7 +2901,7 @@ Panasonic and Leica maker notes in EXIF information.
|
|
|
2876
2901
|
|
|
2877
2902
|
=head1 AUTHOR
|
|
2878
2903
|
|
|
2879
|
-
Copyright 2003-
|
|
2904
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
2880
2905
|
|
|
2881
2906
|
This library is free software; you can redistribute it and/or modify it
|
|
2882
2907
|
under the same terms as Perl itself.
|
|
@@ -934,7 +934,7 @@ write meta information in Panasonic/Leica RAW, RW2 and RWL images.
|
|
|
934
934
|
|
|
935
935
|
=head1 AUTHOR
|
|
936
936
|
|
|
937
|
-
Copyright 2003-
|
|
937
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
938
938
|
|
|
939
939
|
This library is free software; you can redistribute it and/or modify it
|
|
940
940
|
under the same terms as Perl itself.
|
|
@@ -825,7 +825,7 @@ timed metadata from the 'mett' frame found in Parrot drone MP4 videos.
|
|
|
825
825
|
|
|
826
826
|
=head1 AUTHOR
|
|
827
827
|
|
|
828
|
-
Copyright 2003-
|
|
828
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
829
829
|
|
|
830
830
|
This library is free software; you can redistribute it and/or modify it
|
|
831
831
|
under the same terms as Perl itself.
|
|
@@ -58,7 +58,7 @@ use Image::ExifTool::Exif;
|
|
|
58
58
|
use Image::ExifTool::GPS;
|
|
59
59
|
use Image::ExifTool::HP;
|
|
60
60
|
|
|
61
|
-
$VERSION = '3.
|
|
61
|
+
$VERSION = '3.46';
|
|
62
62
|
|
|
63
63
|
sub CryptShutterCount($$);
|
|
64
64
|
sub PrintFilter($$$);
|
|
@@ -410,7 +410,8 @@ sub DecodeAFPoints($$$$;$);
|
|
|
410
410
|
#
|
|
411
411
|
# Ricoh lenses
|
|
412
412
|
#
|
|
413
|
-
'31 1' => '
|
|
413
|
+
'31 1' => '18.3mm F2.8', #PH (GR III built-in)
|
|
414
|
+
'31 4' => '26.1mm F2.8', #PH (GR IIIx built-in)
|
|
414
415
|
);
|
|
415
416
|
|
|
416
417
|
# Pentax model ID codes - PH
|
|
@@ -1141,8 +1142,12 @@ my %binaryDataAttrs = (
|
|
|
1141
1142
|
3 => 'Manual',
|
|
1142
1143
|
4 => 'Super Macro', #JD
|
|
1143
1144
|
5 => 'Pan Focus',
|
|
1144
|
-
|
|
1145
|
-
|
|
1145
|
+
6 => 'Auto-area', # (GR III)
|
|
1146
|
+
8 => 'Select', # (GR III)
|
|
1147
|
+
9 => 'Pinpoint', # (GR III)
|
|
1148
|
+
10 => 'Tracking', # (GR III)
|
|
1149
|
+
11 => 'Continuous', # (GR III)
|
|
1150
|
+
12 => 'Snap', # (GR III)
|
|
1146
1151
|
16 => 'AF-S (Focus-priority)', #17
|
|
1147
1152
|
17 => 'AF-C (Focus-priority)', #17
|
|
1148
1153
|
18 => 'AF-A (Focus-priority)', #PH (educated guess)
|
|
@@ -1566,6 +1571,7 @@ my %binaryDataAttrs = (
|
|
|
1566
1571
|
0 => 'Multi-segment',
|
|
1567
1572
|
1 => 'Center-weighted average',
|
|
1568
1573
|
2 => 'Spot',
|
|
1574
|
+
6 => 'Highlight', # (GR III)
|
|
1569
1575
|
# have seen value of 16 for E70
|
|
1570
1576
|
},
|
|
1571
1577
|
},
|
|
@@ -1903,6 +1909,7 @@ my %binaryDataAttrs = (
|
|
|
1903
1909
|
'0 28' => 'Quick Macro', # (Q)
|
|
1904
1910
|
'0 29' => 'Forest', # (Q)
|
|
1905
1911
|
'0 30' => 'Backlight Silhouette', # (Q)
|
|
1912
|
+
'0 32' => 'DOF', #PH (GR III)
|
|
1906
1913
|
# AUTO PICT modes (auto-selected)
|
|
1907
1914
|
'1 4' => 'Auto PICT (Standard)', #13
|
|
1908
1915
|
'1 5' => 'Auto PICT (Portrait)', #7 (K100D)
|
|
@@ -2129,7 +2136,7 @@ my %binaryDataAttrs = (
|
|
|
2129
2136
|
PrintConvInv => [ 'Image::ExifTool::Exif::ConvertFraction($val)' ],
|
|
2130
2137
|
}],
|
|
2131
2138
|
0x004f => { #PH
|
|
2132
|
-
Name => 'ImageTone', # (Called CustomImageMode
|
|
2139
|
+
Name => 'ImageTone', # (Called CustomImageMode for K20D and ImageControlMode for GR III)
|
|
2133
2140
|
Writable => 'int16u',
|
|
2134
2141
|
PrintConvColumns => 2,
|
|
2135
2142
|
PrintConv => {
|
|
@@ -2145,7 +2152,21 @@ my %binaryDataAttrs = (
|
|
|
2145
2152
|
9 => 'Radiant', # (Q)
|
|
2146
2153
|
10 => 'Cross Processing', #31 (K-70)
|
|
2147
2154
|
11 => 'Flat', #31 (K-70)
|
|
2155
|
+
# the following values from GR III
|
|
2156
|
+
256 => 'Standard',
|
|
2157
|
+
257 => 'Vivid',
|
|
2158
|
+
258 => 'Monotone',
|
|
2159
|
+
259 => 'Soft Monotone',
|
|
2160
|
+
260 => 'Hard Monotone',
|
|
2161
|
+
261 => 'Hi-contrast B&W',
|
|
2162
|
+
262 => 'Positive Film',
|
|
2163
|
+
263 => 'Bleach Bypass 2',
|
|
2164
|
+
264 => 'Retro',
|
|
2165
|
+
265 => 'HDR Tone',
|
|
2166
|
+
266 => 'Cross Processing 2',
|
|
2167
|
+
267 => 'Negative Film',
|
|
2148
2168
|
# 256 - seen for GR III
|
|
2169
|
+
# 257 - seen for GR III
|
|
2149
2170
|
# 262 - seen for GR III
|
|
2150
2171
|
32768 => 'n/a',
|
|
2151
2172
|
},
|
|
@@ -2459,16 +2480,23 @@ my %binaryDataAttrs = (
|
|
|
2459
2480
|
},
|
|
2460
2481
|
},
|
|
2461
2482
|
0x007a => { #PH
|
|
2462
|
-
Name => '
|
|
2483
|
+
Name => 'ISOAutoMinSpeed',
|
|
2463
2484
|
Writable => 'int8u',
|
|
2464
2485
|
Count => 2,
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2486
|
+
# From the K-3III menus for the "ISO Auto with Min. Speed" setting: 'Fast' = "Increases
|
|
2487
|
+
# the sensitivity from a shutter speed faster than the standard setting in ISO Auto"
|
|
2488
|
+
ValueConv => [ undef, '$val ? exp(-Image::ExifTool::Pentax::PentaxEv($val-68)*log(2)) : 0' ],
|
|
2489
|
+
ValueConvInv => [ undef, '$val ? Image::ExifTool::Pentax::PentaxEvInv(-log($val)/log(2))+68 : 0' ],
|
|
2490
|
+
PrintConv => [
|
|
2491
|
+
{
|
|
2492
|
+
1 => 'Shutter Speed Control',
|
|
2493
|
+
2 => 'Auto Slow',
|
|
2494
|
+
3 => 'Auto Standard',
|
|
2495
|
+
4 => 'Auto Fast',
|
|
2496
|
+
},
|
|
2497
|
+
'Image::ExifTool::Exif::PrintExposureTime($val)',
|
|
2498
|
+
],
|
|
2499
|
+
PrintConvInv => [ undef, 'Image::ExifTool::Exif::ConvertFraction($val)' ],
|
|
2472
2500
|
},
|
|
2473
2501
|
0x007b => { #PH (K-5)
|
|
2474
2502
|
Name => 'CrossProcess',
|
|
@@ -2584,8 +2612,10 @@ my %binaryDataAttrs = (
|
|
|
2584
2612
|
PrintConv => {
|
|
2585
2613
|
0 => 'Off',
|
|
2586
2614
|
1 => 'On',
|
|
2587
|
-
'0
|
|
2588
|
-
'1
|
|
2615
|
+
'0 0' => 'Off (Off)', #PH (GR III)
|
|
2616
|
+
'1 1' => 'On (On)', #PH (GR III)
|
|
2617
|
+
'0 2' => 'Off (Auto)', #PH (GR III)
|
|
2618
|
+
'1 2' => 'On (Auto)', #PH (GR III)
|
|
2589
2619
|
},
|
|
2590
2620
|
},
|
|
2591
2621
|
0x008b => { #PH (LS465)
|
|
@@ -6330,7 +6360,7 @@ tags, and everyone who helped contribute to the LensType values.
|
|
|
6330
6360
|
|
|
6331
6361
|
=head1 AUTHOR
|
|
6332
6362
|
|
|
6333
|
-
Copyright 2003-
|
|
6363
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
6334
6364
|
|
|
6335
6365
|
This library is free software; you can redistribute it and/or modify it
|
|
6336
6366
|
under the same terms as Perl itself.
|
|
@@ -153,7 +153,7 @@ my @formatName = ( undef, 'string', 'int16s', undef, 'int32s' );
|
|
|
153
153
|
Format => 'int16s',
|
|
154
154
|
Count => -1,
|
|
155
155
|
Flags => ['Unknown','Hidden'],
|
|
156
|
-
PrintConv =>
|
|
156
|
+
PrintConv => \&Image::ExifTool::LimitLongValues,
|
|
157
157
|
},
|
|
158
158
|
0x0226 => {
|
|
159
159
|
Name => 'ColorMatrix2',
|
|
@@ -184,13 +184,13 @@ my @formatName = ( undef, 'string', 'int16s', undef, 'int32s' );
|
|
|
184
184
|
Name => 'PhaseOne_0x0258',
|
|
185
185
|
Format => 'int16s',
|
|
186
186
|
Flags => ['Unknown','Hidden'],
|
|
187
|
-
PrintConv =>
|
|
187
|
+
PrintConv => \&Image::ExifTool::LimitLongValues,
|
|
188
188
|
},
|
|
189
189
|
0x025a => { #PH
|
|
190
190
|
Name => 'PhaseOne_0x025a',
|
|
191
191
|
Format => 'int16s',
|
|
192
192
|
Flags => ['Unknown','Hidden'],
|
|
193
|
-
PrintConv =>
|
|
193
|
+
PrintConv => \&Image::ExifTool::LimitLongValues,
|
|
194
194
|
},
|
|
195
195
|
# 0x0300 - int32u: 100,101,102
|
|
196
196
|
0x0301 => { Name => 'FirmwareVersions', Format => 'string' },
|
|
@@ -725,7 +725,7 @@ One maker notes.
|
|
|
725
725
|
|
|
726
726
|
=head1 AUTHOR
|
|
727
727
|
|
|
728
|
-
Copyright 2003-
|
|
728
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
729
729
|
|
|
730
730
|
This library is free software; you can redistribute it and/or modify it
|
|
731
731
|
under the same terms as Perl itself.
|
|
@@ -484,7 +484,7 @@ information from Kodak Photo CD Image Pac (PCD) files.
|
|
|
484
484
|
|
|
485
485
|
=head1 AUTHOR
|
|
486
486
|
|
|
487
|
-
Copyright 2003-
|
|
487
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
488
488
|
|
|
489
489
|
This library is free software; you can redistribute it and/or modify it
|
|
490
490
|
under the same terms as Perl itself.
|
|
@@ -237,7 +237,7 @@ write information written by the Camera Bits Photo Mechanic software.
|
|
|
237
237
|
|
|
238
238
|
=head1 AUTHOR
|
|
239
239
|
|
|
240
|
-
Copyright 2003-
|
|
240
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
241
241
|
|
|
242
242
|
This library is free software; you can redistribute it and/or modify it
|
|
243
243
|
under the same terms as Perl itself.
|
|
@@ -1201,7 +1201,7 @@ be preserved when copying Photoshop information via user-defined tags.
|
|
|
1201
1201
|
|
|
1202
1202
|
=head1 AUTHOR
|
|
1203
1203
|
|
|
1204
|
-
Copyright 2003-
|
|
1204
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1205
1205
|
|
|
1206
1206
|
This library is free software; you can redistribute it and/or modify it
|
|
1207
1207
|
under the same terms as Perl itself.
|
|
@@ -777,7 +777,7 @@ This code reads meta information from EPS (Encapsulated PostScript), PS
|
|
|
777
777
|
|
|
778
778
|
=head1 AUTHOR
|
|
779
779
|
|
|
780
|
-
Copyright 2003-
|
|
780
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
781
781
|
|
|
782
782
|
This library is free software; you can redistribute it and/or modify it
|
|
783
783
|
under the same terms as Perl itself.
|
|
@@ -112,7 +112,7 @@ Print Image Matching meta information.
|
|
|
112
112
|
|
|
113
113
|
=head1 AUTHOR
|
|
114
114
|
|
|
115
|
-
Copyright 2003-
|
|
115
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
116
116
|
|
|
117
117
|
This library is free software; you can redistribute it and/or modify it
|
|
118
118
|
under the same terms as Perl itself.
|
|
@@ -1331,7 +1331,7 @@ information from the APP7 Qualcomm segment in JPEG images.
|
|
|
1331
1331
|
|
|
1332
1332
|
=head1 AUTHOR
|
|
1333
1333
|
|
|
1334
|
-
Copyright 2003-
|
|
1334
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1335
1335
|
|
|
1336
1336
|
This library is free software; you can redistribute it and/or modify it
|
|
1337
1337
|
under the same terms as Perl itself.
|
|
@@ -48,7 +48,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
|
|
|
48
48
|
use Image::ExifTool::Exif;
|
|
49
49
|
use Image::ExifTool::GPS;
|
|
50
50
|
|
|
51
|
-
$VERSION = '2.
|
|
51
|
+
$VERSION = '2.91';
|
|
52
52
|
|
|
53
53
|
sub ProcessMOV($$;$);
|
|
54
54
|
sub ProcessKeys($$$);
|
|
@@ -64,6 +64,7 @@ sub Process_3gf($$$);
|
|
|
64
64
|
sub Process_gps0($$$);
|
|
65
65
|
sub Process_gsen($$$);
|
|
66
66
|
sub ProcessKenwood($$$);
|
|
67
|
+
sub ProcessLIGO_JSON($$$);
|
|
67
68
|
sub ProcessRIFFTrailer($$$);
|
|
68
69
|
sub ProcessTTAD($$$);
|
|
69
70
|
sub ProcessNMEA($$$);
|
|
@@ -707,6 +708,13 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
707
708
|
TagTable => 'Image::ExifTool::QuickTime::Stream',
|
|
708
709
|
ProcessProc => \&ProcessKenwood,
|
|
709
710
|
},
|
|
711
|
+
},{
|
|
712
|
+
Name => 'LIGO_JSON',
|
|
713
|
+
Condition => '$$valPt =~ /^LIGOGPSINFO \{/',
|
|
714
|
+
SubDirectory => {
|
|
715
|
+
TagTable => 'Image::ExifTool::QuickTime::Stream',
|
|
716
|
+
ProcessProc => \&ProcessLIGO_JSON,
|
|
717
|
+
},
|
|
710
718
|
},{
|
|
711
719
|
Name => 'FLIRData',
|
|
712
720
|
SubDirectory => { TagTable => 'Image::ExifTool::FLIR::UserData' },
|
|
@@ -825,6 +833,7 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
825
833
|
# note that this may be written and/or deleted, but can't currently be added back again
|
|
826
834
|
Writable => 1,
|
|
827
835
|
},
|
|
836
|
+
# '35AX'? - seen "AT" (Yada RoadCam Pro 4K dashcam)
|
|
828
837
|
);
|
|
829
838
|
|
|
830
839
|
# stuff seen in 'skip' atom (70mai Pro Plus+ MP4 videos)
|
|
@@ -2338,16 +2347,33 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
2338
2347
|
# RDT9 - only 16-byte header?
|
|
2339
2348
|
# the boxes below all have a similar header (little-endian):
|
|
2340
2349
|
# 0 int32u - number of records
|
|
2341
|
-
# 4
|
|
2350
|
+
# 4 int32u - sample rate (Hz)
|
|
2342
2351
|
# 6 int16u - record length in bytes
|
|
2343
|
-
# 8
|
|
2344
|
-
#
|
|
2345
|
-
#
|
|
2346
|
-
|
|
2347
|
-
|
|
2352
|
+
# 8 int16u - 0x0123 = little-endian, 0x3210 = big endian
|
|
2353
|
+
# 10 int16u[3] - all zeros
|
|
2354
|
+
# 16 - start of records (each record ends in an int64u timestamp "ts" in ns)
|
|
2355
|
+
RDTA => {
|
|
2356
|
+
Name => 'RicohRDTA',
|
|
2357
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Ricoh::RDTA' },
|
|
2358
|
+
},
|
|
2359
|
+
RDTB => {
|
|
2360
|
+
Name => 'RicohRDTB',
|
|
2361
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Ricoh::RDTB' },
|
|
2362
|
+
},
|
|
2363
|
+
RDTC => {
|
|
2364
|
+
Name => 'RicohRDTC',
|
|
2365
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Ricoh::RDTC' },
|
|
2366
|
+
},
|
|
2348
2367
|
# RDTD - int16s[3],ts: "353 -914 16354 0 775.829"
|
|
2349
|
-
|
|
2368
|
+
RDTG => {
|
|
2369
|
+
Name => 'RicohRDTG',
|
|
2370
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Ricoh::RDTG' },
|
|
2371
|
+
},
|
|
2350
2372
|
# RDTI - float[4],ts: "0.00165951 0.005770059 0.06838259 0.1744695 775.862"
|
|
2373
|
+
RDTL => {
|
|
2374
|
+
Name => 'RicohRDTL',
|
|
2375
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Ricoh::RDTL' },
|
|
2376
|
+
},
|
|
2351
2377
|
# ---- Samsung ----
|
|
2352
2378
|
vndr => 'Vendor', #PH (Samsung PL70)
|
|
2353
2379
|
SDLN => 'PlayMode', #PH (NC, Samsung ST80 "SEQ_PLAY")
|
|
@@ -2371,7 +2397,7 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
2371
2397
|
# edli - 52 bytes all zero (Samsung WB30F)
|
|
2372
2398
|
# @etc - 4 bytes all zero (Samsung WB30F)
|
|
2373
2399
|
# saut - 4 bytes all zero (Samsung SM-N900T)
|
|
2374
|
-
# smrd - string "TRUEBLUE" (Samsung SM-C101)
|
|
2400
|
+
# smrd - string "TRUEBLUE" (Samsung SM-C101, etc)
|
|
2375
2401
|
# ---- TomTom Bandit Action Cam ----
|
|
2376
2402
|
TTMD => {
|
|
2377
2403
|
Name => 'TomTomMetaData',
|
|
@@ -2391,7 +2417,7 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
2391
2417
|
# opax - 164 bytes unknown (center and affine arrays? ref 26)
|
|
2392
2418
|
# opai - 32 bytes (maybe contains a serial number starting at byte 16? - PH) (rgb gains, degamma, gamma? ref 26)
|
|
2393
2419
|
# intv - 16 bytes all zero
|
|
2394
|
-
# ----
|
|
2420
|
+
# ---- Xiaomi ----
|
|
2395
2421
|
mcvr => {
|
|
2396
2422
|
Name => 'PreviewImage',
|
|
2397
2423
|
Groups => { 2 => 'Preview' },
|
|
@@ -6603,11 +6629,13 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
6603
6629
|
'collection.user' => 'UserCollection', #22
|
|
6604
6630
|
'Encoded_With' => 'EncodedWith',
|
|
6605
6631
|
'content.identifier' => 'ContentIdentifier', #forum14874
|
|
6632
|
+
'encoder' => { }, # forum15418 (written by ffmpeg)
|
|
6606
6633
|
#
|
|
6607
6634
|
# the following tags aren't in the com.apple.quicktime namespace:
|
|
6608
6635
|
#
|
|
6609
6636
|
'com.apple.photos.captureMode' => 'CaptureMode',
|
|
6610
6637
|
'com.android.version' => 'AndroidVersion',
|
|
6638
|
+
'com.android.capture.fps' => 'AndroidCaptureFPS',
|
|
6611
6639
|
#
|
|
6612
6640
|
# also seen
|
|
6613
6641
|
#
|
|
@@ -6680,6 +6708,13 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
6680
6708
|
# (mdta)com.apple.proapps.image.{TIFF}.Make (eg. "Atmos")
|
|
6681
6709
|
# (mdta)com.apple.proapps.image.{TIFF}.Model (eg. "ShogunInferno")
|
|
6682
6710
|
# (mdta)com.apple.proapps.image.{TIFF}.Software (eg. "9.0")
|
|
6711
|
+
#
|
|
6712
|
+
# also seen (but don't yet add support for these)
|
|
6713
|
+
#
|
|
6714
|
+
# (mdta)major_brand
|
|
6715
|
+
# (mdta)minor_version
|
|
6716
|
+
# (mdta)compatible_brands
|
|
6717
|
+
# (mdta)creation_time
|
|
6683
6718
|
);
|
|
6684
6719
|
|
|
6685
6720
|
# iTunes info ('----') atoms
|
|
@@ -7296,6 +7331,10 @@ my %isImageData = ( av01 => 1, avc1 => 1, hvc1 => 1, lhv1 => 1, hvt1 => 1 );
|
|
|
7296
7331
|
Name => 'SpatialAudio',
|
|
7297
7332
|
SubDirectory => { TagTable => 'Image::ExifTool::QuickTime::SpatialAudio' },
|
|
7298
7333
|
},
|
|
7334
|
+
btrt => {
|
|
7335
|
+
Name => 'BitrateInfo',
|
|
7336
|
+
SubDirectory => { TagTable => 'Image::ExifTool::QuickTime::Bitrate' },
|
|
7337
|
+
},
|
|
7299
7338
|
# alac - 28 bytes
|
|
7300
7339
|
# adrm - AAX DRM atom? 148 bytes
|
|
7301
7340
|
# aabd - AAX unknown 17kB (contains 'aavd' strings)
|
|
@@ -9990,7 +10029,7 @@ information from QuickTime and MP4 video, M4A audio, and HEIC image files.
|
|
|
9990
10029
|
|
|
9991
10030
|
=head1 AUTHOR
|
|
9992
10031
|
|
|
9993
|
-
Copyright 2003-
|
|
10032
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
9994
10033
|
|
|
9995
10034
|
This library is free software; you can redistribute it and/or modify it
|
|
9996
10035
|
under the same terms as Perl itself.
|