Multimedia Database Management Systems (MMDBMS): An overview of design, retrieval methods, and applications. Vanna Bushong. Evangel University

Size: px
Start display at page:

Download "Multimedia Database Management Systems (MMDBMS): An overview of design, retrieval methods, and applications. Vanna Bushong. Evangel University"

Transcription

1 Multimedia Database 1 Running head: MULTIMEDIA DATABASE MANAGEMENT SYSTEMS Multimedia Database Management Systems (MMDBMS): An overview of design, retrieval methods, and applications Vanna Bushong Evangel University

2 Multimedia Database 2 Introduction to Multimedia Database Management Systems (MMDBMS) Search the hard drive of the average user s computer, and you will most likely find pictures, music, and videos taking up a large amount of space. Media is everywhere, and people are collecting more of it as the years go by. With the popularity of YouTube videos and Facebook photo albums, for example, the focus in multimedia research has shifted from creating multimedia to storing and retrieving it. About forty years ago, when more and more information began to be stored as computerreadable data, a system was developed to make storage and retrieval of this information a simpler process. The system was called a Database Management System (DBMS), and it is used in some form in nearly every business and organization today. DBMSs use information retrieval (IR) systems, also known as text-based retrieval, to search databases for documents relevant to the user s query. This system works well for alphanumeric data, but it is insufficient for multimedia data. Another system a multimedia database management system (MMDBMS) is required to handle the storage of and access to multimedia data. (Lu, 1999) Multimedia database management is a broad topic, so the following research focuses on three important concepts. The first section covers the basic principles of MMDB design, including the architecture of a multimedia retrieval system and a general multimedia data model. The second section provides an overview of retrieval methods for audio, image, and video data. The third and final section briefly explains how MMDBMSs are used today and their potential for use in the future. Multimedia Database Design As mentioned in the introduction, text-based retrieval is not effective for multimedia data. Instead, multimedia information requires content-based retrieval, in which retrieval is based on queries of actual features, like colors and shapes. A multimedia indexing and retrieval system (MIRS) combines

3 Multimedia Database 3 DBMS techniques with IR and content-based retrieval to form a multimedia DBMS (MMDBMS). (Lu, 1999) Since multimedia data is rich in information, MIRS architecture must be flexible and expandable to handle the various features. Another factor to keep in mind is that an MIRS is usually distributed. This is because data like video and images are so large that it would not be efficient to make a copy of the database for each user. Also, multimedia data is often accessed by many users. For example, the itunes music store provides thousands of songs online for users all over the world to download. The basic architecture of an MIRS can be seen in Figure 1. (Lu, 1999) User interface Feature extractor Communication manager Communication manager Indexing and search engine Storage manager Figure 1: Architecture of an MIRS by Guojun Lu (1999)

4 Multimedia Database 4 The MIRS architecture handles the insertion and retrieval of new multimedia items into the database. According to this architecture, the user specifies an item to insert or retrieve through the user interface. A multimedia item could be something like a picture stored as a file or a video clip input from a digital video camera. The feature extractor extracts the contents of the multimedia item. For a picture, this would be data such as size, date, and color information. Then the picture and its features would be sent to the server(s) through the communication managers (there is one for each client and server). Upon reaching the servers, if the picture was sent for retrieval, the indexing and search engine searches the database for pictures that best match the features of the query. The matches are retrieved from the storage manager and sent back to the user interface via the communication managers. If the picture was sent for insertion, the indexing and search engine inserts the features into the storage manager. This architecture is basic, and it may require other managers depending on the nature of the database in practice. (Lu, 1999) In dealing with a MMDBMS, users and designers need a framework for inserting, deleting, modifying, defining, and searching multimedia items and properties in the database. A data model provides this framework, allowing efficient storage and search of the multimedia database. A general multimedia data model is shown in Figure 2. (Lu, 1999) The data model consists of three layers: the object layer, the media type layer, and the media format layer. The object, a video clip for instance, is a composite of spatial and temporal relationships, as shown in the object layer. A spatial relationship is the size and position of each object, while a temporal relationship is the object's specification in time. The media type layer includes different attributes of the media object, such as text, image, graphics, audio, and video. These types are further broken down in the media format layer. For example, the image type could be stored as a raw or compressed file, in grayscale or color, JPEG or JBIG format, etc. The information in the media format layer is used for proper decoding and presentation of the media object. (Lu, 1999)

