How to fix subtitles staying on screen until new ones show up? #2210
-
This is happening to me and I dont know how to solve it other than having to manually change the timestamps for every utterance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
whisper doesn't do this (there is no internal option to have subtitles linger). You could write code to post-process the output to look at pairs of subtitles, and extend the end time of the first subtitle to stay on screen until the start of the second. |
Beta Was this translation helpful? Give feedback.
-
Unrelated but i need your opinion on this please I use your spacy script to deal with this. But it only works with word timestamps enabled. And enabling that gives me cuda triton error as I'm using windows. |
Beta Was this translation helpful? Give feedback.
Ah....ok sorry, I misunderstood. Do you use
--word_timestamps True