's'
This commit is contained in:
2
main.py
2
main.py
@@ -1734,7 +1734,7 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
|
|||||||
)
|
)
|
||||||
ffmpeg_command = [
|
ffmpeg_command = [
|
||||||
"nice", "-n", "-19", "ffmpeg",
|
"nice", "-n", "-19", "ffmpeg",
|
||||||
"-loglevel", "warning",
|
"-loglevel", "info",
|
||||||
"-stats", "-stats_period", "10",
|
"-stats", "-stats_period", "10",
|
||||||
"-cpu-used", "4",
|
"-cpu-used", "4",
|
||||||
"-threads", "4",
|
"-threads", "4",
|
||||||
|
|||||||
Reference in New Issue
Block a user