Index Generation and Advanced Search Functions for. Muitimedia Presentation Material. Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3

Size: px
Start display at page:

Download "Index Generation and Advanced Search Functions for. Muitimedia Presentation Material. Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3"

Transcription

1 Index Generation and Advanced Search Functions for Muitimedia Presentation Material Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3 Osami Kagawa 33 3 Department of Information Science, Kyoto University Sakyo Kyoto , Japan f yahiko,kaoru,kamiya g@isse.kuis.kyoto-u.ac.jp 33 Department of Computer Science, Hiroshima Denki Institute of Technology kagawa@isse.kuis.kyoto-u.ac.jp Abstract In this paper we will discuss advanced search functions for multimedia data produced by presentation. Such multimedia data consist of video of the speaker and slides used for explanation. In conventional systems, during playback these two components are synchronized and the presentation is played like video tape recorder. Basic functions are play, fast-play, skip, rewind and go-to-the previous-slide. Since the slide part contains characters showing the contents of the explanation, we can use these character strings to nd out proper portions to playback. In our system, two more components are considered, movement of pointer during the explanation, and additional lines for correction, underlines etc. produced during the presentation. These information is also used to nd proper portion in the presentation data. 1 Introduction One of the serious problem for using multimedia data is how to nd appropriate portion to play. As scene analysis technology cannot be used for reliable index generation and it is time-consuming to generate index terms for each portion of multimedia data manually, one possible way is to utilize sentences describing the contents such as subtitles of video. If such information is available we do not need to prepare index. We can use partial matching facilities used for bibliographic information retrieval. We developed a exible retrieval system for such kind of data. Such captions are prepared for TV news or movies. When we prepare multimedia materials it is rather dicult to prepare such sentences and correspondences between portions of video and such sentences. In this paper, we discuss our system to generate hypermedia material during presentation and the system with exible retrieval facilities. Fig. 1 shows the concept of hypermedia generation during presentation. The speaker need to prepare slides in advance and give presentation using the slides. During the presentation correspondence between a portion of slide called a block and a portion of video corresponding to the explanation is generated. As each block is linked to the corresponding portion of video, we can use slide part as index for video part. The speaker can stop video recording or instruct to re-record during presentation in order to avoid recording unnecessary contents. Functions to retrieve arbitrary part of video is mainly realized by keyword search for slide part. We can also specify slides by "slides having pictures", "slides with long explanation", or "slides when the speaker talked on something else (shown by coee symbol". 2 A Generation of Multimedia Data during Presentation In order to discuss search functions, we need to discuss how data are generated during the presen-

2 SLIDES Movement during presentation Hypermedia Figure 1: Generation of Hypermedia Combining Slides and Its Usage Figure 2: User Interface for a Speaker tation. Fig. 2 shows typical display interface for a speaker. The speaker prepares slides in advance. During the presentation, one slide and video image of the speaker are shown. Each audience sees images shown in Fig.3 together with the voice of the speaker. We need the following functions for better presentation. 1. Pointer : It shows the place of explanation. 2. Pen : During the presentation, usually a speaker wants to put emphasis for some part of sentences by adding underlines, or to add some sentences (even simple gures) for a better explanation. Eraser is also available. In our system we assume that the data taken during the presentation are stored and used forplayback for people who could not attend the presentation. To store various data under synchronization constraints is rather expensive, and a reasonable solution for realization is to store video images and links to each slide. Video images are divided and each portion corresponds explanation of each slide. During playback, slides are replaced according to the video of the presentation. We can skip explanation by selecting a proper slide and we can listen the corresponding explanation. If we want to show movement of the pointer and pen together, we need to synchronize all data. We can, of course, use video for the slide part, then all the movement of the pointer and the pen can be recorded. In MPEG data compression mechanisms, identical parts of the consecutive images are stored only once ideally. We can use MPEG data compression mechanisms for good reduction of data size, since in all ames the background slide part is identical. Only movement of the pointer and pen should be stored. The method

