diff options
Diffstat (limited to 'mpv/mpv.conf')
-rw-r--r-- | mpv/mpv.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..b26b92e --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,21 @@ +# Cache + +cache=yes +--stream-buffer-size=8MiB + +# Quality stream + +ytdl-format=bestvideo[height<=?720]+bestaudio/best + +# Yt-dlp hook + +script-opts-append=ytdl_hook-ytdl_path=yt-dlp + +# Subs + +sub-auto=fuzzy +sub-bold=yes + +# High Quality Configurations + +profile=gpu-hq |