SlideShare a Scribd company logo
1 of 27
C O M P I L E D & C R E AT E D B Y : G A U R AV C H H A B R A
MULTIMEDIA
AUTHORING &
METAPHORS
Compiled & Created By: Gaurav Chhabra
WHAT IS MULTIMEDIA ??
MULTI
MEDIA
Combining more than
Medium of
Communication
Compiled & Created By: Gaurav Chhabra
MULTIMEDIA
• In common usage, the term multimedia refers to an
electronically delivered combination of media including video,
still images, audio, text in such a way that can be accessed
interactively.
 Multimedia is media and content that uses a combination of
different content forms.
 Multimedia includes a combination of
 Text
 Audio
 Still images
 Animation video
 Interactivity content forms.
Compiled & Created By: Gaurav Chhabra
TYPES OF MM PRESENTATION
LINEAR MULTIMEDIA NON-LINEAR MULTIMEDIA
Linear active content progresses
without any navigational control for the
viewer.
Non-linear content offers user
interactivity to control progress as used
with a computer game .
Cinema presentation is an example of
linear multimedia.
Presentation made with PowerPoint,
Flash, etc are non-linear multimedia.
A multimedia presentation differs from a normal presentation in that it contains
text, video, graphics, audio, animation etc.
Compiled & Created By: Gaurav Chhabra
MULTIMEDIA AUTHORING
• The process of creating multimedia application or
presentation is called MM Authoring. It involves creating,
editing, arranging and sequencing MM content.
• Multimedia Authoring Tool is a development environment
where one can merge a number of media into a single
application.
• Most authoring systems also support a scripting language for
more sophisticated applications.
• The distinction between authoring tools and programming
tools is not clear-cut. Typically, though, authoring tools require
less technical knowledge to master and are used exclusively
for applications that present a mixture of textual, graphical,
and audio data.
Compiled & Created By: Gaurav Chhabra
INTRODUCTION TO MULTIMEDIA
AUTHORING TOOLS
• Multimedia authoring tools provide the framework for
organizing and editing the elements of a multimedia
project.
• Authoring software provides an integrated environment
for combining the content and functions of a project.
• It enables the developer to create, edit, and import data.
• Most authoring systems also support a scripting
language for more sophisticated applications.
Compiled & Created By: Gaurav Chhabra
FEATURES OF AUTHORING TOOLS
• Editing and organizing features.
• Programming features.
• Interactivity features.
• Performance tuning and playback features.
• Delivery, cross-platform, and Internet playability features.
Compiled & Created By: Gaurav Chhabra
EDITING AND ORGANIZING FEATURES
• Authoring systems include editing tools to create, edit,
and convert multimedia elements such as animation and
video clips.
• The organization, design, and production process for
multimedia involves storyboarding and flowcharting.
• Visual flowcharting or overview facility illustrates project
structure at a macro level.
Compiled & Created By: Gaurav Chhabra
PROGRAMMING FEATURES
• Visual programming with icons or objects is the simplest
and easiest authoring process.
• Visual authoring tools such as Authorware and
IconAuthor are suitable for slide shows and
presentations.
• Authoring tools offer ‘very high level language’ (VHLL) or
interpreted scripting environment.
Compiled & Created By: Gaurav Chhabra
INTERACTIVITY FEATURES
• Interactivity gives the end user control over the content
and flow of information in a project.
• Simple branching is the ability to go to another section of
the multimedia production.
• Conditional branching is an activity based on the results
of IF-THEN decisions or events.
• Structured language supports complex programming
logic, subroutines, event tracking, and message passing
among objects and elements.
Compiled & Created By: Gaurav Chhabra
PERFORMANCE TUNING AND
PLAYBACK FEATURES
• Achieving synchronization is difficult, considering that
performance of the different computers used for
multimedia development and delivery varies.
• Authoring system should facilitate precise timing of
events.
• It should enable developers to build a part of a project
and then test it immediately.
Compiled & Created By: Gaurav Chhabra
DELIVERY, CROSS-PLATFORM, AND
INTERNET PLAYABILITY FEATURES
• Delivering the project may require building a run-time
version of the project, using the multimedia authoring
software.
• Run-time version or standalone allows a project to play
back without the complete authoring software and all its
tools and editors.
• It is important to use tools that facilitate easy transfer
across platforms.
• Authoring systems provide a means for converting their
output to be delivered within the context of HTML or
DHTML.
Compiled & Created By: Gaurav Chhabra
“AUTHORING METAPHOR” AKA
“AUTHORING PARADIGM”
• Most media integration or authoring tools will take or use
one of the following metaphors.
a) Slide show metaphor
b) Movie screen metaphor
c) Iconic/Flow-control metaphor
d) Card/Page metaphor
e) Time Based/ Frames metaphor
f) Scripting-language metaphor
g) Object Based metaphor
• On the basis of metaphors they use authoring tools
can be categorized in different types.
Compiled & Created By: Gaurav Chhabra
SLIDE SHOW METAPHOR
• by default a linear presentation
• However, tools exist to perform jumps/hyperlink –
seldom used
• e.g., PowerPoint, ImageQ
• The easiest way to create a multimedia presentation is
in Microsoft PowerPoint. You can add in video, a
soundtrack and also a reasonable degree of
animation.
Compiled & Created By: Gaurav Chhabra
SLIDE SHOW METAPHOR
Compiled & Created By: Gaurav Chhabra
• Movie refers to the product of the authoring it can be Linear/Interactive
movie
• Also refers to authoring tools paradigm that contains Cast/Score/Scripting
• Example: Macromedia Director
Stage
Cast
Score
MOVIE SCREEN METAPHOR
Compiled & Created By: Gaurav Chhabra
• Graphical icons are available in a toolbox
• Authoring proceeds by creating flow chart with icons attached.
• Author Ware Professional, Icon Author, Quest are some of the Icon based
tools
ICONIC/FLOW-CONTROL METAPHOR
Compiled & Created By: Gaurav Chhabra
CARD OR PAGE BASED TOOLS
• The elements are organized as pages of a book or a stack of cards.
• Card-or page-based authoring systems are best used when the bulk
of your content consists of elements that can be viewed individually
• Link these pages or cards into organized sequences.
• Jump, on command, to any page
• Play sound elements and launch animations and digital video.
• HyperCard, SuperCard, Media Object, Tool Box, Visual Basic,
PowerPoint, Astound are some of the Card based tools.
Compiled & Created By: Gaurav Chhabra
CARD OR PAGE BASED TOOLS
Compiled & Created By: Gaurav Chhabra
TIME BASED / FRAME BASED
• The most popular used.
• Using “timeline” for organizing activities
• Also using “framing” – timely adjusted depending on the frame size
• Elements and events are organized along a timeline with resolutions
as high as or higher than 1/30 second.
• Played back at a speed that you can set
• Other elements (such as audio events) are triggered at a given time
or location in the sequence of events.
• Jumps to any location in a sequence is possible
• Navigation and interactive control.
• Adobe Flash and Macromedia Director are Time based tools
Compiled & Created By: Gaurav Chhabra
Macromedia Director
Macromedia Flash
TIME BASED / FRAME BASED
Compiled & Created By: Gaurav Chhabra
SCRIPTING-LANGUAGE METAPHOR
• uses a special language to enable interactivity (button, mouse,
etc), and to allow conditionals, jumps, loops, functions/macros
• e.g., OpenScript in Toolbook by Asymetrix
-- load an MPEG file
extFileName of MediaPlayer “theMpegPath” =
“c:windowsmediamedia.mpg”;
-- play
extPlayCount of MediaPlayer “theMpegPath” =
1;
--if want to start and end at specific
frames
extSelectionStart of MediaPlayer
“theMpegPath” = 103;
Example of OpenScript
Compiled & Created By: Gaurav Chhabra
OBJECT BASED
• Support environment based on object.
• Every object is modified using properties &
modifiers
• The environment is based on ‘Hierarchy’
(section and sub-section).
• Examples of the tools :
• mTropolis (Mac/Windows)
• AppleMedia Tool (Mac/Windows)
• MediaForge (Windows)
Compiled & Created By: Gaurav Chhabra
OBJECT BASED
Compiled & Created By: Gaurav Chhabra
DESIGN APPROACHES TO AUTHORING
1. Hypermedia application design
2. User Interface Design
3. Multimedia Database design
4. Multimedia Presentation design
Compiled & Created By: Gaurav Chhabra
DESIGN ISSUES FOR MULTIMEDIA
AUTHORING
1. Display Resolution
2. Data Formats for captured data
3. Compression Algorithms
4. Network Interfaces
5. Storage Formats
Compiled & Created By: Gaurav Chhabra
APPLICATIONS
• Business Presentations
• Marketing/ Advertising
• Tutorials/ e-learning
• Web Designing
• User Interface Designing
• Icon/ Button Designing
• Background/ Wallpaper Designing

