Adds ability to filter subtitle streams based on the title
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
2022-10-11 23:13:45 +02:00
parent 1323513e46
commit 3c298f623e
6 changed files with 31 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ public class AnimeConverterTest {
public void setUp() {
new AnimeConverter("ffprobe", "ffmpeg",
new String[]{"jpn", "eng", "nor", "swe"}, new String[]{"nor", "eng", "swe", "fin"}, false,
false, -1, -1);
false, -1, -1, "");
}
@Test