diff options
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index fbb1019..749a32a 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,4 +1,9 @@ -video-sync=display-resample +# video-sync=display-resample +vo=gpu osc=yes -demuxer-max-bytes=1GiB +cache=yes +demuxer-max-bytes=4GiB +demuxer-max-back-bytes=4GiB +ytdl=yes script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" +term-osd-bar=yes |