diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-03 21:56:07 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-03 21:56:07 +0100 |
commit | 2d86fc88132fe1474b21a1a536d37df8b5c537cf (patch) | |
tree | 290374049244b8626b55da0e90ffcac796302495 /mpv | |
parent | 4cf219097751b4a45dfc5a07123e02872ab1402e (diff) |
Adds mpv config
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..d712598 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,10 @@ +# should be symlinked from ~/.config/mpv/mpv.conf +# use Jack +#ao=jack +ao=pulse +vo=gpu +hwdec=vaapi +audio-channels=2 +save-position-on-quit=yes +ytdl-format=bestvideo[height <= 1080]+bestaudio/best +script-opts-append=ytdl_hook-ytdl_path=yt-dlp |