jianfch / stable-ts

Transcription, forced alignment, and audio indexing with OpenAI's Whisper
MIT License
1.59k stars 176 forks source link

How can I generate the subtitles without styleing? #283

Closed kanjieater closed 10 months ago

kanjieater commented 10 months ago

I want segments that match shows, and am wondering if there's any way to generate just unsytled subtitles:

result.to_srt_vtt(full_timings_path, word_level=False)

Edit, this ended up just working. Thanks for the hard work on this as always