Introduction to Interactive Media Interactive Media Raw Materials: Digital Data.

Slides:



Advertisements
Similar presentations
                      Digital Audio 1.
Advertisements

The Binary Numbering Systems
“Computers and Creativity”
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Dale & Lewis Chapter 3 Data Representation. Representing color Similarly to how color is perceived in the human eye, color information is encoded in combinations.
EE442—Multimedia Networking Jane Dong California State University, Los Angeles.
WMES3103 : INFORMATION RETRIEVAL
SWE 423: Multimedia Systems Chapter 7: Data Compression (1)
Copyright 2003 Monash University IMS5401 Web-based Information Systems Topic 2: Elements of the Web (d) Digital representation.
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
Image Formation and Digital Video
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Digital Information Technology
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
Media File Formats Jon Ivins, DMU. Text Files n Two types n 1. Plain text (unformatted) u ASCII Character set is most common u 7 bits are used u This.
Fundamentals Rawesak Tanawongsuwan
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
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.
CPS120 Introduction to Computer Science Lecture 4
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
Topics Introduction Hardware and Software How Computers Store Data
CSCI-235 Micro-Computers in Science Hardware Part II.
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Chapter 2 Computer Hardware
Data Representation CS280 – 09/13/05. Binary (from a Hacker’s dictionary) A base-2 numbering system with only two digits, 0 and 1, which is perfectly.
Multimedia and The Web.
CMPD273 Multimedia System Prepared by Nazrita Ibrahim © UNITEN2002 Multimedia System Characteristic Reference: F. Fluckiger: “Understanding networked multimedia,
Multimedia Elements: Sound, Animation, and Video.
1 i206: Lecture 2: Computer Architecture, Binary Encodings, and Data Representation Marti Hearst Spring 2012.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Digital Audio Basics  Sampling a sound wave Chapter 8: Digital Media 2.
CHAPTER TWO DIGITAL DATA.
Object Orientated Data Topic 5: Multimedia Technology.
Chapter 2 : Business Information Business Data Communications, 6e.
Introduction to Interactive Media 03: The Nature of Digital Media.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - VIDEO. In this chapter How digital video differs from conventional analog video How digital video differs from.
Sound element Week - 11.
Multimedia ITGS. Multimedia Multimedia: Documents that contain information in more than one form: Text Sound Images Video Hypertext: A document or set.
How Analog and Digital Recording Works Analog converted to digital via an ADV (Analog to Digital Converter = stream of numbers) On playback: digital converted.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Quiz # 1 Chapters 1,2, & 3.
1 MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - TEXT. 2 What is Text? the basic element of most multimedia the basic element of most multimedia consisting of.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
CSCI-100 Introduction to Computing Hardware Part II.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Lecture 3 Data Representation. The Transition from Text-Based Computing to the Graphical OS In the early 1980’s desktop computers began to be introduced.
Sound (analogue signal). time Sound (analogue signal) time.
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
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.
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Overview What is Multimedia? Characteristics of multimedia
Web Design and Development
Topics Introduction Hardware and Software How Computers Store Data
Chapter 2 Data Representation.
Lesson 5: Multimedia on the Web
Presentation transcript:

Introduction to Interactive Media Interactive Media Raw Materials: Digital Data

Introduction to Interactive Media Analog vs. Digital Data Analog data is continuous Digital data consists of separate, discreet movements. In order to manipulate sound, video, or graphics with the computer, the data must be digital.

Introduction to Interactive Media Analog vs. Digital Data 1, 2, 3, 4 YOU DECIDE: Analog or Digital Data? Hour glass to tell time. Numbers Wind mill motion.

Introduction to Interactive Media Bits and Bytes Digit = number. Binary digit (bit) = 0 or 1. Bits are the symbols to encode digital data which the computer understands. –1 - yes, 2 = no Digital encoding assigns bits to data items. Letter A Number More bits in the code, means more distinct items to encode.

Introduction to Interactive Media Bits and Bytes Digit = number. Binary digit (bit) = 0 or 1. Bits are the symbols to encode digital data which the computer understands. –1 - yes, 2 = no Digital encoding assigns bits to data items. Letter A Number More bits in the code, means more distinct items to encode.

Introduction to Interactive Media Building Digital Codes Number of distinct bit combinations that can be produced is given by the formula 2 n. – n = number of bits used in the code. Adding 1 to the power doubles the number of distinct data items that can be encoded items4 items8 items16 items Complete the table to identify the number of distinct items represented by 2 5, 2 6, 2 7, and 2 8.

Introduction to Interactive Media Building Digital Codes Number of distinct bit combinations that can be produced is given by the formula 2 n. – n = number of bits used in the code. Adding 1 to the power doubles the number of distinct data items that can be encoded items4 items8 items16 items Complete the table to identify the number of distinct items represented by 2 5, 2 6, 2 7, and 2 8.

