tracktools is a Golang set of packages and command line tool that support manipulating data for a number of popular track apps.
- Automated joining of multi chapter GoPro videos and format conversion.
- Convert between HP Tuners TrackAddict and Harry's LapTimer data formats.
To install the command line tool:
go install github.com/stevenh/tracktools/cmd/tracktools@latest
This tool uses Cobra so supports full interactive command line help which can also be found in markdown.
If you want to use the GoPro functionality you will also need a working install of FFmpeg which can be downloaded here. Once installed if it's not in your path you can configure the Binary
in .tracktools.toml which can be placed in your home directory.
To use the packages:
go get -u github.com/stevenh/tracktools@latest
A big thank you to Harry of Harry's LapTimer for his support in answering all my questions while creating this on the LapTimer forums.