mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Add -max_muxing_queue_size 9999
Prevent 'too many unbuffered packets'
This commit is contained in:
parent
333a20cbba
commit
d194a53263
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue