mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
hide banner for ffmpeg conversion
This commit is contained in:
@@ -113,6 +113,7 @@ class RecordingMaintainer(threading.Thread):
|
||||
|
||||
ffmpeg_cmd = [
|
||||
"ffmpeg",
|
||||
"-hide_banner",
|
||||
"-y",
|
||||
"-i",
|
||||
cache_path,
|
||||
|
||||
Reference in New Issue
Block a user