exiftool_vendored 13.16.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.
@@ -1002,6 +1002,10 @@ my %formatMinMax = (
1002
1002
  '0x0a20-name' => 'DualCameraImageName', # ("FlipPhoto_002")
1003
1003
  '0x0a20' => { Name => 'DualCameraImage', Groups => { 2 => 'Preview' }, Binary => 1 },
1004
1004
  '0x0a30-name' => 'EmbeddedVideoType', # ("MotionPhoto_Data")
1005
+ # Note: A duplicate of this video may be extracted as MotionPhotoVideo from
1006
+ # the Google trailer, but keep this copy named as EmbeddedVideoFile
1007
+ # for backward compatibility and to avoid confusion due to extracting
1008
+ # multiple tags with the same name
1005
1009
  '0x0a30' => { Name => 'EmbeddedVideoFile', Groups => { 2 => 'Video' }, Binary => 1 }, #forum7161
1006
1010
  # 0x0a41-name - seen 'BackupRestore_Data' #forum16086
1007
1011
  # 0x0aa1-name - seen 'MCC_Data'
@@ -1719,7 +1719,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
1719
1719
  },
1720
1720
  },{
1721
1721
  Name => 'Tag9050c',
1722
- Condition => '$$self{Model} =~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)/',
1722
+ Condition => '$$self{Model} =~ /^(ILCE-(1\b|7M4|7RM5|7SM3)|ILME-FX3)/',
1723
1723
  SubDirectory => {
1724
1724
  TagTable => 'Image::ExifTool::Sony::Tag9050c',
1725
1725
  ByteOrder => 'LittleEndian',
@@ -8700,6 +8700,7 @@ my %tagExists = (
8700
8700
  'condition' => 1,
8701
8701
  'conditionalfec' => 1,
8702
8702
  'conductors' => 1,
8703
+ 'confidencemapimage' => 1,
8703
8704
  'confirmedobjectsize' => 1,
8704
8705
  'connectionspaceilluminant' => 1,
8705
8706
  'consecutivebadfaxlines' => 1,
@@ -9001,6 +9002,7 @@ my %tagExists = (
9001
9002
  'depthmapdata' => 1,
9002
9003
  'depthmapdata2' => 1,
9003
9004
  'depthmapheight' => 1,
9005
+ 'depthmapimage' => 1,
9004
9006
  'depthmapname' => 1,
9005
9007
  'depthmaptiff' => 1,
9006
9008
  'depthmapwidth' => 1,
@@ -9751,6 +9753,7 @@ my %tagExists = (
9751
9753
  'globalpalette' => 1,
9752
9754
  'globalparametersifd' => 1,
9753
9755
  'globalpixelsize' => 1,
9756
+ 'google' => 1,
9754
9757
  'googlebot' => 1,
9755
9758
  'gopro' => 1,
9756
9759
  'goprogpmf' => 1,
@@ -11190,6 +11193,8 @@ my %tagExists = (
11190
11193
  'on1_settingsmetadatatimestamp' => 1,
11191
11194
  'on1_settingsmetadatausage' => 1,
11192
11195
  'on1_settingsmetadatavisibletouser' => 1,
11196
+ 'oneplus' => 1,
11197
+ 'oneplustrailerlen' => 1,
11193
11198
  'onionskins' => 1,
11194
11199
  'opacity' => 1,
11195
11200
  'opcolor' => 1,