Multimedia Database Groupwork
Multimedia Database Groupwork
GROUP ASSIGNMENT
Multimedia Database
Multimedia database is the collection of interrelated multimedia data that includes text,
graphics (sketches, drawings), images, animations, video, audio etc and have vast amounts of
multisource multimedia data. The framework that manages different types of multimedia data
which can be stored, delivered and utilized in different ways is known as multimedia database
management system. There are three classes of the multimedia database which includes static
media, dynamic media and dimensional media.
Media format data – Information such as sampling rate, resolution, encoding scheme etc.
about the format of the media data after it goes through the acquisition, processing and
encoding phase.
Media keyword data – Keywords description relating to the generation of data. It is also known
as content descriptive data. Example: date, time and place of recording.
Media feature data – Content dependent data such as the distribution of colors, kinds of
texture and different shapes present in data.
Types of multimedia applications based on data management characteristic are:
Repository applications – A Large amount of multimedia data as well as meta-data(Media
format date, Media keyword data, Media feature data) that is stored for retrieval purpose, e.g.,
Repository of satellite images, engineering drawings, radiology scanned pictures.
Modelling – Working in this area can improve database versus information retrieval techniques
thus, documents constitute a specialized area and deserve special consideration.
Design – The conceptual, logical and physical design of multimedia databases has not yet been
addressed fully as performance and tuning issues at each level are far more complex as they
consist of a variety of formats like JPEG, GIF, PNG, MPEG which is not easy to convert from one
form to another.
Storage – Storage of multimedia database on any standard disk presents the problem of
representation, compression, mapping to device hierarchies, archiving and buffering during
input-output operation. In DBMS, a” BLOB” (Binary Large Object) facility allows untyped
bitmaps to be stored and retrieved.
The database must support large objects, since multimedia data such as videos can occupy up
to a few gigabytes of storage. Many database systems do not support objects larger than a few
gigabytes. Larger objects could be split into smaller pieces and stored in the database.
Alternatively, the multimedia object may be stored in a file system, but the database may
contain a pointer to the object; the pointer would typically be a file name. The SQL/MED
standard (MED stands for Management of External Data) allows external data, such as files, to
be treated as if they are part of the database. With SQL/MED, the object would appear to be
part of the database, but can be stored externally.
The retrieval of some types of data, such as audio and video, has the requirement that data
delivery must proceed at a guaranteed steady rate. Such data are sometimes called isochronous
data, or continuous-media data. For example, if audio data are not supplied in time, there will
be gaps in the sound. If the data are supplied too fast, system buffers may overflow, resulting in
loss of data.
Education and training: Computer-aided learning materials can be designed using multimedia
sources which are nowadays very popular sources of learning. Example: Digital libraries.
Marketing, advertising, retailing, entertainment and travel. Example: a virtual tour of cities.
Real-time control and monitoring: Coupled with active database technology, multimedia
presentation of information can be very effective means for monitoring and controlling complex
tasks Example: Manufacturing operation control.