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:
parent
5db760d1a1
commit
986b5c3bcf
@ -41,7 +41,7 @@ public class MkvH265ReducedConverter extends AbstractConverter {
|
||||
@Override
|
||||
@NotNull
|
||||
public List<String> getValidFormats() {
|
||||
return List.of("mkv");
|
||||
return List.of("mkv", "mp4", "wmv");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user