17
.config/mpv/mpv.conf
Normal file
17
.config/mpv/mpv.conf
Normal file
@ -0,0 +1,17 @@
|
||||
# Always allow seeking, e.g. allow seeking within a local cache of HTTP stream
|
||||
force-seekable=yes
|
||||
# Always open a video window even with no video
|
||||
force-window=yes
|
||||
# Don't exit when the end of playlist is reached
|
||||
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
|
||||
profile-desc="High quality rendering"
|
||||
# Include all settings from the default 'opengl-hq' profile
|
||||
profile=opengl-hq
|
||||
# Disable debanding for better performance
|
||||
deband=no
|
Reference in New Issue
Block a user