Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 925 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 925 Bytes

70mai Dash Cam Pro MP4 GPS Extractor

This little toolkit (dedicated to use on unix systems) provides ability to extract GPS location data from MP4 files recorded by 70mai Smart Dash Cam Pro.

VLC preview

Usage

Single file use

Build original file maigps.c made by freezer52000.

gcc maigps.c -o maigps

and use it

./maigps NO20200603-195018-000082.MP4 > NO20200603-195018-000082.MP4.srt

You may also output data to terminal.

Whole directory processing

Build forked source:

gcc maigpsmass.c -o maigpsmass

and run it choosing directory with your recordings. Tool will create new files with same name appending .srt extension to filename.

./maigpsmass targetDirectory/

or

~/apps/maigpsmass .

Thanks