Skip to content

kmanuel/goproviz

Repository files navigation

GoProViz

View your GoPro videos on a map to easily select and view videos in a certain location.

Run via Docker

docker pull mkruisz/goproviz:latest docker run -v /YOUR_VIDEO_DIRECTORY:/app/videos -p 5000:5000 -p 3000:3000 mkruisz/goproviz:latest

Running it locally

  1. Install dependencies: npm install
  2. Start the application and pass it a folder with your videos VIDEO_DIR=/home/manuel/myvideos npm run dev
  3. Visit: http://localhost:3000 in your browser.

Local Requirements

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors