At One Place

.vtt files

.vtt file
WebVTT Caption
The W3C caption format HTML5 video uses, essentially SRT with a header and styling.

What opens a .vtt file

Windows
VLC, Notepad (built in), Subtitle Edit
macOS
VLC, TextEdit (built in), IINA
Linux
VLC, Text Editor (built in), mpv
In a browser
Any web browser (with a video element)

What a .vtt file is

WebVTT is the standard track format for the HTML5 <track> element, so it is what browsers, YouTube and streaming players expect. It looks much like SRT — timecodes plus text — but starts with a WEBVTT line, uses dots rather than commas in timestamps, and supports positioning and CSS styling. Converting between VTT and SRT is trivial and dozens of tools do it.

Converting it

A .vtt file is commonly converted to .srt, .ass or .txt. It is a plain text format, so any text editor can open and edit it directly.

Details

Extension
.vtt
Full name
WebVTT Caption
Category
Video
MIME type
text/vtt
Created by
W3C / WHATWG
Format
Plain text

Common questions

How do I open a .vtt file?
On Windows use VLC; on macOS use VLC; on Linux use VLC. The W3C caption format HTML5 video uses, essentially SRT with a header and styling.
What is a .vtt file?
WebVTT Caption. WebVTT is the standard track format for the HTML5 <track> element, so it is what browsers, YouTube and streaming players expect. It looks much like SRT — timecodes plus text — but starts with a WEBVTT line, uses dots rather than commas in timestamps, and supports positioning and CSS styling.
Can I convert a .vtt file?
Yes. It is usually converted to .srt, .ass or .txt, either by exporting from one of the programs listed above or with a format converter.

Related pages

Sources

  1. Media Types Registry — IANA
  2. Official vendor product documentation — At One Place

How these figures are compiled and checked