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