mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/func/images: attempt to fix #225
This commit is contained in:
committed by
Marcin Kurczewski
parent
065a466af8
commit
b18acf3982
@ -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')
|
||||
|
Reference in New Issue
Block a user