Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
371 stars 49 forks source link

Allow customization of output filenames #89

Open Breakthrough opened 2 years ago

Breakthrough commented 2 years ago

Currently, output filenames follow a fixed format: {VIDEO_NAME}.DSME_{EVENT_NUMBER}.avi

As brought up in #88, it would be useful to allow users to specify a custom template. Some of the template variables that might need to be supported are:

TODO: