DeepL translation works

This commit is contained in:
Guillaume Tâche
2024-08-25 19:48:55 +02:00
parent 728b563d8b
commit e93a47f4e2
3 changed files with 64 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ public class FFmpegVideoConverter extends AbstractProcessRunner implements Video
}
private SubtitleConverter<?> getSubtitleConverter() {
return converterProvider.getConverter(preferences.get("outputFormat", "ass"));
return converterProvider.getConverter(preferences.get("outputFormat", "srt"));
}
private static String escapeVF(final String path) {