Topping1 ggerganov commited on
Commit
f0b585e
·
unverified ·
1 Parent(s): e20e19c

Update README.md (#43)

Browse files

* 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 <[email protected]>

Co-authored-by: Georgi Gerganov <[email protected]>

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -45,8 +45,12 @@ options:
45
  -h, --help show this help message and exit
46
  -s SEED, --seed SEED RNG seed (default: -1)
47
  -t N, --threads N number of threads to use during computation (default: 4)
 
48
  -v, --verbose verbose output
49
  --translate translate from source language to english
 
 
 
50
  -ps, --print_special print special tokens
51
  -nt, --no_timestamps do not print timestamps
52
  -l LANG, --language LANG spoken language (default: en)
 
45
  -h, --help show this help message and exit
46
  -s SEED, --seed SEED RNG seed (default: -1)
47
  -t N, --threads N number of threads to use during computation (default: 4)
48
+ -o N, --offset N offset in milliseconds (default: 0)
49
  -v, --verbose verbose output
50
  --translate translate from source language to english
51
+ -otxt, --output-txt output result in a text file
52
+ -ovtt, --output-vtt output result in a vtt file
53
+ -osrt, --output-srt output result in a srt file
54
  -ps, --print_special print special tokens
55
  -nt, --no_timestamps do not print timestamps
56
  -l LANG, --language LANG spoken language (default: en)