Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 11 Key Concepts 1 Copyright © Terry Felke-Morris.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

2.02F Publishing Animated Videos 2.02 Develop Computer Animations.
Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Chapter 11 Media and Interactivity Basics Key Concepts
HTML Structure & Web Design Basics
Section 9.1 Identify multimedia design guidelines Identify sources of multimedia files Explain the ethical use of multimedia files Describe multimedia.
HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio.
1 © Netskills Quality Internet Training, University of Newcastle Multimedia Web Pages © Netskills, Quality Internet Training, University of Newcastle Netskills.
1 Introduction to Computer Science بسم الله الرحمن الرحيم MULTIMEDIA LEVEL -9 King Khalid University Kingdom of Saudi Arabia Ministry of Higher Education.
Neal Stublen Pre-HTML5 Solutions  Audio and video were embedded in pages using plug-ins Apple Quicktime Microsoft Silverlight Adobe.
UNIT K: INCORPORATING VIDEO AND AUDIO 1 Encoding: the process of transforming moving image and/or sound into a digital file. Each encoding method known.
Web Development & Design Foundations with XHTML
Sounds, Images & Other Objects Website Production.
 Multimedia is everything you can hear or see: texts, books, pictures, music, sounds, CDs, videos, DVDs, Records, Films, and more.  Multimedia comes.
