diff options
Diffstat (limited to 'mpv/mpv.conf')
-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 |