Chapter 4: Creating Audio and Video Content
In This Chapter
Discovering audio formats for the web
Encoding audio
Encoding video
Audio tips and tricks
Some people think that websites are just pretty pictures and text. That’s all changed, though. You can add sound to a website without breaking a sweat. When you add sound in a web-friendly format to a website, the sound streams into the user’s browser. Video is another option for savvy web designers. If a picture is worth a thousand words, a video must be worth at least a million. Before HTML5 arrived on the scene, you had to jump through quite a few hoops to play video in an HTML document. With HTML5, though, you have to worry about only two file formats, and a wee bit of code to display video on a web page. In this chapter, we show you a thing or two about sound and video.
Note: HTML5 is not compliant with older browsers. However, we do offer a thrifty solution for incorporating good-quality video in the websites you design. After reading this chapter, you can create websites that can be seen — and heard.
Exploring Audio Formats for ...