diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:54:56 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:54:56 +0100 |
commit | 6011657bb01895a33751e4a38b371ca3e7381242 (patch) | |
tree | 6dbcedb854ec9e5776df9dd7529a79c0ed7ef8fa /config/common/mpv | |
parent | a3ea2d173b486ef2460e28108462c997fba90cc2 (diff) |
checkpoint
Diffstat (limited to 'config/common/mpv')
-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 |