More Related Content

What's hot

Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software toolsJay Patel
 
Multimedia authoring tools
Multimedia authoring toolsMultimedia authoring tools
Multimedia authoring toolsOnline
 
Multimedia Presentation and Authoring
Multimedia Presentation and AuthoringMultimedia Presentation and Authoring
Multimedia Presentation and AuthoringTamanna Sehgal
 
Multimedia color in image and video
Multimedia color in image and videoMultimedia color in image and video
Multimedia color in image and videoMazin Alwaaly
 
Multimedia: Audio and video technology
Multimedia: Audio and video technologyMultimedia: Audio and video technology
Multimedia: Audio and video technologyArti Parab Academics
 
Chapter 10 designing and producing Multimedia
Chapter 10 designing and producing MultimediaChapter 10 designing and producing Multimedia
Chapter 10 designing and producing MultimediaShehryar Ahmad
 
Introduction to Multimedia Design and Development
Introduction to Multimedia Design and DevelopmentIntroduction to Multimedia Design and Development
Introduction to Multimedia Design and DevelopmentNana Kofi Annan PhD
 
Hardware & software in multimedia
Hardware & software in multimediaHardware & software in multimedia
Hardware & software in multimediaRiosArt
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUNDazira96
 
4 multimedia basics
4 multimedia basics4 multimedia basics
4 multimedia basicsVedpal Yadav
 
