Remove ffmpeg banner (#6600)

* Hide banner in maintainer

* Hide banner in event download
This commit is contained in:
Nicolas Mowen
2023-06-01 04:46:34 -06:00
committed by GitHub
parent ae0aba44dc
commit 62f36b221e
2 changed files with 2 additions and 0 deletions

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