Video2Crops/config.ini

23 lines
631 B
INI
Raw Permalink Normal View History

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