previous   next   contents  

17. Baseline Media Formats

Editor
Philipp Hoschka (ph@w3.org), (W3C)


Table of contents

17.1 Introduction

This Section defines a number of baseline media formats that the members of the W3C SYMM Working Group believe will be widely supported by SMIL players. Authors are encouraged to encode media objects in these formats to ensure that their SMIL documents can be played back by a wide range of SMIL implementations. Often, for audio and video formats, the baseline formats will be used as fallbacks when a player cannot render a more efficient, but less widely supported format. This can be achieved by using a switch element as shown in the following example:

<switch>
  <audio src="non-baseline-format-file" />
  <audio src="baseline-format-file" />
</switch>

Note that this Section is non-normative, and that thus implementation of the baseline formats is not a precondition for conformance to this specification.

For selecting the baseline formats, the following criteria were used:

17.2 Audio Formats

Editor's note: The Working Group encourages information on other audio formats that have lower bandwidth requirements than audio/basic and also do not require a license fee.

@@@ all the following "support" lists will not go in the final version

Support:

@@ efforts to come up with license-free audio codecs

17.3 Image Formats

17.4 Video Formats

Editor's note: The Working Group encourages information on other video formats that have lower bandwidth requirements that do not require a license fee.

17.5 Text Formats

@@ Auxiliary links


previous   next   contents