mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Hide banner in event download
This commit is contained in:
parent
c8f89a3c52
commit
868eae8fd7
@ -1351,6 +1351,7 @@ def recording_clip(camera_name, start_ts, end_ts):
|
||||
if not os.path.exists(path):
|
||||
ffmpeg_cmd = [
|
||||
"ffmpeg",
|
||||
"-hide_banner",
|
||||
"-y",
|
||||
"-protocol_whitelist",
|
||||
"pipe,file",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user