Test files › Subtitles and captions › valid.srt
Sample SRT file (valid)
A valid SubRip file: four cues, 1-based numbering, comma decimal separator, blank line between cues.
↓ Download valid.srt| Filename | valid.srt |
| Format | SRT |
| Size | 316 bytes (316 bytes) |
| MIME type | application/x-subrip; charset=utf-8 |
| SHA-256 | 9bd108406fd1c6924494a87a90ff6c9e577aa8bec6f697ec3960a63bf3f8af5b |
What this file catchesBaseline subtitle parsing. SRT times use a COMMA before the milliseconds (00:00:01,000), which is the detail parsers written against WebVTT get wrong.
Download & verify
curl -fsSL -o "valid.srt" "https://files.hexaqa.com/subtitle/valid.srt"
curl -fsSL "https://files.hexaqa.com/subtitle/valid.srt" | sha256sum
# expect: 9bd108406fd1c6924494a87a90ff6c9e577aa8bec6f697ec3960a63bf3f8af5b