Adds the web video converter to the displayed converter list
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
Kristian Knarvik 2020-05-12 20:00:41 +02:00
parent f2b2de514e
commit 87d17825aa

View File

@ -55,7 +55,7 @@ class Main {
*/ */
private static void loadConverter() throws IOException { 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" + 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:"); OutputUtil.println("Input for this converter:");
switch (choice) { switch (choice) {