Adds a MKV to h264 MKV 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
This commit is contained in:
@ -12,7 +12,7 @@ import java.io.InputStreamReader;
|
||||
public final class FileUtil {
|
||||
|
||||
private FileUtil() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -78,5 +78,5 @@ public final class ListUtil {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ public final class OutputUtil {
|
||||
private static boolean debug;
|
||||
|
||||
private OutputUtil() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -195,5 +195,5 @@ public final class Parser {
|
||||
private static boolean isNotEmpty(StringBuilder builder) {
|
||||
return !builder.toString().trim().equals("");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -30,5 +30,5 @@ final class StringUtil {
|
||||
//Add other occurrences recursively
|
||||
return ListUtil.concatenate(new String[]{outString}, stringBetween(nextString, start, end));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user