Saturday, February 14, 2009

Multimedia Authoring System

Multimedia Authoring Systems are designed with two primary target users: They are
  • Professionals who prepare documents, audio or sound tracks, and full motion video clips for wide distribution.
  • Average business users preparing documents, audio recordings, or full motion video clips for stored messages or presentations.
The authoring system covers user interface. The authoring system spans issues such as data access, storage structures for individual components embedded in a document, the user's ability to browse through stored objects, and so on. Most authoring systems are managed by a control application. The authoring system is called in when a user selects an EDIT function in the control application menu.

The control application managing the authoring system must determine storage location and compression format according to the type of multimedia object, the capturing equipment in use, and the software drives and compression standards supported by the authoring system. The control application must also be designed to handle sufficient cache storage to manage compressed as well as decompressed objects before they are dispatched to other multimedia server objects.

Friday, February 13, 2009

Design issues for multimedia Authoring

Enterprise wide standards should be set up to ensure that the user requirements are fulfilled with good quality and made the objects transferable from one system to another. So standards must be set for a number of design issues:
  • Display Resolution.
  • Data formula for capturing data.
  • Compression algorithms.
  • Network Interfaces.
  • Storage Formats.

Wednesday, February 11, 2009

Display Resolution

Display Resolution should be at various levels since user's requirement differs accordingly. For example, for television, people will watch it at distance of atleast 10 to 15 feet's away. But in the case of computer (i.e. Desktop), people will watch only at the distance of 12-18 inches away. So, display resolution must be more than for TV. So we should set the display resolution as per user's requirement. In a large organization, there are a number of different display types with large variations in resolution and display technologies. Hence, the display resolution becomes an important consideration. A number of design issues must be considered for handling different display outputs.

They are:
  • Levels of standardization on display resolutions.
  • Display control standardization.
  • Corporate norms for service degradations.
  • Corporate norms for network traffic degradations as they relate to resolution issues.
Setting norms will be easy, if the number of different work station types, window managers, and monitor resolutions are limited in number.

Monday, February 9, 2009

File Format and Data Compression Issues

There are varieties of data formats available for image, audio and full motion video objects. Since the varieties are so large, controlling them becomes difficult. So we should standardize on a single format. Instead, we should select a set for which reliable conversion application tools are available. 

  • Another key design issue is to standardize on one or two compression formula for each type of data object. For example for facsimile machines, CCITT group 3 and 4 should be included in the selected standard. Similarly for full motion video, the selected standard should include MPEG and its derivatives such as MPEG 2.
  • Standardizing protocols in WAN's is essential to ensure that multimedia objects can be transformed from one LAN via a WAN to another LAN without loss of information. All hubs, routers, switches, etc.must be standardized.
  • Storing and retrieving of very large objects is an important consideration. Storing should be done quickly and retrieving should be done efficiently. 
  • While doing storage, it is useful to have some information about the object itself available outside  the object to allow a user to decide if they need to access the object data.


Sunday, February 8, 2009

Types of Attributes

  • Comparison Type 
  • Size of Object 
  • Object Orientation
  • Data and Time of Creation
  • Source file name
  • Version Number
  • Required software application to display etc..

Thursday, February 5, 2009

Sevice Delegation policies

Setting up corporate norms for network traffic delegation is difficult as they relate to resolution issues. To address these design issues, several policies are possible.
They are: 
(i) Decline further requests with a message to try later.
(ii) Provide the playback service but at a lower resolution.
(iii) Provide the playback service at full resolution but, in the case of sound and full motion video, drop intermediate frames.

Tuesday, February 3, 2009

Design Approach to authoring

Designing an authoring system spans a number of design issues. They include:
  1. Hypermedia application design specifies
  2. User Interface aspects
  3. Embedding/linking streams of objects to a main document or presentation.
  4. Storage of and access to multimedia objects.
  5. Playing back combined streams in a synchronized manner.

A good user interface design is more important to the success of hypermedia applications. User interface presents a window to the user to control storage and retrieval, to insert objects in the documents and to specify the exact point of insertion, and to index marks for combining different multimedia streams and rules for playing them back. The authoring system must allow playing several streams in a coordinated manner to produce a final product.