gabluz commited on
Commit
410b7e2
·
1 Parent(s): a908109

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ place this model called large_q5_0.bin inside whisper.cpp/models folder and run:
14
 
15
  ./main -m models/large_q5_0.bin yourfilename.wav
16
 
 
 
 
 
 
 
17
  It can transcribe ONLY wav files!
18
 
19
  # Command line to convert mp4 (works for any video, just change the extension) to wav:
 
14
 
15
  ./main -m models/large_q5_0.bin yourfilename.wav
16
 
17
+ # Command to transcribe to SRT subtitle files:
18
+ ./main -m models/large_q5_0.bin yourfilename.wav --output-srt --print-progress
19
+
20
+ # Command to transcribe to TRANSLATED (to English) SRT subtitle files:
21
+ ./main -m models/large_q5_0.bin yourfilename.wav --output-srt --print-progress --translate
22
+
23
  It can transcribe ONLY wav files!
24
 
25
  # Command line to convert mp4 (works for any video, just change the extension) to wav: