Multimedia Authoring Chapter 1

Size: px
Start display at page:

Download "Multimedia Authoring Chapter 1"

Transcription

1 Multimedia Authoring Chapter 1 1IT342

2 Outlines What is Multimedia? Components of Multimedia Multimedia Research Topics and Projects Multimedia and Hypermedia Multimedia Authoring metaphors Multimedia Production Multimedia Presentation Some Technical Design Issues Automatic Authoring 2IT342

3 What is Multimedia? When different people mention the term multimedia, they often have quite different, or even opposing, viewpoints. A PC vendor: a PC that has sound capability, a DVD-ROM drive, and perhaps the superiority of multimedia-enabled microprocessors that understand additional multimedia instructions. A consumer entertainment vendor: interactive cable TV with hundreds of digital channels available, or a cable TV-like service delivered over a high-speed Internet connection. A Computer Science (CS) student: applications that use multiple modalities, including text, images, drawings (graphics), animation, video, sound including speech, and interactivity. Multimedia and Computer Science: Graphics, HCI, visualization, computer vision, data compression, graph theory, networking, database systems. Multimedia and Hypermedia 3IT342

4 What is Multimedia? A good general definition is: Multimedia is a combination of text, graphic, sound, animation, and video that is delivered interactively to the user by electronic or digitally manipulated 4IT342

5 Why to use Multimedia? According to Dr. Albert Mehrabian, a specialist in interpersonal communication at the University of California, says: People recall 20% of what they see 40% of what they see & hear 70% of what they see, hear & do Multimedia allows for seeing, hearing and doing 5IT342

6 Components of Multimedia Text Animation Video Multimedia Components Audio Images 6IT342

7 Components of Multimedia Multimedia involves multiple modalities of text, audio, images, drawings, animation, video and Interactivity. Examples of how these modalities are put to use: Video teleconferencing Distributed lectures for higher education Using voicerecognition to build an interactive environment Tele-medicine Searching in (very) large video and image databases for target visual objects Making multimedia components editable Augmented reality: placing real-appearing computer graphics and video objects into scenes. ex 7IT342

8 Multimedia Research Topics and Projects To the computer science researcher, multimedia consists of a wide variety of topics: 1. Multimedia processing and coding: multimedia content analysis, content-based multimedia retrieval, multimedia security, audio/image/video processing, compression, etc. 2. Multimedia system support and networking: network protocols, Internet, operating systems, servers and clients, quality of service (QoS), and databases. 3. Multimedia tools, end-systems and applications: hypermedia systems, user interfaces, authoring systems. 4. Multi-modal interaction and integration: ubiquity webeverywhere devices, multimedia education including Computer Supported Collaborative Learning, and design and applications of virtual environments. 8IT342

9 Current Multimedia Projects Many exciting research projects are currently underway. Here are a few of them: Camera-based object tracking technology: Tracking of the control objects provides user control of the process. 3D motion capture: Used for multiple actor capture so that multiple real actors in a virtual studio can be used to automatically produce realistic animated models with natural movement. Multiple views: Allowing photo-realistic (video-quality) synthesis of virtual actors from several cameras or from a single camera under differing lighting. Specific multimedia applications: Aimed at handicapped persons with low vision capability and the elderly a rich field of endeavor. 9IT342

10 Current Multimedia Projects Many exciting research projects are currently underway. Here are a few of them: Digital fashion: Aims to develop smart clothing that can communicate with other such enhanced clothing using wireless communication, so as to artificially enhance human interaction in a social setting. Electronic House call system: An initiative for providing interactive health monitoring services to patients in their homes Augmented Interaction applications: Used to develop interfaces between real and virtual humans for tasks such as augmented storytelling. 10

11 Multimedia and Hypermedia History of Multimedia: Newspaper: perhaps the first mass communication medium, uses text, graphics, and images. Motion pictures: conceived of in 1830 s in order to observe motion too rapid for perception by the human eye. Wireless radio transmission: Guglielmo Marconi, at Pontecchio, Italy, in Television: the new medium for the 20th century, established video as a commonly available medium and has since changed the world of mass communications. The connection between computers and ideas about multimedia covers what is actually only a short period 11

12 Hypermedia and Multimedia A hypertext system: meant to be read nonlinearly, by following links that point to other parts of the document, or to other documents (Fig. 1.1) HyperMedia: not constrained to be text-based, can include other media, e.g., graphics, images, and especially the continuous media sound and video. The World Wide Web (WWW) the best example of a hypermedia application. Multimedia means that computer information can be represented through audio, graphics, images, video, and animation in addition to traditional media. 12

13 Hypermedia and Multimedia 13

14 Fig 1.1: Hypertext is nonlinear 14

15 Examples of typical present multimedia applications include: Digital video editing and production systems. Electronic newspapers/magazines. World Wide Web. On-line reference works: e.g. encyclopedia, games, etc. Home shopping. Interactive TV. Multimedia courseware. Video conferencing. Video-on-demand. Interactive movies. 15

