abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Subtitle timing adjustment #90

Closed andrewzn69 closed 6 months ago

andrewzn69 commented 6 months ago

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

abdeladim-s commented 6 months ago

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

andrewzn69 commented 6 months ago

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.
andrewzn69 commented 6 months ago

Found the answer here.