VTT Format (WebVTT)
WebVTT is the W3C standard for delivering captions and subtitles in web-based video players — offering richer styling and positioning options than SRT, and built natively into the HTML5 video specification.
Definition
VTT, which stands for Web Video Text Tracks, is a plain-text subtitle and caption file format defined by the World Wide Web Consortium (W3C) as the standard for the HTML5 <track> element. Files use the .vtt extension and are the native subtitle format for web-based video players including browsers like Chrome, Firefox, Safari, and Edge, as well as platforms built on HTML5 video. A VTT file begins with the mandatory header line 'WEBVTT' followed by an optional file description block, then a series of caption cues. Each cue consists of an optional cue identifier, a timecode range (formatted as HH:MM:SS.mmm --> HH:MM:SS.mmm, using a period rather than the comma used in SRT), and the caption text. VTT supports additional cue settings after the timecode that control text positioning, alignment, and line placement — capabilities that SRT lacks. Beyond basic captions, VTT supports several extended features: cue positioning and alignment settings allow precise placement of text anywhere in the video frame; region definitions allow text to be constrained to a defined area; voice spans (using <v Speaker Name> tags) can attribute dialogue to named speakers; and chapter markers can be defined in separate VTT files for video navigation. CSS styling can also be applied to VTT captions in supported browsers through the ::cue pseudo-element. For streaming platforms and CDN-delivered video, VTT is frequently used alongside HLS and MPEG-DASH streams because adaptive bitrate players commonly use VTT tracks for subtitle delivery. For accessibility compliance on the web, VTT is the recommended format for closed captions delivered via the <track> element. While VTT is the technical standard for web video, SRT remains more universally supported across social platforms, desktop media players, and video editing software. In practice, many workflows generate one format and convert it to the other as needed — the two formats are structurally very similar and conversion is straightforward.
Related Terms
Features
W3C Web Standard
VTT is the official subtitle format for HTML5 video, defined by the W3C. Native support is built into all major browsers, making it the most reliable choice for web-delivered video caption tracks.
Cue Positioning & Alignment
Unlike SRT, VTT supports cue settings that control where caption text appears in the frame — including vertical position, horizontal alignment, and text direction — giving developers precise layout control.
HLS & DASH Compatible
Adaptive bitrate streaming protocols like HLS and MPEG-DASH use VTT files to deliver subtitle tracks alongside video segments, making VTT essential for professional streaming workflows.
Speaker Voice Tagging
VTT supports voice span tags (<v Speaker Name>) to attribute caption lines to specific speakers, enabling richer multi-speaker caption experiences in compatible players — useful for interviews and panels.
Chapter Markers
VTT files can be used to define chapter markers for video navigation — a separate VTT track with chapter titles and timecodes that browsers and platforms can render as a chapter list or timeline markers.
CSS Caption Styling
In web players, VTT captions can be styled using the CSS ::cue pseudo-element, allowing developers to control font, color, background, and size — giving more visual control than SRT's limited tag support.
Frequently Asked Questions
Let AI Handle Your Captions Automatically
OpenClip generates word-level captions and burns them into your clips — ready for TikTok, Reels, and Shorts without juggling caption files.