16 Multimedia Software Tools Music Sequencing and Notation Cakewalk, Cubase, Macromedia Soundedit Digital Audio Cool Edit, Sound Forge, Pro Tools Graphics and Image Editing Adobe Illustrator, Adobe Photoshop, Macromedia Fireworks, Macromedia Freehand Video Editing Adobe Premiere, Adobe After Effects, Final Cut Pro Animation Multimedia APIs: Java3D, DirectX, OpenGL Rendering Tools: 3D Studio Max, Softimage XSI, Maya, RenderMan Multimedia Authoring Macromedia Flash, Macromedia Director, Authorware, Quest 16

17 Multimedia Authoring Authoring is the process of creating multimedia applications Metaphors are methodologies employed by the authoring system to accomplish its task (create multimedia applications). Some common authoring metaphors are: 1. Scripting language metaphor 2. Slide show metaphor 3. Hierarchical metaphor 4. Iconic/flow-control metaphor 5. Frames metaphor 6. Card/scripting metaphor 7. Cast/score/scripting metaphor 17

18 Multimedia Authoring Metaphors 1. Scripting Language Metaphor: use a special language to enable interactivity (buttons, mouse, etc.), and to allow conditionals, jumps, loops, functions/macros etc. -- load an MPEG file extfilename of MediaPlayer "thempegpath" = "c:\windows\media\home33.mpg"; -- play extplaycount of MediaPlayer "thempegpath" = 1; -- put the MediaPlayer in frames mode (not time mode) extdisplaymode of MediaPlayer "thempegpath" = 1; -- if want to start and end at specific frames: extselectionstart of MediaPlayer "thempegpath" = 103; extselectionend of MediaPlayer "thempegpath" = 1997; -- start playback get extplay() of MediaPlayer "thempegpath"; 18

19 Multimedia Authoring Metaphors 2. Slide Show Metaphor: A linear presentation by default, although tools exist to perform jumps in slide shows, EX. PowerPoint or ImageQ. 2. Hierarchical Metaphor: User-controllable elements are organized into a tree structure often used in menu-driven applications. 19

20 Multimedia Authoring Metaphors 4. Iconic/Flow-control Metaphor: Graphical icons are available in a toolbox, and authoring proceeds by creating a flow chart with icons attached (Fig. 2.1), EX. Authorware by Macromedia. As well as simple flowchart elements, such as an IF statement, a CASE statement, group of elements using MAP (subroutine). Also, simple animation is possible. 20

21 Multimedia Authoring Metaphors 5. Frames Metaphor: Like Iconic/Flow-control Metaphor; however links between icons are more conceptual, rather than representing the actual flow of the program (Fig. 2.2), EX. Quest by Allen Communication. Flowchart consists of modules composed of frames. Frames are constructed from objects, such as text, graphics, audio, animations and video, all of which can respond to events. 21

22 Multimedia Authoring Metaphors 6. Card/Scripting Metaphor: Uses a simple index-card structure easy route to producing applications that use hypertext or hypermedia; used in schools. e.g., SuperCard, HyperCard by Apple 22

23 Multimedia Authoring Metaphors 7. Cast/Score/Scripting Metaphor: Time is shown horizontally; like a spreadsheet: rows, or tracks, represent instantiations of characters in a multimedia production. Multimedia elements are drawn from a cast of characters, and scripts are basically event-procedures or procedures that are triggered by timer events. Director, by Macromedia, is the chief example of this metaphor. Director uses the Lingo scripting language, an object-oriented event-driven language. 23

24 Multimedia Authoring Metaphors 7. Cast/Score/Scripting Metaphor: Cast Score 24

25 Multimedia Production People produce multimedia involve an art director, graphic designer, production artist, producer, project manager, writer, user interface designer, sound designer, videographer, and 3D and 2D animators, as well as programmer. Multimedia production design phase consists of storyboarding, flowcharting, prototyping and user testing as well as a parallel production of media. A storyboard depicts the initial idea content of a multimedia concepts in a series of sketches (keyframes). A flowchart organizes the storyboards by inserting navigation information (multimedia concept s structure and user interaction). A prototype includes development of detailed functional specification (walk-through, screen action, user interface). User testing is extremely important before final development phase (tools may be used). 25

26 Multimedia Presentation Features that affect presenting multimedia content : 1. Graphics Styles: Human visual dynamics are considered in regard to how such presentations must be constructed. 1. Color principles and guidelines: Some color schemes and art styles are best combined with a certain theme or style. A general hint is to not use too many colors, as this can be distracting. A color contrast program can be used based on the concept: If the text color is some triple(r,g,b), a legible color for the background is that color subtracted from the maximum (here assuming max=1): (R, G, B) (1 R, 1 G, 1 B) This is called the principal complementary color, for color values in the range 0 to 1 2. Fonts: For effective visual communication in a presentation, it is best to use large fonts (i.e., 18 to 36 points), and no more than 6 to 8 lines per screen (fewer than on this screen!). 26

27 Li & Drew Fig. 2.4: Colours and fonts [from Ron Vetter]. 27

28 Fig. 2.5: Program to investigate colours and readability. 28

29 Fig. 2.6 shows a colour wheel, with opposite colours equal to (1-R, 1-G, 1-B) 29

