mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/func/images: work around ffmpeg bug 6375
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user