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 | |
parent | a3ea2d173b486ef2460e28108462c997fba90cc2 (diff) |
checkpoint
-rwxr-xr-x | config/common/mpv/mpv.conf | 18 | ||||
l--------- | config/extra/jftui/input.conf | 2 | ||||
l--------- | config/extra/jftui/mpv.conf | 1 |
3 files changed, 4 insertions, 17 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 diff --git a/config/extra/jftui/input.conf b/config/extra/jftui/input.conf index 3dc6aa2..312e856 120000 --- a/config/extra/jftui/input.conf +++ b/config/extra/jftui/input.conf @@ -1 +1 @@ -/home/aluc/.config/mpv/input.conf
\ No newline at end of file +/home/void/.config/mpv/input.conf
\ No newline at end of file diff --git a/config/extra/jftui/mpv.conf b/config/extra/jftui/mpv.conf deleted file mode 120000 index fd59595..0000000 --- a/config/extra/jftui/mpv.conf +++ /dev/null @@ -1 +0,0 @@ -/home/aluc/.config/mpv/mpv.conf
\ No newline at end of file |