Skip to content

Python script for extracting GPS data from dash cam video files (based on Novatek chipsets).

Notifications You must be signed in to change notification settings

EgorKin/nvtk_mp4_to_gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

nvtk_mp4_to_gpx

Python script for extracting GPS data from dash cam video files.

This script is based on original script file from Sergei at https://sergei.nz/extracting-gps-data-from-viofo-a119-and-other-novatek-powered-cameras/ with my modifications:

  • parse many video files/directories at once and combine all GNSS data at one output .gpx file. You do not need use video/text editor software anymore.
  • new parser algo "direct searching". Now you be able to extract gpx from MANY more video files.

Usage:

In cmd line:

python nvtk_mp42gpx_EgorKin_mod.py -i input_video_file.mp4 -o outputGPSinfo.gpx

To extract GPS info from all video files in current directory:

python nvtk_mp42gpx_EgorKin_mod.py -i * -o outputGPSinfo.gpx

About

Python script for extracting GPS data from dash cam video files (based on Novatek chipsets).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages