Add -max_muxing_queue_size 9999
Prevent 'too many unbuffered packets'
This commit is contained in:
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…
Reference in New Issue
Block a user