The Line Length Checker audits a SubRip file for lines too long to read on screen. Paste the file into the SRT Content box, set Max characters per line, and you get a plain-text report - saveable as a .txt file - naming every offending line by cue number, line number, actual character count and the limit it broke. A clean file returns a single all-clear message instead.
Character-per-line limits exist because a caption must be read in seconds while the picture moves. Most broadcast and streaming specs settle near 42 characters, with house styles at 37 or 40; beyond that text wraps unpredictably or is clipped on a phone. Subtitlers, localisation vendors checking supplier files, accessibility teams working to Section 508 and creators cleaning auto-captions all need the offenders found fast.
The check is per display line, not per cue: each cue's text is split on its existing breaks and every resulting line measured alone, exactly as a viewer sees it. Counting is raw, so spaces and punctuation are included the way a broadcast spec counts them, and if Max characters per line is blank or zero the tool falls back to 42.
This is a read-only audit - your subtitles are never modified - and it runs in the browser with no upload.