Multimedia development process
Multimedia development processMultimedia development process
Multimedia development processhrishharish
 
Multimedia System & Design Ch 8 delivering
Multimedia System & Design Ch 8 deliveringMultimedia System & Design Ch 8 delivering
Multimedia System & Design Ch 8 deliveringBadar Waseer
 
multimedia making it work by Tay Vaughan Chapter1
multimedia making it work by Tay Vaughan Chapter1multimedia making it work by Tay Vaughan Chapter1
multimedia making it work by Tay Vaughan Chapter1alichaudhry28
 

What's hot (20)

Authoring metaphors
Authoring metaphorsAuthoring metaphors
Authoring metaphors
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
 
Sound
SoundSound
Sound
 
Multimedia authoring tools
Multimedia authoring toolsMultimedia authoring tools
Multimedia authoring tools
 
Multimedia Presentation and Authoring
Multimedia Presentation and AuthoringMultimedia Presentation and Authoring
Multimedia Presentation and Authoring
 
Multimedia color in image and video
Multimedia color in image and videoMultimedia color in image and video
Multimedia color in image and video
 
Multimedia: Audio and video technology
Multimedia: Audio and video technologyMultimedia: Audio and video technology
Multimedia: Audio and video technology
 
Chapter 10 designing and producing Multimedia
Chapter 10 designing and producing MultimediaChapter 10 designing and producing Multimedia
Chapter 10 designing and producing Multimedia
 
Video
VideoVideo
Video
 
Multimedia chapter 4
Multimedia chapter 4Multimedia chapter 4
Multimedia chapter 4
 
Introduction to Multimedia Design and Development
Introduction to Multimedia Design and DevelopmentIntroduction to Multimedia Design and Development
Introduction to Multimedia Design and Development
 
Hardware & software in multimedia
Hardware & software in multimediaHardware & software in multimedia
Hardware & software in multimedia
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUND
 
