how to get gps file from .mov taken with akaso dam cam

Started by crispy9952002, January 27, 2020, 05:40:11 AM

Previous topic - Next topic

crispy9952002

hi can you help me out in extracting gps data from .mov file taken with akaso dashcam

exiftool -ee -G3 2020_0112_184428_064.mov


[Main]          ExifTool Version Number         : 10.16
[Main]          File Name                       : 2020_0112_184428_064.mov
[Main]          Directory                       : .
[Main]          File Size                       : 151 MB
[Main]          File Modification Date/Time     : 2020:01:12 18:47:26+05:30
[Main]          File Access Date/Time           : 2020:01:27 15:28:11+05:30
[Main]          File Creation Date/Time         : 2020:01:27 15:28:11+05:30
[Main]          File Permissions                : rw-rw-rw-
[Main]          File Type                       : MOV
[Main]          File Type Extension             : mov
[Main]          MIME Type                       : video/quicktime
[Main]          Major Brand                     : Apple QuickTime (.MOV/QT)
[Main]          Minor Version                   : 0.0.0
[Main]          Compatible Brands               : qt
[Main]          Thumbnail Image                 : (Binary data 6004 bytes, use -b option to extract)
[Main]          Preview Image                   : (Binary data 0 bytes, use -b option to extract)
[Main]          Movie Data Size                 : 158104800
[Main]          Movie Data Offset               : 6100
[Main]          Movie Header Version            : 0
[Main]          Create Date                     : 2020:01:12 18:47:27
[Main]          Modify Date                     : 2020:01:12 18:47:27
[Main]          Time Scale                      : 60000
[Main]          Duration                        : 0:03:00
[Main]          Preferred Rate                  : 1
[Main]          Preferred Volume                : 100.00%
[Main]          Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Main]          Preview Time                    : 0 s
[Main]          Preview Duration                : 0 s
[Main]          Poster Time                     : 0 s
[Main]          Selection Time                  : 0 s
[Main]          Selection Duration              : 0 s
[Main]          Current Time                    : 0 s
[Main]          Next Track ID                   : 3
[Main]          Track Header Version            : 0
[Main]          Track Create Date               : 2020:01:12 18:47:27
[Main]          Track Modify Date               : 2020:01:12 18:47:27
[Main]          Track ID                        : 1
[Main]          Track Duration                  : 0:03:00
[Main]          Track Layer                     : 0
[Main]          Track Volume                    : 0.00%
[Main]          Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Main]          Image Width                     : 1280
[Main]          Image Height                    : 720
[Main]          Media Header Version            : 0
[Main]          Media Create Date               : 2020:01:12 18:47:27
[Main]          Media Modify Date               : 2020:01:12 18:47:27
[Main]          Media Time Scale                : 60000
[Main]          Media Duration                  : 0:03:00
[Main]          Handler Class                   : Media Handler
[Main]          Handler Type                    : Video Track
[Main]          Handler Description             : VideoHandler
[Main]          Graphics Mode                   : srcCopy
[Main]          Op Color                        : 0 0 0
[Main]          Handler Class                   : Data Handler
[Main]          Handler Type                    : URL
[Main]          Handler Description             : DataHandler
[Main]          Compressor ID                   : avc1
[Main]          Source Image Width              : 1280
[Main]          Source Image Height             : 720
[Main]          X Resolution                    : 72
[Main]          Y Resolution                    : 72
[Main]          Compressor Name                 : h264
[Main]          Bit Depth                       : 24
[Main]          Video Frame Rate                : 30
[Main]          Track Header Version            : 0
[Main]          Track Create Date               : 2020:01:12 18:47:27
[Main]          Track Modify Date               : 2020:01:12 18:47:27
[Main]          Track ID                        : 2
[Main]          Track Duration                  : 0:03:00
[Main]          Track Layer                     : 0
[Main]          Track Volume                    : 100.00%
[Main]          Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Main]          Media Header Version            : 0
[Main]          Media Create Date               : 2020:01:12 18:47:27
[Main]          Media Modify Date               : 2020:01:12 18:47:27
[Main]          Media Time Scale                : 32000
[Main]          Media Duration                  : 0:03:00
[Main]          Handler Class                   : Media Handler
[Main]          Handler Type                    : Audio Track
[Main]          Handler Description             : SoundHandler
[Main]          Balance                         : 0
[Main]          Handler Class                   : Data Handler
[Main]          Handler Type                    : URL
[Main]          Handler Description             : DataHandler
[Main]          Audio Format                    : mp4a
[Main]          Audio Channels                  : 1
[Main]          Audio Bits Per Sample           : 16
[Main]          Audio Sample Rate               : 32000
[Main]          Format                          : NVT-IM
[Main]          Information                     : CarDV-TURNKEY
[Main]          Avg Bitrate                     : 7.03 Mbps
[Main]          Image Size                      : 1280x720
[Main]          Megapixels                      : 0.922
[Main]          Rotation                        : 0


Phil Harvey

#1
If you believe the video contains GPS, then send me a sample (shot outdoors with the camera moving), and I'll see what I can do to extract this.

- Phil

Edit:  Ah.  I see you already sent me a sample... I'm looking at it now.
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Phil Harvey

ExifTool 11.85 (to be released within a few days) will decode the GPS from this video.  Then there will be 37  different types of streaming GPS that Exiftool decodes.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).