30 Multimedia Presentation 2. Sprite Animation: sprites are special graphic objects that can move independently of the screen background. based on, Suppose we have an animation figure, as in Fig. 1 (a). Now create a 1-bit mask M, as in Fig. 1 (b), black on white, and accompanying sprite S, as in Fig. 1 (c). Fig. 1: Sprite creation: Original, mask image M, and sprite S ( Duke figure courtesy of Sun Microsystems.) 30

31 Multimedia Presentation We can overlay the sprite on a colored background B, as in Fig. 2 (a) by first ANDing B and M, and then ORing the result with S, with final result as in Fig. 2 (e). Fig. 2: Sprite animation: (a): Background B. (b): Mask M. (c): B AND M. (d): Sprite S. (e): B AND M OR S 31

32 Multimedia Presentation 32

33 33

34 Multimedia Presentation 3. Video transitions: is an effective way to indicate a change to the next section. It is a semantic means to signal scene changes and often carry semantic meaning. Many different types of transitions: Cut: an abrupt change of image contents formed by abutting two video frames consecutively. This is the simplest and most frequently used video transition. 34

35 Multimedia Presentation Wipe: a replacement of the pixels in a region of the viewport with those from another video. Wipes can be left-to-right, right-to-left, vertical, horizontal, like an iris opening, swept out like the hands of a clock, etc. 35

36 Multimedia Presentation Dissolve: replaces every pixel with a mixture over time of the two videos, gradually replacing the first by the second. Most dissolves can be classified as two types: Cross dissolve (Type I) Dither dissolve (Type II) 36

37 Multimedia Presentation Cross dissolve (Type I): Blends the first clip into the second clip. Every pixel is affected gradually. 37

38 Multimedia Presentation Dither dissolve (Type II) Determined by α(t), increasingly more and more pixels in video A will abruptly (instead of gradually as in Type I) change to video B. 38

39 Multimedia Presentation Fade-in and fade-out are special types of Type I dissolve: video A or B is black (or white). Wipes are special forms of Type II dissolve in which changing pixels follow a particular geometric pattern. 39

40 Some Technical Design Issues Computer Platform: Much software is ostensibly portable but cross-platform software relies on run-time modules which may not work well across systems. Video format and resolution: The most popular video formats NTSC, PAL, and SECAM are not compatible, so a conversion is required before a video can be played on a player supporting a different format. Memory and Disk Space Requirement: At least 128 MB of RAM and 20 GB of hard-disk space should be available for acceptable performance and storage for multimedia programs. Delivery Methods: CD-ROMs: may be not enough storage to hold a multimedia presentation. As well, access time for CD-ROM drives is longer than for hard-disk drives. Electronic delivery is an option, but depends on network bandwidth at the user side (and at server). A streaming option may be available, depending on the presentation. 40

41 Automatic Authoring Facilitating automatic authoring is either by creating new multimedia presentations or by automatic creation of more useful multimedia documents from existing resources. Hypermedia documents: Generally, three steps are to produce documents to be viewed nonlinearly: 1. Capture of media: From text or using an audio digitizer or video frame-grabber; is highly developed and well automated. 2. Authoring: How best to structure the data in order to support multiple views of the available data, rather than a single, static view. 3. Publication: i.e. Presentation, is the objective of the multimedia tools we have been considering. 41

42 Automatic Authoring Externalization versus linearization: (a) the essential problem involved in communicating ideas without using a hypermedia mechanism (i.e., linearization). 42

43 (b) In contrast, hyperlinks allow us the freedom to partially mimic the author s thought process (i.e., externalization). 43

44 Using, e.g., Microsoft Word, creates a hypertext version of a document by following the layout already set up in chapters, headings, and so on. But problems arise when we actually need to automatically extract semantic content and find links and anchors (even considering just text and not images etc.) Fig displays the problem. 44

45 Fig. 2.13: Complex information space [from David Lowe]. Once a dataset becomes large we should employ database methods. The issues become focused on scalability (to a large dataset), maintainability, addition of material, and reusability. 45

46 Automatic Authoring Semi-automatic migration of hypertext The structure of hyperlinks for text information is simple: nodes represent semantic information and these are anchors for links to other pages. Fig. 2.14: Nodes and anchors in hypertext [from David Lowe]. 46

47 Automatic Authoring Hyperimages We need an automated method to help us produce true hypermedia: Fig. 2.15: Structure of hypermedia [from David Lowe]. 47

48 Can manually delineate syntactic image elements by masking image areas. Fig shows a hyperimage, with image areas identified and automatically linked to other parts of a document: Fig. 2.16: Hyperimage [from David Lowe]. 48

49 Summary Automatic Authoring: an advanced helper for creating new multimedia presentations or a mechanism to facilitate automatic creation of more useful multimedia documents from existing sources Multimedia Authoring Metaphors: for easier understanding of the methodology employed to create multimedia applications. Multimedia Production: how to produce multimedia Multimedia Presentation: effects for presenting multimedia content as well as guidelines for content design 49

CSE 4/60373: Multimedia Systems

CSE 4/60373: Multimedia Systems CSE 4/60373: Multimedia Systems Instructor: Surendar Chandra (surendar@nd.edu) Room: 381 Fitz (631-8975) Office Hours: Wed 3:00-4:00 (other times, by email appt) Email/iChat/AIM is the best way to reach

More information

