Changed the mpv.conf file
This commit is contained in:
parent
a34705d37a
commit
d8895dcee3
@ -1,3 +1,7 @@
|
|||||||
|
# Restrict readahead and backbuffer to 40MiB from default of 400MiB
|
||||||
|
cache=yes
|
||||||
|
demuxer-max-bytes=2147483647
|
||||||
|
demuxer-max-back-bytes=2147483647
|
||||||
# Always allow seeking, e.g. allow seeking within a local cache of HTTP stream
|
# Always allow seeking, e.g. allow seeking within a local cache of HTTP stream
|
||||||
force-seekable=yes
|
force-seekable=yes
|
||||||
# Always open a video window even with no video
|
# Always open a video window even with no video
|
||||||
@ -14,7 +18,3 @@ 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