Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable max pause to subtitles #14

Open
Cynary opened this issue May 10, 2024 · 0 comments
Open

Add configurable max pause to subtitles #14

Cynary opened this issue May 10, 2024 · 0 comments

Comments

@Cynary
Copy link

Cynary commented May 10, 2024

Proposed changes

It would be good to have the ability to split subtitles based on the amount of time between words.

Context

Today, if there's a big gap in time between two words, the subtitle just lingers in the screen, which can be distracting. Instead, it would be better for the subtitle to finish where the gap starts.

Possible Implementation

Should be similar to how you implement the line_length-based splitting, just look at the most recent word end time and compare it to the current start time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant