Introduction to Multimedia SMDC Staff Training 6/9/06.

Slides:



Advertisements
Similar presentations
Digital Multimedia.
Advertisements

3.6 Multimedia/Digital Media Components (Audio and Video) by Francisco Oliveira.
Chapter 5. Slide 1 Digital Archives, Collections Digital Archives, CollectionsObjectives  To provide or improve access to the most valuable and unique.
Dale & Lewis Chapter 3 Data Representation. Representing color Similarly to how color is perceived in the human eye, color information is encoded in combinations.
Skills: none Concepts: the amount of information in an image This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
EE442—Multimedia Networking Jane Dong California State University, Los Angeles.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
Introduction to Multimedia Student Multimedia Design Center 06/06/06.
Graphics in the web Digital Media: Communication and Design
Audio & Video Representation CS105. Data Representation Types of data: – Numbers – Text – Images – Audio & Video.
Multimedia Compression John Hall SMDC Training June, 2006.
Lesson Objectives Explain the representation of an image as a series of pixels represented in binary Explain the need for meta data to be included in the.
Image Formation and Digital Video
I Power Multimedia Technology Video Data. Video data Video is a sequence of individual pictures or frames, taken one after another. These are played back.
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Joint Picture Experts Group(JPEG)
Core Issues in Digital Preservation: Text and Images Jacob Nadal, Preservation Officer UCLA Library.
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Computer Concepts – Illustrated 8th edition
Chpater 3 Resolution, File Formats and Storage. Introduction There are two factors that determine the quality of the picture you take; The resolution.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Digital Video and Multimedia If images can portray a powerful message then video (as a series of related images) is a serious consideration for any multimedia.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Multimedia Elements: Sound, Animation, and Video.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Video.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
Introduction to Interactive Media 03: The Nature of Digital Media.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
Quiz # 1 Chapters 1,2, & 3.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
POWERPOINT PLUS 11/17/07 Class Notes. WHAT IS A PIXEL A pixel is a number that represents the intensity of light at a square spot in the picture. Pixels.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Lesson 2: Introduction to Digital Imaging Digital Photography MITSAA IAP 2003 Rob Zehner.
In the Know … Technological Vocabulary. Beginning Terms 1. Aperture – the mechanical opening in the lens that lets light in. 2. ASA / ISO – rating given.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
Effective Presentation CIT Core Module Chapter 4.
Information Systems Design and Development Media Types Computing Science.
1 Part A Multimedia Production Chapter 2 Multimedia Basics Digitization, Coding-decoding and Compression Information and Communication Technology.
Introduction to MPEG  Moving Pictures Experts Group,  Geneva based working group under the ISO/IEC standards.  In charge of developing standards for.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
DIGITAL MEDIA FOUNDATIONS
Images Data Representation.
Data Formats.
LET’S LEARN ABOUT GRAPHICS!
Representing Images 2.6 – Data Representation.
Web Design and Development
MED 2001 Advanced Media Production
Summer Term Year 10 Slides
Working with Multimedia
Chapter 2 Data Representation.
Final Study Guide Arts & Communications.
Computer Systems Nat 4.5 Computing Science Data Representation
Basic Concepts of Digital Imaging
Visuals are analog signals...
WJEC GCSE Computer Science
Presentation transcript:

Introduction to Multimedia SMDC Staff Training 6/9/06

Goals Understand how Multimedia is represented within a computer Become familiar with some core multimedia concepts and terms Be able to find Multimedia on the Internet Begin thinking of your own Multimedia project

What is Multimedia?

The Multi PartMulti Combine media elements with: Synchronization Navigation Interactivity Metadata

Multimedia Files –Contains one of more media elements and metadata regarding how to decode and possibly decompress it. –Singe accessible unit on a computer Frameworks –Pull together multiple files for presentation and navigation –Points to other files rather than contains them

