Export embedded Gopro metadatas as gpx or other formats based on gopro-telemetry package https://www.npmjs.com/package/gopro-telemetry
Go to file
HugoPoi 32481eb4ae 1.0.1 2021-02-19 23:33:07 +01:00
bin feat: release as bin, proper README, proper package 2021-02-19 23:30:18 +01:00
examples doc: move example script, add files filter 2021-02-19 23:32:56 +01:00
.gitignore init repo 2021-01-31 13:57:01 +01:00
.npmpackagejsonlintrc.json feat: release as bin, proper README, proper package 2021-02-19 23:30:18 +01:00
README.md feat: release as bin, proper README, proper package 2021-02-19 23:30:18 +01:00
package-lock.json 1.0.1 2021-02-19 23:33:07 +01:00
package.json 1.0.1 2021-02-19 23:33:07 +01:00

README.md

GoPro Telemetry Exporter

A cli tool to export GoPro metadatas from video files.

Usage

gopro-telemetry-exporter --input GPX010001.MP4 --output GPX010001.gpx --GPS5Fix 3 --preset gpx --groupTimes 200

  • --input is the path of the GoPro video file
  • --output is the path to metadatas output file ( can be gpx, kml, geojson, csv, mgjson, virb, and other format that can be supported by GoPro Telemetry Presets)
  • All other options will be pass directly to GoPro Telemetry, you can check the list

TODO

  • Check all the presets
  • Implement progress

https://www.npmjs.com/package/gopro-telemetry