mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Hide banner in maintainer
This commit is contained in:
parent
1e17dbaa91
commit
c8f89a3c52
@ -296,6 +296,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
# add faststart to kept segments to improve metadata reading
|
# add faststart to kept segments to improve metadata reading
|
||||||
ffmpeg_cmd = [
|
ffmpeg_cmd = [
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
|
"-hide_banner",
|
||||||
"-y",
|
"-y",
|
||||||
"-i",
|
"-i",
|
||||||
cache_path,
|
cache_path,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user