Removes flac conversion for h265
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
This commit is contained in:
parent
4fdbfb28e3
commit
506273cbcd
@ -69,8 +69,6 @@ public class MkvH265ReducedConverter extends AbstractConverter {
|
||||
if (!audioStreams.isEmpty()) {
|
||||
modules.add(new MapAllModule<>(audioStreams));
|
||||
setOutputIndexes(audioStreams);
|
||||
command.addOutputFileOption("-c:a", "flac");
|
||||
command.addOutputFileOption("-compression_level", "12");
|
||||
}
|
||||
|
||||
// Map subtitles if present
|
||||
|
Loading…
x
Reference in New Issue
Block a user