mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
Dockerfile | ||
README.md |
dvr-scan
DVR-Scan is a cross-platform command-line (CLI) application that automatically detects motion events in video files.
Tutorial
# build a docker image
$ docker build -t vimagick/dvr-scan .
# create an alias
$ alias dvr-scan='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/dvr-scan'
# process a video
$ dvr-scan -i video.mp4