]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md (#43)
authorTopping1 <redacted>
Wed, 12 Oct 2022 04:32:14 +0000 (23:32 -0500)
committerGitHub <redacted>
Wed, 12 Oct 2022 04:32:14 +0000 (07:32 +0300)
* Update README.md

Updated README.md to list new features, such as subtitle file support (VTT and SRT)

* Update README.md

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: Georgi Gerganov <redacted>
README.md

index d8f6c937c20f3d69cb1928a27c5edac3f0ebe79f..29ccc7487d2019066864a36a6e5e8963bf0d61ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,8 +45,12 @@ options:
   -h,       --help           show this help message and exit
   -s SEED,  --seed SEED      RNG seed (default: -1)
   -t N,     --threads N      number of threads to use during computation (default: 4)
+  -o N,     --offset N       offset in milliseconds (default: 0)
   -v,       --verbose        verbose output
             --translate      translate from source language to english
+  -otxt,    --output-txt     output result in a text file
+  -ovtt,    --output-vtt     output result in a vtt file
+  -osrt,    --output-srt     output result in a srt file
   -ps,      --print_special  print special tokens
   -nt,      --no_timestamps  do not print timestamps
   -l LANG,  --language LANG  spoken language (default: en)