server/func/images: work around ffmpeg bug 6375

This commit is contained in:
rr- 2019-01-09 21:15:58 +01:00
parent 14377933a7
commit 5ed70b2ec4

View file

@ -156,6 +156,7 @@ class Image:
log = self._execute([
'-i', '{path}',
'-af', 'volumedetect',
'-max_muxing_queue_size', '99999',
'-f', 'null',
'-y', '/dev/null',
], get_logs=True).decode('utf-8', errors='replace')