diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
commit | 8dc8f2d52338fd87e7763995e6732f5a295300e8 (patch) | |
tree | 56ea8a124b9a81e42251ffa1be92ad6475d7bef3 /mpv/mpv.conf |
huh
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 |