forked from kunsi/dotfiles
add mpv
This commit is contained in:
parent
04b249835f
commit
a2a8eefb4d
1 changed files with 17 additions and 0 deletions
17
.config/mpv/mpv.conf
Normal file
17
.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
osd-level=1
|
||||||
|
osd-duration=5000
|
||||||
|
osd-status-msg='${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count}${?frame-drop-count:${!frame-drop-count==0: \nDropped: ${frame-drop-count}}}\n${?chapter:Chapter: ${chapter}}'
|
||||||
|
osd-font='Source Sans Pro'
|
||||||
|
osd-font-size=32
|
||||||
|
|
||||||
|
msg-color
|
||||||
|
term-osd-bar
|
||||||
|
cursor-autohide-fs-only
|
||||||
|
cursor-autohide=1000
|
||||||
|
|
||||||
|
hls-bitrate=max
|
||||||
|
|
||||||
|
[extension.gif]
|
||||||
|
cache=no
|
||||||
|
no-pause
|
||||||
|
loop-file=yes
|
Loading…
Reference in a new issue