From: Topping1 Date: Wed, 12 Oct 2022 04:32:14 +0000 (-0500) Subject: Update README.md (#43) X-Git-Tag: upstream/1.7.4~1961 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1348796a93e0031cc026d06ae20d1faf0fe181cc;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md (#43) * 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 Co-authored-by: Georgi Gerganov --- diff --git a/README.md b/README.md index d8f6c937..29ccc748 100644 --- 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)