Adds a MKV to h264 MKV converter
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
2023-07-27 17:39:18 +02:00
parent a9ea1f796a
commit 5d94cabca0
9 changed files with 108 additions and 32 deletions

View File

@ -9,7 +9,14 @@ import java.util.List;
/**
* This interface describes a file converter
*/
interface Converter {
public interface Converter {
/**
* Gets all valid input formats for the converter
*
* @return <p>A list of valid input formats</p>
*/
String[] getValidFormats();
/**
* Converts the given file