Fix multi-shot matching: increase cut correlation threshold to properly segment multi-island beats

This commit is contained in:
Melbar
2026-05-08 12:16:09 +02:00
parent 4fe1d35f1a
commit d83fced8d2
+2 -2
View File
@@ -8,7 +8,7 @@
[project] [project]
name = "AI Trailer Generator v2" name = "AI Trailer Generator v2"
version = "2.0.0" version = "2.0.0"
log_level = "INFO" # DEBUG | INFO | WARNING | ERROR log_level = "DEBUG" # DEBUG | INFO | WARNING | ERROR
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# [paths] — External video sources (read-only access) # [paths] — External video sources (read-only access)
@@ -183,7 +183,7 @@ local_scan_step_s = 0.12
local_scan_max_points_per_scene = 180 local_scan_max_points_per_scene = 180
local_scan_top_candidates = 36 local_scan_top_candidates = 36
local_scan_tie_break_score_delta = 0.08 local_scan_tie_break_score_delta = 0.08
multi_shot_cut_corr_threshold = 0.20 multi_shot_cut_corr_threshold = 0.55
multi_shot_boundary_tolerance_s = 0.20 multi_shot_boundary_tolerance_s = 0.20
fullscan_fallback = false fullscan_fallback = false
content_threshold = 0.22 content_threshold = 0.22