-
Notifications
You must be signed in to change notification settings - Fork 7
/
mpv.conf
68 lines (58 loc) · 2.05 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# OSC
osc=no
osd-font=Open Sans
osd-font-size=30
osd-color="#C0FFFFFF"
# Player
border=no
keep-open=yes
snap-window=yes
autofit=85%x85%
# Video
vo=gpu-next
hwdec=auto-copy-safe
pause=yes
# Deband
## Debanding settings are divided into 3 modes: light, medium & heavy.
## Light: 1:35:16:5 | Medium: 2:60:20:24 | Heavy: 3:100:25:48
## Light mode is used by default.
## You can cycle through the deband modes with shift+b (see input.conf).
deband-iterations=1 # Higher: Reduce more banding but more GPU usage; >4 is redundant [Default: 1, <1..16>]
deband-threshold=35 # Higher: Increase debanding strength [Default: 32, <0..4096>]
deband-range=16 # Higher: Find more gradients; Lower: Smooth more aggressively [Default: 16, <1..64>]
deband-grain=5 # Higher: Add more noise to cover up banding [Default: 48, <0..4096>]
# Audio
volume=60
volume-max=200
mute=yes
audio-file-auto=fuzzy # Load additional audio files containing the video filename
# Subs
sub-font=Manrope-Semibold
sub-font-size=40
sub-auto=fuzzy # Load additional subtitle files containing the video filename
demuxer-mkv-subtitle-preroll=yes # Try to correctly show embedded subs when seeking
slang=eng,en # Prioritise which subtitles language to use
# Screenshots
## %X is the fallback path if the video is not on the filesystem, like YouTube streams.
## The template is basically: "Video Name [HH.MM.SS.MS].png"
screenshot-template="%X{~~desktop/}%F [%wH.%wM.%wS.%wT]"
screenshot-format=png
screenshot-tag-colorspace=yes # Tag screenshots with the appropriate colorspace
screenshot-png-compression=5
# Terminal
msg-color=yes
msg-module=yes
# Profiles
[hq]
profile=gpu-hq
profile-restore=copy
deband=no
[smooth-osc]
profile-desc=Enable smoother OSC rendering in low framerate videos
profile-cond=p["container-fps"] < 30 and width < 3840
video-sync=display-resample
[autocopy-fix]
profile-desc=Fix abnormal stuttering when using auto-copy on >4K videos
profile-cond=width >= 3840 and height >= 2160
profile-restore=copy
hwdec=auto-safe