Skip to content

Create summary videos from raw dashcam video

License

Notifications You must be signed in to change notification settings

twilsonco/dashcam_footage_processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dashcam

Overview

This project facilitates taking dashcam video from compatible dashcams and producing timelapse summary videos from the source content, with a GPS map overlay. This is primarily intended for my own personal use, and as such, may not be compatible with any given environment other than my own.

Requirements

The following external software packages are used:

  • ExifTool
  • FFmpeg
  • VapourSynth

In addition, the following VapourSynth plugins are required:

  • ffmpegsource
  • fmtconv
  • havsfunc
  • mvtools

There are several Python dependencies, so it is recommended to create a virtualenv using poetry and to run any commands from within that virtualenv.

In addition, access to an OpenStreetMap tile server is required to generate the GPS overlay map. Information about potential providers or instructions to run your own tile server can be found at https://switch2osm.org/.

Compatible Dashcams

  • VanTop V9H

Usage

python -m dashcam <OpenStreetMap URL> <video directory>

Author

About

Create summary videos from raw dashcam video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%