CLI tool and core libraries written in 🦀Rust for handling GPS streams in MP4 files recorded with GoPro action cameras
--verbose / -v specifies verbose logging.
Note that logging is output to stderr, not stdio.
Extracts the GPS stream (gpmd) from a GoPro MP4 file and exports it as a GPX file.
- Accepts a file path via
--input/-i. Mandatory.
- Writes to a file path specified via
--output/-o, or to stdout if--stdoutis set. - If
--outputis not provided, the program writes to stdout only if--stdoutis explicitly set.
The output of gpmf_tools help is quoted verbatim here:
Usage: gpmf_tools.exe [OPTIONS] <COMMAND>
Commands:
extract-gpx Extracts GPS data from a GoPro MP4 file and saves it as a GPX file.
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose Verbose logging.
-h, --help Print help
-V, --version Print version