For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > dvr-scan

dvr-scan

Created by dave. Last edited by dave, 348 days ago. Viewed 287 times. #1
[edit] [rdf]
labels
attachments
{2022-04-05}

Finding Motion in Mostly Still Video

dvr-scan is a Python module that can be pip installed into a virtual environment.

#!/bin/bash

for i in `cat sources` ; do echo $i dvr-scan -i i.mp4 -o $i.avi done

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt