Skip to content

Little toolkit wrote in C to extract GPS data from Dash Cam 70mai Pro MP4 files to SRT (subtitles)

Notifications You must be signed in to change notification settings

dexterxx-pl/70mai-gps-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Little toolkit wrote in C to extract GPS data from Dash Cam 70mai Pro MP4 files to SRT (subtitles)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages