diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:04 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:04 +0100 |
commit | 2b80d2b38e988f2df1d8b797a99565a754581c08 (patch) | |
tree | 30c4ce48688033f2fac0f4bd4309ace043587195 /config/common/mpv/mpv.conf | |
parent | 0aaf73b0c4501738e455cbfcf3d5edd501f152cc (diff) | |
parent | 2b1e81af5435011175756a3d2a4957c6845add60 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/mpv/mpv.conf')
-rwxr-xr-x | config/common/mpv/mpv.conf | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf index 2e7318e..a6a16d8 100755 --- a/config/common/mpv/mpv.conf +++ b/config/common/mpv/mpv.conf @@ -1,5 +1,3 @@ -profile=gpu-hq -# Set OSD font osd-font='monospace' # Set OSD font size osd-font-size=30 @@ -10,19 +8,6 @@ volume=60 # Set player max vol to 100%. volume-max=100 -# Set max streaming quality as 1080p. -ytdl-format=bestvideo[height<=?1080]+bestaudio/best -# get vp9 out -ytdl-raw-options=extractor-args="youtube:player-client=android" - -# Default demuxer is 150/75 MB, note that this uses RAM so set a reasonable amount. -# 150MB, Max pre-load for network streams (1 MiB = 1048576 Bytes). -demuxer-max-bytes=150MiB -demuxer-readahead-secs=20 - -# 75MB, Max loaded video kept after playback. -demuxer-max-back-bytes=75MiB - # Force stream to be seekable even if disabled. force-seekable=yes @@ -33,3 +18,6 @@ alang=jpn screenshot-directory=~/pics/screenshots/mpv screenshot-template="%F - [%P]v%#01n" + +sub-pos=92 +sub-scale=60 |