From ac4894f318d08613e6fc54706df1f236ae5b5a10 Mon Sep 17 00:00:00 2001 From: frarol96 Date: Thu, 5 Oct 2023 20:53:41 +0000 Subject: [PATCH] Added comment lines and frame similarity setting --- config.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.ini b/config.ini index 3ac8647..96739c5 100644 --- a/config.ini +++ b/config.ini @@ -1,14 +1,21 @@ ; Video2Crops Settings [settings] +; (INT) Skip every n frame frame_step = 100 +; (FLOAT) Contrast/blur discard threshold contrast_threshold = 11.0 +; (INT) Image similarity discard threshold duplicate_threshold = 1000 +; (BOOL) Save processing output save_output = True +; (BOOL) Display processing output and playback show_playback = True +; (INT) Region of Interest area square size (pixels) roi_size = 400 +; (STR) Initial application window dimensions window_size = 300x450 [debug] -; Set to 'True' to output debug messages to console +; (BOOL) Set to 'True' to output debug messages to console debug_output = False \ No newline at end of file