The Subtitle Duration Calculator turns an SRT file into a readable timing sheet. Paste your captions into the SRT Content box, run it, and you get one row per cue with the cue number, exactly how long that caption stays on screen in seconds to two decimals, and the time range it covers. Nothing is altered; the result is a text report you can save with the .txt extension.
Display time is the quiet variable behind most readability complaints. A caption that flashes for a third of a second is unreadable however short the text, and one that sits for fifteen seconds usually means a cue that was never closed at a scene change. Subtitlers checking their own work, accessibility reviewers auditing a course, and editors receiving a file from an unfamiliar vendor all want duration as a list rather than by clicking cue by cue through a timeline.
The tool parses each SubRip block into start and end milliseconds, subtracts them and divides by 1000 for a two-decimal seconds figure. The range is printed back in standard HH:MM:SS,mmm form with an arrow between in and out point, so each row is self-describing and pastes straight into a QC note or spreadsheet. Cues appear in file order, numbered from the parsed list, and an empty or unparseable input returns a plain message rather than a blank page.
Because the analysis is read-only and runs in your browser, you can check a client's master without modifying it and without uploading a line of dialogue.