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
|
||||
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=force
|
||||
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'
|
||||
term-osd-bar
|
||||
term-osd-bar-chars='[-|-]'
|
||||
|
||||
cursor-autohide-fs-only
|
||||
cursor-autohide=1000
|
||||
|
||||
msg-color
|
||||
|
||||
no-osc
|
||||
osd-on-seek=bar
|
||||
|
||||
hls-bitrate=max
|
||||
|
||||
[extension.gif]
|
||||
|
|
Loading…
Reference in a new issue