Need help finding if GPS data exists in Ring Dashcam video

Started by threehan, March 01, 2023, 11:37:12 AM

Previous topic - Next topic

threehan

Hi dashcam people. I received my ring dashcam yesterday and ran it through exiftool using the exiftool faq for finding gps points. It pulled basic info on the video, but no embedded gps. Here is an example video: https://share.ring.com/46b64ff8-fcca-4780-86fa-fd90cf8f716f.mp4

I'm not super hopeful given that ring does not provide a native interface to view gps points for a given trip. The only thing I can do is ask for the cameras current/last location on the app. The exif data also just looks parse in general (they even remove the create/modify times).

[ExifTool]      ExifToolVersion                 : 12.55
[System]        FileName                        : 46b64ff8-fcca-4780-86fa-fd90cf8f716f.mp4
[System]        Directory                       : ..
[System]        FileSize                        : 14 MB
[System]        FileModifyDate                  : 2023:02:28 19:01:48-06:00
[System]        FileAccessDate                  : 2023:02:28 19:01:48-06:00
[System]        FileInodeChangeDate             : 2023:02:28 19:02:06-06:00
[System]        FilePermissions                 : -rw-r--r--
[File]          FileType                        : MP4
[File]          FileTypeExtension               : mp4
[File]          MIMEType                        : video/mp4
[QuickTime]     MajorBrand                      : MP4 Base Media v1 [IS0 14496-12:2003]
[QuickTime]     MinorVersion                    : 0.2.0
[QuickTime]     CompatibleBrands                : isom, iso2, avc1, mp41
[QuickTime]     MovieHeaderVersion              : 0
[QuickTime]     CreateDate                      : 0000:00:00 00:00:00
[QuickTime]     ModifyDate                      : 0000:00:00 00:00:00
[QuickTime]     TimeScale                       : 1000
[QuickTime]     Duration                        : 21.73 s
[QuickTime]     PreferredRate                   : 1
[QuickTime]     PreferredVolume                 : 100.00%
[QuickTime]     MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[QuickTime]     PreviewTime                     : 0 s
[QuickTime]     PreviewDuration                 : 0 s
[QuickTime]     PosterTime                      : 0 s
[QuickTime]     SelectionTime                   : 0 s
[QuickTime]     SelectionDuration               : 0 s
[QuickTime]     CurrentTime                     : 0 s
[QuickTime]     NextTrackID                     : 3
[QuickTime]     HandlerType                     : Metadata
[QuickTime]     HandlerVendorID                 : Apple
[QuickTime]     MediaDataSize                   : 14219615
[QuickTime]     MediaDataOffset                 : 19427
[Track1]        TrackHeaderVersion              : 0
[Track1]        TrackCreateDate                 : 0000:00:00 00:00:00
[Track1]        TrackModifyDate                 : 0000:00:00 00:00:00
[Track1]        TrackID                         : 1
[Track1]        TrackDuration                   : 21.73 s
[Track1]        TrackLayer                      : 0
[Track1]        TrackVolume                     : 0.00%
[Track1]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track1]        ImageWidth                      : 1920
[Track1]        ImageHeight                     : 1080
[Track1]        MediaHeaderVersion              : 0
[Track1]        MediaCreateDate                 : 0000:00:00 00:00:00
[Track1]        MediaModifyDate                 : 0000:00:00 00:00:00
[Track1]        MediaTimeScale                  : 15360
[Track1]        MediaDuration                   : 21.73 s
[Track1]        MediaLanguageCode               : und
[Track1]        HandlerType                     : Video Track
[Track1]        HandlerDescription              : VideoHandler
[Track1]        GraphicsMode                    : srcCopy
[Track1]        OpColor                         : 0 0 0
[Track1]        CompressorID                    : avc1
[Track1]        SourceImageWidth                : 1920
[Track1]        SourceImageHeight               : 1080
[Track1]        XResolution                     : 72
[Track1]        YResolution                     : 72
[Track1]        BitDepth                        : 24
[Track1]        PixelAspectRatio                : 1:1
[Track1]        VideoFrameRate                  : 30
[Track2]        TrackHeaderVersion              : 0
[Track2]        TrackCreateDate                 : 0000:00:00 00:00:00
[Track2]        TrackModifyDate                 : 0000:00:00 00:00:00
[Track2]        TrackID                         : 2
[Track2]        TrackDuration                   : 20.76 s
[Track2]        TrackLayer                      : 0
[Track2]        TrackVolume                     : 100.00%
[Track2]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track2]        MediaHeaderVersion              : 0
[Track2]        MediaCreateDate                 : 0000:00:00 00:00:00
[Track2]        MediaModifyDate                 : 0000:00:00 00:00:00
[Track2]        MediaTimeScale                  : 48000
[Track2]        MediaDuration                   : 20.76 s
[Track2]        MediaLanguageCode               : und
[Track2]        HandlerType                     : Audio Track
[Track2]        HandlerDescription              : SoundHandler
[Track2]        Balance                         : 0
[Track2]        AudioFormat                     : mp4a
[Track2]        AudioChannels                   : 2
[Track2]        AudioBitsPerSample              : 16
[Track2]        AudioSampleRate                 : 48000
[ItemList]      Encoder                         : Lavf58.45.100
[ItemList]      Comment                         : -AMZN
[Composite]     ImageSize                       : 1920x1080
[Composite]     Megapixels                      : 2.1
[Composite]     AvgBitrate                      : 5.23 Mbps
[Composite]     Rotation                        : 0

Phil Harvey

Embedded JPEG's are rare in video files.  This dashcam doesn't seem to write them, or any other useful information.

- 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 ($).