diff options
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 13a4594..45605bb 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,6 +1,6 @@ hwdec=vaapi vo=gpu save-position-on-quit -ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best +ytdl-format=bestvideo[height<=1080]+bestaudio/best[height<=1080] volume-max=600 hdr-compute-peak=no |