server/func/images: attempt to fix #225
This commit is contained in:
parent
065a466af8
commit
b18acf3982
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue