check_subtitle_timing
Audit subtitle readability and produce a report: reading speed (CPS), cue durations that are too short or too long, lines that are too wide, more than two lines, and overlapping cues. Returns a formatted report listing every flagged cue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full subtitle file text. | |
| max_cps | No | Max characters per second. Default 20. | |
| max_line_length | No | Max characters per line. Default 42. | |
| max_duration_seconds | No | Maximum cue duration in seconds. Default 7. | |
| min_duration_seconds | No | Minimum cue duration in seconds. Default 0.833 (Netflix 5/6s). |