Adds a de-interlace module and stuff
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

Adds a module to de-interlace when converting a video. It's enabled by a new configuration option.
Fixes some bugs in the letterbox cropper
Adds mpeg4 to video formats
This commit is contained in:
2024-05-29 17:06:32 +02:00
parent c0c8c9c054
commit 1dc489a6f8
20 changed files with 68 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ public class MKVToMP4Transcoder extends AbstractConverter {
List<ConverterModule> modules = new ArrayList<>();
if (this.debug) {
modules.add(new DebugModule(0, 0));
modules.add(new DebugModule());
}
// Copy stream info