5 Media format layer Multimedia Database 5 Object layer Spatial Temporal Composite Media type layer Text Image Graphics Audio Video Raw Compressed Grayscale Color JPEG JBIG DPCM Figure 2: A general multimedia data model by Guojun Lu (1999) As previously stated, this is a general data model that should not be considered an exact standard for every database application. The model should be adapted for the specific database to be designed, whether it is for video clips, music, slideshows, or any other media objects. Each of these objects have different features, so the model must be expanded to account for all additional requirements. Overview of Multimedia Data Retrieval Methods Retrieving data from a traditional database is a matter of comparing characters and/or numbers in a query to data in the stored records. For example, in a table of student records called STUDENT, the following SQL query would be used to retrieve the name of the student with an ID number of 25:

6 Multimedia Database 6 SELECT NAME FROM STUDENT WHERE ID#=25; When it comes to multimedia databases, however, text-based retrieval does not apply to the many nontext features of media objects, such as sounds and shapes. This section provides an overview of the content-based retrieval methods for audio, image, and video data objects, as these are three of the most common forms of media stored today. Imagine humming a tune into the microphone of your computer, and the name of the song and all the information about it appears on the screen. With content-based audio retrieval, this is possible, and very practical - since most people will remember the tune of a song before remembering its title or artist. In order to index and retrieve audio pieces, Guojun Lu suggests this approach: Audio is classified into some common types of audio such as speech, music, and noise. Different audio types are processed and indexed in different ways. For example, if the audio type is speech, speech recognition is applied and the speech is indexed based on recognized words. Query audio pieces are similarly classified, processed, and indexed. Audio pieces are retrieved based on similarity between the query index and the audio index in the database. (1999) To compare the features of one audio clip to another, the database must store samples of the audio and its characteristics, such as amplitude and frequency. Digital sound is sampled every nth microsecond, and each sample contains information which represents the sound. Typically there are thousands of samples per second, and the more frequent the sampling, the more closely the represented sound will match the original. Figure 3 on the following page shows a diagram of a sound wave that is sampled and reconstructed. (Khoshafian and Baker, 1996)

7 Multimedia Database 7 Figure 3: Sound waveforms and sampling (Khoshafian and Baker, 1996) The information collected at each sample point can be used to determine the characteristics of the audio clip. These characteristics include bandwidth, spectral centroid, silence ratio, zero-crossing rate, and regular beat - all topics which are beyond the scope of this paper (Lu, 1999). Suffice it to say that if an audio clip is used as a query, a sampling procedure is performed on this object. Then the indexing and search engine of the MMDBMS uses its characteristics to compare with those already in the database. Music, for example, has a higher frequency range than speech. So a clip with a frequency in the range of music could be categorized as such, then additional algorithms could compare more features until a matching song is found. Image databases are another popular form of multimedia databases which are more effective to use with content-based retrieval. Pictures could be saved in a database along with keywords to describe them. The database could also store attributes of each picture such as image name, date taken, type of camera, author, etc. So text queries like "children" and "January 7, 2003" would return pictures of children and pictures taken on January 7, There are some obvious limitations to text-based retrieval of images - for one, it is often difficult to describe a picture in words. Therefore, two content-

8 Multimedia Database 8 based methods have been developed, feature extraction/object recognition and low-level image features. Feature extraction and object recognition is currently not practical and is still being researched, but retrieval based on low-level image features, such as color, shape, and texture, is very common. (Lu, 1999) Color-based retrieval is the most common content-based method for retrieving pictures, so it is the method I will focus on in this section. A color is made up of three different values of the primary colors: red, green, and blue (RGB). For each pixel in a digital image, the computer records the RGB values and maps the color to a cell in a histogram. A histogram is a visual graph showing an image's color distribution, or the number of pixels of each color. By comparing histogram values, you can find images with similar color distributions. Color-based retrieval does not guarantee a perfect match, of course. But when used in combination with shape, texture, and text-based retrieval, the results can be pretty impressive. (Khoshafian and Baker, 1996) Retrieval of video clips is the final topic of this section. Video presents a unique challenge because it is a combination of audio and images over time. Because of its multiple characteristics, it makes sense to use a combination of retrieval methods for best results. The simplest techniques include the text-based and metadata-based methods. Text retrieval could be performed using the video's subtitles, and metadata information such as title, director, and date of release could also be indexed and searched. (Lu, 1999) The more complicated methods of video retrieval include the audio-based and content-based methods. Audio content from a video clip can be categorized as music, speech, or other sounds through the sampling procedure previously mentioned. The MMDBMS can then store the audio characteristics associated with each frame of video and use them for comparisons. Video content retrieval begins by segmenting the video into frames, shots, and scenes. A frame is a single still image within a video, while a shot is collection of frames that focus on one object or