Chapter What is Multimedia?

Chapter What is Multimedia? Chapter 1 Introduction to Multimedia 1.1 What is Multimedia? 1.2 Multimedia and Hypermedia 1.3 World Wide Web 1.4 Overview of Multimedia Software Tools 1.5 Further Exploration 1 Li & Drew c Prentice Hall

More information

1.1 What is Multimedia? Chapter 1 Introduction to Multimedia

1.1 What is Multimedia? Chapter 1 Introduction to Multimedia Chapter 1 Introduction to Multimedia 1.1 What is Multimedia? 1.2 Multimedia and Hypermedia 1.3 World Wide Web 1.4 Overview of Multimedia Software Tools 1.5 Further Exploration 1.1 What is Multimedia? When

More information

New Media Production week 3

New Media Production week 3 New Media Production week 3 Multimedia ponpong@gmail.com What is Multimedia? Multimedia = Multi + Media Multi = Many, Multiple Media = Distribution tool & information presentation text, graphic, voice,

More information

Multimedia means that computer. through audio, video, and animation. text, graphics/drawings, images).

Multimedia means that computer. through audio, video, and animation. text, graphics/drawings, images). What is Multimedia? Multimedia means that computer information can be represented through audio, video, and animation in addition to traditional media (i.e., text, graphics/drawings, images). General Definition

More information

1. Introduction to Multimedia

1. Introduction to Multimedia Standard:11 1. Introduction to Multimedia Communication is an integral part of our life. We use various means of communication like radio, newspaper, television, theatre, movies, internet and others. These

More information

Dr. Shahanawaj Ahamad. Dr. S.Ahamad, SWE-423, Unit-04

Dr. Shahanawaj Ahamad. Dr. S.Ahamad, SWE-423, Unit-04 Dr. Shahanawaj Ahamad Dr. S.Ahamad, SWE-423, Unit-04 1 Dr. S.Ahamad, SWE-423, Unit-04 2 Nowadays small multimedia features are included in all desktop software that you can use to create documents. The

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

Chapter 5 Multimedia Software

Chapter 5 Multimedia Software MMGD0203 MULTIMEDIA DESIGN Chapter 5 Multimedia Software 1 Topics: Authoring Multimedia Authoring Tools Text Editors Paint Program Image Editor Drawing program Wave Editing Program Video editing programs

More information

Multimedia Systems. Part 1. Mahdi Vasighi

Multimedia Systems. Part 1. Mahdi Vasighi Multimedia Systems Part 1 Mahdi Vasighi www.iasbs.ac.ir/~vasighi Department of Computer Science and Information Technology, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran Teaching Plan

More information

Skill Area 214: Use a Multimedia Software. Software application (SWA)

Skill Area 214: Use a Multimedia Software. Software application (SWA) Skill Area 214: Use a Multimedia application (SWA) 214.1 Fundamentals of Multimedia (3hrs) 214.1.1 Define Multimedia What is Multimedia? Derived from the word Multi and Media Multi Many, Multiple, Media

More information

lesson 24 Creating & Distributing New Media Content

lesson 24 Creating & Distributing New Media Content lesson 24 Creating & Distributing New Media Content This lesson includes the following sections: Creating New Media Content Technologies That Support New Media Distributing New Media Content Creating New

More information

INTRODUCTION TO MULTIMEDIA. Chapter 3 Multimedia Authoring

INTRODUCTION TO MULTIMEDIA. Chapter 3 Multimedia Authoring INTRODUCTION TO MULTIMEDIA Chapter 3 Multimedia Authoring What is an Authoring System? A program which has pre-programmed elements for the development of interactive multimedia software titles. A program

More information

::The Art of Multimedia:: Assignments*

::The Art of Multimedia:: Assignments* ::The Art of Multimedia:: Assignments* Session 1: January 25 th Assignment: What is Multimedia? 500 word-essay So what exactly is multimedia? Looking at the actual term multimedia literally means multiple

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Chapter 19: Multimedia

Chapter 19: Multimedia Ref. Page Slide 1/16 Learning Objectives In this chapter you will learn about: Multimedia Multimedia computer system Main components of multimedia and their associated technologies Common multimedia applications

More information

Interactive Media CTAG Alignments

Interactive Media CTAG Alignments Interactive Media CTAG Alignments This document contains information about eight Career-Technical Articulation Numbers (CTANs) for the Media Arts Career-Technical Assurance Guide (CTAG). The CTANs are:

More information

MMGD0203 MULTIMEDIA DESIGN

MMGD0203 MULTIMEDIA DESIGN MMGD0203 MULTIMEDIA DESIGN Chapter 6 1 Multimedia Production Team High-quality interactive multimedia applications are the product of the efforts of a production team. Some people might argue that anybody

More information

Animation. Representation of objects as they vary over time. Traditionally, based on individual drawing or photographing the frames in a sequence

Animation. Representation of objects as they vary over time. Traditionally, based on individual drawing or photographing the frames in a sequence 6 Animation Animation Representation of objects as they vary over time Traditionally, based on individual drawing or photographing the frames in a sequence Computer animation also results in a sequence

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia 2 nd Edition 2014 Ze-Nian Li Mark S. Drew Jiangchuan Liu Chapter 1 : Introduction and Multimedia Content: 1-1: What s Multimedia? 1-2: Multimedia and Hypermedia. 1-3: Overview

