graphic with four colored squares
slanted W3C logo
Cover page images (keys)

Video on the Web

Philippe Le Hégaret

plh@w3.org

W3C Interaction Domain Leader,
Video in the Web Activity Lead

HTML 5.0 <video>

A classic video player, developed using SVG.

The SVG controls interface reacts to HTML 5 media events (time, volume, play, pause, load progress, etc.).

… but video codec: Youtube vs Dailymotion.

00:00 00:00

Timed Text: History

Timed Text: Online Captioning

Chairs: Sean Hayes (Microsoft), David Kirby (BBC)

<tt
 xmlns="http://www.w3.org/ns/ttml"
 xmlns:tts="http://www.w3.org/ns/ttml#styling">
  <body>
    <div>
      <p begin="0s" end="10s">
          This word must be
            <span tts:color='red'>red</span>
          <br />and this one
            <span tts:color='green'>green</span>.
      </p>
    </div>
  </body>
</tt>
NCAM demo

Timed Text: Online Captioning

Timed Text: Online Captioning

<tt xml:lang="en"
    xmlns="http://www.w3.org/ns/ttml"
    xmlns:tts="http://www.w3.org/ns/ttml#styling"
    xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
  <head>
    <metadata> 
      <ttm:title>Styling Test - overflow - 003</ttm:title>
    </metadata>
    <layout>
      <region xml:id="r1">
	<style tts:origin="0px 0px"/>
	<style tts:extent="150px 30px"/>
	<style tts:backgroundColor="black"/>
	<style tts:color="white"/>
	<style tts:overflow="visible"/>
      </region>
      <region xml:id="r2">
	<style tts:origin="0px 0px"/>
	<style tts:extent="100px 100px"/>
	<style tts:backgroundColor="white"/>
	<style tts:color="black"/>
	<style tts:overflow="visible"/>
      </region>
    </layout>
  </head>
  <body>
    <div region="r1">
      <p begin="0s" end="10s">Text is visible.</p>
    </div>
    <div region="r2">
      <p begin="10s" end="20s">Text is visible.</p>
    </div>
  </body>
</tt>

Timed Text Demos

Visit the Working Group page

Timed Text: Recent Progress

For more information, visit the Working Group page

Thank you

Cinematographie

Video on the Web is not just what you see

— it's what you can search, discover, create, distribute and manage.

http://www.w3.org/2008/WebVideo

Join W3C!

Slides at http://www.w3.org/2009/Talks/1031-video-html5-plh/