9 Multimedia Database 9 event. A scene is series of shots in one general location. Segmenting the video in this manner creates a collection of smaller storyboards which represent the entire video. (Bashir and Khokhar, 2003) Once the video has been segmented, each shot is usually represented by a key frame. A key frame captures the essence of the shot in regards to color, shape, etc. Key frames can be indexed and retrieved just like images. The drawback to this approach is that it treats video like still photos and ignores motion and changes in images over time. (Lu, 1999) To solve the problem of lost motion characteristics in a video database, some object-based indexing schemes have been proposed. In this type of system, pixels of the video that "move" together are grouped into an object, and the video is indexed based on these objects. It is beyond the scope of this paper to describe the exact process by which pixels are determined to be similar and moving together. However, it should be noted that object-based retrieval is easy to implement when the video is compressed into an MPEG-4 format, due to the fact that objects are specifically represented in the bitstream in this format. (Lu, 1999) Figure 4 on the following page is an excellent model of a video indexing and retrieval system. As shown, the MPEG-4 format breaks the video file into a video and audio bitstream. The video stream is further broken into video objects, and the features of each object are stored in the database, along with the audio features. When users search the database, the features they use as queries are compared with features in the indexed database. The best matches are then displayed to the user interface. (Bashir and Khokhar, 2003)

10 Multimedia Database 10 Figure 4: A hypothetical Video indexing and retrieval system operating on raw video or MPEG-4 compressed bitstream using multimedia features for indexing and retrieval. (Bashir and Khokhar, 2003) Indexing and retrieving content from a multimedia database is no simple task. As this section has demonstrated, there are numerous techniques for finding a good match between the user's query and the information stored in the database. Multimedia retrieval is a broad subject and this paper has only skimmed the surface of a few common techniques for sounds, images, and videos, but this is a good starting point for understanding the process.

11 Multimedia Database 11 Applications of Multimedia Database Management Systems Multimedia database management is a relatively new field, but it is bringing a trend that is undoubtedly irreversible (Khoshafian and Baker, 1996). Everyone seems to be using multimedia today, so having a system to efficiently store and retrieve it improves nearly every user's experience with computers. Multimedia databases already have numerous uses, and they hold even greater possibilities for the future. Current applications of multimedia databases are all around us. If you have ever used the speech recognition feature on your computer, you have already used an audio database. The internet provides a gigantic database of photos that you can search through keywords on Google. Police use fingerprint scanning and face recognition software for keeping records of suspects. Doctors have countless uses for image databases - an ultrasound image, for example, could be scanned into a database to find similar cases of a problem (Lu, 1999). All of these uses have been developed as the technology for multimedia databases has improved. As we look to the future, imagine the potential for multimedia database applications in more everyday life situations. Children in elementary schools could visit their libraries and scan an image of an animal for a research project. The database could retrieve information about the animal - pictures, videos, and sounds - along with a list of books they could check out from the library. A college music student wants to find songs with a similar sound to that of his favorite composer, so he plays an audio clip of the song and the database returns matches for him to choose from. Applications like these are possible, and could become commonplace in schools in the future. There are endless possibilities for multimedia database applications in the fields of education, science, entertainment, medicine, and more. (Lu, 1999)

12 Multimedia Database 12 References Bashir, Faisal I. and Ashfaq A. Khokhar. Video Content Modeling: An Overview. In International Workshop on Frontiers of Information Technology, Khoshafian, Setrag and A. Brad Baker. (1996). MultiMedia and Imaging Databases. San Francisco: Morgan Kaufmann Publishers, Inc. Lu, Guojun. (1999). Multimedia Database Management Systems. Boston: Artech House.

Introduzione alle Biblioteche Digitali Audio/Video

Introduzione alle Biblioteche Digitali Audio/Video Introduzione alle Biblioteche Digitali Audio/Video Biblioteche Digitali 1 Gestione del video Perchè è importante poter gestire biblioteche digitali di audiovisivi Caratteristiche specifiche dell audio/video

More information

Making a Video Year Six

Making a Video Year Six Making a Video Year Six Unit Overview This children introduces the idea of using photos and videos within a multimedia presentation. Children will cover: - Using a digital camera to take photographs and

More information

Multimedia Databases. Wolf-Tilo Balke Philipp Wille Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.

Multimedia Databases. Wolf-Tilo Balke Philipp Wille Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs. Multimedia Databases Wolf-Tilo Balke Philipp Wille Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 0 Organizational Issues Lecture 21.10.2014 03.02.2015

More information

M3039 MPEG 97/ January 1998