Digital Information In a computer all digital information is stored in the same format – binary.binary It’s how you encode and decode the binary that determines what the information is. 1 digit = bit (b), 8 bits = Byte (B) (1 kB = 1024 Bytes)1 kB = 1024 Bytes Many systems to store: 0/1, On/Off, +/-, Up/Down

Black and White Pixels █1███111█11█1██11█1█ █1█1█1██1█1█1██1█1█1 █1█1██1█1█1█1█1██1█1 █1█1█1█1█1█1█1█1█1█1 █1█1111█1█1█111██1█1 █111█1█1█1█11█1██1█1 ██1███1██11█1██11███ ████████████████████ ████████████████████ ████████████████████ ████████████████████ ████████████████████ ████████████████████ ████████████████████

Color Depth 8-bit grayscale: –I byte (8 bits) describe one pixel –Amount of grey from – bit color: –3 bytes describe one pixel –Red, Blue Green make up one pixel, blended like light, not paint (Additive Color)Additive Color – –Red (92,5C), Green (192,C0), Blue (92,5C)

Resolution Dots per Inch (DPI)Dots per Inch Image Resolution (A x B)Image Resolution Same Image Resolution, Different DPI

Resolution Dots per Inch (DPI)Dots per Inch Image Resolution (A x B)Image Resolution Same Image Resolution, Different DPI

Resolution Dots per Inch (DPI)Dots per Inch Image Resolution (A x B)Image Resolution Same DPI, Different Image Resolution

Resolution Dots per Inch (DPI)Dots per Inch Image Resolution (A x B)Image Resolution Same DPI, Different Image Resolution

Examples Flickr – Creative Commons –

Video Video is a series of still images – like a flip book Frames per Second (FPS), Frame Rate 24 FPS – Film 29.9 FPS – Video/TV

1 Frame Per Second

5 Frames Per Second

10 Frames Per Second

15 Frames Per Second

24 Frames Per Second

Examples Internet Archive – Video Podcast – iTunes: tore.woa/wa/viewPodcast?id= tore.woa/wa/viewPodcast?id=

How Do You Get 1’s & 0’s? Many of our senses are analog Sight – light waves Touch – continuous motion Hearing – sound waves Think of a graph of something changing over time

Viewing Sound Waves Audacity – free audio recording utility Launch AudacityAudacity

Some Analog to Digital Terms Amplitude Sampling Rate Sampling Bits

Sampling

Interactive Multimedia UD Microscope: po?oid= po?oid= Pipeline:

Compression This will be another day, but… Most audio-visual data files are huge Compression makes files smallerCompression Lossless compression does so without changing the informationLossless compression Lossy compression throws information away to make files smallerLossy compression

Compression Artifacts Uncompressed tiff 319,808 bytes

Compression Artifacts Compressed tiff 3,213 bytes

Compression Artifacts 100% Quality JPG 5,738 bytes

Compression Artifacts 50% Quality JPG 2,874 bytes

Compression Artifacts 25% Quality JPG 2,333 bytes

Compression Artifacts 1% Quality JPG 1,319 bytes

Video Compression Artifacts

Codec Compressor/Decompressor Coder/Decoder Tells computer what the binary 1’s and 0’s are

Finding (Legal) Free Multimedia UD Library Multimedia Resources Library of Congress Internet Archive Merlot Creative Commons

Key Terms Multimedia Synchronization Metadata Digital Binary Encode Decode Analog Codec Compression Pixel Resolution DPI

References and Attributions Iguana Photo (slides 9-12) ©2005 Aaron Logan, used under Creative Commons Attribution 2.5 license Commons Attribution 2.5 license “Pipeline” by Steven H. Silberg - presented with permission of the artisthttp://pipeline.shsarts.com Satellite dish footage from the Internet Archives Prelinger Collection, used under the Creative Commons Public Domain license Audio test files from Fred Nachbaur,

Free Software Used the produce these Materials XNview – Image editing: Audacity – audio recording/editing: TMPGEnc – MPEG Editor/Converter: