exiftool_vendored 12.14.0 → 12.15.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Changes +11 -1
- data/bin/MANIFEST +2 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/exiftool +4 -4
- data/bin/lib/Image/ExifTool.pm +30 -1
- data/bin/lib/Image/ExifTool.pod +4 -4
- data/bin/lib/Image/ExifTool/DJI.pm +27 -1
- data/bin/lib/Image/ExifTool/JPEG.pm +23 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +310 -33
- data/bin/lib/Image/ExifTool/NikonSettings.pm +2013 -0
- data/bin/lib/Image/ExifTool/PNG.pm +11 -3
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +1 -1
- data/bin/lib/Image/ExifTool/RIFF.pm +6 -5
- data/bin/lib/Image/ExifTool/Sony.pm +3 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +3941 -3810
- data/bin/lib/Image/ExifTool/TagNames.pod +278 -14
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +8 -3
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
12
12
|
=head1 TAG TABLES
|
13
13
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
15
|
-
They contain a total of
|
15
|
+
They contain a total of 23980 tags, with 15546 unique tag names.
|
16
16
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
@@ -115,17 +115,21 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
115
115
|
PreviewImage no
|
116
116
|
'APP3' Meta Kodak Meta
|
117
117
|
Stim Stim
|
118
|
+
ThermalData no
|
118
119
|
PreviewImage no
|
119
120
|
'APP4' Scalado Scalado
|
120
121
|
FPXR FlashPix
|
122
|
+
ThermalParams DJI ThermalParams
|
121
123
|
PreviewImage no
|
122
124
|
'APP5' RMETA Ricoh RMETA
|
123
125
|
SamsungUniqueID Samsung APP5
|
126
|
+
ThermalCalibration no
|
124
127
|
PreviewImage no
|
125
128
|
'APP6' EPPIM JPEG EPPIM
|
126
129
|
NITF JPEG NITF
|
127
130
|
HP_TDHD HP TDHD
|
128
131
|
GoPro GoPro GPMF
|
132
|
+
DJI_DTAT no
|
129
133
|
'APP7' Pentax Pentax
|
130
134
|
Huawei Unknown
|
131
135
|
Qualcomm Qualcomm
|
@@ -5787,6 +5791,205 @@ boot, not including standby time.
|
|
5787
5791
|
'timescale' RunTimeScale no
|
5788
5792
|
'value' RunTimeValue no
|
5789
5793
|
|
5794
|
+
=head2 NikonSettings Tags
|
5795
|
+
|
5796
|
+
User settings for newer Nikon models. A number of the tags are marked as
|
5797
|
+
Unknown only to reduce the volume of the normal output.
|
5798
|
+
|
5799
|
+
Tag ID Tag Name Writable
|
5800
|
+
------ -------- --------
|
5801
|
+
0x0001 ISOAutoHiLimit no
|
5802
|
+
0x0002 ISOAutoFlashLimit no
|
5803
|
+
0x0003 ISOAutoShutterTime no
|
5804
|
+
0x000b FlickerReductionShooting no
|
5805
|
+
0x000c FlickerReductionIndicator no
|
5806
|
+
0x000d MovieISOAutoHiLimit no
|
5807
|
+
0x000e MovieISOAutoControlManualMode no
|
5808
|
+
0x001d AF-CPrioritySel no
|
5809
|
+
0x001e AF-SPrioritySel no
|
5810
|
+
0x0020 AFPointSel no
|
5811
|
+
0x0022 AFActivation no
|
5812
|
+
0x0023 FocusPointWrap no
|
5813
|
+
0x0025 ManualFocusPointIllumination no
|
5814
|
+
0x0026 AF-AssistIlluminator no
|
5815
|
+
0x0029 ISOStepSize no
|
5816
|
+
0x002a ExposureControlStepSize no
|
5817
|
+
0x002b EasyExposureCompensation no
|
5818
|
+
0x002c MatrixMetering no
|
5819
|
+
0x002d CenterWeightedAreaSize no
|
5820
|
+
0x002f FineTuneOptMatrixMetering no
|
5821
|
+
0x0030 FineTuneOptCenterWeighted no
|
5822
|
+
0x0031 FineTuneOptSpotMetering no
|
5823
|
+
0x0032 FineTuneOptHighlightWeighted no
|
5824
|
+
0x0033 ShutterReleaseButtonAE-L no
|
5825
|
+
0x0034 StandbyMonitorOffTime no
|
5826
|
+
0x0035 SelfTimerTime no
|
5827
|
+
0x0036 SelfTimerShotCount no
|
5828
|
+
0x0037 SelfTimerShotInterval no
|
5829
|
+
0x0038 PlaybackMonitorOffTime no
|
5830
|
+
0x0039 MenuMonitorOffTime no
|
5831
|
+
0x003a ShootingInfoMonitorOffTime no
|
5832
|
+
0x003b ImageReviewMonitorOffTime no
|
5833
|
+
0x003c LiveViewMonitorOffTime no
|
5834
|
+
0x003e CLModeShootingSpeed no
|
5835
|
+
0x003f MaxContinuousRelease no
|
5836
|
+
0x0040 ExposureDelayMode no
|
5837
|
+
0x0041 ElectronicFront-CurtainShutter no
|
5838
|
+
0x0042 FileNumberSequence no
|
5839
|
+
0x0043 FramingGridDisplay no
|
5840
|
+
0x0045 LCDIllumination no
|
5841
|
+
0x0046 OpticalVR no
|
5842
|
+
0x0047 FlashSyncSpeed no
|
5843
|
+
0x0048 FlashShutterSpeed no
|
5844
|
+
0x0049 FlashExposureCompArea no
|
5845
|
+
0x004a AutoFlashISOSensitivity no
|
5846
|
+
0x0051 AssignBktButton no
|
5847
|
+
0x0052 AssignMovieRecordButton no
|
5848
|
+
0x0053 MultiSelectorShootMode no
|
5849
|
+
0x0054 MultiSelectorPlaybackMode no
|
5850
|
+
0x0056 MultiSelectorLiveView no
|
5851
|
+
0x0058 CmdDialsReverseRotExposureComp? no
|
5852
|
+
0x0059 CmdDialsChangeMainSubExposure? no
|
5853
|
+
0x005a CmdDialsChangeMainSub no
|
5854
|
+
0x005b CmdDialsMenuAndPlayback no
|
5855
|
+
0x005c SubDialFrameAdvance no
|
5856
|
+
0x005d ReleaseButtonToUseDial no
|
5857
|
+
0x005e ReverseIndicators no
|
5858
|
+
0x0062 MovieShutterButton no
|
5859
|
+
0x0063 Language no
|
5860
|
+
0x006c ShootingInfoDisplay no
|
5861
|
+
0x0074 FlickAdvanceDirection no
|
5862
|
+
0x0080 RemoteFuncButton no
|
5863
|
+
0x008b CmdDialsReverseRotation no
|
5864
|
+
0x008d FocusPeakingHighlightColor no
|
5865
|
+
0x008e ContinuousModeDisplay no
|
5866
|
+
0x008f ShutterSpeedLock no
|
5867
|
+
0x0090 ApertureLock no
|
5868
|
+
0x0091 MovieHighlightDisplayThreshold no
|
5869
|
+
0x0093 BlockShotAFResponse no
|
5870
|
+
0x0094 SubjectMotion no
|
5871
|
+
0x0095 Three-DTrackingFaceDetection no
|
5872
|
+
0x0097 StoreByOrientation no
|
5873
|
+
0x0099 DynamicAreaAFAssist no
|
5874
|
+
0x009a ExposureCompStepSize no
|
5875
|
+
0x009b SyncReleaseMode no
|
5876
|
+
0x009c ModelingFlash no
|
5877
|
+
0x009d AutoBracketModeM no
|
5878
|
+
0x009e PreviewButton no
|
5879
|
+
0x00a0 Func1Button no
|
5880
|
+
0x00a2 Func2Button no
|
5881
|
+
0x00a3 AF-OnButton no
|
5882
|
+
0x00a4 SubSelector no
|
5883
|
+
0x00a5 SubSelectorCenter no
|
5884
|
+
0x00a7 LensFunc1Button no
|
5885
|
+
0x00a8 CmdDialsApertureSetting no
|
5886
|
+
0x00a9 MultiSelector no
|
5887
|
+
0x00aa LiveViewButtonOptions no
|
5888
|
+
0x00ab LightSwitch no
|
5889
|
+
0x00b1 MoviePreviewButton no
|
5890
|
+
MovieFunc1Button no
|
5891
|
+
0x00b3 MovieFunc1Button no
|
5892
|
+
MovieFunc2Button no
|
5893
|
+
0x00b5 MovieFunc2Button no
|
5894
|
+
0x00b6 AssignMovieSubselector no
|
5895
|
+
0x00b8 LimitAFAreaModeSelD9? no
|
5896
|
+
0x00b9 LimitAFAreaModeSelD25? no
|
5897
|
+
0x00bc LimitAFAreaModeSel3D? no
|
5898
|
+
0x00bd LimitAFAreaModeSelGroup? no
|
5899
|
+
0x00be LimitAFAreaModeSelAuto? no
|
5900
|
+
0x00c1 LimitSelectableImageArea5To4? no
|
5901
|
+
0x00c2 LimitSelectableImageArea1To1? no
|
5902
|
+
0x00d4 PhotoShootingMenuBank no
|
5903
|
+
0x00d5 CustomSettingsBank no
|
5904
|
+
0x00d6 LimitAF-AreaModeSelPinpoint? no
|
5905
|
+
0x00d7 LimitAF-AreaModeSelDynamic? no
|
5906
|
+
0x00d8 LimitAF-AreaModeSelWideAF_S? no
|
5907
|
+
0x00d9 LimitAF-AreaModeSelWideAF_L? no
|
5908
|
+
0x00da LowLightAF no
|
5909
|
+
0x00db LimitSelectableImageAreaDX? no
|
5910
|
+
0x00dc LimitSelectableImageArea5To4? no
|
5911
|
+
0x00dd LimitSelectableImageArea1To1? no
|
5912
|
+
0x00de LimitSelectableImageArea16To9? no
|
5913
|
+
0x00df ApplySettingsToLiveView no
|
5914
|
+
0x00e0 FocusPeakingLevel no
|
5915
|
+
0x00e9 LensControlRing no
|
5916
|
+
0x00ed MovieMultiSelector no
|
5917
|
+
0x00ee MovieAFSpeed no
|
5918
|
+
0x00ef MovieAFSpeedApply no
|
5919
|
+
0x00f0 MovieAFTrackingSensitivity no
|
5920
|
+
0x00f1 MovieHighlightDisplayPattern no
|
5921
|
+
0x00f2 SubDialFrameAdvanceRating5? no
|
5922
|
+
0x00f3 SubDialFrameAdvanceRating4? no
|
5923
|
+
0x00f4 SubDialFrameAdvanceRating3? no
|
5924
|
+
0x00f5 SubDialFrameAdvanceRating2? no
|
5925
|
+
0x00f6 SubDialFrameAdvanceRating1? no
|
5926
|
+
0x00f7 SubDialFrameAdvanceRating0? no
|
5927
|
+
0x00f9 MovieAF-OnButton no
|
5928
|
+
0x00fb SecondarySlotFunction no
|
5929
|
+
0x00fc SilentPhotography no
|
5930
|
+
0x00fd ExtendedShuttterSpeeds no
|
5931
|
+
0x0109 BracketSet no
|
5932
|
+
0x010a BracketProgram no
|
5933
|
+
0x010b BracketIncrement no
|
5934
|
+
0x010c BracketIncrement no
|
5935
|
+
0x0116 GroupAreaC1 no
|
5936
|
+
0x0117 AutoAreaAFStartingPoint no
|
5937
|
+
0x0118 FocusPointPersistence no
|
5938
|
+
0x0119 LimitAFAreaModeSelD49? no
|
5939
|
+
0x011a LimitAFAreaModeSelD105? no
|
5940
|
+
0x011b LimitAFAreaModeSelGroupC1? no
|
5941
|
+
0x011c LimitAFAreaModeSelGroupC2? no
|
5942
|
+
0x011d AutoFocusModeRestrictions no
|
5943
|
+
0x011e FocusPointBrightness no
|
5944
|
+
0x011f CHModeShootingSpeed no
|
5945
|
+
0x0120 CLModeShootingSpeed no
|
5946
|
+
0x0121 QuietShutterShootingSpeed no
|
5947
|
+
0x0122 LimitReleaseModeSelCL? no
|
5948
|
+
0x0123 LimitReleaseModeSelCH? no
|
5949
|
+
0x0124 LimitReleaseModeSelQ? no
|
5950
|
+
0x0125 LimitReleaseModeSelTimer? no
|
5951
|
+
0x0126 LimitReleaseModeSelMirror-Up? no
|
5952
|
+
0x0127 LimitSelectableImageArea16To9? no
|
5953
|
+
0x0128 RearControPanelDisplay no
|
5954
|
+
0x0129 FlashBurstPriority no
|
5955
|
+
0x012a RecallShootFuncExposureMode no
|
5956
|
+
0x012b RecallShootFuncShutterSpeed no
|
5957
|
+
0x012c RecallShootFuncAperture no
|
5958
|
+
0x012d RecallShootFuncExposureComp no
|
5959
|
+
0x012e RecallShootFuncISO no
|
5960
|
+
0x012f RecallShootFuncMeteringMode no
|
5961
|
+
0x0130 RecallShootFuncWhiteBalance no
|
5962
|
+
0x0131 RecallShootFuncAFAreaMode no
|
5963
|
+
0x0132 RecallShootFuncFocusTracking no
|
5964
|
+
0x0133 RecallShootFuncAF-On no
|
5965
|
+
0x0134 VerticalFuncButton no
|
5966
|
+
0x0135 Func3Button no
|
5967
|
+
0x0136 VerticalAF-OnButton no
|
5968
|
+
0x0137 VerticalMultiSelector no
|
5969
|
+
0x0138 MeteringButton no
|
5970
|
+
0x0139 PlaybackFlickUp no
|
5971
|
+
0x013a PlaybackFlickUpRating no
|
5972
|
+
0x013b PlaybackFlickDown no
|
5973
|
+
0x013c PlaybackFlickDownRating no
|
5974
|
+
0x013d MovieFunc3Button no
|
5975
|
+
0x0150 ShutterType no
|
5976
|
+
0x0151 LensFunc2Button no
|
5977
|
+
0x0158 USBPowerDelivery no
|
5978
|
+
0x015b GroupAreaC2 no
|
5979
|
+
0x015c BracketingBurstOptions no
|
5980
|
+
0x015e PrimarySlot no
|
5981
|
+
0x015f ReverseFocusRing no
|
5982
|
+
0x0160 VerticalFuncButton no
|
5983
|
+
0x0161 VerticalAFOnButton no
|
5984
|
+
0x0162 VerticalMultiSelector no
|
5985
|
+
0x0164 VerticalMovieFuncButton no
|
5986
|
+
0x0165 VerticalMovieAFOnButton no
|
5987
|
+
0x0169 LimitAF-AreaModeSelAutoPeople? no
|
5988
|
+
0x016a LimitAF-AreaModeSelAutoAnimals? no
|
5989
|
+
0x016b LimitAF-AreaModeSelWideLPeople? no
|
5990
|
+
0x016c LimitAF-AreaModeSelWideLAnimals? no
|
5991
|
+
0x016e AFAreaMode no
|
5992
|
+
|
5790
5993
|
=head2 Canon Tags
|
5791
5994
|
|
5792
5995
|
Tag ID Tag Name Writable
|
@@ -9115,6 +9318,29 @@ These tags belong to the ExifTool XMP-drone-dji family 1 group.
|
|
9115
9318
|
RtkStdLon real
|
9116
9319
|
SelfData string
|
9117
9320
|
|
9321
|
+
=head3 DJI ThermalParams Tags
|
9322
|
+
|
9323
|
+
Thermal parameters extracted from APP4 of DJI RJPEG files from the ZH20T.
|
9324
|
+
|
9325
|
+
Index1 Tag Name Writable
|
9326
|
+
------ -------- --------
|
9327
|
+
36 K1 no
|
9328
|
+
40 K2 no
|
9329
|
+
44 K3 no
|
9330
|
+
48 K4 no
|
9331
|
+
52 KF no
|
9332
|
+
56 B1 no
|
9333
|
+
60 B2 no
|
9334
|
+
68 ObjectDistance no
|
9335
|
+
70 RelativeHumidity no
|
9336
|
+
72 Emissivity no
|
9337
|
+
74 Reflection no
|
9338
|
+
76 AmbientTemperature no
|
9339
|
+
80 D2 no
|
9340
|
+
84 KJ no
|
9341
|
+
86 DB no
|
9342
|
+
88 KK no
|
9343
|
+
|
9118
9344
|
=head2 FLIR Tags
|
9119
9345
|
|
9120
9346
|
Information extracted from the maker notes of JPEG images from thermal
|
@@ -11909,7 +12135,9 @@ DiMAGE X and Xt.
|
|
11909
12135
|
0x0037 MechanicalShutterCount int32u
|
11910
12136
|
0x0039 LocationInfo Nikon LocationInfo
|
11911
12137
|
0x003d BlackLevel int16u[4]
|
12138
|
+
0x003e ImageSizeRAW yes
|
11912
12139
|
0x0045 CropArea int16u[4]
|
12140
|
+
0x004e NikonSettings NikonSettings
|
11913
12141
|
0x004f ColorTemperatureAuto int16u
|
11914
12142
|
0x0080 ImageAdjustment string
|
11915
12143
|
0x0081 ToneComp string
|
@@ -11949,8 +12177,9 @@ DiMAGE X and Xt.
|
|
11949
12177
|
ShotInfoD4S Nikon ShotInfoD4S
|
11950
12178
|
ShotInfoD5 Nikon ShotInfoD500
|
11951
12179
|
ShotInfoD500 Nikon ShotInfoD500
|
11952
|
-
ShotInfoD6 Nikon
|
12180
|
+
ShotInfoD6 Nikon ShotInfoD6
|
11953
12181
|
ShotInfoD610 Nikon ShotInfoD610
|
12182
|
+
ShotInfoZ7_2 Nikon ShotInfoZ7_2
|
11954
12183
|
ShotInfo02xx Nikon ShotInfo
|
11955
12184
|
ShotInfoUnknown Nikon ShotInfo
|
11956
12185
|
0x0092 HueAdjustment int16s
|
@@ -11994,6 +12223,7 @@ DiMAGE X and Xt.
|
|
11994
12223
|
FlashInfo0103 Nikon FlashInfo0103
|
11995
12224
|
FlashInfo0106 Nikon FlashInfo0106
|
11996
12225
|
FlashInfo0107 Nikon FlashInfo0107
|
12226
|
+
FlashInfo0300 Nikon FlashInfo0300
|
11997
12227
|
FlashInfoUnknown Nikon FlashInfoUnknown
|
11998
12228
|
0x00a9 ImageOptimization string
|
11999
12229
|
0x00aa Saturation string
|
@@ -12550,6 +12780,39 @@ These tags are extracted from encrypted data in images from the D5 and D500.
|
|
12550
12780
|
11308 YawAngle fixed32u
|
12551
12781
|
11940 NikonMeteringMode int8u & 0x03
|
12552
12782
|
|
12783
|
+
=head3 Nikon ShotInfoD6 Tags
|
12784
|
+
|
12785
|
+
These tags are extracted from encrypted data in images from the D6.
|
12786
|
+
|
12787
|
+
Index Tag Name Writable
|
12788
|
+
----- -------- --------
|
12789
|
+
0 ShotInfoVersion no
|
12790
|
+
49690 RollAngle fixed32u
|
12791
|
+
49694 PitchAngle fixed32u
|
12792
|
+
49698 YawAngle fixed32u
|
12793
|
+
|
12794
|
+
=head3 Nikon ShotInfoD610 Tags
|
12795
|
+
|
12796
|
+
These tags are extracted from encrypted data in images from the D610.
|
12797
|
+
|
12798
|
+
Index Tag Name Writable
|
12799
|
+
----- -------- --------
|
12800
|
+
0 ShotInfoVersion no
|
12801
|
+
4 FirmwareVersion no
|
12802
|
+
1999 CustomSettingsD610 NikonCustom SettingsD610
|
12803
|
+
|
12804
|
+
=head3 Nikon ShotInfoZ7_2 Tags
|
12805
|
+
|
12806
|
+
These tags are extracted from encrypted data in images from the Z7_2.
|
12807
|
+
|
12808
|
+
Index Tag Name Writable
|
12809
|
+
----- -------- --------
|
12810
|
+
0 ShotInfoVersion no
|
12811
|
+
4 FirmwareVersion no
|
12812
|
+
52786 RollAngle fixed32u
|
12813
|
+
52790 PitchAngle fixed32u
|
12814
|
+
52794 YawAngle fixed32u
|
12815
|
+
|
12553
12816
|
=head3 Nikon ShotInfo Tags
|
12554
12817
|
|
12555
12818
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
@@ -12569,16 +12832,6 @@ only valid for specific models.
|
|
12569
12832
|
430 VibrationReduction int8u
|
12570
12833
|
589 ShutterCount int32u
|
12571
12834
|
|
12572
|
-
=head3 Nikon ShotInfoD610 Tags
|
12573
|
-
|
12574
|
-
These tags are extracted from encrypted data in images from the D610.
|
12575
|
-
|
12576
|
-
Index Tag Name Writable
|
12577
|
-
----- -------- --------
|
12578
|
-
0 ShotInfoVersion no
|
12579
|
-
4 FirmwareVersion no
|
12580
|
-
1999 CustomSettingsD610 NikonCustom SettingsD610
|
12581
|
-
|
12582
12835
|
=head3 Nikon ColorBalance1 Tags
|
12583
12836
|
|
12584
12837
|
Index2 Tag Name Writable
|
@@ -12877,6 +13130,15 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
12877
13130
|
42 FlashGroupCOutput int8u
|
12878
13131
|
FlashGroupCCompensation int8s
|
12879
13132
|
|
13133
|
+
=head3 Nikon FlashInfo0300 Tags
|
13134
|
+
|
13135
|
+
Index1 Tag Name Writable
|
13136
|
+
------ -------- --------
|
13137
|
+
0 FlashInfoVersion no
|
13138
|
+
4 FlashSource int8u
|
13139
|
+
6 ExternalFlashFirmware int8u[2]
|
13140
|
+
27 FlashCompensation int8s
|
13141
|
+
|
12880
13142
|
=head3 Nikon FlashInfoUnknown Tags
|
12881
13143
|
|
12882
13144
|
Index1 Tag Name Writable
|
@@ -12924,8 +13186,10 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
12924
13186
|
42 AFImageWidth int16u
|
12925
13187
|
44 AFImageHeight int16u
|
12926
13188
|
46 AFAreaXPosition int16u
|
13189
|
+
47 AFFocusPointXPosition int8u~
|
12927
13190
|
48 AFAreaYPosition int16u
|
12928
13191
|
AFPointsInFocus undef[20]
|
13192
|
+
49 AFFocusPointYPosition int8u~
|
12929
13193
|
50 AFAreaWidth int16u
|
12930
13194
|
52 AFAreaHeight int16u
|
12931
13195
|
56 PrimaryAFPoint int8u
|
@@ -25422,7 +25686,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
25422
25686
|
|
25423
25687
|
Timed metadata extracted from QuickTime media data and some AVI videos when
|
25424
25688
|
the ExtractEmbedded option is used. Although most of these tags are
|
25425
|
-
combined into the single table below, ExifTool currently reads
|
25689
|
+
combined into the single table below, ExifTool currently reads 49 different
|
25426
25690
|
formats of timed GPS metadata from video files.
|
25427
25691
|
|
25428
25692
|
Tag Name Writable
|
@@ -29757,7 +30021,7 @@ L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
|
|
29757
30021
|
|
29758
30022
|
=head3 RIFF UserText Tags
|
29759
30023
|
|
29760
|
-
Tags decoded from the USER-format txts stream written by
|
30024
|
+
Tags decoded from the USER-format txts stream written by Momento M6 dashcam.
|
29761
30025
|
Extracted only if the ExtractEmbedded option is used.
|
29762
30026
|
|
29763
30027
|
Index1 Tag Name Writable
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exiftool_vendored
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.
|
4
|
+
version: 12.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew McEachen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-01-
|
12
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: exiftool
|
@@ -352,6 +352,7 @@ files:
|
|
352
352
|
- bin/lib/Image/ExifTool/Nikon.pm
|
353
353
|
- bin/lib/Image/ExifTool/NikonCapture.pm
|
354
354
|
- bin/lib/Image/ExifTool/NikonCustom.pm
|
355
|
+
- bin/lib/Image/ExifTool/NikonSettings.pm
|
355
356
|
- bin/lib/Image/ExifTool/Nintendo.pm
|
356
357
|
- bin/lib/Image/ExifTool/OOXML.pm
|
357
358
|
- bin/lib/Image/ExifTool/Ogg.pm
|
@@ -436,7 +437,11 @@ homepage: https://github.com/exiftool-rb/exiftool_vendored.rb
|
|
436
437
|
licenses:
|
437
438
|
- MIT
|
438
439
|
metadata: {}
|
439
|
-
post_install_message:
|
440
|
+
post_install_message: "\n ***********************\n * Ruby Support Notice *\n
|
441
|
+
\ ***********************\n\n Starting March 31, 2021 releases of `exiftool_vendored`
|
442
|
+
Gem will no longer support following\n Ruby Versions due to their End Of Life
|
443
|
+
(https://www.ruby-lang.org/en/downloads/branches/)\n - Ruby 2.4 (EOL 2020-03-31)\n
|
444
|
+
\ - Ruby 2.5 (EOL 2021-03-31)\n "
|
440
445
|
rdoc_options: []
|
441
446
|
require_paths:
|
442
447
|
- lib
|