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):
|
if not os.path.exists(path):
|
||||||
ffmpeg_cmd = [
|
ffmpeg_cmd = [
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
|
"-hide_banner",
|
||||||
"-y",
|
"-y",
|
||||||
"-protocol_whitelist",
|
"-protocol_whitelist",
|
||||||
"pipe,file",
|
"pipe,file",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user