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
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 = 7zenyd/mpv-scripts#28