-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmpv.conf
More file actions
45 lines (35 loc) · 1.31 KB
/
Copy pathmpv.conf
File metadata and controls
45 lines (35 loc) · 1.31 KB
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
# Scaling settings
# Scaling subtitles, might give issuess with ASS rendering so better avoid this
# Default value: 1
# Range: 0 - 100
sub-scale=1
# Subtitle font size; unit is the size in scaled pixels at a window height of
# 720. The actual pixel size is scaled with the window height
# Default: 55
# Range: 0 - 720 ( ig? )
sub-font-size=60
# Load additional subtitle files matching the video filename. The parameter
# specifies how external subtitle files are matched. exact is enabled by
# default.
# no: Don't automatically load external subtitle files.
# exact: Load the media filename with subtitle file extension and possibly language suffixes (default).
# fuzzy: Load all subs containing the media filename.
# all: Load all subs in the current and --sub-file-paths directories.
sub-auto=fuzzy
# This allows mpv to inhibit screenlocking
gpu-context=wayland
hwdec=auto
# Use Japanese if available, fall back to English otherwise
# Audio preference
alang=jp,jpn,eng,en
# Subtitle preference
slang=eng,en,eng,english,jp,jpn
# Load additional audio file if it has the same name
audio-file-auto=exact
# Enable them if you want, I'm currently running them in a low-power device
# Performance in exchange of display quality :)
#profile=gpu-hq
#video-sync=display-resample
#interpolation
# For IPC
input-ipc-server=/tmp/mpv-socket