Difference between revisions of "HTML5 Open Video Player/Resources"
Sweerdenburg (talk | contribs) |
Sweerdenburg (talk | contribs) |
||
Line 31: | Line 31: | ||
** [https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO File IO (Mozilla)] | ** [https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO File IO (Mozilla)] | ||
** [http://dev.opera.com/libraries/fileio/docs/overview-summary-file-io.js.dml File IO (Opera)] | ** [http://dev.opera.com/libraries/fileio/docs/overview-summary-file-io.js.dml File IO (Opera)] | ||
+ | |||
+ | '''GitHubs''' | ||
+ | * [http://github.com/zencoder/video-js Video.js] | ||
+ | * [http://github.com/annasob/popcorn-js Popcorn.js] |
Revision as of 21:13, 15 October 2010
List of Resources of Helpful Links
HTML5
Accessibility
Video
Canvas
Subtitling and TTXT
- WhatWG.org Standards Documentation on Track Element
- TTXT example
- WebSRT Example (Conceptual)
- Approach on JavaScripted subtitles
- JavaScript subtitles through HTML5
- Timed subtitles using smil
JS Cookies and File IO
GitHubs