Spaces:
Running
Running
Minor
Browse files
main.cpp
CHANGED
|
@@ -113,6 +113,7 @@ void whisper_print_usage(int argc, char ** argv, const whisper_params & params)
|
|
| 113 |
fprintf(stderr, " --translate translate from source language to english\n");
|
| 114 |
fprintf(stderr, " -otxt, --output-txt output result in a text file\n");
|
| 115 |
fprintf(stderr, " -ovtt, --output-vtt output result in a vtt file\n");
|
|
|
|
| 116 |
fprintf(stderr, " -ps, --print_special print special tokens\n");
|
| 117 |
fprintf(stderr, " -nt, --no_timestamps do not print timestamps\n");
|
| 118 |
fprintf(stderr, " -l LANG, --language LANG spoken language (default: %s)\n", params.language.c_str());
|
|
|
|
| 113 |
fprintf(stderr, " --translate translate from source language to english\n");
|
| 114 |
fprintf(stderr, " -otxt, --output-txt output result in a text file\n");
|
| 115 |
fprintf(stderr, " -ovtt, --output-vtt output result in a vtt file\n");
|
| 116 |
+
fprintf(stderr, " -osrt, --output-srt output result in a srt file\n");
|
| 117 |
fprintf(stderr, " -ps, --print_special print special tokens\n");
|
| 118 |
fprintf(stderr, " -nt, --no_timestamps do not print timestamps\n");
|
| 119 |
fprintf(stderr, " -l LANG, --language LANG spoken language (default: %s)\n", params.language.c_str());
|