This commit is contained in:
dichgrem
2025-08-07 10:56:21 +08:00
parent 75eab6943e
commit 62fe668348
55 changed files with 14820 additions and 6 deletions

View File

@@ -0,0 +1,31 @@
# How far to jump on press
seek_distance=5
# Playback speed modifier, applied once every speed_interval until cap is reached
speed_increase=0.1
speed_decrease=0.1
# At what interval to apply speed modifiers
speed_interval=0.05
# Playback speed cap
speed_cap=2
# Playback speed cap when subtitles are displayed, 'no' for same as speed_cap
subs_speed_cap=1.8
# Multiply current speed by modifier before adjustment (exponential speedup)
# Use much lower values than default e.g. speed_increase=0.05, speed_decrease=0.025
multiply_modifier=no
# Show current speed on the osd (or flash speed if using uosc)
show_speed=yes
# Show current speed on the osd when toggled (or flash speed if using uosc)
show_speed_toggled=yes
# Show seek actions on the osd (or flash timeline if using uosc)
show_seek=yes
# Look ahead for smoother transition when subs_speed_cap is set
lookahead=no