Skip to content
Discussion options

You must be logged in to vote

The console output is there to indicate transcription progress and is unaffected by this option.

The srt format is also unaffected by this because SRT is intended as a format for displaying subtitles, represented by whole lines of text (of an appropriate size that makes them easily readable when displayed below the media).

the --word_timestamps option asks Whisper to internally infer timestamps for each word, but if you want to see them outputted, then you also need to select an output format suitable for words. For example, --output_format json will include a "words" key in each segment containing a list of the individual words and their timestamps for that segment.

Also, if you truly wa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 7k50
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