1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02: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