Skip to content

James2022-rgb/gpmf_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpmf_tools📹🦀

CLI tool and core libraries written in 🦀Rust for handling GPS streams in MP4 files recorded with GoPro action cameras

License: MIT

📦 The CLI tool binary

Command line options

Logging verbosity

--verbose / -v specifies verbose logging. Note that logging is output to stderr, not stdio.

Subcommand extract-gpx

Extracts the GPS stream (gpmd) from a GoPro MP4 file and exports it as a GPX file.

Input

  • Accepts a file path via --input / -i. Mandatory.

Output

  • Writes to a file path specified via --output / -o, or to stdout if --stdout is set.
  • If --output is not provided, the program writes to stdout only if --stdout is explicitly set.

The help -h, --help option

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

About

CLI tools for handling GPS data stream in GoPro MP4 files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages