Hide banner in event download

This commit is contained in:
Nicolas Mowen 2023-05-24 16:45:10 -06:00 committed by GitHub
parent c8f89a3c52
commit 868eae8fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1351,6 +1351,7 @@ def recording_clip(camera_name, start_ts, end_ts):
if not os.path.exists(path): if not os.path.exists(path):
ffmpeg_cmd = [ ffmpeg_cmd = [
"ffmpeg", "ffmpeg",
"-hide_banner",
"-y", "-y",
"-protocol_whitelist", "-protocol_whitelist",
"pipe,file", "pipe,file",