Detect timestamp of the first word #1603
Answered
by
glangford
LostArrows27
asked this question in
Q&A
-
Hi guys, im using some Javascript library of Whisper in order to make subtitle for video. Is there anyway i can detect time of the first word spoken in the video cause when i test with this audio file it only gives me the first conversation from 0:00s to 10:00s meanwhile from 0:00s to 7:00s is just background music. |
Beta Was this translation helpful? Give feedback.
Answered by
glangford
Aug 16, 2023
Replies: 1 comment
-
Have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LostArrows27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried
--word_timestamps True
? This is listed as an experimental feature, and it doesn't always give the correct timestamp at the beginning of the file. But it is your best option. See also