Confirmed users
9
edits
(Moved from Webvtt) |
(→WEBVTT) |
||
| Line 1: | Line 1: | ||
= | = WebVTT = | ||
== Overview == | == Overview == | ||
''' | '''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"> | ||