Map all streams to output

This commit is contained in:
rbraunschweig 2020-04-12 23:14:25 +02:00 committed by GitHub
parent d49125158a
commit 809d0a1b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ function plugin(file, librarySettings, inputs) {
if (convert == true) {
response.infoLog += "☒File has title metadata. Removing \n"
response.preset = `,${ffmpegCommandInsert} -c copy -max_muxing_queue_size 4096`
response.preset = `,${ffmpegCommandInsert} -c copy -map 0 -max_muxing_queue_size 4096`
response.reQueueAfter = true;
response.processFile = true;
} else {