forked from Github/frigate
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):
|
if not os.path.exists(path):
|
||||||
ffmpeg_cmd = [
|
ffmpeg_cmd = [
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
|
"-hide_banner",
|
||||||
"-y",
|
"-y",
|
||||||
"-protocol_whitelist",
|
"-protocol_whitelist",
|
||||||
"pipe,file",
|
"pipe,file",
|
||||||
|
|||||||
@@ -296,6 +296,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
# add faststart to kept segments to improve metadata reading
|
# add faststart to kept segments to improve metadata reading
|
||||||
ffmpeg_cmd = [
|
ffmpeg_cmd = [
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
|
"-hide_banner",
|
||||||
"-y",
|
"-y",
|
||||||
"-i",
|
"-i",
|
||||||
cache_path,
|
cache_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user