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

whisper.cpp also has args for this
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!
--help does list the info btw, but that wouldn’t have helped if you didn’t know the file format extensions