Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuge233 committed Jun 27, 2023
1 parent 82505ab commit c6e4568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
-m, --model (Default: small) Whisper model: base, tiny, small, medium, large.
-o, --output (Default: current directory) Output directory.
-l, --language (Default: auto) Specify transcribe language.
--only-extract (Default: false) Extract audio stream, without transcribing.
--multithread (Default: false) Use multithreading when extracting soundtrack.
--only-extract (Default: false) Extract audio stream only.
--multithread (Default: false) Use multithread, only works for audio extraction.
--help Display this help screen.
--version Display version information.
```
Expand Down Expand Up @@ -41,7 +41,7 @@ whisper_full_with_state: progress = 10%
Use multithreading will disable user input.
If media file has multiple soundtracks, program will extract the first one, you will NOT be able to choose.
If you are transcribing, make sure to have enough disk space to store the temp .wav file.
Proceed? yes(y)/No(N)): y
Proceed? yes(y)/No(N): y
Extracting audio to 1-mp4.mp3
Extracting audio to 2-mp4.mp3
Extracting audio to 3-mp4.mp3
Expand Down

0 comments on commit c6e4568

Please sign in to comment.