4 multimedia basics
4 multimedia basics4 multimedia basics
4 multimedia basics
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Multimedia development process
Multimedia development processMultimedia development process
Multimedia development process
 
Multimedia System & Design Ch 8 delivering
Multimedia System & Design Ch 8 deliveringMultimedia System & Design Ch 8 delivering
Multimedia System & Design Ch 8 delivering
 
Digital video
Digital videoDigital video
Digital video
 
multimedia making it work by Tay Vaughan Chapter1
multimedia making it work by Tay Vaughan Chapter1multimedia making it work by Tay Vaughan Chapter1
multimedia making it work by Tay Vaughan Chapter1
 

Similar to Types of Multimedia Authoring Tools and Metaphors

chapter2multimediaauthoringandtools-160131194415.pdf
chapter2multimediaauthoringandtools-160131194415.pdfchapter2multimediaauthoringandtools-160131194415.pdf
chapter2multimediaauthoringandtools-160131194415.pdfSaqlainYaqub1
 
Cs8092 computer graphics and multimedia unit 5
Cs8092 computer graphics and multimedia unit 5Cs8092 computer graphics and multimedia unit 5
Cs8092 computer graphics and multimedia unit 5SIMONTHOMAS S
 
Chapter 10 authoring
Chapter 10 authoringChapter 10 authoring
Chapter 10 authoringshelly3160
 
Best Prototyping Tools for UI UX Designers
Best Prototyping Tools for UI UX DesignersBest Prototyping Tools for UI UX Designers
Best Prototyping Tools for UI UX DesignersYellowSlice1
 
topic1-introductiontoauthoringsystems.pdf
topic1-introductiontoauthoringsystems.pdftopic1-introductiontoauthoringsystems.pdf
topic1-introductiontoauthoringsystems.pdfAyiedQuinn
 
Multimedia Authoring Tools.ppt
Multimedia Authoring Tools.pptMultimedia Authoring Tools.ppt
Multimedia Authoring Tools.pptKalai Selvi
 
Mutlimediaauthoringtools 120320065815-phpapp01
Mutlimediaauthoringtools 120320065815-phpapp01Mutlimediaauthoringtools 120320065815-phpapp01
Mutlimediaauthoringtools 120320065815-phpapp01dhruv patel
 
Mutlimedia authoring tools
Mutlimedia authoring toolsMutlimedia authoring tools
Mutlimedia authoring toolsJay Patel
 
010-chapter-9-multimedia-authoring-packages-revamped1.ppt
010-chapter-9-multimedia-authoring-packages-revamped1.ppt010-chapter-9-multimedia-authoring-packages-revamped1.ppt
010-chapter-9-multimedia-authoring-packages-revamped1.pptOCHENGJEROM
 
Impact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationImpact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationJoseph Labrecque
 
Deep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLiftDeep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLiftAmazon Web Services
 
Pat Farrell, Migrating Legacy Documentation to XML and DITA
Pat Farrell, Migrating Legacy Documentation to XML and DITAPat Farrell, Migrating Legacy Documentation to XML and DITA
Pat Farrell, Migrating Legacy Documentation to XML and DITAfarrelldoc
 
Cerebro for vfx eng
Cerebro for vfx engCerebro for vfx eng
Cerebro for vfx engCineSoft
 
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Raghuram Pandurangan
 
Distributing Information Online
Distributing Information OnlineDistributing Information Online
Distributing Information OnlineLethbridge College
 
multimedia authorizing tools
multimedia authorizing toolsmultimedia authorizing tools
multimedia authorizing toolsSantosh Jhansi
 
Client Continuum Dec Fy09
Client Continuum Dec Fy09Client Continuum Dec Fy09
Client Continuum Dec Fy09Martha Rotter
 
Making Learning Products Accessible
Making Learning Products AccessibleMaking Learning Products Accessible
Making Learning Products AccessibleMagic Software
 

Similar to Types of Multimedia Authoring Tools and Metaphors (20)

