The Subtitle Line Breaker re-wraps every cue in a SubRip file so no display line exceeds your limit. Paste the subtitles into the SRT Content box, set Max characters per line, and the tool returns a complete SRT - downloadable as an .srt file - with unchanged timings and text broken at word boundaries into readable lines.
Overlong lines are the signature of a translated file, a transcript pasted from a document, or a merge that flattened two-line captions into one. They overflow the safe area, clip on phones and force viewers to read faster than they can. Subtitlers working to broadcast style guides, vendors whose target language ran 30 percent longer, and accessibility teams preparing compliant captions all need bulk re-wrapping.
The algorithm is conservative. Cue text is split on the breaks it already has, and any line already within the limit passes through untouched. A long line is split on spaces and rebuilt greedily: words are appended until the next would exceed the limit. Nothing is hyphenated and no word is ever cut, so a single token longer than the limit stays intact on its own line. Numbering and both timecodes are carried through unchanged.
All wrapping happens in your browser with no upload, and full-length files finish instantly.