3

I want my mpv player to start with a default speed of 1.33. Is there a way to achieve it?

How can I configure mpv to always start with a default playback speed of, say 1.5, 1.33, etc.?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Barun Ghosh
  • 61
  • 2
  • 7

1 Answers1

5

In mpv.conf just add the line speed=1.33 or if you're running mpv through command line, use --speed=1.33

crackerbear
  • 148
  • 1
  • 1
  • 7