View your GoPro videos on a map to easily select and view videos in a certain location.
docker pull mkruisz/goproviz:latest
docker run -v /YOUR_VIDEO_DIRECTORY:/app/videos -p 5000:5000 -p 3000:3000 mkruisz/goproviz:latest
- Install dependencies:
npm install - Start the application and pass it a folder with your videos
VIDEO_DIR=/home/manuel/myvideos npm run dev - Visit:
http://localhost:3000in your browser.
- ports 3000 and 5000 must be available
- requires ffmpeg on your system
- only tested on Ubuntu, on other systems you might need to compile gopro.go (located in the bin directory) for your own platform