Update mpv configuration
This commit is contained in:
parent
82a02be85a
commit
44eb29b226
2 changed files with 7 additions and 4 deletions
|
|
@ -1,13 +1,14 @@
|
|||
# {{ ansible_managed }}
|
||||
#
|
||||
volume=100
|
||||
sub-auto=fuzzy
|
||||
gpu-api=opengl
|
||||
vo=gpu
|
||||
hwdec=vaapi
|
||||
|
||||
audio-samplerate=128000
|
||||
audio-format=s64
|
||||
volume=100
|
||||
|
||||
# Do not close the window on exit
|
||||
keep-open=yes
|
||||
keep-open=yes # do not close the window on exit
|
||||
keepaspect-window=no # add black bars if window aspect and video aspect mismatch
|
||||
|
||||
sub-auto=fuzzy # load all subs containing the media filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue