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
About 40% of the time I don't get the benefit of sub-skip because the subtitles are timed by a machine or timed poorly. It would be nice if there was an option to only allow subtitle duration to be a maximum of x seconds. For example, 7 seconds
something like sub-end = sub-start + min(x, sub-end - sub-start) where x = 7
but I'm not 100% confident that you will want to incorporate the get_selected_tracks code so I didn't make a PR but feel free to upstream any changes from my script
About 40% of the time I don't get the benefit of sub-skip because the subtitles are timed by a machine or timed poorly. It would be nice if there was an option to only allow subtitle duration to be a maximum of x seconds. For example, 7 seconds
something like
sub-end = sub-start + min(x, sub-end - sub-start) where x = 7
zenyd/mpv-scripts#28
The text was updated successfully, but these errors were encountered: