|
|
|
|
@ -16,7 +16,7 @@ const tests = [
|
|
|
|
|
container: '.mp4',
|
|
|
|
|
handBrakeMode: false,
|
|
|
|
|
FFmpegMode: true,
|
|
|
|
|
infoLog: '☑ No 2 channel audio stream exists. \n '
|
|
|
|
|
infoLog: '☑ No 2 channel audio stream exists. \n ',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -39,11 +39,11 @@ const tests = [
|
|
|
|
|
container: '.mkv',
|
|
|
|
|
handBrakeMode: false,
|
|
|
|
|
FFmpegMode: true,
|
|
|
|
|
infoLog: '☒ Matching audio stream is not set to default. \n' +
|
|
|
|
|
'☒ Setting 6 channel matching audio stream to default. Remove default from all other audio streams \n',
|
|
|
|
|
reQueueAfter: true
|
|
|
|
|
infoLog: '☒ Matching audio stream is not set to default. \n'
|
|
|
|
|
+ '☒ Setting 6 channel matching audio stream to default. Remove default from all other audio streams \n',
|
|
|
|
|
reQueueAfter: true,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
run(tests);
|
|
|
|
|
|