M3039 MPEG 97/ January 1998 INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION ISO/IEC JTC1/SC29/WG11 M3039

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

ANIMATION a system for animation scene and contents creation, retrieval and display

ANIMATION a system for animation scene and contents creation, retrieval and display ANIMATION a system for animation scene and contents creation, retrieval and display Peter L. Stanchev Kettering University ABSTRACT There is an increasing interest in the computer animation. The most of

More information

Multimedia Systems: Database Support

Multimedia Systems: Database Support Multimedia Systems: Database Support Ralf Steinmetz Lars Wolf Darmstadt University of Technology Industrial Process and System Communications Merckstraße 25 64283 Darmstadt Germany 1 Database System Applications

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Big Data: Image & Video Analytics

Big Data: Image & Video Analytics Big Data: Image & Video Analytics How it could support Archiving & Indexing & Searching Dieter Haas, IBM Deutschland GmbH The Big Data Wave 60% of internet traffic is multimedia content (images and videos)

More information

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

More information

NAPCS Product List for NAICS 51219: Post Production Services and Other Motion Picture and Video Industries

NAPCS Product List for NAICS 51219: Post Production Services and Other Motion Picture and Video Industries National 51219 1 Postproduction Providing computerized and electronic image and sound processing (film, video, digital media, etc.). Includes editing, transfer, color correction, digital restoration, visual

More information

Develop Computer Animation

Develop Computer Animation Name: Block: A. Introduction 1. Animation simulation of movement created by rapidly displaying images or frames. Relies on persistence of vision the way our eyes retain images for a split second longer

More information

Creating Content for ipod + itunes

Creating Content for ipod + itunes apple Apple Education Creating Content for ipod + itunes This guide provides information about the file formats you can use when creating content compatible with itunes and ipod. This guide also covers

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

SOUTHERN REGIONAL SCHOOL DISTRICT BUSINESS CURRICULUM. Course Title: Multimedia Grade Level: 9-12

SOUTHERN REGIONAL SCHOOL DISTRICT BUSINESS CURRICULUM. Course Title: Multimedia Grade Level: 9-12 Content Area: Business Department Course Title: Multimedia Grade Level: 9-12 Unit 1 Digital Imaging 10 Weeks Unit 2 Cell Animation 10 Weeks Unit 3 Sound Editing 10 Weeks Unit 4 Visual Editing 10 Weeks

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Contents Welcome to Corel VideoStudio Pro X6............................ 2 New Features and Enhancements................................ 4 Understanding the Workspace..................................

More information

The main imovie window is divided into six major parts.

The main imovie window is divided into six major parts. The main imovie window is divided into six major parts. 1. Project Drag clips to the project area to create a timeline 2. Preview Window Displays a preview of your video 3. Toolbar Contains a variety of

More information

Video compression: Performance of available codec software

Video compression: Performance of available codec software Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Sommario [1/2] Vannevar Bush Dalle Biblioteche ai Cataloghi Automatizzati Gli OPAC accessibili via Web Le Biblioteche Digitali

Sommario [1/2] Vannevar Bush Dalle Biblioteche ai Cataloghi Automatizzati Gli OPAC accessibili via Web Le Biblioteche Digitali Introduzione alle Biblioteche Digitali Sommario [1/2] Cenni storici Vannevar Bush Dalle Biblioteche ai Cataloghi Automatizzati Gli OPAC accessibili via Web Le Biblioteche Digitali Cos è una Biblioteca

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software

Chapter 3. Application Software. Chapter 3 Objectives. Application Software Chapter 3 Objectives Chapter 3 Application Software Identify the categories of application software Explain ways software is distributed Explain how to work with application software Identify the key features

More information

Issues in Android on Mobile Platform and Their Resolution

Issues in Android on Mobile Platform and Their Resolution Issues in Android on Mobile Platform and Their Resolution 1 Monika A. Ganpate, 2 Dipika R. Shinde 1, 2 Institute of Management and Computer Studies, Thane (West), India, University of Mumbai, India Abstract:

More information

Information Technology Lab School of Information University of Texas Summer 2005

Information Technology Lab School of Information University of Texas Summer 2005 Introduction to Windows Movie Maker 2 1 Information Technology Lab School of Information University of Texas Summer 2005 1. Introduction This paper tutorial is designed as a basic introduction to Microsoft

More information

!"#$"%&' What is Multimedia?

!#$%&' What is Multimedia? What is Multimedia? %' A Big Umbrella Goal of This Course Understand various aspects of a modern multimedia pipeline Content creating, editing Distribution Search & mining Protection Hands-on experience

More information

Extracting, Storing And Viewing The Data From Dicom Files

