-
Hi everyone, I am new with whisper and I need help. I am using whisper locally. When i transcribe my audio file, entire text gets under one single timestamp: coman I use in CMD is whisper file_name.mp3 or mp4 it detects my language OK. I have also tried adding --word_timestamps True --max_words_per_line 8 but same thing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What you see on the screen is just a progress indicator, but the final output is stored in files such as |
Beta Was this translation helpful? Give feedback.
What you see on the screen is just a progress indicator, but the final output is stored in files such as
file_name.srt
(with 8 words per line) andfile_name.json
for raw output including word timestamps.