1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/dvr-scan
2022-02-16 16:55:11 +08:00
..
Dockerfile add dvr-scan 2022-02-16 16:55:11 +08:00
README.md add dvr-scan 2022-02-16 16:55:11 +08:00

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