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",