Removes some code duplication and makes converter code utilize the StreamObject interface
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:
@ -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>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user