Adds the web video converter to the displayed converter list
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:
parent
f2b2de514e
commit
87d17825aa
@ -55,7 +55,7 @@ class Main {
|
||||
*/
|
||||
private static void loadConverter() throws IOException {
|
||||
int choice = getChoice("Which converter do you want do use?\n1. Anime to web mp4\n2. Audio converter\n" +
|
||||
"3. VideoStream converter", 1, 4);
|
||||
"3. Video converter\n4. Web video converter", 1, 4);
|
||||
|
||||
OutputUtil.println("Input for this converter:");
|
||||
switch (choice) {
|
||||
|
Loading…
Reference in New Issue
Block a user