Scripts used to visualise my GPS tracks as video or image.
- gnuplot - With Homebrew install with
brew install gnuplot
. - ffmpeg - With Homebrew install with
brew install ffmpeg
.
- Build folder of
tcx
files.
INPUT_FOLDER=~/Dropbox/Apps/RunGap/export OUTPUT_FOLDER=tmp ./bin/unzip-rungap.sh
- Run visualizer script and wait a bit.
NUM_OF_FRAMES=360 NUM_OF_FILES=9 ./bin/visualizer.rb
- Marge all images.
./bin/make_images.sh
- Compile images into video.
./bin/make_big_video.sh
- Love the output <3