How to set the playback speed in MPV through the command line

862 Views Asked by At

How would you set the playback speed to a specific value in MPV using the builtin command line of MPV?

EDIT: I'm not talking about the --speed argument when launching the program through the terminal.

1

There are 1 best solutions below

0
On

On the manual it is documented as mpv --speed=1.2
ex: change 1.2 to 1.4

Sorry just saw the edit...