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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
8
8
9
-
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at `Documents/config.json` in your PC) for regular usage.
9
+
Usually, you will never need to use all the options (and even if you do, all the settings are saved locally at `Documents/config.json` in your PC) for regular usage.
10
10
11
11
The GUI basically uses dart's [process](https://api.dart.dev/stable/2.13.4/dart-io/Process-class.html) class to [start](https://api.dart.dev/stable/2.13.4/dart-io/Process/start.html) the ccextractor executable and shows the progress and live output.
12
12
@@ -22,7 +22,7 @@ The GUI basically uses dart's [process](https://api.dart.dev/stable/2.13.4/dart-
22
22
Depending on your OS of choice, one or multiple options are available.
23
23
24
24
### Windows
25
-
- (preferred) [Download the .msi](https://github.com/CCExtractor/ccextractor/releases) to install CCExtractor and this GUI
25
+
- (preferred) [Download the .msi](https://github.com/CCExtractor/ccextractor/releases) to install CCExtractor and the GUI
26
26
- Download the built GUI from the releases on this repository. You'll have to provide a CCExtractor binary yourself
27
27
- Download this repository and build the GUI by yourself. You'll have to provide a CCExtractor binary yourself
28
28
@@ -34,7 +34,7 @@ MacOS requires you to build the GUI from source and get ccextractor manually. Fo
34
34
35
35
36
36
## Usage
37
-
For users new to GUI check out the usage guide [here](USAGE.MD). You can also check all the options avaiable in ccextractor [here](https://ccextractor.org/public/general/command_line_usage/)
37
+
For users new to GUI check out the usage guide [here](USAGE.MD). You can also check all the options avaiable in ccextractor [here](https://ccextractor.org/public/general/command_line_usage/).
0 commit comments