SRT / VTT Caption Reading Speed (WPM) Checker
DataParse an SRT or WebVTT file and report the words-per-minute reading speed of every cue, flagging ones that exceed common broadcast accessibility guidelines.
Paste or upload an SRT or WebVTT file and this parses every cue's timing and text to compute the words-per-minute and characters-per-second reading speed each cue actually demands. Cues faster than roughly 180 words per minute or 20 characters per second are flagged, common thresholds from broadcast accessibility guidance for how fast a viewer can comfortably read on-screen text before it disappears. Both thresholds are adjustable, since some house styles are stricter or looser than the defaults. This is distinct from the shipped SRT/WebVTT Subtitle Converter, which converts between formats and shifts timing but doesn't evaluate reading speed at all.
How to use SRT / VTT Caption Reading Speed (WPM) Checker
- 1.Paste your SRT or WebVTT file, or upload it directly.
- 2.Optionally adjust the words-per-minute or characters-per-second thresholds to match your own style guide.
- 3.Check the flagged cues in the table, each one highlighted where its reading speed exceeds a threshold, and either extend the cue's duration or shorten the text.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/caption-reading-speed-checker \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"input":"1\n00:00:01,000 --> 00:00:04,000\nHello there.\n"}'Get an API key from your dashboard · Full API docs →