You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, a subtitle line lasts for a couple of seconds, say, and then it should end according to the transcript, followed by a break of some time before the next subtitle line.
So
sub1 should be shown for 5s
there should be no subtitle visible for 5s
a new subtitle line should be shown
In my case the second step is skipped, meaning the first line is not hidden.
The text was updated successfully, but these errors were encountered:
I consider this a feature and design choice, not a bug. Yes, there are instances where there may be something like an opening playing and the subtitle will be left playing, but this solves many nuances with subtitles being too hard to catch or the very slightest bits of text too hard to rewind for.
Found an elegant solution for this that should hide the subtitle while keeping it as the current context (if the subtitle end time is past, the widget hides -- internally, the previous subtitle is still kept so export and seek backs should still be the subtitle, just hidden from view). Should be included in the next version.
In some cases, a subtitle line lasts for a couple of seconds, say, and then it should end according to the transcript, followed by a break of some time before the next subtitle line.
So
In my case the second step is skipped, meaning the first line is not hidden.
The text was updated successfully, but these errors were encountered: