This commit is contained in:
dec05eba
2024-11-05 01:45:15 +01:00
parent 10fe4f6c51
commit 953953eac7

View File

@@ -3108,7 +3108,7 @@ int main(int argc, char **argv) {
usage();
}
video_bitrate *= 1024LL * 8LL;
video_bitrate *= 1000LL * 8LL;
} else {
if(!quality_str)
quality_str = "very_high";