exiftool_vendored 13.16.0 → 13.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +28 -0
- data/bin/MANIFEST +2 -2
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/config_files/example.config +1 -1
- data/bin/exiftool +13 -9
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +14 -8
- data/bin/lib/Image/ExifTool/Canon.pm +3 -2
- data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/GoPro.pm +58 -48
- data/bin/lib/Image/ExifTool/JPEG.pm +7 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +116 -192
- data/bin/lib/Image/ExifTool/NikonCustom.pm +4 -4
- data/bin/lib/Image/ExifTool/Photoshop.pm +2 -2
- data/bin/lib/Image/ExifTool/QuickTime.pm +257 -252
- data/bin/lib/Image/ExifTool/Samsung.pm +4 -0
- data/bin/lib/Image/ExifTool/Sony.pm +1 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +41 -2
- data/bin/lib/Image/ExifTool/TagNames.pod +10770 -10696
- data/bin/lib/Image/ExifTool/Trailer.pm +318 -0
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +8 -1
- data/bin/lib/Image/ExifTool/Writer.pl +5 -3
- data/bin/lib/Image/ExifTool/XMP2.pl +5 -2
- data/bin/lib/Image/ExifTool.pm +141 -75
- data/bin/lib/Image/ExifTool.pod +38 -38
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +3 -3
- data/bin/lib/Image/ExifTool/Vivo.pm +0 -124
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ed6242287b3fc53d1781c76868bb76b2ae54d5a43dcd48a52ff5678ecf6984d
|
4
|
+
data.tar.gz: 8b0446136fa4d3b248742abc3c961ddd60d1b849ce0e8505af39b65c6662b32f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1863a2767968d76be14ffee77fb966c7d643a501c5dffed80291ccabf73b58775ecf5ffb6a2d54a1fd3cec10e07f7c28a32cb8567f6a6a6948ce4eb06728914
|
7
|
+
data.tar.gz: a2bde276ca6e28bc212c82751848fdc9a8c27a41b7abd522d27ddc8490be0b2d67f8a537c52f14cbfb4fc4b3424efe6dcc1ed2c67909cbc270fb5521c8a889bc
|
data/bin/Changes
CHANGED
@@ -7,6 +7,34 @@ RSS feed: https://exiftool.org/rss.xml
|
|
7
7
|
Note: The most recent production release is Version 13.10. (Other versions are
|
8
8
|
considered development releases, and are not uploaded to MetaCPAN.)
|
9
9
|
|
10
|
+
Feb. 3, 2025 - Version 13.18
|
11
|
+
|
12
|
+
- Decode a number of new GoPro tags
|
13
|
+
- Enhanced -geotag option to set Geotime from either SubSecDateTimeOriginal
|
14
|
+
(preferentially) or DateTimeOriginal if not otherwise specified
|
15
|
+
- Don't allow ICC_Profile to be deleted from QuickTime-based files
|
16
|
+
(specifically HEIC, to avoid problem where Apple Preview wouldn't display the
|
17
|
+
resulting file)
|
18
|
+
- Improved decoding of AF points for Nikon D3400 and D7500
|
19
|
+
- Patched issue introduced in 13.13 which could give a "No data reference"
|
20
|
+
error when writing MP4 videos from some Google phones
|
21
|
+
- Fixed problem writing XMP-iptcExt:LocationCreatedGPSAltitudeRef with an
|
22
|
+
incorrect namespace
|
23
|
+
|
24
|
+
Jan. 29, 2025 - Version 13.17
|
25
|
+
|
26
|
+
- Added support for reading more embedded images and videos written in the
|
27
|
+
JPEG trailer by some phones
|
28
|
+
- Added support for reading JPEG trailer written by some OnePlus phones
|
29
|
+
- Added a -validate warning for QuickTime 'wide' atoms with an invalid size
|
30
|
+
- Added a new CanonLensType
|
31
|
+
- Avoid decoding Sony 0x9050 data for the ILCE-1M2 because the encoding has
|
32
|
+
changed since the ILCE-1 and the new encoding is not yet known (github #310)
|
33
|
+
- Fixed issue that could cause runtime warning when using -j with -b
|
34
|
+
- Fixed some issues decoding AFPointsUsed for some newer Nikon models
|
35
|
+
- Fixed problem corrupting QuickTime-format videos when writing if they
|
36
|
+
contain a 'wide' atom with an invalid size
|
37
|
+
|
10
38
|
Jan. 25, 2025 - Version 13.16
|
11
39
|
|
12
40
|
- Added a couple of new Nikon Z lenses (thanks Warren Hatch)
|
data/bin/MANIFEST
CHANGED
@@ -178,9 +178,9 @@ html/TagNames/Stim.html
|
|
178
178
|
html/TagNames/Text.html
|
179
179
|
html/TagNames/Theora.html
|
180
180
|
html/TagNames/Torrent.html
|
181
|
+
html/TagNames/Trailer.html
|
181
182
|
html/TagNames/Unknown.html
|
182
183
|
html/TagNames/VCard.html
|
183
|
-
html/TagNames/Vivo.html
|
184
184
|
html/TagNames/Vorbis.html
|
185
185
|
html/TagNames/WPG.html
|
186
186
|
html/TagNames/WTV.html
|
@@ -429,10 +429,10 @@ lib/Image/ExifTool/TagNames.pod
|
|
429
429
|
lib/Image/ExifTool/Text.pm
|
430
430
|
lib/Image/ExifTool/Theora.pm
|
431
431
|
lib/Image/ExifTool/Torrent.pm
|
432
|
+
lib/Image/ExifTool/Trailer.pm
|
432
433
|
lib/Image/ExifTool/Unknown.pm
|
433
434
|
lib/Image/ExifTool/VCard.pm
|
434
435
|
lib/Image/ExifTool/Validate.pm
|
435
|
-
lib/Image/ExifTool/Vivo.pm
|
436
436
|
lib/Image/ExifTool/Vorbis.pm
|
437
437
|
lib/Image/ExifTool/WPG.pm
|
438
438
|
lib/Image/ExifTool/WTV.pm
|
data/bin/META.json
CHANGED
data/bin/META.yml
CHANGED
data/bin/README
CHANGED
@@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a
|
|
109
109
|
terminal window to extract and run ExifTool:
|
110
110
|
|
111
111
|
cd ~/Desktop
|
112
|
-
gzip -dc Image-ExifTool-13.
|
113
|
-
cd Image-ExifTool-13.
|
112
|
+
gzip -dc Image-ExifTool-13.18.tar.gz | tar -xf -
|
113
|
+
cd Image-ExifTool-13.18
|
114
114
|
./exiftool t/images/ExifTool.jpg
|
115
115
|
|
116
116
|
Note: These commands extract meta information from one of the test images.
|
@@ -371,7 +371,7 @@ $Image::ExifTool::QuickTime::Keys{PREFERRED} = 3;
|
|
371
371
|
# Add user-defined cities to the Geolocation lookup
|
372
372
|
@Image::ExifTool::UserDefined::Geolocation = (
|
373
373
|
# (city,region,subregion,country_code,country,timezone,feature_code,population,lat,lon)
|
374
|
-
['Sinemorets','
|
374
|
+
['Sinemorets','Burgas','Obshtina Tsarevo','BG','','Europe/Sofia','PPL',400,42.06115,27.97833],
|
375
375
|
);
|
376
376
|
|
377
377
|
#------------------------------------------------------------------------------
|
data/bin/exiftool
CHANGED
@@ -11,7 +11,7 @@ use strict;
|
|
11
11
|
use warnings;
|
12
12
|
require 5.004;
|
13
13
|
|
14
|
-
my $version = '13.
|
14
|
+
my $version = '13.18';
|
15
15
|
|
16
16
|
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
|
17
17
|
my $exePath;
|
@@ -1391,7 +1391,8 @@ for (;;) {
|
|
1391
1391
|
# add geotag/geosync/geolocate commands first
|
1392
1392
|
unshift @newValues, pop @newValues;
|
1393
1393
|
if (lc $2 eq 'geotag' and (not defined $addGeotime or $addGeotime) and length $val) {
|
1394
|
-
$addGeotime = ($1 || '') . 'Geotime<DateTimeOriginal#'
|
1394
|
+
$addGeotime = [ ($1 || '') . 'Geotime<DateTimeOriginal#',
|
1395
|
+
($1 || '') . 'Geotime<SubSecDateTimeOriginal#' ];
|
1395
1396
|
}
|
1396
1397
|
}
|
1397
1398
|
}
|
@@ -1525,7 +1526,7 @@ if (($tagOut or defined $diff) and ($csv or $json or %printFmt or $tabFormat or
|
|
1525
1526
|
}
|
1526
1527
|
|
1527
1528
|
if ($csv and $csv eq 'CSV' and not $isWriting) {
|
1528
|
-
|
1529
|
+
$json = 0; # (not compatible)
|
1529
1530
|
if ($textOut) {
|
1530
1531
|
Warn "Sorry, -w may not be combined with -csv\n";
|
1531
1532
|
$rtnVal = 1;
|
@@ -1670,8 +1671,9 @@ if (@newValues) {
|
|
1670
1671
|
# assume -geotime value if -geotag specified without -geotime
|
1671
1672
|
if ($addGeotime) {
|
1672
1673
|
AddSetTagsFile($setTagsFile = '@') unless $setTagsFile and $setTagsFile eq '@';
|
1673
|
-
push @{$setTags{$setTagsFile}},
|
1674
|
-
|
1674
|
+
push @{$setTags{$setTagsFile}}, @$addGeotime;
|
1675
|
+
my @a = map qq("-$_"), @$addGeotime;
|
1676
|
+
$verbose and print $vout 'Arguments ',join(' and ', @a)," are assumed\n";
|
1675
1677
|
}
|
1676
1678
|
my %setTagsIndex;
|
1677
1679
|
# add/delete option lookup
|
@@ -5984,7 +5986,7 @@ with this command:
|
|
5984
5986
|
|
5985
5987
|
produces output like this:
|
5986
5988
|
|
5987
|
-
-- Generated by ExifTool 13.
|
5989
|
+
-- Generated by ExifTool 13.18 --
|
5988
5990
|
File: a.jpg - 2003:10:31 15:44:19
|
5989
5991
|
(f/5.6, 1/60s, ISO 100)
|
5990
5992
|
File: b.jpg - 2006:05:23 11:57:38
|
@@ -7808,8 +7810,9 @@ the B<-geotag> option.)
|
|
7808
7810
|
|
7809
7811
|
Geotag an image (C<a.jpg>) from position information in a GPS track log
|
7810
7812
|
(C<track.log>). Since the C<Geotime> tag is not specified, the value of
|
7811
|
-
DateTimeOriginal is used for
|
7812
|
-
unless
|
7813
|
+
SubSecDateTimeOriginal (preferentially) or DateTimeOriginal is used for
|
7814
|
+
geotagging. Local system time is assumed unless the time contains a
|
7815
|
+
timezone.
|
7813
7816
|
|
7814
7817
|
=item C<exiftool -geotag track.log -geolocate=geotag a.jpg>
|
7815
7818
|
|
@@ -7854,7 +7857,8 @@ Delete XMP GPS tags which were added by the geotag feature.
|
|
7854
7857
|
|
7855
7858
|
=item C<exiftool -xmp:geotag=track.log a.jpg>
|
7856
7859
|
|
7857
|
-
Geotag an image with XMP tags, using the time from
|
7860
|
+
Geotag an image with XMP tags, using the time from SubSecDateTimeOriginal or
|
7861
|
+
DateTimeOriginal.
|
7858
7862
|
|
7859
7863
|
=item C<exiftool -geotag a.log -geotag b.log -r dir>
|
7860
7864
|
|
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
|
|
35
35
|
use Image::ExifTool::Validate;
|
36
36
|
use Image::ExifTool::MacOS;
|
37
37
|
|
38
|
-
$VERSION = '3.
|
38
|
+
$VERSION = '3.62';
|
39
39
|
@ISA = qw(Exporter);
|
40
40
|
|
41
41
|
sub NumbersFirst($$);
|
@@ -74,26 +74,32 @@ my %tweakOrder = (
|
|
74
74
|
DJI => 'Casio',
|
75
75
|
FLIR => 'DJI',
|
76
76
|
FujiFilm => 'FLIR',
|
77
|
+
GoPro => 'GE',
|
77
78
|
Kodak => 'JVC',
|
78
79
|
Leaf => 'Kodak',
|
79
|
-
|
80
|
+
Lytro => 'Leaf',
|
81
|
+
Minolta => 'Lytro',
|
80
82
|
Motorola => 'Minolta',
|
81
83
|
Nikon => 'Motorola',
|
82
|
-
|
83
|
-
|
84
|
-
|
84
|
+
NikonCapture => 'Nikon',
|
85
|
+
NikonCustom => 'NikonCapture',
|
86
|
+
NikonSettings => 'NikonCustom',
|
87
|
+
Nintendo => 'NikonSettings',
|
88
|
+
Panasonic => 'Olympus',
|
85
89
|
Pentax => 'Panasonic',
|
90
|
+
Ricoh => 'Reconyx',
|
91
|
+
Samsung => 'Ricoh',
|
86
92
|
SonyIDC => 'Sony',
|
87
|
-
|
88
|
-
Unknown => 'Vivo',
|
93
|
+
Unknown => 'SonyIDC',
|
89
94
|
DNG => 'Unknown',
|
90
95
|
PrintIM => 'ICC_Profile',
|
91
96
|
Vorbis => 'Ogg',
|
92
97
|
ID3 => 'PostScript',
|
93
98
|
MinoltaRaw => 'KyoceraRaw',
|
94
99
|
KyoceraRaw => 'CanonRaw',
|
100
|
+
MinoltaRaw => 'KyoceraRaw',
|
101
|
+
PanasonicRaw => 'MinoltaRaw',
|
95
102
|
SigmaRaw => 'PanasonicRaw',
|
96
|
-
Lytro => 'SigmaRaw',
|
97
103
|
PhotoMechanic => 'FotoStation',
|
98
104
|
Microsoft => 'PhotoMechanic',
|
99
105
|
GIMP => 'Microsoft',
|
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
|
|
88
88
|
sub ProcessExifInfo($$$);
|
89
89
|
sub SwapWords($);
|
90
90
|
|
91
|
-
$VERSION = '4.
|
91
|
+
$VERSION = '4.89';
|
92
92
|
|
93
93
|
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
|
94
94
|
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
|
@@ -527,7 +527,8 @@ $VERSION = '4.88';
|
|
527
527
|
748 => 'Canon EF 100-400mm f/4.5-5.6L IS II USM + 1.4x or Tamron Lens', #JR (1.4x Mk III)
|
528
528
|
748.1 => 'Tamron 100-400mm f/4.5-6.3 Di VC USD A035E + 1.4x', #IB
|
529
529
|
748.2 => 'Tamron 70-210mm f/4 Di VC USD (A034) + 2x', #IB
|
530
|
-
749 => '
|
530
|
+
749 => 'Canon EF 100-400mm f/4.5-5.6L IS II USM + 2x or Tamron Lens', #PH
|
531
|
+
749.1 => 'Tamron 100-400mm f/4.5-6.3 Di VC USD A035E + 2x', #IB
|
531
532
|
750 => 'Canon EF 35mm f/1.4L II USM or Tamron Lens', #42
|
532
533
|
750.1 => 'Tamron SP 85mm f/1.8 Di VC USD (F016)', #Exiv2#1072
|
533
534
|
750.2 => 'Tamron SP 45mm f/1.8 Di VC USD (F013)', #PH
|
@@ -854,7 +854,7 @@ sub ProcessCRW($$)
|
|
854
854
|
|
855
855
|
# process trailers if they exist in CRW file (not in CIFF information!)
|
856
856
|
if ($$et{FILE_TYPE} eq 'CRW') {
|
857
|
-
my $trailInfo =
|
857
|
+
my $trailInfo = $et->IdentifyTrailer($raf);
|
858
858
|
$et->ProcessTrailers($trailInfo) if $trailInfo;
|
859
859
|
}
|
860
860
|
|
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# References: 1) https://github.com/gopro/gpmf-parser
|
9
9
|
# 2) https://github.com/stilldavid/gopro-utils
|
10
|
+
# 3) https://github.com/gopro/gpmf-parser
|
10
11
|
#------------------------------------------------------------------------------
|
11
12
|
|
12
13
|
package Image::ExifTool::GoPro;
|
@@ -16,7 +17,7 @@ use vars qw($VERSION);
|
|
16
17
|
use Image::ExifTool qw(:DataAccess :Utils);
|
17
18
|
use Image::ExifTool::QuickTime;
|
18
19
|
|
19
|
-
$VERSION = '1.
|
20
|
+
$VERSION = '1.12';
|
20
21
|
|
21
22
|
sub ProcessGoPro($$$);
|
22
23
|
sub ProcessString($$$);
|
@@ -59,6 +60,8 @@ my %addUnits = (
|
|
59
60
|
PrintConv => 'Image::ExifTool::GoPro::AddUnits($self, $val, $tag)',
|
60
61
|
);
|
61
62
|
|
63
|
+
my %noYes = ( N => 'No', Y => 'Yes' );
|
64
|
+
|
62
65
|
# Tags found in the GPMF box of Hero6 mp4 videos (ref PH), and
|
63
66
|
# the gpmd-format timed metadata of Hero5 and Hero6 videos (ref 1)
|
64
67
|
%Image::ExifTool::GoPro::GPMF = (
|
@@ -72,7 +75,7 @@ my %addUnits = (
|
|
72
75
|
let me know if you discover the meaning of any of these unknown tags. See
|
73
76
|
L<https://github.com/gopro/gpmf-parser> for details about this format.
|
74
77
|
},
|
75
|
-
|
78
|
+
ABSC => 'AutoBoostScore', #3
|
76
79
|
ACCL => { #2 (gpmd)
|
77
80
|
Name => 'Accelerometer',
|
78
81
|
Notes => 'accelerator readings in m/s2',
|
@@ -82,9 +85,9 @@ my %addUnits = (
|
|
82
85
|
# ANGY (GPMF-GEOC) - seen 179.9 (fmt d, Max)
|
83
86
|
# ANGZ (GPMF-GEOC) - seen 0.152 (fmt d, Max)
|
84
87
|
ALLD => 'AutoLowLightDuration', #1 (gpmd) (untested)
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
+
APTO => 'AudioProtuneOption', #3
|
89
|
+
ARUW => 'AspectRatioUnwarped', #3
|
90
|
+
ARWA => 'AspectRatioWarped', #3
|
88
91
|
ATTD => { #PH (Karma)
|
89
92
|
Name => 'Attitude',
|
90
93
|
# UNIT=s,rad,rad,rad,rad/s,rad/s,rad/s,
|
@@ -99,10 +102,10 @@ my %addUnits = (
|
|
99
102
|
# SCAL=1000 1 1 1 1
|
100
103
|
Binary => 1,
|
101
104
|
},
|
102
|
-
|
105
|
+
AUBT => { Name => 'AudioBlueTooth', PrintConv => \%noYes }, #3
|
103
106
|
AUDO => 'AudioSetting', #PH (GPMF - seen: 'WIND', fmt c)
|
104
|
-
|
105
|
-
|
107
|
+
AUPT => { Name => 'AutoProtune', PrintConv => \%noYes },
|
108
|
+
BITR => 'BitrateSetting', #3
|
106
109
|
BPOS => { #PH (Karma)
|
107
110
|
Name => 'Controller',
|
108
111
|
Unknown => 1,
|
@@ -116,16 +119,22 @@ my %addUnits = (
|
|
116
119
|
# CALH (GPMF-GEOC) - seen 3040 (fmt L, Max)
|
117
120
|
# CALW (GPMF-GEOC) - seen 4056 (fmt L, Max)
|
118
121
|
CASN => 'CameraSerialNumber', #PH (GPMF - seen: 'C3221324545448', fmt c)
|
119
|
-
|
120
|
-
|
122
|
+
CDAT => { #3
|
123
|
+
Name => 'CreationDate',
|
124
|
+
Groups => { 2 => 'Time' },
|
125
|
+
RawConv => 'ConvertUnixTime($val)',
|
126
|
+
PrintConv => '$self->ConvertDateTime($val)',
|
127
|
+
},
|
128
|
+
CDTM => 'CaptureDelayTimer', #3
|
121
129
|
# CINF (GPMF) - seen: 0x67376be7709bc8876a8baf3940908618, 0xe230988539b30cf5f016627ae8fc5395,
|
122
130
|
# 0x8bcbe424acc5b37d7d77001635198b3b (fmt B) (Camera INFormation?)
|
123
|
-
|
131
|
+
CLDP => { Name => 'ClassificationDataPresent', PrintConv => \%noYes },
|
124
132
|
# CLKC (GPMF) - seen: 0 (fmt L)
|
125
133
|
# CLKS (GPMF) - seen: 2 (fmt B)
|
126
|
-
# CMOD (GPMF) - seen: 12,13,17 [12 360 video, 13 time-laps video, 17 JPEG] (fmt B)
|
134
|
+
# CMOD (GPMF) - seen: 12,13,17 [12 360 video, 13 time-laps video, 17 JPEG] (fmt B) - CameraMode (ref 3)
|
127
135
|
# CPID (GPMF) - seen: '1194885996 3387225026 733916448 2433577768' (fmt L)
|
128
136
|
# CPIN (GPMF) - seen: 1
|
137
|
+
CPIN => 'ChapterNumber',
|
129
138
|
# CRTX (GPMF-BACK/FRNT) - double[1]
|
130
139
|
# CRTY (GPMF-BACK/FRNT) - double[1]
|
131
140
|
CSEN => { #PH (Karma)
|
@@ -135,7 +144,7 @@ my %addUnits = (
|
|
135
144
|
# SCAL=1000 1 1 1 1 1 1 1 1 1 1
|
136
145
|
Binary => 1,
|
137
146
|
},
|
138
|
-
|
147
|
+
CTRL => 'ControlLevel', #3
|
139
148
|
CYTS => { #PH (Karma)
|
140
149
|
Name => 'CoyoteStatus',
|
141
150
|
# UNIT=s,,,,,rad,rad,rad,,
|
@@ -155,22 +164,22 @@ my %addUnits = (
|
|
155
164
|
# (Max) DVID='HLMT',DVNM='Highlights'
|
156
165
|
},
|
157
166
|
# DNSC (GPMF) - seen: 'HIGH' (fmt c)
|
158
|
-
|
167
|
+
DUST => 'DurationSetting', #3
|
159
168
|
# DVID (GPMF) - DeviceID; seen: 1 (fmt L), HLMT (fmt F), GEOC (fmt F), 'BACK' (fmt F, Max)
|
160
169
|
DVID => { Name => 'DeviceID', Unknown => 1 }, #2 (gpmd)
|
161
170
|
# DVNM (GPMF) seen: 'Video Global Settings' (fmt c), 'Highlights' (fmt c), 'Geometry Calibrations' (Max)
|
162
171
|
# DVNM (gpmd) seen: 'Camera' (Hero5), 'Hero6 Black' (Hero6), 'GoPro Karma v1.0' (Karma)
|
163
172
|
DVNM => 'DeviceName', #PH (n/c)
|
164
173
|
DZOM => { #PH (GPMF - seen: 'Y', fmt c)
|
165
|
-
Name => '
|
166
|
-
PrintConv =>
|
174
|
+
Name => 'DigitalZoomOn',
|
175
|
+
PrintConv => \%noYes,
|
167
176
|
},
|
168
|
-
|
169
|
-
|
177
|
+
DZMX => 'DigitalZoomAmount', #3
|
178
|
+
DZST => 'DigitalZoom', #3
|
170
179
|
EISA => { #PH (GPMF) - seen: 'Y','N','HS EIS','N/A' (fmt c) [N was for a time-lapse video]
|
171
180
|
Name => 'ElectronicImageStabilization',
|
172
181
|
},
|
173
|
-
|
182
|
+
EISE => { Name => 'ElectronicStabilizationOn', PrintConv => \%noYes }, #3
|
174
183
|
EMPT => { Name => 'Empty', Unknown => 1 }, #2 (gpmd)
|
175
184
|
ESCS => { #PH (Karma)
|
176
185
|
Name => 'EscapeStatus',
|
@@ -180,7 +189,7 @@ my %addUnits = (
|
|
180
189
|
Unknown => 1,
|
181
190
|
%addUnits,
|
182
191
|
},
|
183
|
-
|
192
|
+
EXPT => 'ExposureType', #3
|
184
193
|
FACE => 'FaceDetected', #PH (gpmd)
|
185
194
|
FCNM => 'FaceNumbers', #PH (gpmd) (faces counted per frame, ref 1)
|
186
195
|
FMWR => 'FirmwareVersion', #PH (GPMF - seen: HD6.01.01.51.00, fmt c)
|
@@ -242,10 +251,10 @@ my %addUnits = (
|
|
242
251
|
Notes => 'gyroscope readings in rad/s',
|
243
252
|
Binary => 1,
|
244
253
|
},
|
245
|
-
|
246
|
-
|
254
|
+
HCLT => 'HorizonControl', #3
|
255
|
+
HDRV => { Name => 'HDRVideo', PrintConv => \%noYes }, #3/PH (NC)
|
247
256
|
# HFLG (APP6) - seen: 0
|
248
|
-
|
257
|
+
HSGT => 'HindsightSettings', #3
|
249
258
|
ISOE => 'ISOSpeeds', #PH (gpmd)
|
250
259
|
ISOG => { #2 (gpmd)
|
251
260
|
Name => 'ImageSensorGain',
|
@@ -270,20 +279,20 @@ my %addUnits = (
|
|
270
279
|
Binary => 1,
|
271
280
|
},
|
272
281
|
MAGN => 'Magnetometer', #1 (gpmd) (units of uT)
|
273
|
-
|
274
|
-
|
282
|
+
MAPX => 'MappingXCoefficients', #3
|
283
|
+
MAPY => 'MappingYCoefficients', #3
|
275
284
|
# MFOV (GPMF-BACK/FRNT) - seen: 100 (fmt d, Max)
|
276
285
|
MINF => { #PH (GPMF - seen: HERO6 Black, fmt c)
|
277
286
|
Name => 'Model',
|
278
287
|
Groups => { 2 => 'Camera' },
|
279
288
|
Description => 'Camera Model Name',
|
280
289
|
},
|
281
|
-
|
282
|
-
# MTYP (GPMF) - seen: 0,1,5,11 [1 for time-lapse video, 5 for 360 video, 11 for JPEG] (fmt B)
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
290
|
+
MMOD => 'MediaMode', #3
|
291
|
+
# MTYP (GPMF) - seen: 0,1,5,11 [1 for time-lapse video, 5 for 360 video, 11 for JPEG] (fmt B) - MediaType (ref 3)
|
292
|
+
MUID => { Name => 'MediaUID', ValueConv => 'join("-", unpack("H8H4H4H4H12", $val))' },
|
293
|
+
MXCF => 'MappingXMode', #3
|
294
|
+
MYCF => 'MappingYMode', #3
|
295
|
+
ORDP => { Name => 'OrientationDataPresent', PrintConv => \%noYes }, #3
|
287
296
|
OREN => { #PH (GPMF - seen: 'U', fmt c)
|
288
297
|
Name => 'AutoRotation',
|
289
298
|
PrintConv => {
|
@@ -292,20 +301,20 @@ my %addUnits = (
|
|
292
301
|
A => 'Auto', # (NC)
|
293
302
|
},
|
294
303
|
},
|
295
|
-
# (most of the "P" tags are
|
304
|
+
# (most of the "P" tags are Protune settings - PH)
|
296
305
|
PHDR => 'HDRSetting', #PH (APP6 - seen: 0)
|
297
|
-
|
306
|
+
PIMD => 'ProtuneISOMode', #3
|
298
307
|
PIMN => 'AutoISOMin', #PH (GPMF - seen: 100, fmt L)
|
299
308
|
PIMX => 'AutoISOMax', #PH (GPMF - seen: 1600, fmt L)
|
300
|
-
|
309
|
+
POLY => 'PolynomialCoefficients', #3
|
301
310
|
# PRAW (APP6) - seen: 0, 'N', 'Y' (fmt c)
|
302
311
|
# PRCN (GPMF) - seen: 65 zeros (fmt B)
|
303
312
|
PRES => 'PhotoResolution', #PH (APP6 - seen: '12MP_W')
|
304
|
-
|
305
|
-
# PRNA (GPMF) - seen 10 (fmt B)
|
306
|
-
# PRNU (GPMF) - seen 0 (fmt B)
|
313
|
+
PRJT => 'LensProjection', #3
|
314
|
+
# PRNA (GPMF) - seen 10 (fmt B) - PresetIDs (ref 3)
|
315
|
+
# PRNU (GPMF) - seen 0 (fmt B) - PresetIDs (ref 3)
|
307
316
|
PRTN => { #PH (GPMF - seen: 'N', fmt c)
|
308
|
-
Name => '
|
317
|
+
Name => 'Protune',
|
309
318
|
PrintConv => {
|
310
319
|
N => 'Off',
|
311
320
|
Y => 'On', # (NC)
|
@@ -316,9 +325,9 @@ my %addUnits = (
|
|
316
325
|
PTSH => 'Sharpness', #PH (GPMF - seen: 'HIGH', fmt c)
|
317
326
|
PTWB => 'WhiteBalance', #PH (GPMF - seen: 'AUTO', fmt c)
|
318
327
|
# PVUL (APP6) - seen: 'F' (fmt c, Hero8, Max)
|
319
|
-
|
320
|
-
|
321
|
-
|
328
|
+
PWPR => 'PowerProfile', #3
|
329
|
+
PYCF => 'PolynomialPower', #3
|
330
|
+
RAMP => 'SpeedRampSetting', #3
|
322
331
|
RATE => 'Rate', #PH (GPMF - seen: '0_5SEC', fmt c; APP6 - seen: '4_1SEC')
|
323
332
|
RMRK => { #2 (gpmd)
|
324
333
|
Name => 'Comments',
|
@@ -328,7 +337,7 @@ my %addUnits = (
|
|
328
337
|
Name => 'ScaleFactor',
|
329
338
|
Unknown => 1,
|
330
339
|
},
|
331
|
-
|
340
|
+
SCAP => { Name => 'ScheduleCapture', PrintConv => \%noYes }, #3
|
332
341
|
SCPR => { #PH (Karma) [stream was empty]
|
333
342
|
Name => 'ScaledPressure',
|
334
343
|
# UNIT=s,Pa,Pa,degC
|
@@ -336,7 +345,7 @@ my %addUnits = (
|
|
336
345
|
# SCAL=1000 0.00999999977648258 0.00999999977648258 100
|
337
346
|
%addUnits,
|
338
347
|
},
|
339
|
-
|
348
|
+
SCTM => 'ScheduleCaptureTime', #3 (seconds since UTC midnight)
|
340
349
|
# SFTR (GPMF-BACK/FRNT) - seen 0.999,1.00004 (fmt d, Max)
|
341
350
|
# SHFX (GPMF-GEOC) - seen 22.92 (fmt d, Max)
|
342
351
|
# SHFY (GPMF-GEOC) - seen 0.123 (fmt d, Max)
|
@@ -361,9 +370,9 @@ my %addUnits = (
|
|
361
370
|
Unknown => 1,
|
362
371
|
ValueConv => '$self->Decode($val, "Latin")',
|
363
372
|
},
|
364
|
-
|
373
|
+
SMTR => { Name => 'SpotMeter', PrintConv => \%noYes }, #3
|
365
374
|
# SOFF (APP6) - seen: 0 (fmt L, Hero8, Max)
|
366
|
-
|
375
|
+
SROT => 'SensorReadoutTime', #3
|
367
376
|
STMP => { #1 (gpmd)
|
368
377
|
Name => 'TimeStamp',
|
369
378
|
ValueConv => '$val / 1e6',
|
@@ -437,8 +446,8 @@ my %addUnits = (
|
|
437
446
|
Name => 'WhiteBalanceRGB',
|
438
447
|
Binary => 1,
|
439
448
|
},
|
440
|
-
|
441
|
-
|
449
|
+
ZFOV => 'DiagonalFieldOfView', #3
|
450
|
+
ZMPL => 'ZoomScaleNormalization', #3
|
442
451
|
#
|
443
452
|
# the following ref forum12825
|
444
453
|
#
|
@@ -450,7 +459,6 @@ my %addUnits = (
|
|
450
459
|
return join('', @a);
|
451
460
|
},
|
452
461
|
},
|
453
|
-
EXPT => 'MaximumShutterAngle',
|
454
462
|
MTRX => 'AccelerometerMatrix',
|
455
463
|
ORIN => 'InputOrientation',
|
456
464
|
ORIO => 'OutputOrientation',
|
@@ -873,6 +881,8 @@ under the same terms as Perl itself.
|
|
873
881
|
|
874
882
|
=item L<https://github.com/stilldavid/gopro-utils>
|
875
883
|
|
884
|
+
=item L<https://github.com/gopro/gpmf-parser>
|
885
|
+
|
876
886
|
=back
|
877
887
|
|
878
888
|
=head1 SEE ALSO
|
@@ -350,7 +350,13 @@ sub ProcessJPEG_HDR($$$);
|
|
350
350
|
}, {
|
351
351
|
Name => 'Vivo',
|
352
352
|
Condition => '$$valPt =~ /^(streamdata|vivo\{")/',
|
353
|
-
SubDirectory => { TagTable => 'Image::ExifTool::Vivo
|
353
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Trailer::Vivo' },
|
354
|
+
}, {
|
355
|
+
Name => 'OnePlus',
|
356
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Trailer::OnePlus' },
|
357
|
+
}, {
|
358
|
+
Name => 'Google',
|
359
|
+
SubDirectory => { TagTable => 'Image::ExifTool::Trailer::Google' },
|
354
360
|
}, {
|
355
361
|
Name => 'EmbeddedVideo',
|
356
362
|
Notes => 'extracted only when ExtractEmbedded option is used',
|