gopro-telemetry-exporter/README.md

31 lines
931 B
Markdown
Raw Permalink Normal View History

# GoPro Telemetry Exporter
A cli tool to export GoPro metadatas from video files.
2021-02-20 00:05:19 +01:00
## 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`
* `--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](https://www.npmjs.com/package/gopro-telemetry#user-content-presets))
2021-02-19 23:51:55 +01:00
* All other options will be pass directly to [GoPro Telemetry](https://www.npmjs.com/package/gopro-telemetry), you
can check the list
2021-02-20 00:05:19 +01:00
### Example CSV export of GPS5 stream
`gopro-telemetry-exporter --input GPX010001.MP4 --output test.csv --GPS5Fix 3 --preset csv --groupTimes 200 --stream GPS5`
## TODO
* Check all the presets
* Implement progress