muxing queue size
This commit is contained in:
parent
26edb3e771
commit
25aa43b773
@ -41,7 +41,7 @@ function plugin(file) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
response.processFile = true;
|
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.container = ".mkv";
|
||||||
response.handBrakeMode = false;
|
response.handBrakeMode = false;
|
||||||
response.FFmpegMode = true;
|
response.FFmpegMode = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user