diff --git a/main.py b/main.py index 251af62..a202fb5 100644 --- a/main.py +++ b/main.py @@ -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",