refine mpv config
This commit is contained in:
parent
a2a8eefb4d
commit
73a870f9bf
1 changed files with 9 additions and 7 deletions
|
@ -1,14 +1,16 @@
|
||||||
osd-level=1
|
term-osd=force
|
||||||
osd-duration=5000
|
term-status-msg='${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count}\n${?frame-drop-count:${!frame-drop-count==0:dropped frames: ${frame-drop-count}\n}}${?chapter:Chapter: ${chapter}\n}av sync: ${avsync} - speed: ${speed}\ncache: ${demuxer-cache-duration}s'
|
||||||
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
|
term-osd-bar
|
||||||
|
term-osd-bar-chars='[-|-]'
|
||||||
|
|
||||||
cursor-autohide-fs-only
|
cursor-autohide-fs-only
|
||||||
cursor-autohide=1000
|
cursor-autohide=1000
|
||||||
|
|
||||||
|
msg-color
|
||||||
|
|
||||||
|
no-osc
|
||||||
|
osd-on-seek=bar
|
||||||
|
|
||||||
hls-bitrate=max
|
hls-bitrate=max
|
||||||
|
|
||||||
[extension.gif]
|
[extension.gif]
|
||||||
|
|
Loading…
Reference in a new issue