Add -max_muxing_queue_size 999

make-only-subtitle-default
HaveAGitGat 5 years ago
parent d36ce1990b
commit 330dc5b2ea

@ -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;

@ -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;

Loading…
Cancel
Save