Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 1c0c063

Browse files
authored
fix mpv.conf (autohide, faster seeking)
1 parent 8a27229 commit 1c0c063

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mpv_v3/mpv.conf

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
msg-color=yes # color log messages on terminal
77
term-osd-bar=yes # displays a progress bar on the terminal
8-
cursor-autohide=1000 # autohides the cursor after 1s
8+
cursor-autohide=400 # autohides the cursor after 400ms
99

1010
# ===== OSD =====
1111

@@ -24,10 +24,11 @@ save-position-on-quit=yes
2424
cache=yes
2525
# cache-secs=300
2626
# Uses extra large RAM cache (needs cache=yes to make it useful).
27-
demuxer-max-bytes=1800M
28-
demuxer-max-back-bytes=1200M
27+
demuxer-max-bytes=100M
28+
demuxer-max-back-bytes=100M
2929

3030
# ===== Audio =====
3131

3232
# Sets volume to 50%
3333
volume=50
34+

0 commit comments

Comments
 (0)