From 572d263b846a0f7c8b4155725194fd29206e8d47 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 7 Apr 2021 22:17:57 +0200 Subject: [PATCH] [mpv] add speed and cache in osd level 3 --- .mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mpv/mpv.conf b/.mpv/mpv.conf index ee30fb5..bacfe2c 100644 --- a/.mpv/mpv.conf +++ b/.mpv/mpv.conf @@ -3,7 +3,7 @@ ontop osd-fractions msg-color -osd-msg3="${=playback-time} / ${=duration} (${estimated-frame-number})" +osd-msg3="${!speed==1.00:[x${speed}] }${=playback-time} / ${=duration} ${!estimated-frame-number==0:(${estimated-frame-number}) }[${=demuxer-cache-duration}]" #save-position-on-quit vo=gpu