summaryrefslogtreecommitdiffstats
path: root/.config/mpv/mpv.conf
blob: 131b41cfdb859e4fb6546dd1a6cac11de1d2d95d (plain) (blame)
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
# youtube-dl options
sub-auto=fuzzy
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best
ytdl-raw-options=sub-format=en,write-srt=

# set initial volume to 50%
volume=50

# Disable display on audio
no-audio-display

# always loop filetypes
[extension.gif]
loop-file=inf

[extension.webm]
loop-file=inf

# pause on image filetypes
[extension.jpg]
pause

[extension.png]
pause

[extension.webp]
pause

# enable hardware decoding
hwdec=auto