Add -max_muxing_queue_size 9999

Prevent 'too many unbuffered packets'
make-only-subtitle-default
HaveAGitGat 5 years ago
parent 333a20cbba
commit d194a53263

@ -87,7 +87,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
}
}
ffmpegCommand += ` -map 0:s? -map 0:d? `;
ffmpegCommand += ` -map 0:s? -map 0:d? -max_muxing_queue_size 9999`;
if (hasStreamsToTranscode == false) {
response.processFile = false;

Loading…
Cancel
Save