Max speed at 1

This commit is contained in:
2025-09-18 17:59:55 +02:00
parent b2c7cf11e9
commit dd2f40460b

View File

@@ -434,7 +434,7 @@ class VideoEditor:
TARGET_FPS = 80 # Target FPS for speed calculations TARGET_FPS = 80 # Target FPS for speed calculations
SPEED_INCREMENT = 0.1 SPEED_INCREMENT = 0.1
MIN_PLAYBACK_SPEED = 0.05 MIN_PLAYBACK_SPEED = 0.05
MAX_PLAYBACK_SPEED = 10.0 MAX_PLAYBACK_SPEED = 1.0
# Seek multiplier configuration # Seek multiplier configuration
SEEK_MULTIPLIER_INCREMENT = 4.0 SEEK_MULTIPLIER_INCREMENT = 4.0