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

@ -76,7 +76,7 @@ public class WebAnimeConverter extends AbstractConverter {
FFMpegCommand command = FFMpegHelper.getFFMpegWebVideoCommand(executable, probeResult.parsedFiles());
List<ConverterModule> modules = new ArrayList<>();
if (this.debug) {
modules.add(new DebugModule(0, 0));
modules.add(new DebugModule());
}
//Get the first audio stream in accordance with chosen languages