LECTURE 10 MEDIA INTEGRATION Multimedia Authoring Packages 1

  • Slides: 18
Download presentation
LECTURE 10 MEDIA INTEGRATION (Multimedia Authoring Packages) 1

LECTURE 10 MEDIA INTEGRATION (Multimedia Authoring Packages) 1

Objective q q The difference between authoring and programming The components of an authoring

Objective q q The difference between authoring and programming The components of an authoring tool Types of authoring system q Examples of PC products Programming systems 2

Authoring versus Programming q Authoring tools are what we call high level tools q

Authoring versus Programming q Authoring tools are what we call high level tools q q q A lot of the technical details of how things are done is hidden from the developer. The developer can concentrate on the functionality instead of how to make the hardware work Can be used by non-programmers Programming tools are low level tools q q They provide access to the low level hardware features for those who want to get the most out of the computer Are used by programmers or software engineers 3

The Components of an Authoring Tool q Most authoring systems provide facilities for: q

The Components of an Authoring Tool q Most authoring systems provide facilities for: q q q q Loading and saving media assets (graphics, sounds, videos, text, etc. ) Creating or editing audio and graphic images Page or slide building (layering multimedia data to create a single page) Animation / transition effects Specifying the sequence of the application Adding interactive controls for navigation and actions at run -time Creation of CD-ROM or web-based distributions 4

Types of Authoring System q q There are numerous development models that can be

Types of Authoring System q q There are numerous development models that can be used for multimedia applications Authoring systems generally fall into one or more of the following categories: q q q Slide, card or frame based Icon based The score model Object-oriented models Scripting language based Some systems combine or more of these to create more sophisticated tools 5

Slide, Card or Frame Based q q Each part of the application is self-contained

Slide, Card or Frame Based q q Each part of the application is self-contained in a single page Each page is created separately and then integrated into the final application A page may contain hyperlinks to other pages to provide navigation or pages may be sequentially viewed There may be global parameters that can be set to affect the entire application q e. g. background colour, default font, etc. 6

Icon-Based Authoring q q Each part is represented an icon (symbolic picture) Each icon

Icon-Based Authoring q q Each part is represented an icon (symbolic picture) Each icon does a specific task, e. g. plays a sound Icons are then linked together to form complete applications Can easily visualise the structure and navigation of the final application A screenshot of Macromedia Authorware 7

The Score Model q q q This model has an analogy with a musical

The Score Model q q q This model has an analogy with a musical score Instead of musical instruments playing notes we have multimedia objects (sounds, images, video, text, etc. ) that do something at specific points (times) in the score There is usually some way to animate the objects (e. g. rotation, scaling, colour changes, etc. ) between each transition (i. e. when they start and when they finish) q Each multimedia object lives in a track q A score has one or more tracks 8

Scores and Timelines q Timelines are a useful way of representing multimedia data during

Scores and Timelines q Timelines are a useful way of representing multimedia data during the course of a presentation or application q q q Time is represented along the x-axis Tracks are represented along the y-axis The developer can move objects left and right to change the order of the information and can lengthen or shorten the bars to change their duration 0 seconds Track 1 Track 2 Track 3 Track 4 5 seconds 10 seconds 15 seconds Background music Animation Voice over (narration) Video 9

Scripting Language Based Models q Scripting languages are cut-down versions of complete programming languages

Scripting Language Based Models q Scripting languages are cut-down versions of complete programming languages q q They tend to have less features and are therefore easier to learn Scripting models allow the developer to write small scripts (programs) which can be associated with a multimedia object q e. g. you may write a script to make a graphic image move across the screen or to make a window pop up when an item is clicked 10

Object-oriented models q q In an object-oriented model, everything that can be put in

Object-oriented models q q In an object-oriented model, everything that can be put in an application is considered an object Every object has: q q State - A description of its unique properties q e. g. a graphic image’s state would describe its size, colour depth, author’s name, etc. Behaviour - The things that the object can do q e. g. a video can be played, stopped or rewound Icon and score-based models usually have object-oriented features also Objects are self contained and can be reused in later projects 11

Microsoft Power. Point http: //www. microsoft. com/office/powerpoint/ q Power. Point is: q q q

Microsoft Power. Point http: //www. microsoft. com/office/powerpoint/ q Power. Point is: q q q a “business graphics” package a slide-based multimedia tool Supports vector graphics, bitmapped images, sound, video and hyperlinks Supports many slide transitions and animations (see right) Developers can script objects to make them display at specific times or events q The events are represented by a limited number of presets and cannot be altered 12

Sound Forge 6. 0 http: //www. sonicfoundry. com/products/showproduct. asp? PID=668 q q q Audio

Sound Forge 6. 0 http: //www. sonicfoundry. com/products/showproduct. asp? PID=668 q q q Audio editing, audio recording, effects processing, and rich media encoding. Powerful and fast non-destructive audio editing Supports a wide range of audio formats, including 15 import formats and 17 export formats, such as WAV, Windows Media™ Audio and Video, MPEG-1&2*, Real. Audio® and MP 3 q http: //www. sonicfoundry. com/products/showproduct. asp? PID=66 8&Feature. ID=5775 13

Macromedia Flash http: //www. macromedia. com/software/flash/ q q q Flash is a tool for

Macromedia Flash http: //www. macromedia. com/software/flash/ q q q Flash is a tool for creating animated vector graphics and multimedia It uses a timeline and object-oriented model Has a very useful feature called tweening which can be used to create animations q q You specify a start and end point and Flash calculates all the inbetween frames of the animation Flash is a popular format on websites. See q http: //www. macromedia. com/software/flash/productinfo/features/ 14

Macromedia Flash Screenshot Tracks Timeline Tweening 15

Macromedia Flash Screenshot Tracks Timeline Tweening 15

Macromedia Director http: //www. macromedia. com/software/director/ q Director is a package with many features

Macromedia Director http: //www. macromedia. com/software/director/ q Director is a package with many features q q Uses a metaphor of cast, stage and score q q q Sound audio editing Bitmap and vector graphics editing Asset management The Cast are the media assets The Stage is the screen or individual page The Score is the sequence of events Director has its own programming language called Lingo which can be used to add new functionality Director is one of the most widely used PC tools 16

Multimedia Programming Tools q q Programming tools differ from authoring tools in that they

Multimedia Programming Tools q q Programming tools differ from authoring tools in that they tend to be much lower level and require the developer to have more knowledge of the underlying hardware and programming language Programming tools give the developer access to much more functionality than authoring tools but require much more effort (and money!) 17

Summary q Today we have looked at the two types of tools that can

Summary q Today we have looked at the two types of tools that can be used to create multimedia applications: q q q Authoring tools Programming tools Each has their own set of pros and cons: q q Authoring tools are generally quicker to learn and can be used by non-programmers but may have limited flexibility Programming tools are more difficult to use and require good programming knowledge but can be much more flexible 18