From 6011657bb01895a33751e4a38b371ca3e7381242 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 27 Feb 2025 15:54:56 +0100 Subject: checkpoint --- config/common/mpv/mpv.conf | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'config/common') 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 -- cgit v1.2.3