From a2a8eefb4db2f2b379ac4600158b7ab972245935 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 1 Jan 2021 15:35:43 +0100 Subject: [PATCH] add mpv --- .config/mpv/mpv.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..26f849e --- /dev/null +++ b/.config/mpv/mpv.conf @@ -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