The Netflix Subtitle Checker reads the SRT you paste into the SRT Content box and audits every cue against four broadcast-style limits: at most two lines, at most 42 characters per line, a reading speed at or below 21 characters per second, and a minimum display time of one second. You get a plain-text report naming each offending cue, or a single pass message, downloadable as .txt.
Strict OTT platforms reject deliveries on exactly these grounds, and a rejection usually costs a day. Subtitle vendors, QC operators and freelance translators need to know before an asset goes out whether a cue runs three lines or flashes past at 28 characters per second. Reading speed in particular is invisible in a text editor.
The checker parses the SRT into timed cues, splits each cue on newlines to count lines and measure their lengths, computes characters per second from the text length over the cue duration, and converts the start-to-end gap into seconds for the minimum test. Every failure is reported separately with the cue index and the measured number, so a cue that is both too long and too fast produces two clear entries.
These thresholds mirror common OTT guidance rather than any one company's current contract, so confirm the exact figures against your platform spec. The tool is read-only and nothing you paste is uploaded.