Improves some method names and comments. Refactors parser
Some checks failed
KnarCraft/FFmpegConvert/pipeline/head There was a failure building this commit
Some checks failed
KnarCraft/FFmpegConvert/pipeline/head There was a failure building this commit
This commit is contained in:
@ -28,5 +28,5 @@ public interface Converter {
|
||||
* @param outFile <p>The output file.</p>
|
||||
* @return <p>A list of commands</p>
|
||||
*/
|
||||
String[] builderCommand(String executable, File file, List<StreamObject> streams, String outFile);
|
||||
String[] generateConversionCommand(String executable, File file, List<StreamObject> streams, String outFile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user