diff --git a/docs/changelog.md b/docs/changelog.md index 01ba57d..0101ab6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -46,6 +46,9 @@ There are also several other bugfixes and improvements, such as improved seeking - `time-code-font-color` is now `text-font-color` - `time-code-bg-color` is now `text-bg-color` +#### Known Issues + + - Some prebuilt archives include documentation which references the `load-region` config option with the incorrect name (`region-file`) [#153](https://github.com/Breakthrough/DVR-Scan/issues/153) ---------------------------------------------------------- diff --git a/dvr-scan.cfg b/dvr-scan.cfg index eb2cdaa..14b006d 100644 --- a/dvr-scan.cfg +++ b/dvr-scan.cfg @@ -91,9 +91,9 @@ # from 3, 0 to disable, or -1 to auto-set using video resolution. #kernel-size = -1 -# Region file to limit detection area. Region files can be created using the -# -r/--region-editor or -s/--save-region flags. -#region-file = roi.txt +# Region file to limit detection areas. Can be created with the -r / --region-editor +# See < http://www.dvr-scan.com/guide/#region-editor > for an overview of the editor. +#load-region = roi.txt # Integer factor to shrink video before processing. Values <= 1 have no effect. #downscale-factor = 0