The Minimum Display Time Validator checks how long each cue in the SRT you paste into the SRT Content box stays on screen and reports any outside the window set by Min seconds and Max seconds. Each finding names the cue number, its duration to two decimals and the boundary it broke; a passing file returns a confirmation quoting the range used. The report saves as a .txt file.
Duration limits exist because both extremes hurt the viewer. A caption under roughly eight tenths of a second registers as a flicker rather than as text, and some players will not render it cleanly at all. At the other end, a cue held for twelve or fifteen seconds nearly always means a line that should have been split, or an out point never trimmed at a scene change. Streaming platforms, broadcasters and accessibility auditors write both limits into their specifications, so QC reviewers need to test against them before a file ships.
The validator parses each block into start and end milliseconds, converts the difference to seconds and compares it with your thresholds. Anything under the minimum is reported first, and only cues that clear the minimum are then tested against the maximum, so each cue yields at most one finding and the report stays readable. Empty fields fall back to 0.8 and 7 seconds, which match common house standards. It is purely diagnostic and changes no timing or dialogue.
All parsing happens in your browser, so files stay on your machine and a long episodic track validates instantly.