3.02 Publishing Animations
INF Web Design Using Multimedia on the Web Video - Part 1.
M ULTIMEDIA ON THE W EB. Multimedia Purpose of Multimedia Multimedia Issues Animation Digital Audio fundamentals Browser Plug-ins Java Applets.
Web Developer & Design Foundations with XHTML
Web Development & Design Foundations with HTML5 7th Edition
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
AUDIO VIDEO FLASH DIGITAL MEDIA: COMMUNICATION AND DESIGN
HYPERTEXT MARKUP LANGUAGE (HTML)
Section 9.1 Section 9.2 YOU WILL LEARN TO…
Audio and Video on the Web Sec 5-12 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
Session: 11. © Aptech Ltd. 2HTML5 Audio and Video / Session 11  Describe the need for multimedia in HTML5  List the supported media types in HTML5 
Web Development & Design Foundations with XHTML Chapter 11 Key Concepts.
© 2011 Delmar, Cengage Learning Chapter 11 Adding Media and Interactivity with Flash and Spry.
CIS 1310 – HTML & CSS 11 Web Multimedia & Interactivity.
Web Development & Design Foundations with XHTML Chapter 11 Key Concepts.
Video on the Web. The Evolution of web video formats… WebM (Supported by Google) Ogg (Supported by Theora) Mp4 (h264 video encoding) WebM (Supported by.
CHAPTER 18 INTEGRATING AUDIO AND VIDEO. LEARNING OBJECTIVES How the HTML 5 and tag pair can be used to include a video file within a webpage How video.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
Tutorial 7 Working with Multimedia. XP Introducing Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline.
1 Web Developer Foundations: Using XHTML Chapter 10 Helper Applications and Plug-in Concepts.
1 Lecture 12: Multimedia Not in Web 101 Text  Important Multimedia Issues  Audio  Movies and Video  Multimedia and HTML Documents.
Audio and Video CGS Some Common Audio Formats Format Use Extension MIDI instrumental music.mid MPEG songs.mp3 RealAudio live broadcasts.ra Wave.
Web Developer & Design Foundations with XHTML
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 11 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Use of Multimedia on web page. HTML Media Q. How to call Image file in our web page ? A. That is the easy syntax for defining an image. 2.
GIF - Graphics Interchange Format JPEG - Joint Photographic Experts Group PNG - Portable Network Graphics GIF images are limited to the 8 bit palette which.
Multimedia From Greenlaw/Hepp, In-line/On-line: Fundamentals of the Internet and the World Wide Web 1 Introduction Important Multimedia Issues Audio Movies.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
File Format. Graphics file Format GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) TIFF (Tag.
File Format. Graphic file Format GIF –cross-platform compatibility –developed by CompuServe as a common format for exchanging bitmapped images between.
Multimedia Web Pages. Multimedia displays Browser can load web pages that contains multimedia elements 1. Helper applications: stand-alone programs that.
HTML 5. Introduction In modern browsers, adding a video to your page is as easy as adding an image. No longer do you need to deal with special plug-ins.
Embedding Multimedia in Web Pages  Multimedia is a popular buzzword for sound, motion video, and interactive animation.  Some problems or obstacles.
Multimedia. What is multimedia? Multimedia is everything you can hear or see: texts, books, pictures, music, sounds, CDs, videos, DVDs, Records, Films,
2 If aliens came to this solar system and observed humans over the last several years, what would they think is the most significant benefits of the.
CS 200 Multimedia Objects in Web Pages. MultiMedia Objects Three primary types of multimedia objects  Audio  Video Includes Flash Objects  Images.
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
CHAPTER 8 Multimedia 1. Using Multimedia ❖ Multimedia: the combination of text, sound, and video to express an idea or convey a message. ❖ Podcasts: a.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 11 KEY CONCEPTS 1.
Web Development & Design Foundations with HTML5
Web Programming– UFCFB Lecture 8
Digital TV..
3.02 Publishing Animations
Tutorial 7 Working with Multimedia
HTML5 Level II Session II
Basics of Web Design Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2018 Terry Ann Morris, Ed.D.
Integrating Multimedia: Sound, Video and More
HTML5 Media.
Basics of Web Design Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D.
Web Development & Design Foundations with H T M L 5
Web Programming– UFCFB Lecture 8
Presentation transcript:

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 11 Key Concepts 1 Copyright © Terry Felke-Morris

HELPER APPLICATIONS & PLUG-INS  Helper Application  A program that can be designated to handle a particular file type (such as.wav or.mpg) to allow the user to view or otherwise utilize the special file.  The helper application runs in a separate window from the browser.  Plug-In  A newer and more common method  Plug-ins run right in the browser window so that media objects can be integrated directly into the web page. 2

Copyright © Terry Felke-Morris CONTAINERS & CODECS  Container  Designated by the file extension – contains the media and metadata  Codec  The algorithm used to compress the media  HTML5 audio & video  Native to the browser  Browsers do not support the same codecs 3

Copyright © Terry Felke-Morris COMMONLY USED PLUG-INS  Adobe Flash Player  Adobe Reader  Windows Media Player  Apple Quicktime 4

Copyright © Terry Felke-Morris COMMON AUDIO FILE TYPES.wav Wave File.aiff Audio Interchange File Format.mid Musical Instrument Digital Interface (MIDI).au Sun UNIX sound file.mp3 MPEG-1 Audio Layer-3.oggOgg Vorbis (open-source). m4a MPEG 4 Audio. This audio-only MPEG-4 format is supported by Quicktime, iTunes, and iPods. 5

Copyright © Terry Felke-Morris COMMON VIDEO FILE TYPES . movQuicktime .avi Microsoft Audio Video Interleaved .wmvWindows Media File .flv Flash Video File .mpgMPEG (Motion Picture Experts Group) .m4v.mp4 (MPEG-4) .ogv Ogg Theora (open-source) .webmVP8 codec (open video format, free) 6

Copyright © Terry Felke-Morris COPYRIGHT ISSUES  Only publish web pages, images, and other media that you have personally created or have obtained the rights or license to use.  Ask permission to use media created by another person instead of simply “grabbing” it.  All work (including web pages) are automatically copyrighted even if there is not copyright mark or date.  Fair Use Clause of the Copyright Act  Creative Commons – A new approach to copyright 7

Copyright © Terry Felke-Morris CONFIGURE AUDIO & VIDEO  Most basic method to provide audio or video files:  Hyperlink Web Design Podcast 8

Copyright © Terry Felke-Morris HANDS-ON PRACTICE 11.1  Page 438  chapter11/podcast/podcast.html 9

Copyright © Terry Felke-Morris XHTML: USING & TAGS TO EMBED AUDIO 10

Copyright © Terry Felke-Morris EXAMPLE  chapter11/musicbasic.html 11

Copyright © Terry Felke-Morris HANDS-ON PRACTICE 11.2  Page 442  chapter11/object.html 12

Copyright © Terry Felke-Morris <object data="sparky.mov" height="150" width="160“ type="video/quicktime" classid="clsid:02BF25D5–8C17–4B23-BC80-D3488ABDDC6B" codebase=" title="Video of a cute Pekingese dog barking"> A video of a cute Pekingese dog barking. XHTML: USING AND TAGS TO EMBED VIDEO 13

Copyright © Terry Felke-Morris EXAMPLE  chapter11/video.html 14

Copyright © Terry Felke-Morris HANDS-ON PRACTICE 11.3  Page 444  chapter11/lighthouse.html 15

Copyright © Terry Felke-Morris MULTIMEDIA & ACCESSIBILITY  Provide alternate content  Transcript (for audio)  Captions (for video)  Text format 16

Copyright © Terry Felke-Morris WHAT IS ADOBE FLASH?  A popular multimedia application  Create multimedia which adds visual interest and interactivity to web pages  Flash movies are saved in “.swf” files  Perception of speedy display .swf files play as they download  Flash Player  Free browser plug-in  Widely installed on browsers 17

Copyright © Terry Felke-Morris ADDING FLASH TO A WEB PAGE & TAGS <object … object attributes go here…. … a brief description of the Flash media can go here along with a link to alternate text content if appropriate… 18

Copyright © Terry Felke-Morris FLASH DETAIL SAMPLE Add a little Flash to your web page 19

Copyright © Terry Felke-Morris FLASH EXAMPLE  chapter11/flash1.html 20

Copyright © Terry Felke-Morris HANDS-0N PRACTICE 11.4  Page 449  chapter11/lighthouse/lighthouse.html 21

Copyright © Terry Felke-Morris HTML5 EMBED ELEMENT <embed type="application/x-shockwave-flash" src="fall5.swf" width="640" height="100" quality="high” title="Fall Nature Hikes"> 22

Copyright © Terry Felke-Morris EXAMPLE  chapter11/flashembed.html 23

Copyright © Terry Felke-Morris HANDS-ON PRACTICE 11.5  Page 450  chapter11/lighthouse/embed.html 24