Skip to content

Commit ce2538d

Browse files
authored
Update README.md
1 parent 0ba0642 commit ce2538d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://user-images.githubusercontent.com/88623122/218178963-fb77891c-1845-4514-
66

77

88

9-
### Auto-generated subtitles for any video
9+
### Auto-generated subtitles files for any video/audio files
1010

1111
PyAutoSRT is a PySimpleGUI based desktop app to auto generate subtitle and translated subtitle file for any video or audio file
1212

@@ -53,22 +53,29 @@ python setup.py install
5353
### Usage
5454

5555
```
56-
usage: pyautosrt.py [-h] [-S SRC_LANGUAGE] [-D DST_LANGUAGE] [-v] [-lf] [-ll]
56+
usage: pyautosrt [-h] [-S SRC_LANGUAGE] [-D DST_LANGUAGE] [-F FORMAT] [-v] [-lf] [-ll] [source_path ...]
57+
58+
positional arguments:
59+
source_path Path to the video or audio files to generate subtitle (use wildcard for multiple files)
5760
5861
options:
5962
-h, --help show this help message and exit
6063
-S SRC_LANGUAGE, --src-language SRC_LANGUAGE
6164
Voice language
6265
-D DST_LANGUAGE, --dst-language DST_LANGUAGE
6366
Desired language for translation
67+
-F FORMAT, --format FORMAT
68+
Destination subtitle format
6469
-v, --version show program's version number and exit
6570
-lf, --list-formats List all available subtitle formats
6671
-ll, --list-languages
67-
List all available source/destination languages
72+
List all available source/translation languages
6873
```
6974

7075
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.
7176

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.
78+
7279
### License
7380

7481
MIT

0 commit comments

Comments
 (0)