diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-10 13:24:29 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-10 13:24:29 +0000 |
commit | 07ff9f8646f0be897622a235b7f5be21829248af (patch) | |
tree | 9cdf9731cb793d7fd975952846b607a0263cfb58 /mpv | |
parent | 1b201f2e1ee4eaa8a4e0f9f30dd5164b3d68599a (diff) |
added 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..e51d0a2 --- /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 |