Hi,
For Quicktime .mov files, Exiftool displays multiple GPSCoordiantes properties(with and without locale information). On seeing mov tags details, it displays it from ©xyz userdata tag. But I didn't find any official documentation of this tag on Apple website. Can anyone point to where I can find official documentation of this tag by apple.
This doesn't sound like an official tag to me. Can you show us the revelant output of the following command (replace FILE with the name of your file)?exiftool -g0:1 -a FILE
(please leave out any irrelevant lines in the output)
Here's the output from the command
Model (spa) : iPhone 4
Software Version (spa) : 7.1.1
Content Create Date (spa) : 2014:12:26 21:54:22+01:00
GPS Coordinates (spa) : 41 deg 24' 29.52" N, 2 deg 11' 6.72" E, 27.119 m Above Sea Level
Make (spa) : Apple
Handler Type : Metadata Tags
Make (spa-ES) : Apple
Creation Date (spa-ES) : 2016:01:23 21:53:19-08:00
GPS Coordinates (spa-ES) : 41 deg 24' 29.52" N, 2 deg 11' 6.72" E, 27.119 m Above Sea Level
Software (spa-ES) : 7.1.1
Model (spa-ES) : iPhone 4
Model : iPhone 4
Software Version : 7.1.1
Content Create Date : 2014:12:26 21:54:22+01:00
GPS Coordinates : 41 deg 24' 29.52" N, 2 deg 11' 6.72" E, 27.119 m Above Sea Level
Make : Apple
Creation Date : 2016:01:23 21:53:19-08:00
Software : 7.1.1
---- Composite ----
GPS Altitude : 27.1 m Above Sea Level
GPS Altitude : 27.119 m
GPS Altitude Ref : Above Sea Level
GPS Latitude : 41 deg 24' 29.52" N
GPS Latitude Ref : North
GPS Longitude : 2 deg 11' 6.72" E
GPS Longitude Ref : East
GPS Position : 41 deg 24' 29.52" N, 2 deg 11' 6.72" E
Ah, I see. The QuickTime format allows information to be present in multiple languages, that's what you see here. Yeah, it's confusing a bit but you can basically ignore it and concentrate on the information from the Composite tags; those usually give you the best, standardised, information.
Does this answer your question?
P.S. I didn't see "©xyz userdata tag" though, what did you mean by that?
Exif tool is extracting GPS information from two places- meta box(Keys tags) and ©xyz tag (present in userdata tags) in quicktime file as mentioned http://www.exiftool.org/TagNames/QuickTime.html (http://www.exiftool.org/TagNames/QuickTime.html)
Information regarding meta box is present on official quicktime documentation. But I can't find any official source for presence of ©xyz tag.
I note references as comments in the code. For the ©xyz tag (https://sourceforge.net/p/exiftool/code/ci/master/tree/lib/Image/ExifTool/QuickTime.pm#l1095) I decoded it from an iPhone 3GS picture with no other documentation.
- Phil
Thank you Phil, this clears things up for me.
hi
I want to get the GPS information from .mov file. so when i used this command ( exiftool -g0:1 -a 2020_0112_184428_064.MOV ) i got the result as below
---- ExifTool ----
ExifTool Version Number : 11.84
Warning : [minor] The ExtractEmbedded option may find more tags in the media data
---- File:System ----
File Name : 2020_0112_184428_064.MOV
Directory : .
File Size : 151 MB
File Modification Date/Time : 2020:01:12 18:47:26+05:30
File Access Date/Time : 2020:01:26 22:15:52+05:30
File Creation Date/Time : 2020:01:26 22:15:52+05:30
File Permissions : rw-rw-rw-
---- File ----
File Type : MOV
File Type Extension : mov
MIME Type : video/quicktime
---- QuickTime ----
Major Brand : Apple QuickTime (.MOV/QT)
Minor Version : 0.0.0
Compatible Brands : qt
Media Data Size : 158104800
Media Data Offset : 6100
Movie Header Version : 0
Create Date : 2020:01:12 18:47:27
Modify Date : 2020:01:12 18:47:27
Time Scale : 60000
Duration : 0:03:00
Preferred Rate : 1
Preferred Volume : 100.00%
Matrix Structure : 1 0 0 0 1 0 0 0 1
Preview Time : 0 s
Preview Duration : 0 s
Poster Time : 0 s
Selection Time : 0 s
Selection Duration : 0 s
Current Time : 0 s
Next Track ID : 3
---- MakerNotes:Kodak ----
Duration : 180 1280 720 30
Kodak Version : 3.12.052
Thumbnail Image : (Binary data 6004 bytes, use -b option to extract)
---- QuickTime:Track1 ----
Track Header Version : 0
Track Create Date : 2020:01:12 18:47:27
Track Modify Date : 2020:01:12 18:47:27
Track ID : 1
Track Duration : 0:03:00
Track Layer : 0
Track Volume : 0.00%
Matrix Structure : 1 0 0 0 1 0 0 0 1
Image Width : 1280
Image Height : 720
Media Header Version : 0
Media Create Date : 2020:01:12 18:47:27
Media Modify Date : 2020:01:12 18:47:27
Media Time Scale : 60000
Media Duration : 0:03:00
Handler Class : Media Handler
Handler Type : Video Track
Handler Description : VideoHandler
Graphics Mode : srcCopy
Op Color : 0 0 0
Handler Class : Data Handler
Handler Type : URL
Handler Description : DataHandler
Compressor ID : avc1
Source Image Width : 1280
Source Image Height : 720
X Resolution : 72
Y Resolution : 72
Compressor Name : h264
Bit Depth : 24
Video Frame Rate : 30
---- QuickTime:Track2 ----
Track Header Version : 0
Track Create Date : 2020:01:12 18:47:27
Track Modify Date : 2020:01:12 18:47:27
Track ID : 2
Track Duration : 0:03:00
Track Layer : 0
Track Volume : 100.00%
Matrix Structure : 1 0 0 0 1 0 0 0 1
Media Header Version : 0
Media Create Date : 2020:01:12 18:47:27
Media Modify Date : 2020:01:12 18:47:27
Media Time Scale : 32000
Media Duration : 0:03:00
Handler Class : Media Handler
Handler Type : Audio Track
Handler Description : SoundHandler
Balance : 0
Handler Class : Data Handler
Handler Type : URL
Handler Description : DataHandler
Audio Format : mp4a
Audio Channels : 1
Audio Bits Per Sample : 16
Audio Sample Rate : 32000
---- QuickTime:UserData ----
Format : NVT-IM
Information : CarDV-TURNKEY
---- Composite ----
Image Size : 1280x720
Megapixels : 0.922
Avg Bitrate : 7.03 Mbps
Rotation : 0
can you please help me out
That output doesn't show any GPS data.
Try this command
exiftool -g1 -ee -a -gps* 2020_0112_184428_064.MOV
If that output doesn't show any gps listings, then it's quite likely that there isn't any.