Add -strict -2

make-only-subtitle-default
HaveAGitGat 4 years ago
parent 63114cc082
commit 3f40c6c5d5

@ -89,6 +89,9 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
);
response.preset = transcodeKeepOneAudioStream.preset;
if (['dca', 'truehd'].includes(audioCodec)) {
response.preset += ' -strict -2';
}
response.container = `.${file.container}`;
response.handbrakeMode = false;
response.FFmpegMode = true;

Loading…
Cancel
Save