diff options
| author | ryukamish <[email protected]> | 2026-04-11 16:06:45 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 16:06:45 +0530 |
| commit | 607891801fbf2051a0c9062d15a445dd238c1e1b (patch) | |
| tree | 33b8cfba2355b498addea05e385b06d46cced30f /mpv/mpv.conf | |
| parent | 6fbde2906e3bb2d4d1df23f6374d8a6a0aef870f (diff) | |
add: mako and mpv configs
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..ffec86f --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,21 @@ +# General playback settings +save-position-on-quit +resume-playback=yes +screenshot-format=png +screenshot-directory=~/Pictures/mpv_screenshots + +directory-filter-types=video +# autocreate-playlist=filter +keep-open=no + +# Volume settings +volume-max=200 +audio-normalize-downmix=yes + +vo=gpu-next + +# yt-dlp settings +cache=yes +demuxer-cache-wait=yes +cache-secs=240 +demuxer-max-bytes=1G |
