Definition
VideoText editorial team. Updated September 13, 2026.
An SRT (SubRip) file is a plain-text subtitle format. Each cue has an index, a start and end timecode using comma milliseconds, one or two lines of text, and a blank line.
The sections below explain how SRT file is used in transcription and subtitle work, what people often mix up, and which VideoText workflow applies when the next step is a file or review pass.
A minimal cue looks like this:
It is simple to edit in any text editor and easy to validate. It does not natively carry the styling and region features of WebVTT or TTML.
WebVTT is a W3C format for HTML5 video. It uses a WEBVTT header and dot milliseconds. Convert, do not rename the extension, if a player expects VTT.