Add -max_muxing_queue_size 999

This commit is contained in:
HaveAGitGat 2021-02-07 15:19:19 +01:00
parent d36ce1990b
commit 330dc5b2ea
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ function plugin(file) {
}
response.processFile = true;
response.preset = `,-map 0:v -map 0:a -map 0:s? -map 0:d? -c copy -c:v:0 libx265 `;
response.preset = `,-map 0:v -map 0:a -map 0:s? -map 0:d? -c copy -c:v:0 libx265 -max_muxing_queue_size 9999`;
response.container = ".mkv";
response.handBrakeMode = false;
response.FFmpegMode = true;

View file

@ -42,7 +42,7 @@ function plugin(file) {
}
response.processFile = true;
response.preset = `,-map 0:v -map 0:a -c copy -c:v:0 libx265`;
response.preset = `,-map 0:v -map 0:a -c copy -c:v:0 libx265 -max_muxing_queue_size 9999`;
response.container = ".mkv";
response.handBrakeMode = false;
response.FFmpegMode = true;