Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Created April 6, 2023 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojoaxel/85c13bc1eafc1650314eccfdab7bd60d to your computer and use it in GitHub Desktop.
Save mojoaxel/85c13bc1eafc1650314eccfdab7bd60d to your computer and use it in GitHub Desktop.
Gist on how to get GPS data froma GoPro video

How to get GPS information from a GoPro video

To lust have a sneek preview an online viwer can be used:

Extract to GPX file

First download exiftoll's gpx print format file. This needs to be done only once:

wget https://raw.githubusercontent.com/exiftool/exiftool/master/fmt_files/gpx.fmt

Than you can extract the gpx infos from a GoPro video:

exiftool -p ./gpx.fmt -ee ./GH012345.MP4 > ./GH012345.gpx

Software

Software to show the extracted GPS-Track:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment