diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-22 17:34:57 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-22 17:35:07 +0100 |
commit | b3045b3406ce8c51d501cc24aaf604e3452a85f7 (patch) | |
tree | 01ed1a3f033a3163edb002dcb771df6f3f9700a0 | |
parent | aaf99867e45ea70e066f168a7cc227d4ba811a78 (diff) |
Initial volume of mpv is lowered
-rw-r--r-- | mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index e51d0a2..fbdf4e1 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -3,6 +3,7 @@ #ao=jack ao=pulse vo=gpu +volume=69 hwdec=vaapi audio-channels=2 save-position-on-quit=yes |