Skip to content

teefixx/gpx-animator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX Animator

Introduction

GPX Animator generates video from GPX files. More information can be found at https://gpx-animator.app.

For program help run:

java -jar GpxAnimator.jar --help

Basic usage

java -jar GpxAnimator.jar --input track.gpx

Build

GPX Animator uses the Maven build system to create the JAR file. You need to have Maven installed on your system. If you don't have Maven installed, consider using SDKMAN to install it, first.

mvn clean package

After a successful build, the JAR file can be found in the target directory.

Features

  • supports multiple GPX tracks with multiple track segments
  • skipping idle parts
  • configurable color, label, width and time offset per track
  • configurable video size, fps and speedup or total video time
  • background map from any public TMS server

Tutorials

Packages

No packages published

Languages

  • Java 100.0%