401
edits
(update wmml interfac) |
(added descriptions, chapters examples) |
||
| Line 171: | Line 171: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="en-US"> | <wmml lang="en-US" kind="subtitles"> | ||
<cuelist> | <cuelist> | ||
<cue start="00:00:15.00" end="00:00:17.95">At the left we can see...</cue> | <cue start="00:00:15.00" end="00:00:17.95">At the left we can see...</cue> | ||
| Line 183: | Line 183: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="de_DE"> | <wmml lang="de_DE" kind="subtitles"> | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
| Line 208: | Line 208: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="zh"> | <wmml lang="zh" kind="subtitles"> | ||
<head> | <head> | ||
cue { | cue { | ||
| Line 229: | Line 229: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="en-US"> | <wmml lang="en-US" kind="captions"> | ||
<cuelist> | <cuelist> | ||
<cue start="00:00:15.00" end="00:00:17.95">At the left we can see...</cue> | <cue start="00:00:15.00" end="00:00:17.95">At the left we can see...</cue> | ||
| Line 243: | Line 243: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="en-US"> | <wmml lang="en-US" kind="lyrics"> | ||
<head> | <head> | ||
<title>Can't buy me Love</title> | <title>Can't buy me Love</title> | ||
| Line 270: | Line 270: | ||
<pre> | <pre> | ||
<!DOCTYPE wmml> | <!DOCTYPE wmml> | ||
<wmml lang="en-US"> | <wmml lang="en-US" kind="karaokes"> | ||
<head> | <head> | ||
<title>Can't buy me Love</title> | <title>Can't buy me Love</title> | ||
| Line 300: | Line 300: | ||
5. Chapter markers | 5. Chapter markers | ||
<pre> | |||
<!DOCTYPE wmml> | |||
<wmml lang="en-US" kind="chapters"> | |||
<cuelist> | |||
<cue start="00:00:00.00" end="00:00:18.00">Introductory Titles</cue> | |||
<cue start="00:00:18.01" end="00:01:10.00">The Jack Plugs</cue> | |||
<cue start="00:01:10.01" end="00:02:30.00">Robotic Birds</cue> | |||
</cuelist> | |||
</wmml> | |||
</pre> | |||
6. Texted audio descriptions | 6. Texted audio descriptions | ||
<pre> | |||
<!DOCTYPE wmml> | |||
<wmml lang="en-US" kind="descriptions"> | |||
<cuelist> | |||
<cue start="00:00:00.00" end="00:00:05.00">The orange open movie project presents</cue> | |||
<cue start="00:00:05.01" end="00:00:12.00">Introductory titles are showing on the background of a water pool with fishes swimming and mechanical objects lying on a stone floor.</cue> | |||
<cue start="00:00:11.01" end="00:00:14.80">elephants dream</cue> | |||
</cuelist> | |||
</wmml> | |||
</pre> | |||
7. Timed Metadata | 7. Timed Metadata | ||
8. Linguistic Markup | |||
=== Differences to other proposed formats for use in HTML5 === | === Differences to other proposed formats for use in HTML5 === | ||
edits