Difference between revisions of "HTML5 Open Video Player/Resources"
Sweerdenburg (talk | contribs) |
Sweerdenburg (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
'''Subtitling and TTXT''' | '''Subtitling and TTXT''' | ||
− | *[http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#the-track-element WhatWG.org Standards Documentation on Track Element] | + | * [http://gpac.sourceforge.net/doc_ttxt.php TTXT Spec] |
+ | * [http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#the-track-element WhatWG.org Standards Documentation on Track Element] | ||
* [http://forum.doom9.org/showthread.php?t=119118 TTXT example] | * [http://forum.doom9.org/showthread.php?t=119118 TTXT example] | ||
* [http://blog.gingertech.net/2010/08/07/websrt-and-html5-media-accessibility/#WebSRT WebSRT Example (Conceptual)] | * [http://blog.gingertech.net/2010/08/07/websrt-and-html5-media-accessibility/#WebSRT WebSRT Example (Conceptual)] | ||
Line 31: | Line 32: | ||
** [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] | ||
+ | * [https://github.com/jlward4th/JSAMF JSAMF.js] AMF serialization |
Latest revision as of 16:05, 13 November 2010
List of Resources of Helpful Links
HTML5
Accessibility
Video
Canvas
Subtitling and TTXT
- TTXT Spec
- 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
- Video.js
- Popcorn.js
- JSAMF.js AMF serialization