Add -max_muxing_queue_size 9999

Prevent 'too many unbuffered packets'
This commit is contained in:
HaveAGitGat 2020-08-08 01:49:54 +02:00
parent 333a20cbba
commit d194a53263

View file

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