diff options
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 5c822f2..d366707 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,9 +1,16 @@ -hwdec=vdpau -vo=vdpau +demuxer-thread=yes + +hwdec=auto +vo=opengl no-osc # Use with disabled flat-volumes in /etc/pulse/daemon.conf -volume=25 +volume=15 softvol=yes softvol-max=400 + +no-embeddedfonts +sub-auto=fuzzy +sub-text-font="Source Sans Pro" +osd-font="Source Sans Pro" |