Add mpv configuration
This commit is contained in:
parent
51973fcbf4
commit
efc1c280aa
2 changed files with 13 additions and 0 deletions
5
.config/mpv/input.conf
Normal file
5
.config/mpv/input.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# increase subtitle font size
|
||||||
|
ALT+k add sub-scale +0.1
|
||||||
|
|
||||||
|
# decrease subtitle font size
|
||||||
|
ALT+j add sub-scale -0.1
|
8
.config/mpv/mpv.conf
Normal file
8
.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
vo=gpu
|
||||||
|
#gpu-api=vulkan
|
||||||
|
vulkan-swap-mode=immediate
|
||||||
|
hwdec=nvdec
|
||||||
|
sid=auto
|
||||||
|
alang='jpn,jp,eng,en'
|
||||||
|
slang='eng,en'
|
||||||
|
sub-scale=0.8
|
Loading…
Add table
Add a link
Reference in a new issue