More information

WHAT IS BFA NEW MEDIA?

WHAT IS BFA NEW MEDIA? VISUAL & TYPE WEB & INTERACTIVE MOTION GRAPHICS DIGITAL IMAGING VIDEO DIGITAL PHOTO VECTOR DRAWING AUDIO To learn more and see three years of our best student work, please visit: webdesignnewmedia.com

More information

Designing for Multimedia

Designing for Multimedia 1 ing for Multi Phil Gray Outline What s Special about Multi? A Method Based on the City Method Developed by Alistair Sutcliffe and Stephanie Wilson Evaluation 2 What s Special About Multi? Rich forms

More information

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved.

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved. Describe graphics software, including desktop publishing, image editors, illustration programs, image galleries, and graphics suites. Discuss audio and video editing software. Describe multimedia, including

More information

Considerations in the Development of an Online Teaching Course

Considerations in the Development of an Online Teaching Course International Conference on Engineering Education and Research "Progress Through Partnership" 2004 VSB-TUO, Ostrava, ISSN 1562-3580 Considerations in the Development of an Online Teaching Course Hamid

More information

NADAR SARASWATHI COLLEGE OF ENGINEERING & TECHNOLOGY

NADAR SARASWATHI COLLEGE OF ENGINEERING & TECHNOLOGY NADAR SARASWATHI COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING EIGHTH SEMESTER QUESTION BANK CS6008 -HUMAN COMPUTER INTERACTION UNIT I FOUNDATIONS OF HCI The Human:

More information

Downloaded from

Downloaded from Chapter 4 Advance features of MS PowerPoint Inside this chapter : Inserting different objects (i.e. images, Word Arts, audio & video etc.), Transitions in slide, Custom Animation with text. PowerPoint

More information

Objectives. Object-Oriented Analysis and Design with the Unified Process 2

Objectives. Object-Oriented Analysis and Design with the Unified Process 2 Objectives Understand the differences between user interfaces and system interfaces Explain why the user interface is the system to the users Discuss the importance of the three principles of user-centered

More information

Lesson 7 Software Fundamentals

Lesson 7 Software Fundamentals Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify the fundamental concepts of wordprocessing software. Identify the fundamental concepts

More information

Lecture Week 4. Images

Lecture Week 4. Images Lecture Week 4 Images Images can be used: As a backdrop behind text to create a pictorial framework for the text. As a background for the content. As an icon to represent options that can be selected.

More information

A Taste of Multimedia

A Taste of Multimedia A Taste of Multimedia 2 2.1 Multimedia Tasks and Concerns Multimedia content is ubiquitous in software all around us, including in our phones, of course. We are interested in this subject from a computer

More information

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Glossary A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A App See Application Application An application (sometimes known as an app ) is a computer program which allows the user to perform a specific

More information

CS6008-HUMAN COMPUTER INTERACTION Question Bank

CS6008-HUMAN COMPUTER INTERACTION Question Bank CS6008-HUMAN COMPUTER INTERACTION Question Bank UNIT I FOUNDATIONS OF HCI PART A 1. What is HCI? 2. Who is involved in HCI. 3. What are the 5 major senses? 4. List the parts of human Eye. 5. What is meant

More information

LATIHAN Identify the use of multimedia in various fields.

LATIHAN Identify the use of multimedia in various fields. LATIHAN 4.1 1. Define multimedia. Multimedia is the presentation of information by using a combination of text, audio, graphic, video and animation. Multimedia has played an important role in other fields,

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

2.02B Methods and Uses of Animation Develop Computer Animations

2.02B Methods and Uses of Animation Develop Computer Animations 2.02B Methods and Uses of Animation 2.02 Develop Computer Animations Frame-by-Frame Animation Rapidly displaying images, or frames, in a sequence to create the optical illusion of movement. Digital animation

More information

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System Teachers Discovering Computers Integrating Technology and Digital Media in the Classroom 6 th Edition Chapter 3 Application Productivity Tools for Educators Chapter Objectives 1 of 2 Explain the role of

More information

Multimedia. Chapter5

Multimedia. Chapter5 Multimedia Chapter5 ITBIS105 IS-IT-UOB 2016 Multimedia What is multimedia? Any combination of text, graphics, sound, animation and video delivered to you by computer or other electronic means. Text Graphics

More information

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

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

,

, Duration: 06 Months Weekdays:- 2hrs / 3 days Fastrack:- 1½ hrs per Day Weekend:- 2½ hrs (Sat & Sun) An ISO 9001:2015 Institute ADMEC Multimedia Institute www.admecindia.co.in 9911782350, 9811818122 ADMEC

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to 1.1 What is computer graphics? it would be difficult to overstate the importance of computer and communication technologies in our lives. Activities as wide-ranging as film making, publishing,

More information

Compression and File Formats

Compression and File Formats Compression and File Formats 1 Compressing Moving Images Methods: Motion JPEG, Cinepak, Indeo, MPEG Known as CODECs compression / decompression algorithms hardware and software implementations symmetrical

