Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington

Similar documents
Inserting multimedia objects in Dreamweaver

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats

1/27/2013. Outline. Adding images to your site. Images and Objects INTRODUCTION TO WEB DEVELOPMENT AND HTML

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

Recording oral histories

Quick start guide to Blackboard at Keele

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

UNDERSTANDING MUSIC & VIDEO FORMATS

Advanced High Graphics

Lecture 19 Media Formats

Different File Types and their Use

12.16 Publishing Flash Movies


Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Computing in the Modern World

MULTIMEDIA AND CODING

Elementary Computing CSC 100. M. Cheng, Computer Science

Audio,Video & Lighting

Technologies Web Côté client

What s New in Studio 6?

IDM 221. Web Design I. IDM 221: Web Authoring I 1

QuickTime Pro an inexpensive (but clunky) solution

Best Practice: Attaching Files

Streaming Audio and Video on the Web

Quicktime Player Error Codec For Avi Per

MEDIA RELATED FILE TYPES

Always there to help you. Register your product and get support at HMP5000. Question? Contact Philips.

Register your product and get support at HMP3008. EN User manual 7 ZH-CN 9

Multimedia on the Web

Digital Audio Basics

freetunes Engelmann Media GmbH

Lesson 5: Multimedia on the Web

CTIS 155 Information Technologies I. Chapter 5 Application Software: Tools for Productivity

Easy School Net Evolution Specifications

ImTOO MPEG Encoder Help

Digitization of Multimedia Elements

MP60 TABLE OF CONTENTS. HD Media Player

Review LeKuSoft DVD Ripper best sites for software download ]

Part III: Survey of Internet technologies

TrainingCentre Getting Started with the Universal

Adding Multimedia Content to Web Pages

Your very own movie studio. menu bar

Lesson 5: Multimedia on the Web

Tablet 300x x x x1024

4K DVB-T2 / DVB-S2 Android Streaming Box with Fly Mouse

OneClick Video Converter Free Version

Standard File Formats

CSCD 443/533 Advanced Networks Fall 2017

Contents. Getting Set Up Contents 2

RECOMMENDED FILE FORMATS

4K Android Streaming Box with Fly Mouse

Coupon Movavi Video Editor Business v. pc programs free ]

Multimedia applications

Media player for windows 10 free download

Acer MWA3. User's Manual

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins

^436^Get: 'Easy FLV Video Converter for Mac' by WaveInsight Cracked Version

Digital Ad Slate for XMP

Camtasia Studio 5.0 PART I. The Basics

ONLINE SPECS. Connecting You with Key Christian Audiences

Streaming & Android TV Box. The TV Box. All the freedom of Android and Internet on your TV!

vdx Exponential Creative Specifications

M4.2-R4: INTRODUCTION TO MULTIMEDIA

My Media Hub Quick Start Guide for USB Devices. Sharing media content with the Fetch Box from a USB device

ExtremeTech Technology News - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

STEP 1: DOWNLOAD THE PROGRAM

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved.

Revision Guide. Creative Imedia R081

Computers Are Your Future

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window.

VC-HD8 Manual v2 July 2016

ednet. smart memory Smart storage expansion for your iphone or ipad

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB

Revision 4.1.x /2.x.x [ ] Creating Media for Modulo Player & Kinetic

MOTOROLA MEDIA LINK QuickStart Guide. Version 1

Quicktime Player Error Codec For Mac Avi

Sprint Media Manager FAQs


NID- 7006A. Memory Powered by Android TM OS 4.1

SciVee Conferences AUTHOR GUIDE

Buy mediavatar Video to Audio Converter mac software for cheap ]

Image and video processing

My Media Hub Quick Start Guide for Windows or Mac

Meeting Visuals UCF Toolkit User Guide

Funcom Multiplayer Online Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Adding Modules.. 4 Editing a Rich Text Module Publishing a Module Adding Media (Picture, Audio, Video, and PDF) Adding Media from the web (Videos)

MICRO 2+ USER MANUAL

Adding Multimedia Content to Web Pages

Directory. Product overview. Connecting your media player. Specification. Interface. Explanation of the remote control. Connector Indication

STAR OFFICE BASE. Lesson 8

Multimedia Content. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of

Manual Windows Media Player 11 Codec Xp Mp4 Video

DIGITAL AD SPECS. Rectangle 2 Dimensions: 300x250 File Size: 60 kb max. File Format: JPG, PNG, GIF. Animation: GIF; 15 sec max. Video: Yes (RRM/IBV)

Professional Powerpoint Presentation II

1. Summarize. This tool is used for transforming media files into the AMV/AVI format which can be played on the Media Player.

Flash, Video. How to add Flash movies into your site How to add video and audio to your site HTML5 <video> and <audio> elements

Powered by EZCast Software

CR-8710 ios SD Card Reader

Discovering Computers Chapter 2 The Internet and World Wide Web

Transcription:

