diff options
| author | kj-sh604 | 2025-09-26 19:49:08 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-09-26 19:49:08 -0400 |
| commit | f64089cbf6e249233e1b248fc27bc0c335c0a3c2 (patch) | |
| tree | 73c76decff12724cb700d2b75ec335241536aecf /.config/mpv | |
| parent | fc35cb0ee9704b05642a6bda8a78d33c72c46a9a (diff) | |
refactor: `autofit-larger/smaller`
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/mpv.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9d1e8e4..6597e7c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -14,6 +14,7 @@ correct-downscaling=no sigmoid-upscaling=no deband=no sub-auto=all -autofit-larger=1600x900 +autofit-larger=96%x92% +autofit-smaller=240x240 keepaspect-window=no ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best" |
