This commit is contained in:
eric
2025-12-12 20:33:19 -06:00
parent 27ad068712
commit 1ef411a2d0

View File

@@ -1734,7 +1734,7 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
)
ffmpeg_command = [
"nice", "-n", "-19", "ffmpeg",
"-loglevel", "warning",
"-loglevel", "info",
"-stats", "-stats_period", "10",
"-cpu-used", "4",
"-threads", "4",