hide banner for ffmpeg conversion

This commit is contained in:
Blake Blackshear 2021-10-22 07:17:40 -05:00
parent cd87f3e6f4
commit 4916e1cd1d

View File

@ -113,6 +113,7 @@ class RecordingMaintainer(threading.Thread):
ffmpeg_cmd = [
"ffmpeg",
"-hide_banner",
"-y",
"-i",
cache_path,