Tool for finding and extracting motion events in video files (e.g. security camera footage).
Project description
Video Motion Event Detection and Extraction Tool
Website: http://www.dvr-scan.com/
Documentation: http://dvr-scan.readthedocs.org/
Github: https://github.com/Breakthrough/DVR-Scan/
DVR-Scan is a command-line application that automatically detects motion events in video files (e.g. security camera footage). DVR-Scan looks for areas in footage containing motion, and saves each event to a separate video clip. DVR-Scan is free and open-source software, and works on Windows, Linux, and Mac.
Quickstart
Install using pip:
pip install –upgrade dvr-scan[opencv]
Scan video.mp4 (separate clips for each event):
dvr-scan -i video.mp4
Only scan a region of interest (see user guide or hit H for controls):
dvr-scan -i video.mp4 -r
Draw boxes around motion:
dvr-scan -i video.mp4 -bb
Use ffmpeg to extract events:
dvr-scan -i video.mp4 -m ffmpeg
For help or other issues, feel free to submit any bugs or feature requests to Github:
https://github.com/Breakthrough/DVR-Scan/issues
Licensed under BSD 2-Clause (see the LICENSE file for details).
Copyright (C) 2016-2023 Brandon Castellano. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.