In my program, I’m only using result_to_srt_vtt() and transcribe().
And I want to set threshold producing srt in order not to let the string length too long in certain timestamp.
I only saw the argument “min_word_dur” in result_to_srt_vtt() to set the minimum word for srt file.
Thank you for your reading and advice.
In my program, I’m only using result_to_srt_vtt() and transcribe(). And I want to set threshold producing srt in order not to let the string length too long in certain timestamp. I only saw the argument “min_word_dur” in result_to_srt_vtt() to set the minimum word for srt file. Thank you for your reading and advice.