Update frame difference detection settings in VideoEditor class

This commit is contained in:
2025-12-29 08:44:51 +01:00
parent 00a17c9102
commit 6e8fd4aa42

View File

@@ -94,8 +94,8 @@ class VideoEditor:
HIGH_FPS_THRESHOLD = 60 # FPS threshold for high FPS detection
# Frame difference detection settings
FRAME_DIFFERENCE_THRESHOLD_DEFAULT = 10.0 # Percentage threshold for frame difference
FRAME_DIFFERENCE_GAP_DEFAULT = 10 # Number of frames between comparisons
FRAME_DIFFERENCE_THRESHOLD_DEFAULT = 50.0 # Percentage threshold for frame difference
FRAME_DIFFERENCE_GAP_DEFAULT = 150 # Number of frames between comparisons
FRAME_DIFFERENCE_PIXEL_THRESHOLD = 30 # Pixel threshold for binary thresholding
# Template matching settings