You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_path Path to the video or audio files to generate subtitle (use wildcard for multiple files)
57
60
58
61
options:
59
62
-h, --help show this help message and exit
60
63
-S SRC_LANGUAGE, --src-language SRC_LANGUAGE
61
64
Voice language
62
65
-D DST_LANGUAGE, --dst-language DST_LANGUAGE
63
66
Desired language for translation
67
+
-F FORMAT, --format FORMAT
68
+
Destination subtitle format
64
69
-v, --version show program's version number and exit
65
70
-lf, --list-formats List all available subtitle formats
66
71
-ll, --list-languages
67
-
List all available source/destination languages
72
+
List all available source/translation languages
68
73
```
69
74
70
75
Those command switch '-S' and '-D' are not mandatory. It's just to make combobox directly select your desired language if you prefer to type it rather that click on combobox.
71
76
77
+
UPDATE NOTES : SINCE VERSION 0.1.0 YOU CAN SELECT MULTIPLE VIDEO/AUDIO FILES, BUT REMEMBER THAT ALL FILES YOU SELECT SHOULD HAVE SAME AUDIO LANGUAGE AND DESIRED TRANSLATION LANGUAGE.
0 commit comments