Adds a de-interlace module and stuff
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
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:
@@ -184,8 +184,8 @@ public final class FFMpegHelper {
|
||||
* @param stream <p>The stream to map</p>
|
||||
*/
|
||||
public static void mapStream(@NotNull FFMpegCommand command, @NotNull StreamObject stream) {
|
||||
command.addOutputFileOption("-map", String.format("%d:%d",
|
||||
stream.getInputIndex(), stream.getAbsoluteIndex()));
|
||||
command.addOutputFileOption("-map", String.format("%d:%d", stream.getInputIndex(),
|
||||
stream.getAbsoluteIndex()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user