Extracting, Storing And Viewing The Data From Dicom Files Extracting, Storing And Viewing The Data From Dicom Files L. Stanescu, D.D Burdescu, A. Ion, A. Caldare, E. Georgescu University of Kraiova, Romania Faculty of Control Computers and Electronics www.software.ucv.ro/en.

More information

Instagram Post Data Analysis

Instagram Post Data Analysis Instagram Post Data Analysis Yanling He Xin Yang Xiaoyi Zhang Abstract Because of the spread of the Internet, social platforms become big data pools. From there we can learn about the trends, culture and

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Audacity: Introduction to Audio Editing ats@etsu.edu 439-8611 www.etsu.edu/ats Overview Audacity is a free, open-source digital audio editing program. Audacity can be used to

More information

Solomon Systech Image Processor for Car Entertainment Application

Solomon Systech Image Processor for Car Entertainment Application Company: Author: Piony Yeung Title: Technical Marketing Engineer Introduction Mobile video has taken off recently as a fun, viable, and even necessary addition to in-car entertainment. Several new SUV

More information

Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows

Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows Adding emphasis to a presentation in PowerPoint 2010 and 2013 for Windows This document introduces technique to add interest to your presentation using graphics, audio and video. More detailed training

More information

Digital Audio and Video Data

Digital Audio and Video Data Multimedia Networking Reading: Sections 3.1.2, 3.3, 4.5, and 6.5 CS-375: Computer Networks Dr. Thomas C. Bressoud 1 Digital Audio and Video Data 2 Challenges for Media Streaming Large volume of data Each

More information

MultiMedia and Imaging Databases

MultiMedia and Imaging Databases MultiMedia and Imaging Databases Setrag Khoshafian A. Brad Baker Technische H FACHBEREIGM W-C^KA VK B_l_3JLJ0 T H E K Inventar-N*.: Sachgebiete: Standort: Morgan Kaufmann Publishers, Inc. San Francisco,

More information

Teaching Methodology for 3D Animation

Teaching Methodology for 3D Animation Abstract The field of 3d animation has addressed design processes and work practices in the design disciplines for in recent years. There are good reasons for considering the development of systematic

More information

CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION

CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION Australian College of Information Technology Gold Cost Brisbane AUSTRALIA www.acit.edu.au overview CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION

More information

Video, film, and animation are all moving images that are recorded onto videotape,

Video, film, and animation are all moving images that are recorded onto videotape, See also Data Display (Part 3) Document Design (Part 3) Instructions (Part 2) Specifications (Part 2) Visual Communication (Part 3) Video and Animation Video, film, and animation are all moving images

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

The Insert Menu. PPT2010 1 Faculty Center for Learning Development

The Insert Menu. PPT2010 1 Faculty Center for Learning Development Using Multimedia in PowerPoint 2010 PowerPoint offers a number of options for adding video, audio and image files to your presentation. You can find these types of files online, or create and upload your

More information

N-CAP Users Guide. Everything You Need to Know About Using the Internet! How Banner Ads Work

N-CAP Users Guide. Everything You Need to Know About Using the Internet! How Banner Ads Work N-CAP Users Guide Everything You Need to Know About Using the Internet! How Banner Ads Work How Banner Ads Work by Tom Harris If you've spent any time surfing the Internet, you've seen more than your fair

More information

Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment

Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment JongGeun Jeong, ByungRae Cha, and Jongwon Kim Abstract In this paper, we sketch the idea

More information

SMART BOARD USE FOR NEWBIES

SMART BOARD USE FOR NEWBIES SMART BOARD USE FOR NEWBIES Christina Duguay Christina Harrison Terra Kirsch Denise M. Legghio Our group has decided to focus our attention to the use of technology through the smart board and specifically:

More information

Content-Based Image Retrieval

Content-Based Image Retrieval Content-Based Image Retrieval Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Image retrieval Searching a large database for images that match a query: What kind

More information

FAV-5130-01 CMPTR ANIMATION: INSTRUCTOR GINA KAMENTSKY

