-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mpv.conf
45 lines (38 loc) · 842 Bytes
/
mpv.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# ____ ___ ____ _ __
# / __ `__ \/ __ \ | / /
# / / / / / / /_/ / |/ /
# /_/ /_/ /_/ .___/|___/
# /_/
#
# These are optimal settings for playing videos on the TV.
x11-bypass-compositor = yes
vo = wlshm
ao = pulse
hwdec = vaapi
#hwdec = wlshm
hr-seek-framedrop = no
sub-scale = 0.5
sub-font = "Arial"
sub-font-size = 52.0
sub-color = 1.0/1.0/1.0/0.7
sub-filter-sdh = yes
sub-blur = 1.1
sub-border-size = 2
sub-border-color = "#99000000"
sub-shadow-color = "#77000000"
autofit-larger = 95%x95%
cursor-autohide = 500
embeddedfonts = no
no-border
term-osd-bar
cache = yes
demuxer-seekable-cache = yes
demuxer-thread = yes
#demuxer-max-bytes = 1820MiB
demuxer-max-bytes = 2240MiB
#demuxer-readahead-secs = 1400
demuxer-readahead-secs = 2000
#demuxer-max-back-bytes = 10
demuxer-max-back-bytes = 2240MiB
# vim: ft=cfg