|
|
|
@ -159,7 +159,7 @@ function plugin(file, librarySettings, inputs) {
|
|
|
|
|
|
|
|
|
|
|
|
if (convert === true && (audioStreamsRemoved != audioStreamCount)) {
|
|
|
|
if (convert === true && (audioStreamsRemoved != audioStreamCount)) {
|
|
|
|
response.processFile = true
|
|
|
|
response.processFile = true
|
|
|
|
response.preset = `, -map 0 ${ffmpegCommandInsert} -c copy`
|
|
|
|
response.preset = `, -map 0 ${ffmpegCommandInsert} -c copy -max_muxing_queue_size 4096`
|
|
|
|
response.container = '.' + file.container
|
|
|
|
response.container = '.' + file.container
|
|
|
|
response.reQueueAfter = true
|
|
|
|
response.reQueueAfter = true
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|