FAV-5130-01 CMPTR ANIMATION: INSTRUCTOR GINA KAMENTSKY COURSE INFORMATION: Thursday 01:10PM - 06:10PM, Auditorium, Room 525 Instructor email: gkaments@risd.edu Class Website: Pixeltoon.com In addition to computer assisted animation (using a computer to shoot

More information

Movie Maker 2 Beginning

Movie Maker 2 Beginning Movie Maker 2 Beginning Quick Overview...3 Preparing a Folder...3 Collecting Resources...3 Pictures...4 Screen Resolution...4 Starting Windows Movie Maker...4 Which Version?...4 Windows Movie Maker 2 Window...4

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

Windows Live Movie Maker

Windows Live Movie Maker Windows Live Movie Maker What is Windows Live Movie Maker? Windows Live Movie Maker is available on all computers that have Windows 7. Teachers and students use Windows Live Movie Maker to turn videos

More information

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3 Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2 Understanding Movie Formats...2 Permissions and Copyright...2 Using Pinnacle Studio... 3 Step One: Capturing Video from a Digital Camera...3

More information

4.3. Windows. Tutorial

4.3. Windows. Tutorial 4.3 Windows Tutorial May 2013 3 Introduction The best way to get started using Wirecast is to quickly work through all its main features. This tour presents a series of three tutorials, each designed

More information

Multimedia asset management for post-production

Multimedia asset management for post-production Multimedia asset management for post-production Ciaran Wills Department of Computing Science University of Glasgow, Glasgow G12 8QQ, UK cjw@dcs.gla.ac.uk Abstract This paper describes the ongoing development

More information

Windows Media Player 10 Mobile: More Music, More Choices

Windows Media Player 10 Mobile: More Music, More Choices Windows Media Player 10 Mobile: More Music, More Choices Windows Media Player 10 Mobile for Windows Mobile -based Smartphones and Pocket PCs is an all-in-one mobile media player that provides a rich media

More information

Teacher: Date: Test: 9_12 Business and IT BD10 - Multimedia and Webpage Design Test 1

Teacher: Date: Test: 9_12 Business and IT BD10 - Multimedia and Webpage Design Test 1 Student Name: Teacher: Date: District: Alamance Test: 9_12 Business and IT BD10 - Multimedia and Webpage Design Test 1 Description: 2.02 Computer Animation Form: 501 1. Tyler wants to download music from

More information

Website Accessibility Under Title II of the ADA

Website Accessibility Under Title II of the ADA Chapter 5 Website Accessibility Under Title II of the ADA In this chapter, you will learn how the nondiscrimination requirements of Title II of 1 the ADA apply to state and local government websites. Chapter

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

EDIT202 PowerPoint Lab Assignment Guidelines

EDIT202 PowerPoint Lab Assignment Guidelines EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly

More information

Guest Editorial: Digital Videos as Tools for Learning Mathematics

Guest Editorial: Digital Videos as Tools for Learning Mathematics Niess, M. L. & Walker, J. M. (2010). Guest editorial: Digital videos as tools for learning mathematics. Contemporary Issues in Technology and Teacher Education, 10(1), 100-105. Guest Editorial: Digital

More information

PS: Presentation software

PS: Presentation software This is the ability to use software applications to produce effective s, which include a combination of media (eg images, animation and sound) for education, entertainment or information sharing. A. A

More information

20 Producing a Video. Media 20

20 Producing a Video. Media 20 LESSON PROJECT IDEAS COPY MASTER Video Book Report Choose a key scene from a story you have read. Write a script for the scene, sticking closely to what happens in the story. Then prepare a storyboard

More information

Graphic Design. Location: Patterson Campus - Bldg. K. Program Information. Occupational Choices. Average Full-Time Wage.

Graphic Design. Location: Patterson Campus - Bldg. K. Program Information. Occupational Choices. Average Full-Time Wage. Graphic Design 178 Graphic Design Location: Patterson Campus - Bldg. K Program Information Graphic Design is a vital component of the communications people receive each day. Personal, professional, business,

More information

Image Databases INLS 623 Lina Huang Elise Moore Ketan Palshikar Nevin Yang

Image Databases INLS 623 Lina Huang Elise Moore Ketan Palshikar Nevin Yang Image Databases INLS 623 Lina Huang Elise Moore Ketan Palshikar Nevin Yang What is an image database? Definition - a collection of image data, typically associated with the activities of one or more related

More information

Example Chapter 08-Number 09: This example demonstrates some simple uses of common canned effects found in popular photo editors to stylize photos.

Example Chapter 08-Number 09: This example demonstrates some simple uses of common canned effects found in popular photo editors to stylize photos. 08 SPSE ch08 2/22/10 11:34 AM Page 156 156 Secrets of ProShow Experts: The Official Guide to Creating Your Best Slide Shows with ProShow Gold and Producer Figure 8.18 Using the same image washed out and

More information

Lesson Unit content Activities Links to other units Resource checklist

Lesson Unit content Activities Links to other units Resource checklist Scheme of work Guided learning hours (GLH): 30 Number of lessons: 15 Duration of lessons: 2 hours Learners should spend lesson time and non-supervised time working on assignments. Key AS: Activity Sheet

More information

Topics in basic DBMS course

Topics in basic DBMS course Topics in basic DBMS course Database design Transaction processing Relational query languages (SQL), calculus, and algebra DBMS APIs Database tuning (physical database design) Basic query processing (ch

More information

Creating and Editing Movies Using Windows Live Movie Maker

Creating and Editing Movies Using Windows Live Movie Maker Creating and Editing Movies Using Windows Live Movie Maker Once you have collected footage using a video camera, you can assemble and edit it in Windows Live Movie Maker. Once your movie is fi nished,

More information

A Quick Start Guide to Using PowerPoint For Image-based Presentations

A Quick Start Guide to Using PowerPoint For Image-based Presentations A Quick Start Guide to Using PowerPoint For Image-based Presentations By Susan Jane Williams & William Staffeld, Knight Visual Resources Facility College of Architecture, Art and Planning Cornell University.

More information

Welcome to Corel VideoStudio Pro X5

Welcome to Corel VideoStudio Pro X5 Contents Welcome to Corel VideoStudio Pro X5............................ 2 New Features and Enhancements................................ 4 Getting to Know the Workspace.................................

More information

EZCast User s Manual

EZCast User s Manual EZCast User s Manual Rev. 1.00 General EZCast is a special program to project your mobile device display to another screen through WiFi connection. You can enhance your TV/Projector with more features

More information

Digital Video Architectures Compared: QuickTime, Real System, and Windows Media

Digital Video Architectures Compared: QuickTime, Real System, and Windows Media Digital Video Architectures Compared: QuickTime, Real System, and Windows Media Introduction: Technology has come a long way in the last ten years. In the early days of the Internet, we waited patiently

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

The Notebook Software Activity Guide

The Notebook Software Activity Guide The Notebook Software Activity Guide The Notebook software activity guide is intended to act as a reference of the best practices for creating and presenting lesson activities using Notebook software.

More information

Database Systems. Multimedia Database Management System. Application. User. Application. Chapter 2: Basics

Database Systems. Multimedia Database Management System. Application. User. Application. Chapter 2: Basics Database Systems Chapter 2: Basics User Chapter 3: Multimedia Systems Communication Aspects and Services Chapter 4: Multimedia Systems Storage Aspects Optical Storage Media Multimedia File Systems Multimedia

More information

As noted in previous chapters, crime analysis relies heavily on computer

As noted in previous chapters, crime analysis relies heavily on computer 07-Boba-4723.qxd 6/9/2005 3:43 PM Page 101 7 Crime Analysis Technology As noted in previous chapters, crime analysis relies heavily on computer technology, and over the past 15 years significant improvements

More information

Windows Embedded Compact 7 Multimedia Features 1

Windows Embedded Compact 7 Multimedia Features 1 Windows Embedded Compact 7 Multimedia Features 1 Windows Embedded Compact 7 Multimedia Features Windows Embedded Compact 7 Technical Article Writers: Dion Hutchings Published: March 2011 Applies To: Windows

More information

The 3D Animation Process at Framework Media

The 3D Animation Process at Framework Media 7 Welsh Road Sutton, MA 01590 PHONE: 508.865.7060 FAX: 508.714.2287 WEB: http://www.frameworkmedia.com The 3D Animation Process at Framework Media Thank you for your interest in technical animation and

More information

Google Radio Automation. Impressively Innovative. Reassuringly Sound.

Google Radio Automation. Impressively Innovative. Reassuringly Sound. Google Radio Automation Impressively Innovative. Reassuringly Sound. Google Radio Automation. More Than Three Decades of Experience Google Radio Automation is the industry s only third-generation Radio

More information

3D Animation Silent Movie Entitled The Seed : Research for Level of Understanding Compare between Male and Female

3D Animation Silent Movie Entitled The Seed : Research for Level of Understanding Compare between Male and Female World Journal of Computer Application and Technology 2(4): 94-98, 2014 DOI: 10.13189/ wjcat.2014.020403 http://www.hrpub.org 3D Animation Silent Movie Entitled The Seed : Research for Level of Understanding

More information

Adobe Captivate Tips for Success

Adobe Captivate Tips for Success Adobe Captivate Tips for Success Before you begin editing your Captivate project, make sure you create a back up copy of your.cp file in case you delete something you need later. 1 Before You Record Your

More information

Monophonic Music Recognition

Monophonic Music Recognition Monophonic Music Recognition Per Weijnitz Speech Technology 5p per.weijnitz@gslt.hum.gu.se 5th March 2003 Abstract This report describes an experimental monophonic music recognition system, carried out

More information

Transferring Video Clips to Digital Video Using Pinnacle 15

Transferring Video Clips to Digital Video Using Pinnacle 15 Transferring Video Clips to Digital Video Using Pinnacle 15 Understanding Movie Formats Before you can begin the process of converting VHS to digital video, you must decide what movie format you need,

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

Quick start guide! Terri Meyer Boake

Quick start guide! Terri Meyer Boake Film Editing Tutorial Quick start guide! Terri Meyer Boake 1. Preparing yourself and your files: This information is valid for all film editing software: FCP, Premiere (the version of FC being used is

More information

Overview of Microsoft Office Word 2007

Overview of Microsoft Office Word 2007 Overview of Microsoft Office What Is Word Processing? Office is a word processing software application whose purpose is to help you create any type of written communication. A word processor can be used

More information

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan Animation Overview of the Industry Arts, AV, Technology, and Communication Lesson Plan Performance Objective Upon completion of this assignment, the student will have a better understanding of career and

More information

Introduction. It would appear that. we have reached the. limits of what it is. possible to achieve with. computer technology, although one should be

Introduction. It would appear that. we have reached the. limits of what it is. possible to achieve with. computer technology, although one should be Introduction It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty

More information

How To Use A Webmail On A Pc Or Macodeo.Com

How To Use A Webmail On A Pc Or Macodeo.Com Big data workloads and real-world data sets Gang Lu Institute of Computing Technology, Chinese Academy of Sciences BigDataBench Tutorial MICRO 2014 Cambridge, UK INSTITUTE OF COMPUTING TECHNOLOGY 1 Five

More information

tele-task Teleteaching Anywhere Solution Kit

tele-task Teleteaching Anywhere Solution Kit Forschungsbericht Nr. 2002-21 tele-task Teleteaching Anywhere Solution Kit Christoph Meinel, Volker Schillings FB IV Informatik, Universität Trier D-54286 Trier, Germany email: {meinel, schillings}@uni-trier.de

More information

Importance of Metadata in Digital Asset Management

Importance of Metadata in Digital Asset Management Importance of Metadata in Digital Asset Management It doesn t matter if you already have a Digital Asset Management (DAM) system or are considering one; the data you put in will determine what you get

More information

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location Skills Inventory: Art/Media Communications 1. Pre-employment Training/Career Development A. Formal; e.g., certificates Date Description Location Art/Design and Communication Skills Inventory: Art/Media

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING MEDIA MONITORING AND ANALYSIS GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING Searchers Reporting Delivery (Player Selection) DATA PROCESSING AND CONTENT REPOSITORY ADMINISTRATION AND MANAGEMENT

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software?

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software? Chapter 3 Objectives Chapter 3 Application Software Identify the the categories of of application software Explain ways software is is distributed Explain how to to work with application software Identify

More information

encoding compression encryption

encoding compression encryption encoding compression encryption ASCII utf-8 utf-16 zip mpeg jpeg AES RSA diffie-hellman Expressing characters... ASCII and Unicode, conventions of how characters are expressed in bits. ASCII (7 bits) -

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

Saving Mobile Battery Over Cloud Using Image Processing

Saving Mobile Battery Over Cloud Using Image Processing Saving Mobile Battery Over Cloud Using Image Processing Khandekar Dipendra J. Student PDEA S College of Engineering,Manjari (BK) Pune Maharasthra Phadatare Dnyanesh J. Student PDEA S College of Engineering,Manjari

More information

GRC 119 Assignment 6 Create a Flash Animation Banner Ad

GRC 119 Assignment 6 Create a Flash Animation Banner Ad GRC 119 Assignment 6 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

4.3: Multimedia Database Systems Multimedia Database Management System Data Structure Operations on Data Integration in a Database Model

4.3: Multimedia Database Systems Multimedia Database Management System Data Structure Operations on Data Integration in a Database Model Chapter 2: Basics Chapter 3: Multimedia Systems Communication Aspects and Services Chapter 4: Multimedia Systems Storage Aspects Optical Storage Media Multimedia File Systems Multimedia Database Systems

More information

MULTIMEDIA MINING RESEARCH AN OVERVIEW

MULTIMEDIA MINING RESEARCH AN OVERVIEW MULTIMEDIA MINING RESEARCH AN OVERVIEW Dr. S.Vijayarani 1 and Ms. A.Sakila 2 1 Assistant Professor, Department of Computer Science, Bharathiar University, Coimbatore. 2 M.Phil Research Scholar, Department

More information