server/func/images: work around ffmpeg bug 6375
This commit is contained in:
parent
14377933a7
commit
5ed70b2ec4
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user