Skip to content

otobrglez/movement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movement

Scripts used to visualise my GPS tracks as video or image.

out-montage

Requirements

  • gnuplot - With Homebrew install with brew install gnuplot.
  • ffmpeg - With Homebrew install with brew install ffmpeg.

Usage

  1. Build folder of tcx files.
INPUT_FOLDER=~/Dropbox/Apps/RunGap/export OUTPUT_FOLDER=tmp ./bin/unzip-rungap.sh
  1. Run visualizer script and wait a bit.
NUM_OF_FRAMES=360 NUM_OF_FILES=9 ./bin/visualizer.rb
  1. Marge all images.
./bin/make_images.sh
  1. Compile images into video.
./bin/make_big_video.sh
  1. Love the output <3

Author

About

Scripts used to visualise my GPS tracks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published