chapter2multimediaauthoringandtools-160131194415.pdf
chapter2multimediaauthoringandtools-160131194415.pdfchapter2multimediaauthoringandtools-160131194415.pdf
chapter2multimediaauthoringandtools-160131194415.pdf
 
HelpTech_Sept30_UEMnl.pptx
HelpTech_Sept30_UEMnl.pptxHelpTech_Sept30_UEMnl.pptx
HelpTech_Sept30_UEMnl.pptx
 
Cs8092 computer graphics and multimedia unit 5
Cs8092 computer graphics and multimedia unit 5Cs8092 computer graphics and multimedia unit 5
Cs8092 computer graphics and multimedia unit 5
 
Chapter 10 authoring
Chapter 10 authoringChapter 10 authoring
Chapter 10 authoring
 
Best Prototyping Tools for UI UX Designers
Best Prototyping Tools for UI UX DesignersBest Prototyping Tools for UI UX Designers
Best Prototyping Tools for UI UX Designers
 
topic1-introductiontoauthoringsystems.pdf
topic1-introductiontoauthoringsystems.pdftopic1-introductiontoauthoringsystems.pdf
topic1-introductiontoauthoringsystems.pdf
 
GROUP 6.pptx
GROUP 6.pptxGROUP 6.pptx
GROUP 6.pptx
 
Multimedia Authoring Tools.ppt
Multimedia Authoring Tools.pptMultimedia Authoring Tools.ppt
Multimedia Authoring Tools.ppt
 
Mutlimediaauthoringtools 120320065815-phpapp01
Mutlimediaauthoringtools 120320065815-phpapp01Mutlimediaauthoringtools 120320065815-phpapp01
Mutlimediaauthoringtools 120320065815-phpapp01
 
Mutlimedia authoring tools
Mutlimedia authoring toolsMutlimedia authoring tools
Mutlimedia authoring tools
 
010-chapter-9-multimedia-authoring-packages-revamped1.ppt
010-chapter-9-multimedia-authoring-packages-revamped1.ppt010-chapter-9-multimedia-authoring-packages-revamped1.ppt
010-chapter-9-multimedia-authoring-packages-revamped1.ppt
 
Impact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationImpact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher Education
 
Deep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLiftDeep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLift
 
Pat Farrell, Migrating Legacy Documentation to XML and DITA
Pat Farrell, Migrating Legacy Documentation to XML and DITAPat Farrell, Migrating Legacy Documentation to XML and DITA
Pat Farrell, Migrating Legacy Documentation to XML and DITA
 
Cerebro for vfx eng
Cerebro for vfx engCerebro for vfx eng
Cerebro for vfx eng
 
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
 
Distributing Information Online
Distributing Information OnlineDistributing Information Online
Distributing Information Online
 
multimedia authorizing tools
multimedia authorizing toolsmultimedia authorizing tools
multimedia authorizing tools
 
Client Continuum Dec Fy09
Client Continuum Dec Fy09Client Continuum Dec Fy09
Client Continuum Dec Fy09
 
Making Learning Products Accessible
Making Learning Products AccessibleMaking Learning Products Accessible
Making Learning Products Accessible
 

Recently uploaded

