From 868eae8fd7e268750488402c89635d8cd52a871b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 24 May 2023 16:45:10 -0600 Subject: [PATCH] Hide banner in event download --- frigate/http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/http.py b/frigate/http.py index de9fd033c..f9ef2372d 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -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",