mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: replace speed_mult with multiply command
The compatibility layer still takes care of the old speed_mult command.
This commit is contained in:
@@ -66,10 +66,10 @@
|
||||
#PGDWN seek -600
|
||||
#+ add audio-delay 0.100 # this changes audio/video sync
|
||||
#- add audio-delay -0.100
|
||||
#[ speed_mult 0.9091 # scale playback speed
|
||||
#] speed_mult 1.1
|
||||
#{ speed_mult 0.5
|
||||
#} speed_mult 2.0
|
||||
#[ multiply speed 0.9091 # scale playback speed
|
||||
#] multiply speed 1.1
|
||||
#{ multiply speed 0.5
|
||||
#} multiply speed 2.0
|
||||
#BS set speed 1.0 # reset speed to normal
|
||||
#q quit
|
||||
#Q quit_watch_later
|
||||
|
||||
Reference in New Issue
Block a user