Object Orientated Data Topic 5: Multimedia Technology.

Slides:



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

Computing Intermediate 2 Multimedia Technology
Images Images are a key component of any multimedia presentation.
Int 2 Multimedia Revision. Digitised Sound Analogue sound recorded from person, or real instruments.
I Power Higher Computing Multimedia technology Audio.
3.02C Multimedia Fair Uses Guidelines and Elements
WMES3103 : INFORMATION RETRIEVAL
Multi-media graphics--JOUR 205 Vectors vs. bitmaps.
Chapter Seven Graphics, Multimedia, and Hypermedia.
S OFTWARE AND M ULTIMEDIA Chapter 6 Created by S. Cox.
Introduction to Computer Graphics
Input Devices Image Capture Devices, Sound Capture Devices, Remote Controls PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Virtual Reality Virtual Reality involves the user entering a 3D world generated by the computer. To be immersed in a 3D VR world requires special hardware.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
Computing Multimedia Technology. A multimedia application might be defined as an interactive piece of software communicating to the user using several.
Graphics Standard Grade Computing. Graphics Package n A graphics package is another General Purpose Package. n It is used to draw pictures on the monitor.
HYPERTEXT MARKUP LANGUAGE (HTML)
May Melissa Albo #1 Sagrario Casillas #4 Angela Durán #8 Daniela Martínez #16.
INPUT AND OUTPUT DEVICES BY CAMERPN MITCHELL. INPUT An input device is any hardware device that sends data to a computer, allowing users to interact with.
1 AQA ICT AS Level © Nelson Thornes 2008 Application Software.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
Computer Science : Information Systems Design and Development Unit Web Sites - National 4 / 5 St Andrew’s High School-Revised January 2013 Slide 1 St Andrew’s.
Unit 30 P1 – Hardware & Software Required For Use In Digital Graphics
Graphics and Multimedia Foundation Computing The beatings will continue until morale improves.
MULTIMEDIA M U A T H H U M A I D R a s h A t a l l a h.
MIDI. A protocol that enables computers, synthesizers, keyboards, and other musical devices to communicate with each other. Instead of storing actual.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
Chapter 8: Digital Media1 Digital Media Chapter 8.
Lecture 4 - Introduction to Computer Graphics
Multimedia Brief overview of capabilities and trends Future perspectives Basic hardware and software requirements and costs.
11.10 Human Computer Interface www. ICT-Teacher.com.
JRN 302: Introduction to Graphics and Visual Communication - Raster and Vector Files Tuesday, 9/8/15.
3. Multimedia Systems Technology
On Hardware and Software. On Hardware  Selection of proper platform for developing your multimedia is based on –Personal preference –Budget constraints.
AS LEVEL ICT2 Processing Different Types of Information.
Multimedia Elements: Sound, Animation, and Video.
MULTIMEDIA DEFINITION OF MULTIMEDIA
Computer Concepts 2014 Chapter 8 Digital Media. 8 Digital Audio Basics  Sampling a sound wave Chapter 8: Digital Media 2.
Object Orientated Data Topic 5: Multimedia Technology.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Types of Data. Numbers Text Pictures Sound Video.
M404 Multimedia Elements Form 4.
Introduction to Interactive Media Interactive Media Components: Text.
Multimedia ITGS. Multimedia Multimedia: Documents that contain information in more than one form: Text Sound Images Video Hypertext: A document or set.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
CHAPTER 4 : MULTIMEDIA DEVELOPMENT 4.2 MULTIMEDIA ELEMENTS IMAGE/graphic/picture.
General Purpose Packages GRAPHICS Chapter 5. General Purpose Packages Features of Graphics Packages Entering text Entering text Common tools Common tools.
Vector Graphics Multimedia Technology. Object Orientated Data Types Created on a computer not by sampling real world information Details are stored on.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
By Courtney Field Creative digital graphics. Types of graphics and examples There are a number of different types of graphics file formats. Each type.
Digital Graphics. Formats: BMP – Bitmap image file which is used to store Bitmap digital images PNG – Portable Network Graphics GIF – Graphics Interchange.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
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.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
MULTIMEDIA Multimedia is the field concerned with the computer- controlled integration of text, graphics, drawings, still and moving images (Video), animation,
Displaying in Multimedia In this unit you will: Identify the hardware used to display multimedia. Investigate the software used to create multimedia.
Processing Data. Representing Numbers  Recap on Binary Numbers  Binary digit (1 or 0) – known as a ‘bit’, short for BInary digiT – bits generally grouped.
Ms. Tracy MODULE 1- LESSON 7. BELL RINGER What are the primary functions of a word-processing program?
Multimedia. A medium (plural media) is something that a presenter can use for presentation of information Two basic ways to present information are: –Unimedium.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
CONTENT INCLUDED IN POSTERS THAT WOULD BE DISPLAYED IN A GYM AND METHODS BY WHICH THESE POSTERS CAN BE CREATED.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Chapter 8 Digital Media.
Binary Notation and Intro to Computer Graphics
Learning Intention I will learn how a computer stores graphics.
Multimedia: making it Work
Chapter 4 Application Software
Presentation transcript:

