gopro-telemetry-exporter
v1.3.0
Published
A cli tool to parse telemetry from the GPMF track in GoPro cameras (Hero5 and later).
Maintainers
Readme
GoPro Telemetry Exporter
A cli tool to export GoPro metadatas from video files.
Install
npm install -g gopro-telemetry-exporter
or just prefix command npx
Usage
gopro-telemetry-exporter --input GPX010001.MP4 --output GPX010001.gpx --GPS5Fix 3 --preset gpx --groupTimes 200
--inputis the path of the GoPro video file--outputis 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
Export as csv the GPS5 stream
gopro-telemetry-exporter --input GPX010001.MP4 --output test.csv --GPS5Fix 3 --preset csv --groupTimes 200 --stream GPS5
Export as gpx
gopro-telemetry-exporter --input GH010263.MP4 --output test.gpx --GPSFix 3 --preset gpx --groupTimes 200 --GPSPrecision 500
TODO
- Check all the presets
- Implement progress
