This repository was archived by the owner on Jun 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +40
-4
lines changed Expand file tree Collapse file tree 2 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 11# better-mpv-config
22
3- - Version: 1.0.7
4- - Last Updated (AEST): 2022-09-01 03:32:53PM
3+ - Version: 1.0.8
4+ - Last Updated (AEST): 2022-10-06 05:13:43PM
55
66## What's New
77
8- - I've personally stopped using MPV since the Windows app and ` updater.bat ` has problems
9- - I will add _ mpv v3_ support once they provide the first default config to the public
8+ - I've personally stopped using MPV v2 since the Windows app and ` updater.bat ` has problems
9+ - I've added a vastly _ mpv v3_ config file
10+
11+ _ Version 1.0.8_ :
12+ - Added mpv v3 config file
1013
1114_ Version 1.0.7_ :
1215- Updated shaders (should improve performance)
Original file line number Diff line number Diff line change 1+
2+ # MPV v3 Simplified Config
3+
4+ # ===== Terminal =====
5+
6+ msg-color=yes # color log messages on terminal
7+ term-osd-bar=yes # displays a progress bar on the terminal
8+ cursor-autohide=1000 # autohides the cursor after 1s
9+
10+ # ===== OSD =====
11+
12+ # Sets a custom font
13+ # (comment out line if font change is undesired)
14+ osd-font='Iosevka'
15+
16+ # ===== Seeking =====
17+
18+ # Saves the seekbar position on exit
19+ save-position-on-quit=yes
20+
21+ # ===== RAM =====
22+
23+ # Uses a large seekable RAM cache even for local input.
24+ cache=yes
25+ # cache-secs=300
26+ # Uses extra large RAM cache (needs cache=yes to make it useful).
27+ demuxer-max-bytes=1800M
28+ demuxer-max-back-bytes=1200M
29+
30+ # ===== Audio =====
31+
32+ # Sets volume to 50%
33+ volume=50
You can’t perform that action at this time.
0 commit comments