This commit is contained in:
Kenwood 2022-04-07 12:05:12 -04:00
parent b466adaa80
commit f94499e753
1 changed files with 4 additions and 2 deletions

View File

@ -47,15 +47,17 @@ class Streamer:
"-b:v", "-b:v",
"2500k", "2500k",
"-maxrate", "-maxrate",
"1000k", "1500k",
"-bufsize", "-bufsize",
"1000k", "1500k",
"-sws_flags", "-sws_flags",
"lanczos+accurate_rnd", "lanczos+accurate_rnd",
"-acodec", "-acodec",
"aac", "aac",
"-b:a", "-b:a",
"96k", "96k",
"-r",
"6",
"-ar", "-ar",
"48000", "48000",
"-ac", "-ac",