Replies: 1 comment
-
there is no empty time or pauses in whisper |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a hard time understanding some of the command options from the help file.
I have been experimenting with max length and found a pretty good value at 50.
./main -t 6 -ml 50 -sow true -m models/ggml-small.en.bin -f "${script_dir}/${wav_file}"\ -ovtt true -of "${script_dir}/${transcription_file}"
But I'm looking to have the VTT Cues be more tightly aligned with when they are spoken. Currently, the timing of the caption starts at 00:00, and the second caption begins immediately after, regardless of any pauses in the dialogue:
Is there a command option to align the value of the cues with the words as they are spoken? This would allow the captions to disappear when dialogue is not being spoken.
Beta Was this translation helpful? Give feedback.
All reactions