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

21 lines
425 B
Markdown

dvr-scan
========
[DVR-Scan][1] is a cross-platform command-line (CLI) application that
automatically detects motion events in video files.
## Tutorial
```bash
# 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
```
[1]: https://github.com/Breakthrough/DVR-Scan