Confirmed users
9
edits
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
'''WebVTT: Web Video Text Tracks''' is a concerted effort to bring subtitles that run natively on the browser to the web. | '''WebVTT: Web Video Text Tracks''' is a concerted effort to bring subtitles that run natively on the browser to the web. WebVTT functions by attaching an external WebVTT file to the <video> element via the <track> element like so: | ||
<pre> | <pre> | ||
<video src="video.webm"> | <video src="video.webm"> | ||