mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Remove ffmpeg banner (#6600)
* Hide banner in maintainer * Hide banner in event download
This commit is contained in:
@@ -1347,6 +1347,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",
|
||||
|
@@ -296,6 +296,7 @@ class RecordingMaintainer(threading.Thread):
|
||||
# add faststart to kept segments to improve metadata reading
|
||||
ffmpeg_cmd = [
|
||||
"ffmpeg",
|
||||
"-hide_banner",
|
||||
"-y",
|
||||
"-i",
|
||||
cache_path,
|
||||
|
Reference in New Issue
Block a user