Removes some code duplication and makes converter code utilize the StreamObject interface
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
2020-05-11 17:58:10 +02:00
parent 2404d85468
commit 9673266c09
5 changed files with 98 additions and 87 deletions

View File

@ -17,8 +17,8 @@ public final class FileUtil {
/**
* Gets the path described by the input, but changed to account for collisions
*
* @param folder <p>The folder containing the output file.</p>
* @param file <p>The input file.</p>
* @param folder <p>The folder containing the output file.</p>
* @param file <p>The input file.</p>
* @param outExtension <p>The extension of the output file.</p>
* @return <p>A file name with the new extension and without any collisions.</p>
*/