The Development Process

Slides:



Advertisements
Similar presentations
INFORMATION SYSTEMS APPLIED MULTIMEDIA HIGHER This presentation will probably involve audience discussion, which will create action items. Use PowerPoint.
Advertisements

Slide 1 Topic 1 Software Development Process for Multimedia Applications.
Section 9.1 Identify multimedia design guidelines Identify sources of multimedia files Explain the ethical use of multimedia files Describe multimedia.
Understand the Macromedia Flash environment Open a document and play a movie Create and save a movie Work with layers and the timeline Plan a Web site.
MULTIMEDIA DEVELOPMENT 4.3 : AUTHORING TOOLS. At the end of the lesson, students should be able to: 1. Describe different types of authoring tools Learning.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
Introduction to Web Base Multimedia Application. Web base application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
SCA Introduction to Multimedia
Multimedia for the Web: Creating Digital Excitement HTML, XHTML and Web Authoring.
Multimedia Authoring Tools Pertemuan 8 Matakuliah: T0732 / Sistem Multimedia Tahun: 2007.
Macromedia Flash MX 2004 – Design Professional Macromedia Flash MX GETTING STARTED WITH.
Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
HYPERTEXT MARKUP LANGUAGE (HTML)
Web Design Basic Concepts.
COM 205 Multimedia Applications
Multimedia Authoring Tools Lecture 13
Multimedia Authoring Tools Pertemuan 15&16 Matakuliah: O Computer / Multimedia Tahun: Feb
Chapter Objectives Explain Web page multimedia issues
4.5 Multimedia Production. Learning Outcome 1. Design the structure and user interface for a multimedia project. 2. Produce a successful multimedia project.
Web Design, 3 rd Edition 6 Multimedia and Interactivity Elements.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
MM Topic 1 - The Development Process 1 The definition given by the British Computer Society (BCS) is: “Multimedia is the presentation of information by.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
Unit 3: Multimedia The Development Process. What is Multimedia? An interactive piece of software using several types of media: –Text –Graphics (photographs.
EED 502: UNIT A MULTI MEDIA TOUR.
1 SEG3120 Analysis and Design for User Interfaces Flash Anis Zarrad Parallel Simulations and Distributed Systems (PARADISE) Research Laboratory SITE, University.
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
CHAPTER FOUR COMPUTER SOFTWARE.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
CMPD 434 MULTIMEDIA AUTHORING Chapter 06 Multimedia Authoring Process IV.
MULTIMEDIA DEFINITION OF MULTIMEDIA
CHAPTER TEN AUTHORING.
Multimedia Authoring Programs
Interactive Sequence CUFMEM01A Use An Authoring Tool To Create An Interactive Sequence.
Multimedia and the Web.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
Reading Flash. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also choose some.
Dasar-Dasar Multimedia
Application Software System Software.
Chapter 3-Multimedia Skills
Chapter 3 Multimedia Authoring
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
California State University, LA Presented by Amanda Steven StevenAamirObaid.
Learning Aim B.  In this section, you will consider the resources necessary for designing your website.  You will also think about any constraints that.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
EUROTECHNIKI PRODUCTION OF MULTIMEDIA MATERIALS FOR EDUCATION MODULE 5: PRODUCTION OF MULTIMEDIA MATERIALS FOR EDUCATION ANTWERP MEETING JANUARY.
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Tutorial 7 Adding Behaviors and Rich Media. Objectives Session 7.1 – Learn about behaviors – Add behaviors to a page – Add a custom script to a page Session.
Chapter 04: Specialized Application Software
Section 9.1 Section 9.2 Identify multimedia design guidelines
Chapter 10 Multimedia and the Web.
Features of Authoring Tools
Lesson 24 Creating & Distributing New Media Content.
APPLIED MULTIMEDIA HIGHER
Web Programming– UFCFB Lecture 8
CHAPTER 8 Multimedia Authoring Tools
Lesson 24 Creating & Distributing New Media Content.
COM 205 Multimedia Applications
Multimedia Authoring Tools
COM 205 Multimedia Applications
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
3.02D Multimedia Authoring Programs
About Multimedia Files
Web Programming– UFCFB Lecture 8
Presentation transcript:

The Development Process Unit 3: Multimedia The Development Process

What is Multimedia? An interactive piece of software using several types of media: Text Graphics (photographs or illustrations) Audio (synthesised or digitised) Video Animation Multimedia Applications can be: Linear or non-linear Simple or extremely complex For example: PowerPoint presentation Sophisticated and basic web pages Multimedia games

The Development Process/Cycle Analysis Design Design may change if application does not work as expected Implementation Testing Documentation Evaluation Maintenance

Analysis Stage This stage is make it absolutely clear what the project is supposed to do. The aims of the application Who will be using it? What will be in it? How will it be distributed? How much money can be spent? How long have you got? Input/output? At the end of the stage a requirements specification will be produced.

Design Stage Navigation structure? The HCI (Human Computer Interface) What does each screen look like? What media elements will be included? Storyboards may be produced for this.

Implementation Stage Testing Stage Make it: Create and combine all the media elements using the pre-decided authoring software. Testing Stage Does each screen and link work as expected? If not can it be fixed or does it have to have the design altered.

Documentation Stage Write the documentation: The technical guide What are the hardware requirements The user guide Advice on how to use the software and provide users with any other help.

Evaluation Stage Maintenance Stage Does it meet the specifications made at the analysis stage? Maintenance Stage Fixing any bugs that have been found after its released. Adapting and updating the application to suit clients needs.

The Development Process Unit 3: Multimedia The Development Process

The Development Process Mnemonic Maintenance Analysis Design Implementation Testing Documentation Evaluation A Dance In The Dark Every Monday

Methodologies used in creation of multimedia applications Text editor: Application is created using plain text e.g. Creating simple web pages using HTML. WYSIWYG editors: Previewing applications under development to check that What You See Is What You Get. Eg PowerPoint to create a presentation

WYSIWYG

Text Editor

WYSIWYG Vs Text Editors Advantages Disadvantages Text Editor Simple and places less demands on system. Provides greater control over the application Difficult to Visualise output Dependant on programming or text-based commands knowledge WYSIWYG Easy creation and editing of application Ideal for beginners Complex software that puts higher demands on system. Software tends to be expensive

Methodologies used in creation of multimedia applications Authoring Software Application can be customised using: Program code or scripting Icon based setting up of properties (without the need to learn programming code) Presentation Software Enables the creation of a sequence of slides Allows hyper linking to different slides or files

Methodologies used in creation of multimedia applications Who makes authoring software? Macromedia Flash, Dreamweaver and Director Microsoft FrontPage Adobe GoLive Others Mediator, HyperStudio, etc

Methodologies used in creation of multimedia applications Who makes presentation software? Microsoft PowerPoint (Most common) Others LiquidMedia Cre8 Many others exist but not common

Authoring Vs Presentation Advantages Disadvantages Authoring Advanced features give developer more control over final application Difficult to learn, special training generally required Can be difficult to debug complex application Presentation Simple commands Easy to learn Limited features

The Development Process Unit 3: Multimedia The Development Process

Displaying Multimedia Data Distribution Technologies Web Pages Embedded into Web pages ActiveX Object Visual Basic Script Java Applet JavaScript Program

Displaying Multimedia Data Distribution Technologies (cntd) Stand alone Program (executable) Multimedia file using player software Macromedia Flash or Shockwave PowerPoint QuickTime

Displaying Multimedia Data Distribution Medium Web pages on the Internet Web pages on an Intranet CD-ROM DVD Digital Broadcast System

Displaying Multimedia Data Embedded Data Applications include files for sound, video etc These are combined (embedded) into the actual program file itself Advantages Disadvantages File management is easier as there is only one file Easier to implement security File could be very large Entire file must be downloaded before it can be played Individual data items cannot be updated separately

Displaying Multimedia Data Streamed data Data broadcast over a network radio stations broadcast over the Internet View film clips Played as it is received No need to download entire file before listening/viewing it Requires a plug in e.g. Real Player

Codecs & Container Files Codecs (Compressor/Decompressor) Main purpose is to reduce the file size while keeping as much quality as possible Enables faster downloads Often built into programs but sometimes require downloaded as a add-in

Codecs & Container Files Contains several compressed files. This can be transmitted over a network and the individual files regenerated at the receiving end Much more convenient than sending multiple files A ZIP file is an example of a container file