Introduction to Interactive Media Common Codes ASCII, a 7 bit code. –128 letters, numbers, and symbols in English language. ASCII-8, an 8 bit code. –256 letters, numbers, and symbols in English language. Unicode, a 16 bit code. –Over 65,000 different characters. 24-bit color. –Displays the full range a human eye can perceive. 16-bit sound. –Plays the full decibel range the human ear can perceive.

Introduction to Interactive Media Digital Files A container for binary codes. File formats define how instructions and data are encoded in the file. –Sample formats that define data differently: Word file format Acrobat file format Media player file format –Without a specific file format, a binary code has now meaning.

Introduction to Interactive Media All About Files File size –Measured in units of bytes. 1 byte = 8 bits Kilo (1,000) Bytes, Mega (1 million) Bytes, (1 billion) Giga Bytes. File extensions –Series of letters to designate the file format..fla,.exe,.rtf,.jpg Help the OS find the right program to launch the file. File compatibility –Ability to use the file in a different platform of hardware and software.

Introduction to Interactive Media File Types Program files –Contain executable instructions. Data files –Can hold text, images, sounds, video, animation.

Introduction to Interactive Media Data File Compatibility Cross-platform compatible files. –Open and use on any computer hardware and software configuration. –Files created in many interactive media applications are cross-platform compatible, e.g PhotoShop files. Files that are native or specialized to the application that created the data file. –Require source application to open the file. E.g. PhotoShop files.PSD vs.JPG

Introduction to Interactive Media File Maintenance Data loss and destruction impacts multimedia project completion. –Preserve original and derivative files Effective file maintenance involves: – Identification - create descriptive file names – Categorization - group related files – Preservation - back-up

Introduction to Interactive Media Digitization Analog Data is continuous Digital Date is comprised of discreet units. Why must we convert analog to digital data –To be able to manipulate images, sound, video it must be in a digital format

Introduction to Interactive Media Sampling Sampling analyzes a small portion of the analog source and converts it to digital code.

Introduction to Interactive Media Sample Quality Factors that influence sample quality –Sample Resolution. Number of bits used to represent digital sample. –More bits = more precision. –Sample Rate. Number of samples taken in a given unit of time (sounds) or space (images). –More samples taken - more info within a given space

Introduction to Interactive Media How Sample Resolution Affects Quality ImageSound 8 bits / sample 24 bits / sample16 bits / sample Which image uses fewer bits to describe the color sample? Which image and sound sample will have better quality?

Introduction to Interactive Media How Sample Rate Affects Quality ImageSound 72 pixels / inch11 kHz 300 pixels / inch44 kHz Which image has higher spatial resolution? 50ppi300ppi

Introduction to Interactive Media Digital Encoding of Media Description-based encoding –A detailed representation of the discrete elements that comprise the media. Command-based encoding –A set of instructions the computer follows to produce the digital media.

Introduction to Interactive Media Digital Coding Compared Description (All Audio except MIDI, PhotoShop files) Command (Flash, Illustrator, MIDI) Advantages Represent natural scenes and sounds. File sizes are small. Supports detailed editing.Scaled without distortion. Limitations Large file sizes.Not appropriate for detailed photographs and natural sounds. Lose quality if enlarged.Requires knowledge of music and vector image creation.

Introduction to Interactive Media File Compression Process of re-encoding digital data to reduce file size. Codec: a program to compress a file into a smaller size and decompress it into a usable form. Improvements in compression techniques have facilitated the advancement of sharing, displaying images, video and audio over the Internet

Introduction to Interactive Media Lossy vs. Lossless Compression Lossy –Number of bits is reduced and some data is lost. –Lossy strategies include MP3 and JPEG compression. Lossless –Efficient encoding reduces file size without loss of original data. –Lossless strategies include TIF

Introduction to Interactive Media Lossy or Lossless Compression? 1. Photograph of sailboat on ocean. 2. Journal article explaining nanotechnology Overture by New York Philharmonic Orchestra. 4. Database of student names and addresses. 5. Video of hot air balloon flying over a cornfield.

Introduction to Interactive Media Error Detection and Correction Digital bits may be lost during transmission or damaged on storage media. –CDs get scratched. –Communication lines have interference. Strategies to preserve data vary. –Parity bits help detect an error during transmission. (Extra bit added to a data code indicating whether the sum of the bits for a piece of data is even or odd) –CDs include redundant data to replace data when an error occurs.

Introduction to Interactive Media Advantages of Digital Information Reproduction without generation decay. Editing and re-editing is much easier than with analog media. Integration of media using cut, copy, paste is more efficient. Distribution over Internet - nearly everyone can be reached by anyone else.

Introduction to Interactive Media Wrap Up Analog vs. Digital data. Symbols and binary code. Data vs. Information. Files as containers. Digitization process. Description- vs. Command-based media. Compression strategies. Error detection & correction. Advantages & Challenges of digital data.