More information

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018 Application software includes: Application General-purpose applications Specialized applications Categories of Computer Application Computer System General-purpose applications These are also known as

More information

Adobe Premiere Elements Tutorial

Adobe Premiere Elements Tutorial Adobe Premiere Elements Tutorial Starting a New Project To import movie clips from a digital video camera, click on the Capture Video button. You will be prompted to name your project and choose a location

More information

TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS

TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS Prepared for Mr. John Williams English 214 07 Technical Report Writing by Mohammed Al- Hajjaj 212417 Electrical Engineering Department Abstract

More information

National Unit Specification: general information. Applied Multimedia (Higher) NUMBER DM4D 12. Information Systems (Higher)

National Unit Specification: general information. Applied Multimedia (Higher) NUMBER DM4D 12. Information Systems (Higher) National Unit Specification: general information NUMBER DM4D 12 COURSE Information Systems () SUMMARY This Unit is designed to develop knowledge and understanding of the principles of multimedia applications

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information

Bring Your Own Device (BYOD) Information for Parents and Carers

Bring Your Own Device (BYOD) Information for Parents and Carers Bring Your Own Device (BYOD) Information for Parents and Carers Overview Students attending North Lakes State College will bring their own portable computing device to the College as a tool to enhance

More information

Prototyping for usability engineering

Prototyping for usability engineering analysis of stakeholders, field studies ANALYZE Problem scenarios claims about current practice Prototyping for usability engineering metaphors, information technology, HCI theory, guidelines DESIGN Activity

More information

GUIDELINES FOR WEB SITE DESIGN CHAPTER 10

GUIDELINES FOR WEB SITE DESIGN CHAPTER 10 GUIDELINES FOR WEB SITE DESIGN CHAPTER 10 What makes a Web site good? Who defines good? From whose perspective is it good the site visitor or the sponsoring organization? The following questions and tips

More information

New Features. Importing Resources

New Features. Importing Resources CyberLink StreamAuthor 4 is a powerful tool for creating compelling media-rich presentations using video, audio, PowerPoint slides, and other supplementary documents. It allows users to capture live videos

More information

CMP632 Multimedia Systems 1. Do not turn this page over until instructed to do so by the Senior Invigilator.

CMP632 Multimedia Systems 1. Do not turn this page over until instructed to do so by the Senior Invigilator. CMP632 Multimedia Systems 1 CARDIFF UNIVERSITY EXAMINATION PAPER SOLUTIONS Academic Year: 2002-2003 Examination Period: Lent 2003 Examination Paper Number: CMP632 Examination Paper Title: Multimedia Systems

More information

Multimedia Design and Authoring

Multimedia Design and Authoring Unit 13: Multimedia Design and Authoring Unit code: H/601/0467 QCF Level 4: BTEC Higher National Credit value: 15 Unit aim To help learners understand design processes including planning, iteration and

More information

Some Resources. What won t I learn? What will I learn? Topics

Some Resources. What won t I learn? What will I learn? Topics CSC 706 Computer Graphics Course basics: Instructor Dr. Natacha Gueorguieva MW, 8:20 pm-10:00 pm Materials will be available at www.cs.csi.cuny.edu/~natacha 1 midterm, 2 projects, 1 presentation, homeworks,

More information

PowerPoint Objective 1: Managing the PowerPoint Environment. Microsoft Office Specialist 2010 Certification Prep. Story/Walls

PowerPoint Objective 1: Managing the PowerPoint Environment. Microsoft Office Specialist 2010 Certification Prep. Story/Walls PowerPoint Objective 1: Managing the PowerPoint Environment Microsoft Office Specialist 2010 Certification Prep Story/Walls 1 Adjust Views Ribbon and Shortcut Methods: Use the ribbon to adjust views Story/Walls

More information

Communications Technology Grade 10

Communications Technology Grade 10 Communications Technology Grade 10 Courses Offered : TGJ2O1 Graphic Design, Photography and Digital Film Making (Open) TGJ2O1 This course introduces students to communications technology from a media perspective.

More information

CG: Computer Graphics

CG: Computer Graphics CG: Computer Graphics CG 111 Survey of Computer Graphics 1 credit; 1 lecture hour Students are exposed to a broad array of software environments and concepts that they may encounter in real-world collaborative

More information

Ch. 0: Course Overview Multimedia Systems

Ch. 0: Course Overview Multimedia Systems Ch. 0: Course Overview Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline What is multimedia? Why multimedia? Multimedia applications

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

Obtaining video clips

Obtaining video clips Video Using video Carefully planned, well-executed video clips can make a dramatic difference in a multimedia project Use video only when all other methods (text, still images) are not enough; don t use

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia 2 nd Edition 2014 Ze-Nian Li Mark S. Drew Jiangchuan Liu Chapter 2 : A Taste of Multimedia 1 Content: 2-1: Multimedia Tasks and Concerns? 2-2: Multimedia Presentation. 2-3: Data

More information

Multimedia Applications I ARKANSAS CAREER AND TECHNICAL EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I & II

Multimedia Applications I ARKANSAS CAREER AND TECHNICAL EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I & II Essentials for Design: Adobe InDesign CS Level 1, 4 th Edition 2004 (McAllister) Arkansas Career and Technology Education, Business/Marketing Technology, Multimedia Applications I & II (Grades 10-12) Multimedia

