abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️

Home Page:https://abdeladim-s.github.io/subsai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subtitle timing adjustment

andrewzn69 opened this issue · comments

How to set it so that the subtitles are split one sentence at a time?

@andrewzn69, could you please clarify more ? I didn't get your question!

I want to divide the segments in the subtitles by one sentence or one word, is there a way to set this? For example, i want this:

1
00:00:02,501 --> 00:00:05,000
This

2
00:00:05,001 --> 00:00:07,500
is

3
00:00:07,501 --> 00:00:10,000
an

4
00:00:10,001 --> 00:00:12,500
example

Instead of this:

1
00:00:00,000 --> 00:00:12,000
This is an example. Exploring different segment lengths for improved viewer experience. Understanding the importance of timing and readability in subtitles.

Found the answer here.