server/func/images: work around ffmpeg bug 6375
This commit is contained in:
parent
14377933a7
commit
5ed70b2ec4
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class Image:
|
||||||
log = self._execute([
|
log = self._execute([
|
||||||
'-i', '{path}',
|
'-i', '{path}',
|
||||||
'-af', 'volumedetect',
|
'-af', 'volumedetect',
|
||||||
|
'-max_muxing_queue_size', '99999',
|
||||||
'-f', 'null',
|
'-f', 'null',
|
||||||
'-y', '/dev/null',
|
'-y', '/dev/null',
|
||||||
], get_logs=True).decode('utf-8', errors='replace')
|
], get_logs=True).decode('utf-8', errors='replace')
|
||||||
|
|
Loading…
Reference in a new issue