Allows the H265 Reduced converter to accept mp4 and wmv formats
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:
@@ -41,7 +41,7 @@ public class MkvH265ReducedConverter extends AbstractConverter {
|
|||||||
@Override
|
@Override
|
||||||
@NotNull
|
@NotNull
|
||||||
public List<String> getValidFormats() {
|
public List<String> getValidFormats() {
|
||||||
return List.of("mkv");
|
return List.of("mkv", "mp4", "wmv");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user