Test files › Subtitles and captions
Sample Subtitles and captions test files
5 free subtitles and captions test files for QA and developers: comma-separator.vtt, missing-signature.vtt, overlapping-cues.srt, valid.srt and more. Each…
| File | Format | Size | What it catches |
comma-separator.vtt | WebVTT | 176 bytes | WebVTT that uses the SRT comma decimal separator in its timestamps instead of a full stop. |
missing-signature.vtt | WebVTT | 138 bytes | A WebVTT file with correct cues but no "WEBVTT" first line, which makes the whole file invalid. |
overlapping-cues.srt | SRT | 252 bytes | SRT whose cues overlap in time and are not in chronological order, with one zero-length cue. |
valid.srt | SRT | 316 bytes | A valid SubRip file: four cues, 1-based numbering, comma decimal separator, blank line between cues. |
valid.vtt | WebVTT | 399 bytes | A valid WebVTT file with the required signature, a NOTE comment, a named cue and cue settings. |