2023-10-04 15:40:31 +00:00
|
|
|
; Video2Crops Settings
|
|
|
|
|
|
|
|
[settings]
|
2023-10-05 20:53:41 +00:00
|
|
|
; (INT) Skip every n frame
|
2023-10-04 15:40:31 +00:00
|
|
|
frame_step = 100
|
2023-10-05 20:53:41 +00:00
|
|
|
; (FLOAT) Contrast/blur discard threshold
|
2023-10-05 20:50:05 +00:00
|
|
|
contrast_threshold = 11.0
|
2023-10-05 20:53:41 +00:00
|
|
|
; (INT) Image similarity discard threshold
|
2023-10-05 20:48:12 +00:00
|
|
|
duplicate_threshold = 1000
|
2023-10-05 20:53:41 +00:00
|
|
|
; (BOOL) Save processing output
|
2023-10-04 15:40:31 +00:00
|
|
|
save_output = True
|
2023-10-05 20:53:41 +00:00
|
|
|
; (BOOL) Display processing output and playback
|
2023-10-04 15:40:31 +00:00
|
|
|
show_playback = True
|
2023-10-05 20:53:41 +00:00
|
|
|
; (INT) Region of Interest area square size (pixels)
|
2023-10-05 05:23:20 +00:00
|
|
|
roi_size = 400
|
2023-10-05 20:53:41 +00:00
|
|
|
; (STR) Initial application window dimensions
|
2023-10-04 15:40:31 +00:00
|
|
|
window_size = 300x450
|
2023-10-11 20:04:43 +00:00
|
|
|
; (STR) User-defined output base directory
|
|
|
|
user_defined_output_dir =
|
2023-10-04 15:40:31 +00:00
|
|
|
|
|
|
|
[debug]
|
2023-10-05 20:53:41 +00:00
|
|
|
; (BOOL) Set to 'True' to output debug messages to console
|
2023-10-04 15:40:31 +00:00
|
|
|
debug_output = False
|