<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2476970759842835099</id><updated>2012-02-16T12:21:59.463-08:00</updated><title type='text'>Multimedia</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://multimedia-tuftech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2476970759842835099/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://multimedia-tuftech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>westtech</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2476970759842835099.post-6473555655065329707</id><published>2009-05-08T23:37:00.000-07:00</published><updated>2009-05-09T00:02:11.456-07:00</updated><title type='text'>Media</title><content type='html'>&lt;h4&gt;&lt;a href="http://www.singlemuslim.com/farzana79" title="farzana79 (24 / Female / Pakistan / Sunni)" target=""&gt;  &lt;/a&gt;&lt;/h4&gt;&lt;p class="tutintro"&gt;Multimedia is pictures, sound, music, animations, and videos.&lt;/p&gt; &lt;p class="tutintro"&gt;This Multimedia tutorial you will learn how to add multimedia to your web site.&lt;/p&gt;&lt;p class="intro"&gt;Multimedia is pictures, sound, music, animations, and videos.&lt;/p&gt; &lt;p class="intro"&gt;Modern web browsers have support for many multimedia formats.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;What is Multimedia?&lt;/h2&gt; &lt;p&gt;Multimedia is everything you can hear or see: texts, books, pictures, music,  sounds, CDs, videos, DVDs, Records, Films, and more.&lt;/p&gt;  &lt;p&gt;Multimedia comes in many different formats. On the Internet you will find  many of these elements embedded in web pages, and today's web browsers have  support for a number of multimedia formats. &lt;/p&gt;  &lt;p&gt;In this tutorial you will learn about different multimedia formats and how to  use them in your web pages.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Browser Support&lt;/h2&gt; &lt;p&gt;The first Internet browsers had support for text only, and even the text  support was limited to a single font in a single color, and little or nothing  else.&lt;/p&gt; &lt;p&gt;Then came web browsers with support for colors, fonts and text styles, and  the support for pictures was added.&lt;/p&gt; &lt;p&gt;The support for sounds, animations and videos is handled in different ways by  different browsers. Some elements can be handled inline, some requires a plug-in  and some requires an ActiveX control.&lt;/p&gt; &lt;p&gt;You will learn more about this in the next chapters. &lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Multimedia Formats&lt;/h2&gt; &lt;p&gt;Multimedia elements (like sounds or videos) are stored in media files.&lt;/p&gt; &lt;p&gt;The most common way to discover the media type is to look at the file  extension.&lt;/p&gt; &lt;p&gt;When a browser sees the file extensions .htm or .html, it will assume that the  file is an HTML page. The .xml extension indicates an XML file, and the .css  extension indicates a style sheet. &lt;/p&gt; &lt;p&gt;Picture formats are recognized by extensions like .gif and .jpg.&lt;/p&gt; &lt;p&gt;Multimedia elements also have their own file formats with different extensions.&lt;/p&gt; &lt;p&gt;You will learn more about media file extensions in the next chapters.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Sound can be stored in many different formats.&lt;/b&gt;&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The MIDI Format&lt;/h2&gt;  &lt;p&gt;The MIDI (Musical Instrument Digital Interface) is a format for sending music  information between electronic  music devices like synthesizers and PC sound cards.&lt;/p&gt;  &lt;p&gt;The MIDI format was developed in 1982 by the music industry. The MIDI format is very flexible and can be used for  everything from very simple to real professional music making.&lt;/p&gt;  &lt;p&gt;MIDI files do not contain sampled sound, but a set of digital musical  instructions (musical notes) that can be interpreted by your PC's sound card.&lt;/p&gt;  &lt;p&gt;The downside of MIDI is that it cannot record sounds (only notes). Or, to put  it another way: It cannot store songs, only tunes.&lt;/p&gt;  &lt;p&gt;&lt;a target="_blank" href="http://www.w3schools.com/media/beatles.mid"&gt;Click here to play The Beatles&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The upside of the MIDI format is that since it contains only instructions  (notes), MIDI files can be extremely small. The example above is only 23K in  size but it plays for nearly 5 minutes.&lt;/p&gt;  &lt;p&gt;The MIDI format is supported by many different software systems over a large  range of platforms. MIDI files are supported by all the most popular Internet  browsers.  &lt;/p&gt;  &lt;p&gt;Sounds stored in the MIDI format have the extension .mid or .midi.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The RealAudio Format&lt;/h2&gt;  &lt;p&gt;The RealAudio format was developed for the Internet by Real Media. The format  also supports video.&lt;/p&gt;  &lt;p&gt;The format allows streaming of audio (on-line music, Internet radio) with low  bandwidths. Because of the low bandwidth priority, quality is often reduced. &lt;/p&gt;  &lt;p&gt;Sounds stored in the RealAudio format have the extension .rm or .ram.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The AU Format&lt;/h2&gt;  &lt;p&gt;The AU format is supported by many different software systems over a large  range of platforms.  &lt;/p&gt;  &lt;p&gt;Sounds stored in the AU format have the extension .au.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The AIFF Format&lt;/h2&gt;  &lt;p&gt;The AIFF (Audio Interchange File Format) was developed by Apple.&lt;/p&gt;  &lt;p&gt;AIFF files are not cross-platform and the format is not supported by all web  browsers. &lt;/p&gt;  &lt;p&gt;Sounds stored in the AIFF format have the extension .aif or .aiff.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The SND Format&lt;/h2&gt;  &lt;p&gt;The SND (Sound) was developed by Apple.&lt;/p&gt;  &lt;p&gt;SND files are not cross-platform and the format is not supported by all web  browsers. &lt;/p&gt;  &lt;p&gt;Sounds stored in the SND format have the extension .snd.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The WAVE Format&lt;/h2&gt;  &lt;p&gt;The WAVE (waveform) format is developed by IBM and Microsoft.&lt;/p&gt;  &lt;p&gt;It is supported by all computers running Windows, and by all the most popular  web browsers.&lt;/p&gt;  &lt;p&gt;Sounds stored in the WAVE format have the extension .wav.&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;The MP3 Format (MPEG)&lt;/h2&gt;  &lt;p&gt;MP3 files are actually MPEG files. But the MPEG format was originally  developed for video by the Moving Pictures Experts Group. We can say that MP3  files are the sound part of the MPEG video format.&lt;/p&gt;  &lt;p&gt;MP3 is one of the most popular sound formats for music recording. The MP3  encoding system combines good compression (small files) with high quality.  Expect all your future software systems to support it. &lt;/p&gt;  &lt;p&gt;Sounds stored in the MP3 format have the extension .mp3, or .mpga (for MPG  Audio).&lt;/p&gt;  &lt;hr /&gt;  &lt;h2&gt;What Format To Use?&lt;/h2&gt; &lt;p&gt;The WAVE format is one of the most popular sound format on the Internet, and  it is supported by all popular browsers. If you want recorded sound (music or  speech) to be available to all your visitors, you should use the WAVE format.&lt;/p&gt; &lt;p&gt;The MP3 format is the new and upcoming format for recorded music. If your  website is about recorded music, the MP3 format is the choice of the future.&lt;br /&gt;&lt;/p&gt;&lt;p class="intro"&gt;Video can be stored in many different formats.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The AVI Format&lt;/h2&gt; &lt;p&gt;The AVI (Audio Video Interleave) format was developed by Microsoft.&lt;/p&gt; &lt;p&gt;The AVI format is supported by all computers running Windows, and by all the  most popular web browsers. It is a very common format on the Internet, but not  always possible to play on non-Windows computers.&lt;/p&gt; &lt;p&gt;Videos stored in the AVI format have the extension .avi.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The Windows Media Format&lt;/h2&gt; &lt;p&gt;The Windows Media format is developed by Microsoft.&lt;/p&gt; &lt;p&gt;Windows Media is a common format on the Internet, but Windows Media movies  cannot be played on non-Windows computer without an extra (free) component  installed. Some later Windows Media movies cannot play at all on non-Windows  computers because no player is available.&lt;/p&gt; &lt;p&gt;Videos stored in the Windows Media format have the extension .wmv.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The MPEG Format&lt;/h2&gt; &lt;p&gt;The 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  web browsers.&lt;/p&gt; &lt;p&gt;Videos stored in the MPEG format have the extension .mpg or .mpeg.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The QuickTime Format&lt;/h2&gt; &lt;p&gt;The QuickTime format is developed by Apple.&lt;/p&gt; &lt;p&gt;QuickTime is a common format on the Internet, but QuickTime movies cannot be  played on a Windows computer without an extra (free) component installed.&lt;/p&gt; &lt;p&gt;Videos stored in the QuickTime format have the extension .mov.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The RealVideo Format&lt;/h2&gt; &lt;p&gt;The RealVideo format was developed for the Internet by Real Media.&lt;/p&gt; &lt;p&gt;The format allows streaming of video (on-line video, Internet TV) with low  bandwidths. Because of the low bandwidth priority, quality is often reduced. &lt;/p&gt; &lt;p&gt;Videos stored in the RealVideo format have the extension .rm or .ram.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The Shockwave (Flash) Format&lt;/h2&gt; &lt;p&gt;The Shockwave format was developed by Macromedia.&lt;/p&gt; &lt;p&gt;The Shockwave format requires an extra component to play. This component  comes preinstalled with the latest versions of Netscape and Internet Explorer.&lt;/p&gt; &lt;p&gt;Videos stored in the Shockwave format have the extension .swf.&lt;/p&gt;&lt;p class="intro"&gt;Sounds can be played "inline" or by a "helper", depending on the HTML element you use.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Inline Sound&lt;/h2&gt; &lt;p&gt;When sound is included in a web page, or as part of a web page, it is called inline sound.&lt;/p&gt; &lt;p&gt;If you plan to use inline sounds in your web applications, be aware that many  people find inline sound annoying. Also note that some users might have turned  off the inline sound option in their browser.&lt;/p&gt; &lt;p&gt;Our best advice is to include inline sound only in web pages where the user  expects to hear the sound. An example of this is a page which opens after the  user has clicked on a link to hear a recording.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Using A Helper (Plug-In)&lt;/h2&gt; &lt;p&gt;A helper application is a program that can be launched by the browser to  "help" playing sound. Helper applications are also called Plug-Ins.&lt;/p&gt; &lt;p&gt;Helper applications can be launched using the &lt;embed&gt; or the &lt;object&gt;  tag.&lt;/object&gt;&lt;/p&gt; &lt;p&gt;One great advantage of using a helper application is that you can let some  (or all) of the player settings be controlled by the user.&lt;/p&gt; &lt;p&gt;Most helper applications allows manually (or programmed) control over the  volume settings and play functions like rewind, pause, stop and play.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2476970759842835099-6473555655065329707?l=multimedia-tuftech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://multimedia-tuftech.blogspot.com/feeds/6473555655065329707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://multimedia-tuftech.blogspot.com/2009/05/media.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2476970759842835099/posts/default/6473555655065329707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2476970759842835099/posts/default/6473555655065329707'/><link rel='alternate' type='text/html' href='http://multimedia-tuftech.blogspot.com/2009/05/media.html' title='Media'/><author><name>westtech</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
