Y
Hacker News
new
|
ask
|
show
|
jobs
by
jjwiseman
660 days ago
The whisper command at
https://github.com/openai/whisper
can generate .srt and .vtt subtitle files using --output_format.
2 comments
KTibow
659 days ago
whisper.cpp also has args for this
link
yjftsjthsd-h
659 days ago
Well now I feel dumb:P In my defense, that requires finding that option (the readme doesn't discuss options) and knowing that .srt/.vtt are subtitle formats. This is great, thanks!
link
jsjohnst
659 days ago
--help does list the info btw, but that wouldn’t have helped if you didn’t know the file format extensions
link