DeepL translation works
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user