More information

WCSD/NUES Educational Technology Animation

WCSD/NUES Educational Technology Animation Animation verification for you and your peer reviewer Animation (Frames, Flash, or Edge) Animation: Understand and control the timeline Explain the makeup of the objects (fill and line) Import graphics

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Developing the Roadmap - Director Next Survey

Developing the Roadmap - Director Next Survey Developing the Roadmap - Director Next Survey Section 1: How do you use Director? 1. My primary use of Director is (select one only): Desktop Application Development Rich Internet Application (RIA) Development

More information

Distributed Multimedia Systems

Distributed Multimedia Systems Distributed Multimedia Systems 8. Multimedia Applications László Böszörményi Distributed Multimedia Systems Multimedia Applications - 1 Application Categorization Market-oriented view Kiosk, educational,

More information

System Requirements:-

System Requirements:- Anime Studio Pro 9 Complete Animation for Professionals & Digital Artists! Anime Studio Pro 9 is for professionals looking for a more efficient alternative to tedious frame-by-frame animation. With an

More information

What is multimedia? Multimedia. Continuous media. Most common media types. Continuous media processing. Interactivity. What is multimedia?

What is multimedia? Multimedia. Continuous media. Most common media types. Continuous media processing. Interactivity. What is multimedia? Multimedia What is multimedia? Media types +Text + Graphics + Audio +Image +Video Interchange formats What is multimedia? Multimedia = many media User interaction = interactivity Script = time 1 2 Most

More information

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements.

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. Before starting the steps outlined in this guide, it is recommended

More information

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

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

More information

PowerPoint 2016 INTRODUCTION

PowerPoint 2016 INTRODUCTION PowerPoint 2016 INTRODUCTION LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE 2017 CONTENTS OVERVIEW... 1 The Power Point screen... 1 PowerPoint views... 2 Normal view... 2 Reading view... 2 Slide sorter view...

More information

Computing Long Term Plan

Computing Long Term Plan Beebot Virtual 2Go or Daisy Dino on ipad Give and follow instructions, which include straight and turning commands, one at a time. Explore outcomes when instructions are given in a sequence Give a simple

More information

ESKIMM2 (SQA Unit Code - F9CN 04) Multimedia software

ESKIMM2 (SQA Unit Code - F9CN 04) Multimedia software Overview This is the ability to use multimedia software designed to combine, manipulate and animate a variety of objects and data types in layouts appropriate for subsequent production to screen. In general,

More information

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009 Tennessee Trade & Industrial Course 655745 Web Page Design II - Site Designer Standards A Guide to Web Development Using Adobe Dreamweaver CS3 2009 ation Key SE Student Edition LE Learning Expectation

More information

EXCELLENT ACADEMY OF ENGINEERING. Telephone: /

EXCELLENT ACADEMY OF ENGINEERING. Telephone: / Common file extensions that are good to know, organized by file format. Text Files.doc.log.msg.rtf.txt.wpd.wps Microsoft Word Document Log File Mail Message Rich Text Format Text File WordPerfect Document

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

Electronic Portfolio Handbook

Electronic Portfolio Handbook Electronic Handbook Copyright 2002, Helen C. Barrett, Ph.D. Click here to see CD-ROM at a Glance Click here to go to website http:// electronicportfolios.com How to Navigate these files using Adobe Acrobat

More information

Computer Special Effects

Computer Special Effects MODULAR TECHNOLOGY EDUCATION Computer Special Effects Scope & Sequence 81394 Published by Hearlihy P.O. Box 1747 Pittsburg, KS 66762 866-622-1003 E-mail: hearlihy@hearlihy.com Web site: http://www.hearlihy.com

More information

PowerPoint. PowerPoint. Presentation Software. PowerPoint Winter COMP 1270 Computer Usage II 1-1. Presentation Software and Office Integration

PowerPoint. PowerPoint. Presentation Software. PowerPoint Winter COMP 1270 Computer Usage II 1-1. Presentation Software and Office Integration PowerPoint Presentation Software and Office Integration PowerPoint 1. PowerPoint overview 2. PowerPoint Basics 3. Advanced PowerPoint 4. Tips for Effective Presentations 5. Office Integration Presentation

More information

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1 Unit 6 Multimedia Element: Animation 2017-18 Semester 1 Unit Outline In this unit, we will learn Animation Guidelines Flipbook Sampling Rate and Playback Rate Cel Animation Frame-based Animation Path-based

More information

Multimedia Systems Giorgio Leonardi A.A Lecture 1: General information and Introduction

Multimedia Systems Giorgio Leonardi A.A Lecture 1: General information and Introduction Multimedia Systems Giorgio Leonardi A.A.2014-2015 Lecture 1: General information and Introduction Overview Course page (D.I.R.): https://disit.dir.unipmn.it/course/view.php?id=639 Consulting: Office hours

More information

Lecture 5. Digital Media Components Markup and Scripting Languages Multimedia Tools Facilities Provided by the School Suggested Reading

