Release Notes
DVR-Scan 1.6.1 includes some important fixes and improvements for the region editor. Minimum supported Python version is now 3.8.
Changelog
- [bugfix] Corrupt frames are no longer encoded and are skipped when encoding #151
- [bugfix] Fix
region-editor
config file option having no effect #154 - [bugfix] The region editor now always prompts on any unsaved changes #161
- [general] The region editor no longer prompts for a save path if
-s
/--save-region
was specified - [general] Regions added via command line are now be merged with those loaded from the
load-region
config option - [general] Add new
learning-rate
config option to control how fast the background model is updated #158 (thanks @felixscheffer)- Value between
0.0
and1.0
controls how much weight is placed on next frame, or-1
for auto 0.0
implies no update to the model,1.0
will re-initialize it completely on each frame- Default value of
-1
is for automatic, which is unchanged from previous releases
- Value between