EmbeddedSubtitles provider: update subtitles checker

This commit is contained in:
Vitiko 2023-10-01 13:20:32 -04:00
parent 3942264d00
commit 654934b5e1
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ def _discard_possible_incomplete_subtitles(streams):
for stream in streams:
# 500 < 1200
if not stream.language.forced and stream.tags.frames < max_frames // 2:
if not stream.language.forced and stream.tags.frames < max_frames // 3:
logger.debug(
"Possible bad subtitle found: %s (%s frames - %s frames)",
stream,