Lecture 5. Digital Media Components Markup and Scripting Languages Multimedia Tools Facilities Provided by the School Suggested Reading Lecture 5 Digital Media Components Markup and Scripting Languages Multimedia Tools Facilities Provided by the School Suggested Reading 1 Aim of Lecture Not to teach you everything you need to know about

More information

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17 Table of Contents Preface...........iii INTRODUCTION 1. Introduction to M ultimedia and Web Design 1 Introduction 2 Exploring the Applications of Multimedia 2 Understanding Web Design 3 Exploring the Scope

More information

Books: 1) Computer Graphics, Principles & Practice, Second Edition in C JamesD. Foley, Andriesvan Dam, StevenK. Feiner, John F.

Books: 1) Computer Graphics, Principles & Practice, Second Edition in C JamesD. Foley, Andriesvan Dam, StevenK. Feiner, John F. Computer Graphics Books: 1) Computer Graphics, Principles & Practice, Second Edition in C JamesD. Foley, Andriesvan Dam, StevenK. Feiner, John F. Huges 2) Schaim s Outline Computer Graphics Roy A. Plastock,

More information

STRANDS AND STANDARDS DIGITAL MEDIA 1B

STRANDS AND STANDARDS DIGITAL MEDIA 1B STRANDS AND STANDARDS Course Description Digital Media is the process of analyzing, designing and developing interactive media. Digital Media 1 is the first-year digital media course where students will

More information

Multimedia. What is multimedia? Media types. Interchange formats. + Text +Graphics +Audio +Image +Video. Petri Vuorimaa 1

Multimedia. What is multimedia? Media types. Interchange formats. + Text +Graphics +Audio +Image +Video. Petri Vuorimaa 1 Multimedia What is multimedia? Media types + Text +Graphics +Audio +Image +Video Interchange formats Petri Vuorimaa 1 What is multimedia? Multimedia = many media User interaction = interactivity Script

More information

Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA

Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA Teaching Plan FACULTY OF INFORMATION & COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA MULTIMEDIA SYSTEMS BITM 1113 SEMESTER 1 SESI 2015/ 2016 BITM 1113 MULTIMEDIA SYSTEMS [3, 2, 2] TYPE OF

More information

DIGITAL ANIMATION AND MULTIMEDIA BS (1 st or 2 nd Semester)

DIGITAL ANIMATION AND MULTIMEDIA BS (1 st or 2 nd Semester) DIGITAL ANIMATION AND MULTIMEDIA BS000014 (1 st or 2 nd Semester) Grades 10, 11, 12 ½ Unit Prerequisite: None (Multimedia Applications Recommended) Digital Animation and Multimedia will explore the use

More information

Flash Domain 2: Identifying Rich Media Design Elements

Flash Domain 2: Identifying Rich Media Design Elements Flash Domain 2: Identifying Rich Media Design Elements Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify general and Flash-specific

More information

Key Features and Benefits

Key Features and Benefits Autodesk Entertainment Creation Suites 2013 Key Features and Benefits Overview The Autodesk Entertainment Creation Suites 2013 provide an affordable end-to-end creative toolset used by leading artists

More information

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production What is Post-Production? A Formal Definition: Post Production- The technical processes, as cutting, editing, and post-synchronization,

More information

PowerPoint 2013 Advanced. PowerPoint 2013 Advanced SAMPLE

PowerPoint 2013 Advanced. PowerPoint 2013 Advanced SAMPLE PowerPoint 2013 Advanced PowerPoint 2013 Advanced PowerPoint 2013 Advanced Page 2 2013 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Systems Analysis and Design in a Changing World, Fourth Edition

Systems Analysis and Design in a Changing World, Fourth Edition Systems Analysis and Design in a Changing World, Fourth Edition Learning Objectives Describe the difference between user interfaces and system interfaces Explain why the user interface is the system to

More information

Microsoft Office 2007

Microsoft Office 2007 Microsoft Office 2007 Adding Slide Transitions Transition Sound Transitions Transition Speed Apply to All A slide transition is the way one slide changes to the next in Slide Show view. Animations Tab:

More information

USB2.0 USER S GUIDE V1.1

USB2.0 USER S GUIDE V1.1 Video Grabber Box With External USB2.0 USER S GUIDE V1.1 200000700079 CONTENTS Chapter 1 Introduction... 5 1.1 Application... 5 1.2 Features... 5 1.3 Specification... 6 1.4 Minimum System Requirements...

More information

Quick Start Guide. MotionDV STUDIO 5.6. Cover

Quick Start Guide. MotionDV STUDIO 5.6. Cover Cover Features Operating environment Editing procedures Let s start MotionDV STUDIO Let s capture the video from a tape Let s edit the video Let s arrange the video in the edit track Let s cut unnecessary

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox SOFTWARE AND MULTIMEDIA Chapter 6 Created by S. Cox OBJECTIVES Classify multimedia application software Describe software needed to create elements of a multimedia production Identify the software used

More information

448 Multimedia Arts & Technologies. Program Student Learning Outcomes

448 Multimedia Arts & Technologies. Program Student Learning Outcomes 448 Multimedia Arts & Technologies Multimedia Arts and Technologies Multimedia is a field of study and an industry emerging from the synthesis of communication networks and cross-disciplinary media development

More information