3 Figure 3: User Interface for an Audience is rather straightforward and easy to implement, but still the amount of data is too much to be transmitted through internet. For further reduction of data, we will use hybrid approach as follows. 1. Movement of mouse : Instead of recording all the movement of the mouse, we record locations of special points and time required for moving the previous special point to the current point. Mouse movement is generated by these data. As special points, we select the locations where mouse stayed for some predetermined time, or change of mouse direction more than predetermined angle. 2. Movement of the pen : It is not recorded. Although the movement of the pen is similar to the movement of the pointer, we need to store a lot of locations to playback the movement of the pen since resolution required for pen is much ner than mouse. Instead we store all drawing results of the pen for each slide and the slide contents and the drawing results are shown together. When a new slide is shown, we will see the result of the modication by the pen. Since the pointer shows the location of current explanation, the precise place is not required. For the pen, on the other hand, precise location is required otherwise the resulting drawing will be too much simplied. Sometimes when the drawing process is important. In such cases, we can use the same procedure for the mouse movement for the pen, since the drawing result is already overlaid. By these method the most data consuming part is the video of the speaker. By using MPEG mechanisms and use small number of pixels determined by the network capacity, we can transmit the presentation through networks. The reduction of data also contribute to store the whole presentation in a reasonable amount of data. In order to realize powerful retrieval functions, in our system it is assumed that each slide is divided into blocks. The separation codes for the blocks are embedded in the slide. In Fig. 2, the white portion shows the current block. During