Object Orientated Data Topic 5: Multimedia Technology

Object Orientated Data Types Created on a computer not by sampling real world information Details are stored on the attributes (properties) of each object that is stored in the file. Each object can be altered by changing its attributes…

Examples Text –A character in a text file can be given a different s i z e, colour or font MIDI music –A note in a MIDI sound can be given a different volume, length or pitch Drawing –A shape in a drawing can be given a different size or fill colour 3D image –An object in a 3D image can be given a different location, rotation or texture

Object Orientated Data Files All data is stored as a group of objects within a file Each object can be edited individually without affecting any others All aspects of each object are decided by its properties (attributes) These files are basically a collection of objects with details about them. This means they can be stored as plain text files.

Input of Object Orientated Data Although OOD can be created using nothing but a simple text editor there are specialised input devices to help users create and edit them You are already familiar with a keyboard for entering text

Specialised Input Devices To create drawings or 3D images a graphics tablet –More accurate than using a mouse To enter musical notes a MIDI keyboard –Easier than using a computer keyboard 3D digitisers can measure points on an object and generate a 3D object from data

Output / Display of OOD The quality of object orientated data is very dependant on the hardware & software used to output it. For example: –Web browser setting can cause the same text to be displayed in different ways on different computers –Different graphics cards for rendering 3D images on screen may produce different quality and support different features

Converting from OOD OODHow it can be convertedDiscrete data 2D drawing Often in ‘Save As’ or ‘Export’ menu of drawing program Bitmap Image 3D Image Called ‘rendering’. Generates a flat (2D) image from a given point of view. Bitmap Image Text Scanning printed text or doing a ‘screen shot’ and pasting it into bitmap image software Bitmap Image Midi music Often using ‘Save As’ or ‘Export’ function but can also be recorded internally Digitised Sound file

Object Orientated Data Topic 5: Multimedia Technology

Recap Object Orientated Data –All data is stored as a group of objects within a file –Details are stored on the attributes (properties) of each object that is stored in the file. –Each object can be edited individually without affecting any others –These files are basically a collection of objects with details about them. This means they can be stored as plain text files.

Vector Graphics data A vector is a mathematical term for a line with a specific length and direction. A monitor creates the image by drawing rows of dots Vector displays use the electron beam to draw out the shapes (no colour)

Vector Vs Bitmap Scaling causes pixellation.Can be scaled to large sizes, keeping original quality. Only the image as a whole can be edited. Individual objects can be edited. Are very difficult to convert to vector formats Are easily converted to bitmap formats. File sizes can be large.File sizes are relatively small. Images can be very realistic (e.g. digital photograph). Difficult to create realistic images

Vector Vs Bitmap Size of image can be increased keeping quality and file size the same. Increasing the image size needs re- sampling and increases the file size. Only individual objects can be edited (it is sometimes impossible to edit only part of the object). Same appearance in all systems, regardless of hardware or software. Dependent on output hardware or software for appearance & quality. Individual pixel level editing is allowed - allowing effects such as spray paint, blur, effects and so on. Suitable for natural, hand-drawn looking, realistic images. Suitable for graphic, unrealistic images and designs.

Attributes Attributes are the properties that determine what and how objects will appear

Attributes Object 3 Object 2 Object 4 Object 1 Object 6 Object 5 Object 7

Object Orientated File Formats Drawing : SVG 3D : VRML/WML Digitised sound : MIDI

Drawing File Formats Scalable Vector Graphics (SVG) A format for encoding vector graphics in XML (eXtensible Markup Language) Designed to provide vector graphic content in Web pages. Viewing: –You must have an SVG capable Browser, a plug-in for your browser or a stand-alone SVG viewer.

3D Image File Formats Virtual Reality Modelling Language/ World Representation Language (VRML/WRL) Standard for describing interactive 3D objects and worlds Capable of representing static and animated 3D & multimedia objects with hyperlinks to other media such as text, sounds, movies and images

Synthesised Sound Data (MIDI) MIDI is a standard that was created to allow musical instruments to be able to communicate with each other A MIDI file consists of Channels (up to 16) Each channel consists of a sequence of messages including: –Start of a note –Channel to use –Pitch of the note –Volume to play it at –End of note

Synthesised Sound Data (MIDI) AttributeMeaning Instrument Defines instrument being played Pitch Sets musical tone of note which is determined by the frequency Volume Controls loudness/amplitude of note Duration Determines length of note (number of beats) Tempo Rate Speed at which the piece of music is set

Synthesised Sound Data (MIDI) Advantages Smaller file size All aspects of music can be edited Effects can be applied to individual instruments There is no interference from the recording Disadvantages Never sounds as realistic as digitised sound Dependent on soundcard for quality Does not contain vocals Fewer effects can be applied to sound