Added cache mpv
This commit is contained in:
parent
4ce758e0a8
commit
e6e1bb81b9
@ -6,7 +6,6 @@ force-window=yes
|
||||
keep-open=yes
|
||||
# Always save the current playback position on exit
|
||||
save-position-on-quit=yes
|
||||
|
||||
# Create 'high-quality' profile
|
||||
[high-quality]
|
||||
# Describe this profile
|
||||
@ -15,3 +14,7 @@ profile-desc="High quality rendering"
|
||||
profile=opengl-hq
|
||||
# Disable debanding for better performance
|
||||
deband=no
|
||||
# restrict readahead and backbuffer to 40MiB from default of 400MiB
|
||||
cache=yes
|
||||
demuxer-max-bytes=41943040
|
||||
demuxer-max-back-bytes=41943040
|
||||
|
Loading…
x
Reference in New Issue
Block a user