Introduction to HTML multimedia
HTML Multimedia
Multimedia on the Web refers to sound effects, music, video and animation.
Modern web browsers already support many multimedia formats.
What is multimedia?
Multimedia comes in many different formats. It can be anything you hear or see, text, pictures, music, sound effects, recordings, movies, animations, etc.
On the Internet, you will often find multimedia elements embedded in web pages, and modern browsers already support a variety of multimedia formats.
In this tutorial, you will learn about different multimedia formats and how to use them in your web pages.
Browser support
The first internet browsers only supported text, and even that support was limited to Single font and single color. Then came browsers that supported colors, fonts, and text styles, and image support was added.
Different browsers handle support for sound effects, animation, and video in different ways. Some elements can be processed inline, while others require additional plugins.
You will learn more about plug-ins in the following chapters.
Multimedia formats
Multimedia elements (such as video and audio) are stored in media files.
The most common way to determine the media type is to look at the file extension. When a browser gets a file extension of .htm or .html, it assumes that the file is an HTML page. The .xml extension indicates an XML file, while the .css extension indicates a stylesheet. The image format is identified by .gif or .jpg.
Multimedia elements elements also have file formats with different extensions, such as .swf, .wmv, .mp3 and .mp4.
Video format
##MP4 is a new video format launched by the Internet.YouTube recommends MP4. Flash Players supports MP4 HTML5 supports MP4. |
##Format | File | describe |
AVI |
||
|
||
|
.mpg .mpeg | ##MPEG (Moving Pictures Expert Group) format is the most popular format on the Internet. It is cross-platform and supported by all the most popular browsers.
|
##The RealVideo format was developed by Real Media for the Internet. This format allows video streaming under low bandwidth conditions (online video, IP TV). Because low bandwidth is prioritized, quality often decreases. |
||||||||||||||||||
| .swf
.flv ##Flash (Shockwave) format is developed by Macromedia developing. The Shockwave format requires additional components to play. But the component comes pre-installed on browsers like Firefox or IE. |
||||||||||||||||||
The latest HTML5 standard only supports MP4, WebM, and Ogg video formats. Audio Format MP3 is an audio compression technology, its full name is Moving Image Expert Compression Standard Audio Layer 3 (Moving Picture Experts Group Audio Layer III), referred to as MP3. It is designed to drastically reduce the amount of audio data. If your site is of music type, you can choose mp3 format.
The courseware is not available for download at the moment. The staff is currently organizing it. Please pay more attention to this course in the future~
Students who have watched this course are also learning
|