A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

HTML vs. SMIL video

From WHATWG Wiki
Revision as of 22:53, 30 November 2007 by Annevk (talk | contribs) (New page: From what I gather the basic difference is that HTML5 provides a video player capability and SMIL provides a way to synchronize a video with other timeline based content. SMIL has feature...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

From what I gather the basic difference is that HTML5 provides a video player capability and SMIL provides a way to synchronize a video with other timeline based content.

SMIL has features like <par> for parallel playing and HTML5 provides features such as the volume DOM attribute for volume control which make sense for a video player control.

It has been suggested that HTML <video> can reference a SMIL file. (Not sure I want HTML <video> to support more than a limited set of formats though for ease of authoring and deployment.)