-
When whisper generates the srt file, the subtitles are not synchronized with the speech, like when there are silents in the speech, the subs timings include the silence, I wanted to know if there is a way to have the subs timing synchronized with the speech. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can try #1114 in conjunction with the Note however that |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also plagued by this problem, have you found a solution to this problem? |
Beta Was this translation helpful? Give feedback.
You can try #1114 in conjunction with the
--word_timestamps True
option, which improves timestamp accuracy when there is silence between sentences.Note however that
--word_timestamps True
currently also generates a different type of srt file where individual words are highlighted. In the future, word highlighting should probably be an option.