Multimedia CSE 190 M (Web Programming) Spring 2008 University of Washington Except where otherwise noted, the contents of this presentation are Copyright 2008 Marty Stepp and Jessica Miller and are licensed under the Creative Commons Attribution 2.5 License. File formats some differ in features (animation, 5.1 stereo, transparency) many multimedia formats use compression to reduce file size compression algorithms are also called codecs (list some compression algorithms are "lossless", others are "lossy" some formats are patented (unusable in free software) some formats are encrypted to protect information inside Digital Rights Management (DRM) restricts what user can do with file can be broken: DVD (DeCSS), HD DVD (09f911029d74e35bd84156c5635688c0) some formats are streaming (can play while downloading) comparisons of formats: audio/video containers Image file formats JPEG : uses "lossy compression"; small file size; good for photos GIF : 256 colors; LZW run-length encoding lossless compression allows transparency (can see behind parts of image) possible to create animated GIFs PNG : free format created to avoid patent and color issues in GIF format; lossless compression, transparency others: TIFF, BMP image format comparisons: text, photo, PNG

Raster and vector graphics the image formats on the previous slide are raster or bitmap formats they describe the pixels that should be drawn on the screen vector graphics formats such as SVG describe shapes/lines rather than pixels advantage: infinite precision; good for zooming, printing disadvantage: not supported on all platforms; computationally expensive Audio file formats MP3 : uses lossy compression that eliminates inaudible sounds AAC : Apple's itunes audio file format WMA / ASF: Microsoft Windows Media Audio format OGG : Linux hippie audio/video format RA / RM / RAM : Real Audio format other formats: WAV (MS), AU (Sun), AIFF / SND (Apple), FLAC Sequenced Music: MID, MOD comparison of formats Video file formats MPEG : Motion Picture standard video format DVDs are encoded using MPEG-2 HD DVDs are often compressed with MPEG-4 (H.264) codec MOV : Apple's QuickTime movie format WMV / ASF : Microsoft's Windows Media Video format AVI : classic Microsoft video format that can be encoded in many ways SWF / FLC : Macromedia Flash multimedia format RV : Real Video format comparisons of formats: 1, 2

Flash format for graphics, video, audio developed by Macromedia/Adobe widely used for many reasons: supported in most major platforms/browsers lightweight can produce impressive interactive animated content downside: proprietary; editing software costs money (viewer is free) examples: Duck Hunt, Homestar Runner Linking to multimedia files <a href="video.avi">my video</a> browser has a list of default applications to associate with each file type if it has an associated app, it will run it some file types are displayed within the browser using plugins if it doesn't know what to do, it will just download the file try it yourself: MPG, MOV, WMV, RM, SWF, WAV, MID File types and browser plugins plugin: helper app launched within the browser to view certain file types examples: Flash player, QuickTime, Windows Media Player, Acrobat Reader, Java about:plugins URL will show you list of plugins in Firefox enter preferences, then choose Content, File Types, Manage... can change which app/plugin will be used to open particular file types

Embedded objects: <object> <object data="video.avi" type="video/avi"> replaces previous, non-standard embed element attributes: archive, classid, codebase, codetype, data, declare, height, name, standby, type, usemap, width type attribute specifies file's MIME type IE6 requires non-standard classid attribute to specify which plugin to use (list) Parameters: <param> <object id="slider1" width="100" height="50"> <param name="borderstyle" value="thick" /> <param name="mousepointer" value="hourglass" /> <param name="enabled" value="true" /> <param name="min" value="0" /> <param name="max" value="10" /> indicates a parameter to be passed to the embedded object required name and value attributes tell the object what parameter this is and what value it should have Embedding Audio Files <object type="mime type" data="fileurl"> <object type="audio/wav" data="yoda.wav"> <object type="audio/mpeg" data="particle_man.mp3"> the above examples will embed a 0x0 (invisible) player to play the sound files you may want to add width and height attributes if you want to see the player

Embedding YouTube video <object width="width" height="height" type="application/x-shockwave-flash" data="videourl"> <param name="wmode" value="transparent" /> <object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/ekgpy1adc0a"> <param name="wmode" value="transparent" /> this code, unlike the code on YouTube's pages, is XHTML-compliant Embedding QuickTime Video <object width="width" height="height" type="video/quicktime" data="fileurl"> <object width="320" height="240" type="video/quicktime" data="examples/multimedia/win98.mov"> <param name="autoplay" value="true"> <param name="controller" value="true"> optional autoplay parameter can be set to true optional controller parameter can enable/disable onscreen play controls

Embedding Real Video <object width="width" height="height" type="application/vnd.rn-realmedia" data="fileurl"> <object width="320" height="240" type="application/vnd.rn-realmedia" data="examples/multimedia/flintstones.rm"> <param name="autostart" value="true" /> optional autostart, loop can be true or false optional controls parameter can be PlayButton, PositionSlider,... more info Embedding Windows Media <object width="width" height="height" type="video/x-ms-wmv" data="fileurl"> <object width="320" height="240" type="application/vnd.rn-realmedia" data="examples/multimedia/flintstones.rm"> <param name="autostart" value="true" />

DOM and multimedia // plays the multimedia file of the given type var object = document.createelement("object"); object.type = "MIME type"; object.data = "url";... document.getelementbyid("id").appendchild(object); multimedia files can be attached to the page by Javascript DOM code allows you to respond to user events by displaying a multimedia effect DOM and multimedia example // plays the multimedia file of the given type var object = document.createelement("object"); object.type = "application/x-shockwave-flash"; object.data = "http://www.youtube.com/v/pzutlebwiiw"; object.style.width = "425px"; object.style.height = "350px"; document.getelementbyid("videoarea").appendchild(object); embeds a YouTube video in the page area called videoarea