(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 

Recently uploaded (20)

(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 

Types of Multimedia Authoring Tools and Metaphors

  • 1. C O M P I L E D & C R E AT E D B Y : G A U R AV C H H A B R A MULTIMEDIA AUTHORING & METAPHORS
  • 2. Compiled & Created By: Gaurav Chhabra WHAT IS MULTIMEDIA ?? MULTI MEDIA Combining more than Medium of Communication
  • 3. Compiled & Created By: Gaurav Chhabra MULTIMEDIA • In common usage, the term multimedia refers to an electronically delivered combination of media including video, still images, audio, text in such a way that can be accessed interactively.  Multimedia is media and content that uses a combination of different content forms.  Multimedia includes a combination of  Text  Audio  Still images  Animation video  Interactivity content forms.
  • 4. Compiled & Created By: Gaurav Chhabra TYPES OF MM PRESENTATION LINEAR MULTIMEDIA NON-LINEAR MULTIMEDIA Linear active content progresses without any navigational control for the viewer. Non-linear content offers user interactivity to control progress as used with a computer game . Cinema presentation is an example of linear multimedia. Presentation made with PowerPoint, Flash, etc are non-linear multimedia. A multimedia presentation differs from a normal presentation in that it contains text, video, graphics, audio, animation etc.
  • 5. Compiled & Created By: Gaurav Chhabra MULTIMEDIA AUTHORING • The process of creating multimedia application or presentation is called MM Authoring. It involves creating, editing, arranging and sequencing MM content. • Multimedia Authoring Tool is a development environment where one can merge a number of media into a single application. • Most authoring systems also support a scripting language for more sophisticated applications. • The distinction between authoring tools and programming tools is not clear-cut. Typically, though, authoring tools require less technical knowledge to master and are used exclusively for applications that present a mixture of textual, graphical, and audio data.
  • 6. Compiled & Created By: Gaurav Chhabra INTRODUCTION TO MULTIMEDIA AUTHORING TOOLS • Multimedia authoring tools provide the framework for organizing and editing the elements of a multimedia project. • Authoring software provides an integrated environment for combining the content and functions of a project. • It enables the developer to create, edit, and import data. • Most authoring systems also support a scripting language for more sophisticated applications.
  • 7. Compiled & Created By: Gaurav Chhabra FEATURES OF AUTHORING TOOLS • Editing and organizing features. • Programming features. • Interactivity features. • Performance tuning and playback features. • Delivery, cross-platform, and Internet playability features.
  • 8. Compiled & Created By: Gaurav Chhabra EDITING AND ORGANIZING FEATURES • Authoring systems include editing tools to create, edit, and convert multimedia elements such as animation and video clips. • The organization, design, and production process for multimedia involves storyboarding and flowcharting. • Visual flowcharting or overview facility illustrates project structure at a macro level.
  • 9. Compiled & Created By: Gaurav Chhabra PROGRAMMING FEATURES • Visual programming with icons or objects is the simplest and easiest authoring process. • Visual authoring tools such as Authorware and IconAuthor are suitable for slide shows and presentations. • Authoring tools offer ‘very high level language’ (VHLL) or interpreted scripting environment.
  • 10. Compiled & Created By: Gaurav Chhabra INTERACTIVITY FEATURES • Interactivity gives the end user control over the content and flow of information in a project. • Simple branching is the ability to go to another section of the multimedia production. • Conditional branching is an activity based on the results of IF-THEN decisions or events. • Structured language supports complex programming logic, subroutines, event tracking, and message passing among objects and elements.
  • 11. Compiled & Created By: Gaurav Chhabra PERFORMANCE TUNING AND PLAYBACK FEATURES • Achieving synchronization is difficult, considering that performance of the different computers used for multimedia development and delivery varies. • Authoring system should facilitate precise timing of events. • It should enable developers to build a part of a project and then test it immediately.
  • 12. Compiled & Created By: Gaurav Chhabra DELIVERY, CROSS-PLATFORM, AND INTERNET PLAYABILITY FEATURES • Delivering the project may require building a run-time version of the project, using the multimedia authoring software. • Run-time version or standalone allows a project to play back without the complete authoring software and all its tools and editors. • It is important to use tools that facilitate easy transfer across platforms. • Authoring systems provide a means for converting their output to be delivered within the context of HTML or DHTML.
  • 13. Compiled & Created By: Gaurav Chhabra “AUTHORING METAPHOR” AKA “AUTHORING PARADIGM” • Most media integration or authoring tools will take or use one of the following metaphors. a) Slide show metaphor b) Movie screen metaphor c) Iconic/Flow-control metaphor d) Card/Page metaphor e) Time Based/ Frames metaphor f) Scripting-language metaphor g) Object Based metaphor • On the basis of metaphors they use authoring tools can be categorized in different types.
  • 14. Compiled & Created By: Gaurav Chhabra SLIDE SHOW METAPHOR • by default a linear presentation • However, tools exist to perform jumps/hyperlink – seldom used • e.g., PowerPoint, ImageQ • The easiest way to create a multimedia presentation is in Microsoft PowerPoint. You can add in video, a soundtrack and also a reasonable degree of animation.
  • 15. Compiled & Created By: Gaurav Chhabra SLIDE SHOW METAPHOR
  • 16. Compiled & Created By: Gaurav Chhabra • Movie refers to the product of the authoring it can be Linear/Interactive movie • Also refers to authoring tools paradigm that contains Cast/Score/Scripting • Example: Macromedia Director Stage Cast Score MOVIE SCREEN METAPHOR
  • 17. Compiled & Created By: Gaurav Chhabra • Graphical icons are available in a toolbox • Authoring proceeds by creating flow chart with icons attached. • Author Ware Professional, Icon Author, Quest are some of the Icon based tools ICONIC/FLOW-CONTROL METAPHOR
  • 18. Compiled & Created By: Gaurav Chhabra CARD OR PAGE BASED TOOLS • The elements are organized as pages of a book or a stack of cards. • Card-or page-based authoring systems are best used when the bulk of your content consists of elements that can be viewed individually • Link these pages or cards into organized sequences. • Jump, on command, to any page • Play sound elements and launch animations and digital video. • HyperCard, SuperCard, Media Object, Tool Box, Visual Basic, PowerPoint, Astound are some of the Card based tools.
  • 19. Compiled & Created By: Gaurav Chhabra CARD OR PAGE BASED TOOLS
  • 20. Compiled & Created By: Gaurav Chhabra TIME BASED / FRAME BASED • The most popular used. • Using “timeline” for organizing activities • Also using “framing” – timely adjusted depending on the frame size • Elements and events are organized along a timeline with resolutions as high as or higher than 1/30 second. • Played back at a speed that you can set • Other elements (such as audio events) are triggered at a given time or location in the sequence of events. • Jumps to any location in a sequence is possible • Navigation and interactive control. • Adobe Flash and Macromedia Director are Time based tools
  • 21. Compiled & Created By: Gaurav Chhabra Macromedia Director Macromedia Flash TIME BASED / FRAME BASED
  • 22. Compiled & Created By: Gaurav Chhabra SCRIPTING-LANGUAGE METAPHOR • uses a special language to enable interactivity (button, mouse, etc), and to allow conditionals, jumps, loops, functions/macros • e.g., OpenScript in Toolbook by Asymetrix -- load an MPEG file extFileName of MediaPlayer “theMpegPath” = “c:windowsmediamedia.mpg”; -- play extPlayCount of MediaPlayer “theMpegPath” = 1; --if want to start and end at specific frames extSelectionStart of MediaPlayer “theMpegPath” = 103; Example of OpenScript
  • 23. Compiled & Created By: Gaurav Chhabra OBJECT BASED • Support environment based on object. • Every object is modified using properties & modifiers • The environment is based on ‘Hierarchy’ (section and sub-section). • Examples of the tools : • mTropolis (Mac/Windows) • AppleMedia Tool (Mac/Windows) • MediaForge (Windows)
  • 24. Compiled & Created By: Gaurav Chhabra OBJECT BASED
  • 25. Compiled & Created By: Gaurav Chhabra DESIGN APPROACHES TO AUTHORING 1. Hypermedia application design 2. User Interface Design 3. Multimedia Database design 4. Multimedia Presentation design
  • 26. Compiled & Created By: Gaurav Chhabra DESIGN ISSUES FOR MULTIMEDIA AUTHORING 1. Display Resolution 2. Data Formats for captured data 3. Compression Algorithms 4. Network Interfaces 5. Storage Formats
  • 27. Compiled & Created By: Gaurav Chhabra APPLICATIONS • Business Presentations • Marketing/ Advertising • Tutorials/ e-learning • Web Designing • User Interface Designing • Icon/ Button Designing • Background/ Wallpaper Designing

Editor's Notes

  1. Metaphor : रूपक अलंकार , A figure or speech in which an implied comparison is made between two unlike things that actually have something in common. Eg. Life is a journey, dance, a dream. Paradigm: मिसाल