multimedia dbms

20
MMDBMS

Upload: techmx

Post on 28-Oct-2014

30 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MultiMedia DBMS

MMDBMS

Page 2: MultiMedia DBMS

It is not the conventional alphanumerical data.It is a collection of

Text, Image, Audio or Video.

What is Multimedia Data?

Page 3: MultiMedia DBMS

The information provided by multimedia data explains more than what a conventional data explains.

Why Multimedia Data?

Page 4: MultiMedia DBMS

A multimedia database management system is a framework that manages multimedia data. It can also do operations with those multimedia data.

What is Multimedia DBMS?

Page 5: MultiMedia DBMS

The Multimedia data can be stored in 3 parts.They are

Raw DataRegistering DataDescriptive Data

How data is stored in MMDBMS?

Page 6: MultiMedia DBMS

Descriptive DataInformation about content and structure

Registering DataData necessary for interpretation and

identification i.e. FormatRaw Data

Unformatted Information Content i.e. pixels

Page 7: MultiMedia DBMS

In MMDBMS there are different data types.They are:-

TextImageAudioVideo

Data types

Page 8: MultiMedia DBMS

Character represents RAW dataRegistering data describe the CodingDescriptive data include data about layout,

structuring.

Text

Page 9: MultiMedia DBMS

Pixels represent RAW data.Registering data include length and height of

image.Descriptive data are individual line, subject

and surfaces.

Image

Page 10: MultiMedia DBMS

Raw data contains the digital samples of audio.

Registering data contains the properties of audio coding.

Descriptive data contains the content of audio.

Audio

Page 11: MultiMedia DBMS

Pixel matrices represent the raw data.Registering data provides the number of

images per second.Descriptive data provides scene description.

Video

Page 12: MultiMedia DBMS

The operations areInputOutputModificationDeletionComparisonEvaluation

Operations on Multimedia Data

Page 13: MultiMedia DBMS

InputData will be written to the database.RAW and Registering data is mandatory.Descriptive data is optional.

OutputReads the data from database as per the

registering data.

Input & Output

Page 14: MultiMedia DBMS

ModificationChanging of RAW, Registering and

descriptive data.Deleting

Removes the entry from database.

Modifying & Deleting

Page 15: MultiMedia DBMS

ComparisonSearch and Retrieval of stored data.Pattern Matching Technique is used.

EvaluationGeneration of descriptive data from Raw

and Registering data.

Comparison & Evaluation

Page 16: MultiMedia DBMS

Design of multimedia database is based on two different DBMS.They are:-

ERDBMSOODBMS

Design of MMDBMS

Page 17: MultiMedia DBMS

OODBMSDifferent medias are represented by

classes, whose instance variable include the data as internal state.

ERDBMSEmbedding new functions and types into

RDBMS.

Page 18: MultiMedia DBMS

LibrariesEducational InstitutionsReverse Image searchingWeb albums

Applications

Page 19: MultiMedia DBMS

• optimized storage• efficient access• complex search is also possible• transaction protected multiuser mode• recovery

Advantages

Page 20: MultiMedia DBMS

Thank You.