slackbuilds/python/DVR-Scan
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
DVR-Scan.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
DVR-Scan.info python/DVR-Scan: Fixed dep info 2021-04-19 22:54:16 -05:00
README python/DVR-Scan: Fix README, slack-desc. 2020-10-17 09:37:15 +07:00
slack-desc python/DVR-Scan: Fix README, slack-desc. 2020-10-17 09:37:15 +07:00

README

DVR-Scan is a cross-platform command-line (CLI) application
that automatically detects motion events in video files
(e.g. security camera footage). In addition to locating both
the time and duration of each motion event, DVR-Scan will save
the footage of each motion event to a new, separate video clip.

Not only is DVR-Scan free and open-source software (FOSS),
written in Python, and based on Numpy and OpenCV, it was built
to be extendable and hackable.

For users wanting finer control over the output video encoding
method, the default timecode format (HH:MM:SS.nnnn) is compatible
with most popular video tools, so in most cases the motion events
DVR-Scan finds can be simply copied and pasted into another tool
of your choice (e.g. ffmpeg, avconv or the mkvtoolnix suite).