Skip to content
Discussion options

You must be logged in to vote

The simplest way to get an SRT with word timestamps is to use the command line. If you are using the latest whisper, try the turbo model first. For example,

whisper audio.wav --model turbo --task transcribe --word_timestamps True
whisper audio1.wav audio2.mp3 video3.mp4 --model turbo --task transcribe --word_timestamps True

You can see the full range of command line options with

whisper --help

I don't recommend chatGPT as your primary resource to understand whisper. Search these discussion boards first, there are a few years worth of questions and answers across different platforms.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BobHD
Comment options

@glangford
Comment options

@BobHD
Comment options

@glangford
Comment options

Answer selected by BobHD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants