aboutsummaryrefslogtreecommitdiff
path: root/files/.config/mpv/mpv.conf
blob: ea979949d6256a227e1c09207d4c92dcee690232 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
osc=no
osd-bar=no

# Speed up playback by the factor
speed=1.33

# Create a video output window even if there is no video
force-window=immediate

# Always save the current playback position  on  quit
save-position-on-quit
ignore-path-in-watch-later-config

# Disable any use of the terminal  and  stdin/stdout/stderr
no-terminal

# Enable any whitelisted hardware video decoding API
hwdec=auto-safe

interpolation=yes
video-sync=display-resample

# If the current file is an image, kept open forever
image-display-duration=inf
#
screenshot-template=mpv-shot-%F-%{media-title}-%p-%n
screenshot-directory=~/mpv-screenshots

# Cache size
demuxer-max-bytes=500M
demuxer-max-back-bytes=100M

ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
ytdl-raw-options=sponsorblock-mark=all

#
# PROFILES
#

[loudnorm]
af=lavfi=[loudnorm]

[audio]
speed=1

#
# EXTENSIONS
#

[extension.gif]
loop-file=yes

[extension.flac]
profile=audio

[extension.mp3]
profile=audio

[extension.ogg]
profile=audio