From 5b5e62d9ed3af57d49bc266ff6959a1ff2e447b8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 6 Aug 2018 18:06:57 +0000 Subject: [PATCH] [mpv] play images longer than 1 second --- home/.config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 5322c8d..b031b58 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -26,3 +26,6 @@ force-seekable # enable hardware decoding when avaliable #hwdec = vaapi # does not work for > 1920 x 1080; software decoding is # efficient enough in most cases + +# do not show images only one second +image-display-duration=inf