From b18acf3982410bc8d708434f724b8263af359adc Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Mon, 11 Feb 2019 13:48:23 -0500 Subject: [PATCH] server/func/images: attempt to fix #225 --- server/szurubooru/func/images.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/szurubooru/func/images.py b/server/szurubooru/func/images.py index 8f9cf919..6e88ab41 100644 --- a/server/szurubooru/func/images.py +++ b/server/szurubooru/func/images.py @@ -154,9 +154,12 @@ class Image: return False log = self._execute([ + '-hide_banner', + '-progress', '-', '-i', '{path}', '-af', 'volumedetect', '-max_muxing_queue_size', '99999', + '-vn', '-sn', '-f', 'null', '-y', '/dev/null', ], get_logs=True).decode('utf-8', errors='replace')