summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/QuickTimeStream.pl
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2020-02-04 09:56:44 -0500
committerexiftool <exiftool@users.sourceforge.net>2020-02-04 09:56:44 -0500
commit79a283c831315d285bcad6db8b90478c9f71fa48 (patch)
tree4b28cb9eb9e95d55d83363bb4523cf3152e5fbb0 /lib/Image/ExifTool/QuickTimeStream.pl
parentf0429f9005073cdfe7bb901b1d5f02f740aee892 (diff)
Update to 11.86
Diffstat (limited to 'lib/Image/ExifTool/QuickTimeStream.pl')
-rw-r--r--lib/Image/ExifTool/QuickTimeStream.pl10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Image/ExifTool/QuickTimeStream.pl b/lib/Image/ExifTool/QuickTimeStream.pl
index 182813ec..d018c3d3 100644
--- a/lib/Image/ExifTool/QuickTimeStream.pl
+++ b/lib/Image/ExifTool/QuickTimeStream.pl
@@ -86,7 +86,9 @@ my %insvLimit = (
GROUPS => { 2 => 'Location' },
NOTES => q{
Timed metadata extracted from QuickTime media data and some AVI videos when
- the ExtractEmbedded option is used.
+ the ExtractEmbedded option is used. Although most of these tags are
+ combined into the single table below, ExifTool currently reads 37 different
+ formats of timed GPS metadata from video files.
},
VARS => { NO_ID => 1 },
GPSLatitude => { PrintConv => 'Image::ExifTool::GPS::ToDMS($self, $val, 1, "N")', RawConv => '$$self{FoundGPSLatitude} = 1; $val' },
@@ -2037,9 +2039,9 @@ sub ProcessInsta360($;$)
$et->DumpTrailer($dirInfo) if $verbose or $$et{HTML_DUMP};
}
unless ($et->Options('ExtractEmbedded')) {
- # can arrive here when reading Insta360 trailer on JPEG image (INSP file)
- $et->WarnOnce('Use ExtractEmbedded option to extract timed metadata from Insta360 trailer',3);
- return 1;
+ # can arrive here when reading Insta360 trailer on JPEG image (INSP file)
+ $et->WarnOnce('Use ExtractEmbedded option to extract timed metadata from Insta360 trailer',3);
+ return 1;
}
my $unknown = $et->Options('Unknown');