Adds a converter for web video and changes behavior of the normal video converter
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
The normal video converter now includes all streams The web video converter selects the first of each stream Changes some method names Moves the convert command to the abstract converter
This commit is contained in:
@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* This interface describes a file converter
|
||||
*/
|
||||
public interface Converter {
|
||||
interface Converter {
|
||||
|
||||
/**
|
||||
* Converts the given file
|
||||
|
Reference in New Issue
Block a user