7
Unit 2 Module 6: HTML Video

Unit 2 Module 6: HTML Video. Use the tag Use the for adding closed captions or other timed text Why learn coding skills? From the experts

Embed Size (px)

Citation preview

Page 1: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

Unit 2Module 6: HTML Video

Page 2: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

Use the <video> tag Use the <track> for adding closed captions

or other timed text Why learn coding skills?

From the experts http://www.youtube.com/watch?v=nKIu9yen5nc

Adding Video to pages

Page 3: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

MP4 File WebM File JPG File VTT file

Files associated with video

Page 4: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

http://code.org/promote You may also produce your own video

Producing your own video will require you to : Produce the video – opportunity to work with video

editing software Convert the video to appropriate format (MP4 and

WebM are preferred for cross-browser capability). Video converter here: http://www.mirovideoconverter.com/

You will need to caption the video: http://amara.org/en/ http://dotsub.com/

The caption format needed for HTML is WebVTT

Videos to use on your web page

Page 5: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

You will be checking video players in a variety of browsers Chrome Explorer Mozilla Etc.

Make sure that the file path is correct in order for the video to play

If video doesn’t work with a browser try it with another browser as it may be a browser issue

Lesson 1: Adding Video to Web Pages

Page 7: Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts

To add an uncaptioned video to your video.html file

Lesson 1 Outcome