SRT
currentMigrated from docs/subtitles/SRT.mdx at
37c3317fd058; modified for Encode Wiki · CC BY-SA 4.0SubRip Text (SRT) is a text format for subtitles, described as ‘the most basic of all subtitle formats’. SRT files are plain text with the extension .srt.
Format
Section titled “Format”Subtitles are placed into sequentially ordered groups, called cues, with a starting and ending timestamp, encoded hours:minutes:seconds,milliseconds. Note the seperator for the millisecond value is a comma. The starting and ending value are seperated by -->.
Unoffical features
Section titled “Unoffical features”Some basic HTML tags are supported by some viewers, such as:
<b>bold</b>bold<i>italics</i>italics<u></u>underlined<font color="#0000FF">Blue</font>colored text.
Note these will be displayed verbatim on viewers that don’t support these features.
Example
Section titled “Example”100:00:00,000 --> 00:01:00,000This subtitle will be visible for the first minute of the stream
200:01:00,000 --> 00:01:30,000and this one for thirty seconds after that.