4 the presentation the speaker selects the symbol for block transition, then the next block will be shown. By this way, we can nd the correspondence between the blocks and the portions of the video. There are three tools shown in the rectangle shown in the right middle part of Fig.2. These are, pointer, pen and eraser, respectively. The left symbol of Block shows block transition. If it is selected when the current block is the last block of the current slide, then the rst block of the slide is selected. The right symbol shows rerecording of the same block. If a speaker wants to record explanation of the current block again, he will select this button. The speaker sometimes likes to talk about something which is not strongly related the contents of the slide. In such cases, the speaker selects the coee symbol, to show the current explanation is not related to any block of the slide. At the end of such talk, the speaker selects the coffee symbol again to return to the normal mode. In the slide for audience, coee symbol will be shown as seen in Fig. 3. During the presentation the speaker like to select one of the other slides. It can be realized by the following three methods. 1. Selection of a proper symbol under the slide. By selecting Prev button, we can go back previous slides. By selecting Next button, slides which are not explained yet can be selected. As a result the identical slide may be used more than twice. We duplicate the slide so that the correspondence can be independently stored. 2. Selecting a proper slide by the sequence of the miniature slides. It is shown as the slide list on the back of the current slide and the current slide is high-lighted (in Fig. 2 it is surrounded by black lines). 3. Using selection functions to be discussed in the next section. During the presentation, the speaker can select proper slides by specifying keywords etc. The speaker remembers all the slides used for the current presentation, he may use functions 1 or 2, thus function 3 is required to nd proper slides from other presentation. 3 Advanced Search Functions In conventional systems, video (speaker's face and voice) and slides are synchronized for playback. This is exactly like a video equipment. If the user wants to see the presentation it is enough. There are requirements for more powerful functions to retrieve a proper slide or block. The user may want to see some previous slides to understand the material. By stopping or continuing the current explanation by video, the user can see some other slide. The control button for this purpose are shown under the slide in Fig. 3. The current button in the middle shows when the user wants to go back the slide corresponding to the current video position. The video can be stopped temporarily since the user will be back eventually by using the current button. In other case the audience may want to listen the explanation of the corresponding video for the selected slide. It is realized by selecting interlock button under video. Search by the slide list is similar to the case for the speaker. The only dierence is that the identical slide may appear more than once, if it is used more than once during the presentation. Each of identical slides corresponds to dierent explanation video. Search functions are classied as follows. 1. By video: By using the fast forward button of the video, the audience can nd a proper location. 2. By slide: By nding a proper slide, the corresponding video explanation will be played. 3. By block, by sentence: Instead of nding a proper slide by the contents of slide, we can use block as a unit of search. we can also specify a sentence as a unit of search. Possible video search mechanisms are as follows. 1. Find by the scene. By using fast-forward button or rewind button, we may be able to nd

5 the required scene. 2. Find by voice. For example, we can nd video locations where quiet sound continues over 3 seconds. 3. Find by scene switch. Each time when transfer to a new block is made, scene switch symbol is put to the video. Furthermore, if a camera switches to show other materials beside the speaker, scene switch symbol is automatically put. We have various functions for searching by slides. 1. Find by the contents of the slide. By selecting Prev or Next button, proper slide can be selected. 2. Select by the slide list. By looking at miniature versions of slides, a proper slide is selected. 3. Select by partial matching retrieval. By specifying search conditions to the SEARCH window, a set of slides satisfying the condition are selected. The results are shown as highlighted slides in the slide list. Final selection is made by checking all these candidates. The following three operations are prepared for partial match retrieval. AND : AND operations of keywords. OR : OR operation for keywords. * : Don't care strings. It corresponds to arbitrary character strings. For example,\distributed AND DATA- BASE" means \Find slide containing both DISTRIBUTED and DATABASE". \DISTRI- BUTED OR DATABASE" means \Find slide containing DISTRIBUTED or DATABASE". \DISTRIBUTED * DATABASE" means \Find slide containing DISTRIBUTED and DATA- BASE in this order". We can further specify the domain of the search, sentence, block and slide. If sentence is specied, both DISTRIBUTE and DATABASE should be included in one sentence. Using ( and ), we can express complicated conditions. If one of the slide satisfying the condition is selected, the words (in this case, DISTRIBUTED and DATABASE) satisfying the condition are highlighted. Once a condition is applied a set of slides are selected and these are high-lighted in the slide list. If the number of slides satisfying the condition is too many, we can apply another search condition to this selected set. This function is useful when the system is used for education and there are a lot of teaching materials. We can further combine other conditions. Coee symbol can be used for search condition. We can nd slides which has talk shown by coee symbols. Furthermore, slides with pictures can be selected. 4 Concluding Remarks Indexing multimedia documents is expensive but it is required for exible retrieval of contents. In this paper, a method for indexing presentation video using the slides is given and powerful mechanism for play back is shown. We believe it is a practical solution to generate index for video almost automatically. We believe a similar approach can be used for news video with subtitles. References [1] M.Taini D. Ponta, A. Scapolla. Telematics for education. In ED-TELCOM Conf., pages 252{257, [2] J.Tang E.Isaacs. What video can and cannot do for collaboration, a case study. In Multimedia Systems, volume 2, pages 63{73, [3] O. Kagawa S. Konomi and Y. Kambayashi. View media : A multiuser hypermedia system for interactive distance presentation. In CSCW'94, Workshop on Collaborative Hypermedia Systems, Oct [4] O.Kagawa W.Winiwarter and Y. Kambayashi. Applying language engineering techniques to question support facilities in viena classroom. In Lecture Notes in Computer Science, volume 1134, pages 613{622, Sept 1996.

PowerPoint 2016 Part II

PowerPoint 2016 Part II PowerPoint 2016 Part II Animations In PowerPoint, any object, shape, image, etc. on a slide can be animated. Animations are a good way to add some attention grabbers to a presentation, but they can also

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

Creating a Multimedia Presentation

Creating a Multimedia Presentation LESSON 8 Creating a Multimedia Presentation 8.1 After completing this lesson, you will be able to: Insert sounds in a presentation. Insert movies in a presentation. Play sounds or movies in a slide show.

More information

Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S.

Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S. 1 Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S. University of Tennessee *Feel free to use these directions,

More information

PowerPoint Spring 2002

PowerPoint Spring 2002 PowerPoint 2000 Spring 2002 Table of Contents I. INTRODUCTION... 1 II. GETTING STARTED... 1 A. Opening PowerPoint... 1 B. The Mouse Pointer... 1 C. Working with Text... 2 1. Windows Control Buttons...

More information

NetMeeting 3.01 Features

NetMeeting 3.01 Features NetMeeting NetMeeting 3.01 Features 1. Calling: The people you call must have NetMeeting open on their computer to receive the call. You can call them in two ways: (a) using a directory server or (b) using

More information

Getting Started with Microsoft PowerPoint 2003

Getting Started with Microsoft PowerPoint 2003 Getting Started with Microsoft PowerPoint 2003 Overview: This handout provides basic introductory information about Microsoft PowerPoint and its application in the classroom. Audience: All instructional

More information

07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE Turning on Transcription Mode Start transcribing... 2

07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE Turning on Transcription Mode Start transcribing... 2 07 - Transcription Contents 07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE... 1 Turning on Transcription Mode... 1 Start transcribing... 2 Adjust rewind interval, volume and playback speed... 3 Coding while

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

COMP : Practical 6 Buttons and First Script Instructions

COMP : Practical 6 Buttons and First Script Instructions COMP126-2006: Practical 6 Buttons and First Script Instructions In Flash, we are able to create movies. However, the Flash idea of movie is not quite the usual one. A normal movie is (technically) a series

More information

Introduction to PowerPoint 2010

Introduction to PowerPoint 2010 Introduction to PowerPoint 2010 PowerPoint is a system in the Microsoft Office Suite that enables you to present information in office meetings, lectures and seminars to create maximum impact in a minimal

More information

The Instant Collaborate kit

The Instant Collaborate kit The Instant Collaborate kit Designed to facilitate mobile online meetings, three cases hold everything needed to present a Collaborate web conferencing session from anywhere that has at least one 13A socket,

More information

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

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

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information

[Not for Circulation]

[Not for Circulation] Advanced PowerPoint This document provides instructions for using some of the more advanced features in PowerPoint, including slide masters, techniques for running presentations, animation, and incorporating

More information

Microsoft Office: PowerPoint 2013

Microsoft Office: PowerPoint 2013 Microsoft Office: PowerPoint 2013 Audio, Video, and Presenting your Presentation University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2014

More information

Teaching with Primary Sources

Teaching with Primary Sources Teaching with Primary Sources Joining Educators and Students with Library of Congress Resources Creating a Presentation with PowerPoint 2007 Benefits of using PowerPoint in lectures: PowerPoint encourages

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

Super-Key Classes for Updating. Materialized Derived Classes in Object Bases

Super-Key Classes for Updating. Materialized Derived Classes in Object Bases Super-Key Classes for Updating Materialized Derived Classes in Object Bases Shin'ichi KONOMI 1, Tetsuya FURUKAWA 1 and Yahiko KAMBAYASHI 2 1 Comper Center, Kyushu University, Higashi, Fukuoka 812, Japan

More information

YouTube (and other online video-sharing sites) The audience and message. In-the-field uses. The techniques. Camera movements Panning: left, right

YouTube (and other online video-sharing sites) The audience and message. In-the-field uses. The techniques. Camera movements Panning: left, right Proportion of total US Internet traffic (including video) YouTube (and other online video-sharing sites) Post video content. Develop video contests and/or collaborations. Being used extensively in training

More information

Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil

Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil When you first start up: 1. Notice the number of your ibook. This is the machine you will need to work

More information

Powerful presentation solutions from Microsoft Improve the way you create, present, and collaborate on presentations. Use enhanced multimedia

Powerful presentation solutions from Microsoft Improve the way you create, present, and collaborate on presentations. Use enhanced multimedia Powerful presentation solutions from Microsoft Improve the way you create, present, and collaborate on presentations. Use enhanced multimedia capabilities to deliver presentations with more impact. www.microsoft.com/powerpoint

More information

Introduction to Microsoft PowerPoint 2000

Introduction to Microsoft PowerPoint 2000 Introduction to Microsoft PowerPoint 2000 TABLE OF CONTENTS Accessing PowerPoint 2000... 3 Starting a Presentation... 3 About the Editing Screen in Normal Screen View... 4 About Menu Displays in PowerPoint

More information

CREATING CONTENT WITH MICROSOFT POWERPOINT

CREATING CONTENT WITH MICROSOFT POWERPOINT CREATING CONTENT WITH MICROSOFT POWERPOINT Simple Tips And Tricks Presented by TABLE OF CONTENTS Introduction... 2 Design Tips... 3 Advanced Tips... 4 ShortCut Keys for Microsoft PowerPoint... 5 How-Tos...

More information

Parts of a Computer. In this lesson you will learn about the main parts of a computer. CPU. Monitor. Mouse. Keyboard. Lesson 2

Parts of a Computer. In this lesson you will learn about the main parts of a computer. CPU. Monitor. Mouse. Keyboard. Lesson 2 Lesson 2 m Parts of a Computer In this lesson you will learn about the main parts of a computer. Tejas and Jyoti were in the computer room, looking at one of the computers. They were trying to see how

More information

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical Envivio Mindshare Presentation System for Corporate, Education, Government, and Medical Introducing the Envivio Mindshare Presentation System The Envivio Mindshare Presentation system is a highly optimized

More information

XtraNormal Directions

XtraNormal Directions XtraNormal Directions 1. View the Welcome Video 2. Ready to try it? First thing you ll need to do is sign up for an account. Go to the website www.xtranormal.com and click Sign Up on the top right corner

More information

Part 1: Quick checklist for WebEx Training presenters

Part 1: Quick checklist for WebEx Training presenters Welcome to Presenter's Guide to WebEx Part 1: Quick checklist for WebEx Training presenters 1. Schedule a test session with the host. Make sure you've tested WebEx and its features before the actual session.

More information

Digital Video Projects (Creating)

Digital Video Projects (Creating) Tim Stack (801) 585-3054 tim@uen.org www.uen.org Digital Video Projects (Creating) OVERVIEW: Explore educational uses for digital video and gain skills necessary to teach students to film, capture, edit

More information

Selection tool - for selecting the range of audio you want to edit or listen to.

Selection tool - for selecting the range of audio you want to edit or listen to. Audacity Quick Guide Audacity is an easy-to-use audio editor and recorder. You can use Audacity to: Record live audio. Convert tapes and records into digital recordings or CDs. Edit sound files. Cut, copy,

More information

PowerPoint Slide Show Step-By-Step

PowerPoint Slide Show Step-By-Step Setting Up a Slide 1. Start PowerPoint. PowerPoint Slide Show Step-By-Step 2. You can choose the wizard tool, a template, or a blank presentation. Choose template. Click OK. 1 3. Choose the Blends template.

More information

Connecting the ICT Standards with Grade 1 Literacy

Connecting the ICT Standards with Grade 1 Literacy Connecting the ICT Standards with Grade 1 Literacy Idea What it Could Look Like How ICT Connects GRADE 1 Class Alphabet Book Each student illustrates a page for a specific letter in KidPix. Using SlideShow

More information

Concepts and basics Of Websites

Concepts and basics Of Websites Unit One Ministry Of Education Concepts and basics Of Websites Computer and Information Technology 6 Ministry of Education Objective General Objective To identify the content of website Specific Objectives

More information

New PowerPoint Document

New PowerPoint Document PowerPoint is a system in the Microsoft Office Suite that enables you to present information in office meetings, lectures and seminars to create maximum impact in a minimal amount of time. PowerPoint presentations

More information

SMART CLASSROOM TRAINING MANUAL

SMART CLASSROOM TRAINING MANUAL SMART CLASSROOM TRAINING MANUAL SMART CLASSROOM TRAINING MANUAL Center for Instructional Technology Table of Contents LCD Touch Panel Using the Touch Screen...3 How to use the Computer and Laptop Options...4

More information

PowerPoint: Basic to Intermediate

PowerPoint: Basic to Intermediate PowerPoint: Basic to Intermediate Email: training@vpha.ufl.edu Web Page: http://itctraining.health.ufl.edu This is a beginning to intermediate workshop. Topics include the basics of PowerPoint, presentation

More information

Basic features. Adding audio files and tracks

Basic features. Adding audio files and tracks Audio in Pictures to Exe Introduction In the past the conventional wisdom was that you needed a separate audio editing program to produce the soundtrack for an AV sequence. However I believe that PTE (Pictures

More information

(Refer Slide Time: 00:02:02)

(Refer Slide Time: 00:02:02) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 20 Clipping: Lines and Polygons Hello and welcome everybody to the lecture

More information

Skills covered: Add a Table Insert, Move, and Resize Clip Art Apply a Transition Animate Objects Create a Handout Header and Footer

Skills covered: Add a Table Insert, Move, and Resize Clip Art Apply a Transition Animate Objects Create a Handout Header and Footer HANDS-ON EXERCIS HOE3 Training 3 Presentation Development You decide to strengthen the slide show by adding objects. You know that adding clip art and additional information in a table will help state

More information

A basic introduction to imovie 2 From importing video to editing to exporting video. Created by: Leslie Arakaki Clinton Iwami.

A basic introduction to imovie 2 From importing video to editing to exporting video. Created by: Leslie Arakaki Clinton Iwami. A basic introduction to imovie 2 From importing video to editing to exporting video Created by: Leslie Arakaki Clinton Iwami LEI Aloha Grant Page 1 Table of Contents The beginning... 3 Eyeball view:...

More information

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig Multimedia Databases Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de Previous Lecture Audio Retrieval - Query by Humming

More information

CHAPTER 01 - INTRODUCTION

CHAPTER 01 - INTRODUCTION Chapter 01, Introduction to MS PowerPoint 2007 CHAPTER 01 - INTRODUCTION PowerPoint is presentation software that helps you create a slide show presentation and supplements, such as handouts and speaker's

More information

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO ISO/IEC JTC1/SC29/WG11 N15071 February 2015, Geneva,

More information

CPU. Monitor. Keyboard. Moz: Good questions! Let us learn about each of these parts.

CPU. Monitor. Keyboard. Moz: Good questions! Let us learn about each of these parts. Moz: Good questions! Let us learn about each of these parts. CPU CPU (central processing unit) is the most important part of a computer. It is like the brain. It does all the tasks that we want the computer

More information

Multimedia Databases. 9 Video Retrieval. 9.1 Hidden Markov Model. 9.1 Hidden Markov Model. 9.1 Evaluation. 9.1 HMM Example 12/18/2009

Multimedia Databases. 9 Video Retrieval. 9.1 Hidden Markov Model. 9.1 Hidden Markov Model. 9.1 Evaluation. 9.1 HMM Example 12/18/2009 9 Video Retrieval Multimedia Databases 9 Video Retrieval 9.1 Hidden Markov Models (continued from last lecture) 9.2 Introduction into Video Retrieval Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

More information

The PCC CIS etutorial to PowerPoint

The PCC CIS etutorial to PowerPoint The PCC CIS etutorial to PowerPoint Table of Contents What happens when I start PowerPoint?...4 Setting Up Your Toolbars... 5 Expanding Your Menus... 6 How do I start creating a new presentation?...6 Design

More information

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions Takayuki Tsutsui, Santi Saeyor and Mitsuru Ishizuka Dept. of Information and Communication Eng., School of Engineering,

More information

Links to Activities ACTIVITY 1.1. Links to Activities ACTIVITY 1.

Links to Activities ACTIVITY 1.1. Links to Activities ACTIVITY 1. POWERPOINT PREPARING A PRESENTATION Section 1 0 Skills Complete the presentation cycle Choose a design theme Add a new slide to a presentation Navigate in a presentation Insert a slide in a presentation

More information

CHAPTER 9: PRESENTATTIONAL AIDS. A presentational aid is any visual, audio, audio visual, or other sensory material used by the speaker in a speech.

CHAPTER 9: PRESENTATTIONAL AIDS. A presentational aid is any visual, audio, audio visual, or other sensory material used by the speaker in a speech. : PRESENTATTIONAL AIDS A presentational aid is any visual, audio, audio visual, or other sensory material used by the speaker in a speech. A visual aid allows the audience to see as well as hear the speaker

More information

You can also download the complete Demonstration Project from our website. It will be necessary to import it from the main menu of PyroCreator:

You can also download the complete Demonstration Project from our website. It will be necessary to import it from the main menu of PyroCreator: PyroCreator 4D Guide This document will help you choose the archives needed to build your New Project. When you have completed these first steps you can begin the design of your show. You can also download

More information

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A Tips on DVD Authoring and DVD Duplication DVD Authoring - Introduction The postproduction business has certainly come a long way in the past decade or so. This includes the duplication/authoring aspect

More information

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad Lesson 2 page 1 1/20/14 Hi everyone and hope you feel positive about your first week in the course. Our WIKI is taking shape and I thank you for contributing. I have had a number of good conversations

More information

Section 2. Slides. By the end of this Section you should be able to:

Section 2. Slides. By the end of this Section you should be able to: Section 2 Slides By the end of this Section you should be able to: Understand and Use Different Views Understand Slide Show Basics Save, Close and Open Presentations Exit PowerPoint 26 CIA Training Ltd

More information

Creative Uses of PowerPoint 2016

Creative Uses of PowerPoint 2016 Creative Uses of PowerPoint 2016 Audio You can add audio, such as music, narration, or sound bites, to your PowerPoint presentation. To record and hear any audio, your computer must be equipped with a

More information

Assignment 1 What is a Computer?

Assignment 1 What is a Computer? Assignment 1 What is a Computer? Hello, I'm PC. Read about the computer. Answer the questions. A computer is a tool that runs programs. The computer is sometimes called a "personal computer" or PC for

More information

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting Collaborate Ultra in D2L Brightspace Guide for Collaborate is a web-based video conferencing system allowing participants to engage in twoway audio, multi-point video, interactive whiteboard, application

More information

Developing Interactive Lectures with PowerPoint 2007

Developing Interactive Lectures with PowerPoint 2007 Intermediate PowerPoint Developing Interactive Lectures with PowerPoint 2007 [Type the document subtitle] 2 P age Table of Contents Customize Slide Theme and Background... 2 Apply Animated Effects... 3

More information

Creating Interactive Video with Camtasia

Creating Interactive Video with Camtasia Creating Interactive Video with Camtasia Audio SCORM Quizzes PowerPoint and Screen Shots v1.2: 2009 Page 1 Camtasia Studio 6.0.2 http://www.techsmith.com/camtasia.asp (free trial download) Table of Contents

More information

12/19/2016. Types of Education Media. Print Media. Projected & non-projected media. Audio, Visual & Audiovisual. Media

12/19/2016. Types of Education Media. Print Media. Projected & non-projected media. Audio, Visual & Audiovisual. Media Types of Education Media Education Media There are different ways to classify media Print media, non-print media and electronic media Print Media They include: books, journals, magazines, newspapers, workbook,

More information

Networked Telepresence System Using Web Browsers and Omni-directional Video Streams

Networked Telepresence System Using Web Browsers and Omni-directional Video Streams Networked Telepresence System Using Web Browsers and Omni-directional Video Streams Tomoya Ishikawa a, Kazumasa Yamazawa a, Tomokazu Sato a, Sei Ikeda a, Yutaka Nakamura a, Kazutoshi Fujikawa a, Hideki

More information

Fine-grained Recording and Streaming Lectures

Fine-grained Recording and Streaming Lectures Fine-grained Recording and Streaming Lectures Fine-grained Recording and Streaming Lectures Kenji Kaijiri Faculty of Engineering, Shinshu University Japan kaijiri@cs.shinshu-u.ac.jp Rihito Saitoh Faculty

More information

AppleWorks 6.1: What s New

AppleWorks 6.1: What s New AppleWorks 6.1: What s New AppleWorks still has word processing, database, and spreadsheet, but there are some changes in each one. A new presentation module takes the place of the old slide show feature

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

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

USING YOUR VIDEO IPOD

USING YOUR VIDEO IPOD USING YOUR VIDEO IPOD TABLE OF CONTENTS Introduction to itunes...2 Using Your ipod an Overview...2 Music...2 Audiobooks...4 Podcasts...5 Videos...5 Photos...6 Text...8 From PowerPoint to the ipod...9 Macintosh...9

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

Digital Video Production 30 Hour - Part 1 Student Workbook Issue: US400/30/2a-IQ-0301A. Written by: LJ Technical Dept

Digital Video Production 30 Hour - Part 1 Student Workbook Issue: US400/30/2a-IQ-0301A. Written by: LJ Technical Dept Digital Video Production 30 Hour - Part 1 Issue: US400/30/2a-IQ-0301A Copyright 2004,. No part of this Publication may be adapted or reproduced in any material form, without the prior written permission

More information

CSE111 Introduction to Computer Applications

CSE111 Introduction to Computer Applications CSE111 Introduction to Computer Applications Lecture 8 Introduction to MS PowerPoint 2010-Part 2 Prepared by Asst. Prof. Dr. Mohamed KURDI Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI Summary

More information

Multimedia Systems. Lehrstuhl für Informatik IV RWTH Aachen. Prof. Dr. Otto Spaniol Dr. rer. nat. Dirk Thißen

Multimedia Systems. Lehrstuhl für Informatik IV RWTH Aachen. Prof. Dr. Otto Spaniol Dr. rer. nat. Dirk Thißen Multimedia Systems Lehrstuhl für Informatik IV RWTH Aachen Prof. Dr. Otto Spaniol Dr. rer. nat. Dirk Thißen Page 1 Organization Lehrstuhl für Informatik 4 Lecture Lecture takes place on Thursday, 10:00

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Polishing and Running a Presentation

Polishing and Running a Presentation Polishing and Running a Presentation Objectives Add pictures Add sound Add video Set slide transitions and timing Animate slide objects 2 Objectives Use speaker notes and slide show commands Print handouts

More information

Lab 2: Conservation of Momentum

Lab 2: Conservation of Momentum 3 Lab 2: Conservation of Momentum I. Before you come to lab... II. Background III. Introduction A. This lab will give you an opportunity to explore the conservation of momentum in an interesting physical

More information

B.Sc. VI SEM (CS+BIO)

B.Sc. VI SEM (CS+BIO) Unit I Creating presentation using Slide master and Template in various Themes & Variants. If you want your presentation to contain more than one theme (layouts that contain backgrounds, colors, fonts,

More information

PRACTICE EXERCISES. Student Success SCRATCH

PRACTICE EXERCISES. Student Success SCRATCH PRACTICE EXERCISES Student Success FROM SCRATCH The slide show you create in this practice exercise covers concepts and skills that will help you be successful in college. You create a title slide, an

More information

Blackboard Collaborate Ultra 2018 UT DALLAS USER MANUAL

Blackboard Collaborate Ultra 2018 UT DALLAS USER MANUAL Blackboard Collaborate Ultra 208 UT DALLAS USER MANUAL UT Dallas elearning ELEARNING@UTDALLAS.EDU SPRING 208 Table of Contents Introduction... 3 Browser Support... 3 Blackboard Collaborate Ultra inside

More information

Designing and Creating an Academic Poster using PowerPoint

Designing and Creating an Academic Poster using PowerPoint Designing and Creating an Academic Poster using PowerPoint About your poster and the presentation Poster presentations are used at professional conferences to communicate information about your project

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

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22)

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22) Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 02 Application

More information

Talking Books in PowerPoint

Talking Books in PowerPoint Talking Books in PowerPoint Quick Guide Created 10/03 Updated 10/09 JC Creating a template The following instructions are based on PowerPoint XP (2000, 2002,2003) Create a blank page Open up PowerPoint

More information

Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in

Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in a Workshop or lecture setting the actual PPT files

More information

1 ZoomBrowser EX Software User Guide 5.0

1 ZoomBrowser EX Software User Guide 5.0 1 ZoomBrowser EX Software User Guide 5.0 Table of Contents (1/2) Chapter 1 Chapter 2 Chapter 3 What is ZoomBrowser EX? What Can ZoomBrowser EX Do?... 4 Guide to the ZoomBrowser EX Windows... 5 Task Buttons

More information

Central Bucks School District 6 th Grade Assessment Presentation Rubric

Central Bucks School District 6 th Grade Assessment Presentation Rubric Central Bucks School District 6 th Grade Assessment Presentation Rubric Advanced Meets Expectations Approaches Expectations Not Yet Oral Introduction Oral Conclusion Oral Content Introduction provides

More information

Using PowerPoint 2011 at Kennesaw State University

Using PowerPoint 2011 at Kennesaw State University Using PowerPoint 2011 at Kennesaw State University Creating Presentations Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw

More information

PowerPoint Intermediate 2010

PowerPoint Intermediate 2010 PowerPoint Intermediate 2010 I. Creating a Slide Master A. Using the design feature of PowerPoint essentially sets up similar formatting for all of your slides within a presentation. However, there are

More information

Perfect Presentations Hop-around Cards

Perfect Presentations Hop-around Cards Perfect Presentations Hop-around Cards Visit us online at HOP-AROUND CARDS Instructions for use. Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out

More information

2. Click the From Beginning command in the Start Slide Show group to start the slide show with the first slide.

2. Click the From Beginning command in the Start Slide Show group to start the slide show with the first slide. Presenting Slide Show Introduction Page 1 Once your slide show is completed, you will need to learn how to present it to an audience. PowerPoint offers several tools and features that can assist you in

More information

Real-time Talking Head Driven by Voice and its Application to Communication and Entertainment

Real-time Talking Head Driven by Voice and its Application to Communication and Entertainment ISCA Archive Real-time Talking Head Driven by Voice and its Application to Communication and Entertainment Shigeo MORISHIMA Seikei University ABSTRACT Recently computer can make cyberspace to walk through

More information

How are groceries, images, and matrices related?

How are groceries, images, and matrices related? How are groceries, images, and matrices related? Joan Gómez Urgellés, PhD Department of Mathematics Polytechnic University of Catalonia EPSEVG Vilanova i la Geltrú. Spain joan.vicenc.gomez@upc.edu How

More information

Lecture Encoding of Distance Education by Multimedia Integration

Lecture Encoding of Distance Education by Multimedia Integration Journal of Engineering Education Research Vol. 17, No. 3, pp. 34~41, May 2014 Lecture Encoding of Distance Education by Multimedia Integration Wouseok Jou *, *Dept. of Computer Engineering, Myongji University

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5 PowerPoint 2004 in 10 steps! Used extensively in the business world, slide show presentations are becoming popular learning tools in the classroom. Teachers and students appreciate the easy-to-use layout

More information

A Shared 4-D Workspace. Miranda Ko. Peter Cahoon. University of British Columbia. Vancouver, British Columbia. Canada.

A Shared 4-D Workspace. Miranda Ko. Peter Cahoon. University of British Columbia. Vancouver, British Columbia. Canada. A Shared 4-D Workspace Miranda Ko Peter Cahoon University of British Columbia Vancouver, British Columbia Canada August 25, 1995 1 Abstract A Shared four-dimensional workspace is a shared animation of

More information

Layout of Movie Maker. Elements of Movie Maker. Step by step instructions on how to use Movie Maker. Web resources for Movie Maker

Layout of Movie Maker. Elements of Movie Maker. Step by step instructions on how to use Movie Maker. Web resources for Movie Maker Layout of Movie Maker Elements of Movie Maker Step by step instructions on how to use Movie Maker Web resources for Movie Maker Materials needed to use Movie Maker: Laptop Digital camera Digital video

More information

APPLE IMOVIE HD TUTORIAL

APPLE IMOVIE HD TUTORIAL APPLE IMOVIE HD TUTORIAL O V E R V I E W Movie HD is consumer-level digital video editing software for Mac OS. You can use imovie to edit the footage you film with digital video cameras and HD video cameras.

More information

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points Tomohiro Nakai, Koichi Kise, Masakazu Iwamura Graduate School of Engineering, Osaka

More information

Adding Emphasis to Video Content

Adding Emphasis to Video Content Adding Emphasis to Video Content Camtasia Studio: Windows From zooming/panning to adding callouts, there are numerous features in Camtasia studio to help you add emphasis to content in your videos. Preparation

More information

Program and Graphical User Interface Design

Program and Graphical User Interface Design CHAPTER 2 Program and Graphical User Interface Design OBJECTIVES You will have mastered the material in this chapter when you can: Open and close Visual Studio 2010 Create a Visual Basic 2010 Windows Application

More information