<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WinningHam</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WinningHam"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/WinningHam"/>
	<updated>2026-05-25T22:21:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=13994</id>
		<title>media-metadata-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=13994"/>
		<updated>2007-01-14T08:24:21Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: /* Video */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an exploratory page to be used for storage of various multimedia data and metadata profiles, formats, and practices currently in use around the web. As this is a very, very early exploration, we should include as many types of multimedia as possible in the opening discussion - but please be sure to place your information in the correct portion of this page.&lt;br /&gt;
&lt;br /&gt;
= Purpose of this exploration (or : The Problem) =&lt;br /&gt;
&lt;br /&gt;
The purpose of the studies on this page is to determine the feasibility and demand for a flexible, semantic markup format for multimedia related paradigms.&lt;br /&gt;
&lt;br /&gt;
This includes such things as:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Providing metadata alongside linked multimedia files.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Typically, multimedia metadata is stored within the header of the media file itself - which has massive implications for any application where metadata is to be indexed, searched, or made externally accessible. Of course, even if you could easily access the correct portions of a media file remotely, you'd still have to cope with a multitude of open and proprietary metadata formats, each with it's own distinct fieldset, nomenclature and storage method.&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Internet TV, IPTV, [http://newtube.org/ NewTube], vlogging, vidblogging, vidlogging, vodcasting, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Podcasting, IPradio, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This study aims to make a start at solving this problem.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
These folks have contributed real-world examples and research to this document, and are interested in helping with a solution.&lt;br /&gt;
&lt;br /&gt;
* Christopher Allen&lt;br /&gt;
* Dougal Campbell&lt;br /&gt;
* Dr. Ernie&lt;br /&gt;
* Rohit Khare&lt;br /&gt;
* Ryan King&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
* Lisa Rein&lt;br /&gt;
* Dan Glegg&lt;br /&gt;
* Chris Messina&lt;br /&gt;
* [http://changelog.ca/ Charles Iliya Krempeaux]&lt;br /&gt;
* Thomas Winningham&lt;br /&gt;
&lt;br /&gt;
If you contribute new real-world examples or research, and wish to help with a solution, please add your name as well.&lt;br /&gt;
&lt;br /&gt;
= Examples on the Web today =&lt;br /&gt;
&lt;br /&gt;
Below is a list of strawman models based on real work examples.  (Links to actual examples have been omitted since many of them have been found on adult sites, and it is believed that it would be inappropriate to list these here.  -- [[User:Charles|Charles]])&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #1 ===&lt;br /&gt;
Single clip with a preview image.  The clip is the full show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #2  ===&lt;br /&gt;
Single clip with a preview image.  The clip is the teaser of the&lt;br /&gt;
full show.  And there is a link that you can go to pay to see the full&lt;br /&gt;
show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;teaser.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #3 ===&lt;br /&gt;
A show divided up in multiple clips, each with a preview image. &lt;br /&gt;
Together the clips make up the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-1.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-1.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-2.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-2.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-3.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-3.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #4 ===&lt;br /&gt;
A set of teasers for a show.  Together they don't make up the full&lt;br /&gt;
show.  And the may or may not overlap in time.  There's a &amp;quot;Pay to&lt;br /&gt;
View&amp;quot; link there too.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-blue.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-blue.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-red.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-red.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-green.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-green.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #5 ===&lt;br /&gt;
A single clip that comes in different formats.  (Could be a&lt;br /&gt;
teaser, a clip, or a full show.)&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpg&amp;quot;&amp;gt;MPEG&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.ogm&amp;quot;&amp;gt;Ogg&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.avi&amp;quot;&amp;gt;AVI&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #6 ===&lt;br /&gt;
A single preview image with the show given in 2 different methods.  The first is the show broken up into a series of pieces (which makes it easier to download.)  And the second is the full show in one file&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-1.mpg&amp;quot;&amp;gt;[1]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-2.mpg&amp;quot;&amp;gt;[2]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-3.mpg&amp;quot;&amp;gt;[3]&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;full.mpg&amp;quot;&amp;gt;full&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #7 ===&lt;br /&gt;
A single clip with a preview image.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a link to older episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;older shows&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #8 ===&lt;br /&gt;
A series of clips with preview images.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a links to older and news episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode122-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode122-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode121-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode121-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode120-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode120-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;newer-shows&amp;quot;&amp;gt;[next]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;[previous]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #9 ===&lt;br /&gt;
A series of preview images.  The title of the show is given in text.  A link to all the show's files via a torrent.  Other metadata is also typically included too, in plain text; some is shown here.  Also, sometimes metadata is put in the description.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    The Name of the Show&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview1.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview2.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;show.torrent&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Torrent Info Hash: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;
&lt;br /&gt;
    Description: blah blah blah .... here some URLs to previews...&lt;br /&gt;
                 blah blah blah .... this is 24 fps&lt;br /&gt;
                 blah blah blah&lt;br /&gt;
&lt;br /&gt;
    Content: tag1, tag2, tag3&lt;br /&gt;
&lt;br /&gt;
    Resolution: 320px x 240px&lt;br /&gt;
&lt;br /&gt;
    Run Time: 24mins 57secs&lt;br /&gt;
&lt;br /&gt;
    Size: 125.42 MB (131,509,108 bytes)&lt;br /&gt;
&lt;br /&gt;
    Type: Movie Clip&lt;br /&gt;
&lt;br /&gt;
    Published/Uploaded By: someone&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of files in torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of people on the torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #10 ===&lt;br /&gt;
An embedded object citing a specific plugin, or simply a link to the media itself, as an object parameter. The rest of the parameters include plugin OR media-specific metadata, and any URIs used are usually unique to the media content.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;object &lt;br /&gt;
    width='400' height='326' type='application/x-shockwave-flash'&lt;br /&gt;
    data='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'&amp;gt;&lt;br /&gt;
    &amp;lt;param name='allowScriptAccess' value='never' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='movie'&lt;br /&gt;
    value='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='quality' value='best'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='bgcolor' value='#ffffff' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='scale' value='noScale' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='wmode' value='window'/&amp;gt;&lt;br /&gt;
    &amp;lt;/object&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;embed &lt;br /&gt;
    src=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    pluginspage=&amp;quot;http://www.apple.com/quicktime/download/&amp;quot;&lt;br /&gt;
    scale=&amp;quot;tofit&amp;quot; kioskmode=&amp;quot;false&amp;quot; &lt;br /&gt;
    qtsrc=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    cache=&amp;quot;false&amp;quot; controller=&amp;quot;true&amp;quot; type=&amp;quot;video/quicktime&amp;quot; autoplay=&amp;quot;true&amp;quot; height=&amp;quot;272&amp;quot; width=&amp;quot;320&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Current / Previous Standards =&lt;br /&gt;
&lt;br /&gt;
== Still image ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF]&lt;br /&gt;
* [http://www.tasi.ac.uk/2000/09/rdfmeta/ RDF for self-describing images]&lt;br /&gt;
* [http://archive.dstc.edu.au/RDU/staff/jane-hunter/PNG/paper.html An Indexing and Querying System for Online Images Based on the PNG Format and Embedded Metadata]&lt;br /&gt;
* [http://www.w3.org/TR/photo-rdf/ Describing and retrieving photos using RDF and HTTP]&lt;br /&gt;
* [http://www.pheed.com/pheed/ Pheed RSS extension for photo syndication]&lt;br /&gt;
&lt;br /&gt;
== Audio Metadata Formats ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.id3.org/ ID3v2]&lt;br /&gt;
&lt;br /&gt;
* iTunes&lt;br /&gt;
** Album : String&lt;br /&gt;
** Artist : String&lt;br /&gt;
** Beats Per Minute : Number&lt;br /&gt;
** Bit Rate : Number&lt;br /&gt;
** Comment : Blob&lt;br /&gt;
** Composer : String&lt;br /&gt;
** Genre : String or Foreign ID&lt;br /&gt;
** Disc Number : Number&lt;br /&gt;
** Kind : Proprietary - could be implimented as MIME type&lt;br /&gt;
** My Rating : Number &amp;lt; 5 (actually an integer from the range 0-100. 1-5 &amp;quot;stars&amp;quot; implemented by incrementing by 20)&lt;br /&gt;
** Sample Rate : Number&lt;br /&gt;
** Size : Number&lt;br /&gt;
** Time : Number&lt;br /&gt;
** Track Number : Number&lt;br /&gt;
** Year : Number&lt;br /&gt;
**Additional metadata used internally by the application : Date Added (Timestamp), Date Modified (Timestamp), Equalizer (foreign ID), Play Count (Number), Grouping (Internal)&lt;br /&gt;
**Noteable absences : Tags, [[rel-license|License]], Copyright year. Also note common complaints about  [http://www.everything2.com/index.pl?node_id=1707402 ID3 and classical music].&lt;br /&gt;
&lt;br /&gt;
* [http://www.xspf.org/ XSPF] (see also [http://gonze.com/playlists/playlist-format-survey.html A survey of playlist formats] and [http://www.xspf.org/xspf-v0.html The XSPF Playlist Format, version 0])&lt;br /&gt;
** album&lt;br /&gt;
** creator&lt;br /&gt;
** duration&lt;br /&gt;
** info&lt;br /&gt;
** title&lt;br /&gt;
** trackNum&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
&lt;br /&gt;
* '''iTunes podcast:''' http://phobos.apple.com/static/podcast_specifications.pdf &lt;br /&gt;
(HTML version of spec: [http://labs.commerce.net/~rohit/How%20To%20Publish%20a%20Podcast%20on%20iTunes%20Music%20Store.html local archive], [http://labs.commerce.net/~rohit/iTunesRSS.html updated version from Apple Chapter Tool Beta docs], [http://phobos.apple.com/static/iTunesRSS.html online copy at Apple])&lt;br /&gt;
&lt;br /&gt;
iTunes release 4.9 was widely heralded as an advance for mainstream acceptance of podcasting. However, while some advocates resist even the fragment of a trademarked name in the label for the phenomenon, the use of &amp;quot;itunes:&amp;quot; in the namespace is one of many design decisions in Apple's original specification that became focal points of debate. While Apple has a tradition of working on breakthrough features very quietly, they have been open to public input after its initial release. Many [http://daringfireball.net/2005/07/podcast_pocket other bloggers] have [http://usefulinc.com/edd/blog/contents/2005/06/28-rss-apple-itunes/read chronicled] [http://www.intertwingly.net/blog/2005/07/05/Insensitive-iTunes some of the feedback], as well as some [http://tantek.com/log/2005/07.html#d10t0130 face-to-face discussions].&lt;br /&gt;
&lt;br /&gt;
A mailing list may be coming soon...&lt;br /&gt;
&lt;br /&gt;
* '''Media RSS:''' http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS has [http://www.ysearchblog.com/archives/000111.html been in the works longer], but doesn't have the overnight-adoption advantage of iTunes. However, it has a much broader ambit, including [http://www.ysearchblog.com/archives/000060.html video]; and a much broader [http://groups.yahoo.com/group/rss-media/ community of interest].&lt;br /&gt;
&lt;br /&gt;
=== A Podcasting Microformat? ===&lt;br /&gt;
&lt;br /&gt;
The best starting point for understanding these two proposals is [http://www.w3.org/2005/07/media-and-rss W3C's summary table, by Karl Dubost].&lt;br /&gt;
&lt;br /&gt;
There are (at least) two paths to consider when 'porting' these proposals into Microformats:&lt;br /&gt;
# '''Standalone.''' What is the most straightforward rendering of each proposal into XHTML? This keeps the interests of the developers of ''consuming'' applications foremost: how can the migration be made as painless as possible?&lt;br /&gt;
# '''Refactored.''' Given the existing core of Microformats, what is the minimal (!) necessary to add on to RelLicense, RelTag, hReview, and so forth? This favors (we'd hope) content ''publishing'' applications: how can the marginal migration costs of adding media be made as painless as possible.&lt;br /&gt;
&lt;br /&gt;
Mapping the existing specs requires understanding the data definitions set forth in each specification, and finding the optimal equivalents (where available). The following is a partial summary of one possible mapping:&lt;br /&gt;
&lt;br /&gt;
==== Comparison Table ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS 2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Authorship&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:contributor&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:owner&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:name&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:email&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:credit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;author&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;source&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[hcard|hCard]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rel-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rev-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;address&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;p&amp;gt;need a way of specifying the &amp;lt;em&amp;gt;role&amp;lt;/em&amp;gt; of the &amp;lt;em&amp;gt;author&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Categorization&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:category&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:keywords&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]] - requires a way to do sub categories?&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:summary&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:summary&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:text&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;description&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;XHTML (e.g. &amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;/nowiki&amp;gt; )&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Licensing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:rights&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:block&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;link&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Not explicitly mentioned&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;ttl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-license]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Metadata&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:duration&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:image&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;media:hash&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;lt;pre&amp;gt;&amp;amp;lt;media:content&lt;br /&gt;
 url=&amp;quot;http://www.example.com/movie.mov&amp;quot;&lt;br /&gt;
 fileSize=&amp;quot;12216320&amp;quot;&lt;br /&gt;
 type=&amp;quot;video/quicktime&amp;quot;&lt;br /&gt;
 isDefault=&amp;quot;true&amp;quot;&lt;br /&gt;
 expression=&amp;quot;full&amp;quot;&lt;br /&gt;
 bitrate=&amp;quot;128&amp;quot;&lt;br /&gt;
 framerate=&amp;quot;25&amp;quot;&lt;br /&gt;
 duration=&amp;quot;185&amp;quot;&lt;br /&gt;
 height=&amp;quot;200&amp;quot;&lt;br /&gt;
 width=&amp;quot;300&amp;quot;&lt;br /&gt;
/&amp;amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;needs a new microformat&amp;lt;/em&amp;gt; &amp;lt;br /&amp;gt; e.g., &amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for duration&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;00:27:35&amp;quot;&amp;amp;gt;&lt;br /&gt;
27 minutes, 35 seconds&lt;br /&gt;
&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:jkinberg|jkinberg]] 11:51, 19 Sept 2005 (PDT))&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Preview&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;For Video Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;strong&amp;gt;For Audio Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat for this&amp;lt;/em&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for video preview&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;img class=&amp;quot;preview&amp;quot; src=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:Charles|Charles]]&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Rating&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:explicit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;s&amp;gt;&amp;amp;lt;media:adult&amp;amp;gt;&amp;lt;/s&amp;gt; &amp;amp;lt;media:rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Title&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:subtitle&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h1&amp;amp;gt;...&amp;amp;lt;/h1&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h2&amp;amp;gt;...&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h3&amp;amp;gt;...&amp;amp;lt;/h3&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h4&amp;amp;gt;...&amp;amp;lt;/h4&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h5&amp;amp;gt;...&amp;amp;lt;/h5&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h6&amp;amp;gt;...&amp;amp;lt;/h6&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;title=&amp;quot;...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;Microformats with class=&amp;quot;title&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
            &amp;lt;/ul&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Show&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:feed&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;self&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A M3U file.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Episode&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:entry&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;alternate&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A single URL line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Media&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:link&amp;amp;nbsp;rel=&amp;quot;enclosure&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;also... dependent on &amp;lt;em&amp;gt;type&amp;lt;/em&amp;gt; of data embedded in or referenced from &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Simply the inclusion of a URL on a line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;amp;lt;img&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;a href=&amp;quot;&amp;quot;&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;object&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;embed&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF] - (Yes, the spec deals with video taken by still cameras. -- RyanKing)&lt;br /&gt;
* [http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm MPEG-7] - MPEG-7, formally named &amp;quot;Multimedia Content Description Interface&amp;quot;, is a standard for describing the multimedia content data that supports some degree of interpretation of the information meaning, which can be passed onto, or accessed by, a device or a computer code. (Very powerful, but you have to pay for documentation -- [[User:ChristopherA|ChristopherA]] 01:53, 29 Jun 2005 (PDT))&lt;br /&gt;
**An OWL ontology of MPEG-7 is available at http://rhizomik.net/ontologies/2005/03/Mpeg7-2001.owl -tmw&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL] - Synchronized Multimedia Integration Language (SMIL, pronounced &amp;quot;smile&amp;quot;) enables simple authoring of interactive audiovisual presentations. (Not exactly video, but has a lot of useful video-related features in it.  -- [[User:ChristopherA|ChristopherA]] 01:55, 29 Jun 2005 (PDT))&lt;br /&gt;
*  [[video-metadata-model| Video Metadata Model - a starting point]]&lt;br /&gt;
&lt;br /&gt;
== Interactive ==&lt;br /&gt;
* [http://www.w3.org/Graphics/SVG/ SVG]&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL]&lt;br /&gt;
* QTVR?&lt;br /&gt;
&lt;br /&gt;
== Offline Media ==&lt;br /&gt;
* [http://xspf.org XSPF] (media may be either offline or online)&lt;br /&gt;
&lt;br /&gt;
=== Printed Publications (books/magazines) ===&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Movies ===&lt;br /&gt;
* [http://imdb.com/ IMDB]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Music ===&lt;br /&gt;
* [http://freedb.org/ FreeDB]&lt;br /&gt;
* [http://musicbrainz.org/ MusicBrainz]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
== Container Formats ==&lt;br /&gt;
The purpose of &amp;lt;strong&amp;gt;container formats&amp;lt;/strong&amp;gt; is to allow the muxing of multiple codecs into a single file or stream. For example, if you want audio, video, and text (subtitles) combined into a single stream.&lt;br /&gt;
&lt;br /&gt;
The purpose of the muxing is for synchronization and so that you can &amp;lt;em&amp;gt;stream&amp;lt;/em&amp;gt; the file and &amp;lt;em&amp;gt;view it&amp;lt;/em&amp;gt; without having to jump around -- seek -- in the file.&lt;br /&gt;
&lt;br /&gt;
Container formats include:&lt;br /&gt;
* AVI&lt;br /&gt;
* MPEG&lt;br /&gt;
* Ogg&lt;br /&gt;
* QuickTime&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Container Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AVI&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MPEG&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Ogg&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;QuickTime&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Audio&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Video&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Text&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Error Detection&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
One of the problems with container formats is that it is often difficult and sometimes impossible to know the disposition of what they contain ahead of time (without reading the file).&lt;br /&gt;
&lt;br /&gt;
For example, Ogg files use the MIME type &amp;lt;em&amp;gt;application/ogg&amp;lt;/em&amp;gt; and generally use the extension &amp;lt;em&amp;gt;.ogg&amp;lt;/em&amp;gt;.  With only these 2 pieces of information, you cannot tell whether such an Ogg file contains video data or not.&lt;br /&gt;
&lt;br /&gt;
There is room for a microformat to help with this.  Perhaps something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;class=&amp;quot;moving-image&amp;quot;&amp;lt;/strong&amp;gt; type=&amp;quot;application/ogg&amp;quot; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Although, this can be done in other ways too.  For example, using [http://changelog.ca/log/2005/08/21/rss-disposition-hinting-proposal disposition hinting] one could do something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;type=&amp;quot;application/ogg;disposition-type:moving-image&amp;quot;&amp;lt;/strong&amp;gt; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anothing thing for any Microformat to consider is that it may be the case that the data files that are muxed in the container format may also be offered in non-muxed forms.  This is important when &amp;lt;em&amp;gt;alternatives&amp;lt;/em&amp;gt; are offered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Audio Formats ==&lt;br /&gt;
&lt;br /&gt;
Audio formats include:&lt;br /&gt;
* AAC&lt;br /&gt;
* MP3&lt;br /&gt;
* PCM WAV&lt;br /&gt;
* Speex&lt;br /&gt;
* Vorbis&lt;br /&gt;
* WMA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Audio Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AAC&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MP3&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;PCM WAV&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Speex&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Vorbis&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;WMA&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossless&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossy&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Streamable&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
* Knowing whether audio data is &amp;lt;em&amp;gt;streamable&amp;lt;/em&amp;gt; or not can affect &amp;lt;em&amp;gt;pre-fetching&amp;lt;/em&amp;gt;.  And can be a metric used when alternatives of the &amp;lt;em&amp;gt;same file&amp;lt;/em&amp;gt; is given.&lt;br /&gt;
* Having audio data marked as &amp;lt;em&amp;gt;lossy&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;lossless&amp;lt;/em&amp;gt; can be useful when alternatives of the same file is made.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Playing Formats ==&lt;br /&gt;
Playing formats include:&lt;br /&gt;
* ASX&lt;br /&gt;
* Atom&lt;br /&gt;
* Atom+SMIL&lt;br /&gt;
* Atomic RSS&lt;br /&gt;
* Atomic RSS+SMIL&lt;br /&gt;
* Extended M3U&lt;br /&gt;
* HTML+Time&lt;br /&gt;
* iTunes RSS&lt;br /&gt;
* KPL&lt;br /&gt;
* M3U&lt;br /&gt;
* MAGMA&lt;br /&gt;
* Media RSS&lt;br /&gt;
* PLS&lt;br /&gt;
* RAM&lt;br /&gt;
* RSS 2.0&lt;br /&gt;
* SMIL&lt;br /&gt;
* WAX&lt;br /&gt;
* WVX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Playing Format Comparison Table ===&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;ASX&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Extended&amp;amp;nbsp;M3U&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;HTML+Time&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS&amp;amp;nbsp;2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Alternatives&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:switch&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Parallel&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Sequence&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the Atom file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the Atom file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;atom:entry&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:seq&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the M3U file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the M3U file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the URL lines provide a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Pre-Fetching&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li style=&amp;quot;white-space:pre;&amp;quot;&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;smil:prefetch&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The M3U format is just list of URL's, with each URL on its own line.  Pre-Fetching would be accomplished by just added a URL to the list.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-enclosure]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Raster Graphic Formats ==&lt;br /&gt;
Raster graphic formats include:&lt;br /&gt;
* GIF&lt;br /&gt;
* PNG&lt;br /&gt;
* JPEG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Graphic Formats ==&lt;br /&gt;
Vector graphic formats include:&lt;br /&gt;
* SVG&lt;br /&gt;
&lt;br /&gt;
= Formats &amp;amp;amp; Protocols =&lt;br /&gt;
&lt;br /&gt;
== AAC ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AAC&amp;lt;/strong&amp;gt; (&amp;lt;strong&amp;gt;Advanced Audio Coding&amp;lt;/strong&amp;gt;) is a lossy audio format.  Like MP3, AAC is part of the MPEG standard.  Since April 2003, AAC has become an integral part of Apple's iPod and iTunes products.  This association between AAC and Apple has become so strong among some that AAC is also sometimes call &amp;lt;em&amp;gt;Apple Audio Codec&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Audio_Coding&lt;br /&gt;
&lt;br /&gt;
== ASF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.  ASF files that contain only audio data are typically called WMA files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Streaming_Format&lt;br /&gt;
&lt;br /&gt;
== Atom ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom&amp;lt;/strong&amp;gt; is a XML-based syndication format that was developed by certain members of the RSS community.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://atomenabled.org/developers/syndication/&lt;br /&gt;
* [http://www.faqs.org/rfcs/rfc3339.html RFC 3339]&lt;br /&gt;
&lt;br /&gt;
== Atom+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom+SMIL&amp;lt;/strong&amp;gt; is Atom with SMIL used in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.  Also see &amp;lt;em&amp;gt;Atomic RSS+SMIL&amp;lt;/em&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with Atom used as an extension module.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.tbray.org/ongoing/When/200x/2005/07/27/Atomic-RSS&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS+SMIL&amp;lt;/strong&amp;gt; is Atomic RSS with SMIL use in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
== AVI ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AVI&amp;lt;/strong&amp;gt; is a container format for Audio/Video formats.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/AVI&lt;br /&gt;
&lt;br /&gt;
== B4S ==&lt;br /&gt;
&amp;lt;strong&amp;gt;B4S&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#B4S&lt;br /&gt;
&lt;br /&gt;
== BitTorrent ==&lt;br /&gt;
&amp;lt;strong&amp;gt;BitTorrent&amp;lt;/strong&amp;gt; is a P2P protocol.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.bittorrent.com/protocol.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/Bittorrent&lt;br /&gt;
* http://wiki.theory.org/BitTorrentFAQ&lt;br /&gt;
&lt;br /&gt;
== Creative Commons RDF ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Creative&lt;br /&gt;
&lt;br /&gt;
== DAAP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#DAAP&lt;br /&gt;
&lt;br /&gt;
== Extended M3U ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
* http://hanna.pyxidis.org/tech/m3u.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/M3U&lt;br /&gt;
&lt;br /&gt;
== FLAC ==&lt;br /&gt;
Free Lossless Audio Codec (FLAC)&lt;br /&gt;
* http://flac.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
== GIF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;GIF&amp;lt;/strong&amp;gt; is a raster graphics format and a movie format.&lt;br /&gt;
&lt;br /&gt;
== HTML+Time ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/TR/NOTE-HTMLplusTIME&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#HTML&lt;br /&gt;
&lt;br /&gt;
== HTTP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/Protocols/&lt;br /&gt;
&lt;br /&gt;
== iTunes Library ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#iTunes&lt;br /&gt;
&lt;br /&gt;
== iTunes RSS ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.apple.com/itunes/podcasts/techspecs.html&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;JPEG&amp;lt;/strong&amp;gt; is a raster graphics format.&lt;br /&gt;
&lt;br /&gt;
== Kapsule ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Kapsule&lt;br /&gt;
&lt;br /&gt;
== KPL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;KPL&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#KPL&lt;br /&gt;
&lt;br /&gt;
== M3U ==&lt;br /&gt;
&amp;lt;strong&amp;gt;M3U&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
&lt;br /&gt;
== MAGMA ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#MAGMA&lt;br /&gt;
&lt;br /&gt;
== Media RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Media RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with the addition of the &amp;lt;em&amp;gt;Media RSS Module&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== MKV/MKA ==&lt;br /&gt;
Matroska &amp;lt;strong&amp;gt;MKV/MKA&amp;lt;/strong&amp;gt; are video and audio containers, respectively.&lt;br /&gt;
* http://www.matroska.org/&lt;br /&gt;
&lt;br /&gt;
== MNG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MNG&amp;lt;/strong&amp;gt; is a Video format.&lt;br /&gt;
&lt;br /&gt;
== MP3 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MP3&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
== MPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
== MusicBrainz ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* [http://www.MusicBrainz.org MusicBrainz.org] &lt;br /&gt;
* [http://wiki.musicbrainz.org MusicBrainz wiki]&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#musicbrainz&lt;br /&gt;
&lt;br /&gt;
== Ogg ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Ogg&amp;lt;/strong&amp;gt; is a media container format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/ogg/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Ogg&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3533.txt RFC 3533] - The Ogg Encapsulation Format Version 0&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3534.txt RFC 3534] - The application/ogg Media Type&lt;br /&gt;
&lt;br /&gt;
== PLS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;PLS&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#PLS&lt;br /&gt;
* http://en.wikipedia.org/wiki/PLS_(file_format)&lt;br /&gt;
&lt;br /&gt;
== RAM ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RAM&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#RAM&lt;br /&gt;
&lt;br /&gt;
== RSS 2.0 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RSS 2.0&amp;lt;/strong&amp;gt; is the defacto standard syndication format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://developer.mozilla.org/en/docs/RSS&lt;br /&gt;
&lt;br /&gt;
== RTSP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.rtsp.org/&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc1889.txt RFC 1889]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol&lt;br /&gt;
&lt;br /&gt;
== SMIL ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/AudioVideo/&lt;br /&gt;
&lt;br /&gt;
== Speex ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.speex.org/&lt;br /&gt;
&lt;br /&gt;
== SVG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;SVG&amp;lt;/strong&amp;gt; is a vector graphics format.&lt;br /&gt;
&lt;br /&gt;
== Theora ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Theora&amp;lt;/strong&amp;gt; is an Audio/Video format/&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.theora.org/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Theora&lt;br /&gt;
&lt;br /&gt;
== Vorbis ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Vorbis&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/vorbis/&lt;br /&gt;
* http://vorbis.com/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Vorbis&lt;br /&gt;
&lt;br /&gt;
== WAX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WAX&amp;lt;/strong&amp;gt; is an SGML-based playlist for that looks exactly like ASX and WVX, except that it can only reference to ASF or WMA, but NOT to WMV files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WAX&lt;br /&gt;
&lt;br /&gt;
== WMA ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMA&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Audio&lt;br /&gt;
&lt;br /&gt;
== WMV ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMV&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Video&lt;br /&gt;
&lt;br /&gt;
== WVX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WVX&amp;lt;/strong&amp;gt; is an SGML-based playlist format that looks exactly like ASX and WAX, except that it can reference ASF, WMA, and WMV media files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WVX&lt;br /&gt;
&lt;br /&gt;
= Comments =&lt;br /&gt;
&lt;br /&gt;
* See separate [[media-metadata-issues]] document.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[video-metadata-models]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:WinningHam&amp;diff=32666</id>
		<title>User:WinningHam</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:WinningHam&amp;diff=32666"/>
		<updated>2007-01-11T08:24:12Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: yay! me!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;seeAlso: http://winningham.googlepages.com&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=13620</id>
		<title>video-metadata-model</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=13620"/>
		<updated>2007-01-10T06:05:10Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: /* Suggested Core Elements */  Added XSPF &amp;quot;Clip&amp;quot; extension example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Video metadata model =&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Author(s) ==&lt;br /&gt;
* Lisa Rein - Bloqx, lisa@lisarein.com&lt;br /&gt;
* Thomas Winningham&lt;br /&gt;
&lt;br /&gt;
== Getting Started On A Harmonized Video Metadata Model ==&lt;br /&gt;
&lt;br /&gt;
=== The Problem Space ===&lt;br /&gt;
&lt;br /&gt;
Currently, video objects are very hard to search for on the web. There a lack of a simple taxonomy for users to implement, and most of the technology used to derive meaning is basically dependent on what text is available from a corresponding web page.&lt;br /&gt;
&lt;br /&gt;
With the emergence of video tools that both allow for some information to be embedded within the files themselves and/or prompt a user to enter such metadata before the file is generated, it is more important than ever to attempt to construct a core set of elements to facilitate metadata interoperability.&lt;br /&gt;
&lt;br /&gt;
Perhaps a vocabulary based on the information that can be derived from the object itself, while also providing a framework for users to include additional data about a media object, if so desired, would be most useful. &lt;br /&gt;
&lt;br /&gt;
This number one goal of this vocabulary would be to enable metadata compatibility between both existing and new types of services and applications. An element set that could be used by many different variations of metadata-based applications and services. &lt;br /&gt;
&lt;br /&gt;
The idea is to create a practical, easy-to-use element set that can both be implemented quickly by software developers and archivists, while also being intuitive to artists, photographers, film makers etc.  A metadata system that makes sense to artists will encourage them to become more involved and add more information about their works. &lt;br /&gt;
&lt;br /&gt;
One starting point could be to begin with a dc-compatible subset that is already in use by numerous applications (and that, by definition, ensures compatibility with all W3C Metadata Formats), and build from there a larger framework capable of encompassing all media objects.&lt;br /&gt;
&lt;br /&gt;
Every attempt should be made to be compatible with the following vocabularies, and, most likely, several others: Dublin Core Metadata Element Set, SMIL (Synchronized Multimedia Integration Language), Media RSS, and the Internet Archive's metadata format.&lt;br /&gt;
&lt;br /&gt;
=== Existing Video Metadata Archive Vocabularies ===&lt;br /&gt;
&lt;br /&gt;
==== DCMI ==== &lt;br /&gt;
Dublin Core Metadata Element Set&amp;lt;br&amp;gt;&lt;br /&gt;
http://dublincore.org/documents/dces/&lt;br /&gt;
&lt;br /&gt;
The Dublin Core metadata element set is a standard for cross-domain information resource description. Here an information resource is defined to be &amp;quot;anything that has identity&amp;quot;. This is the definition used in Internet RFC 2396, &amp;quot;Uniform Resource Identifiers (URI): Generic Syntax&amp;quot;, by Tim Berners-Lee et al. There are no fundamental restrictions to the types of resources to which Dublin Core metadata can be assigned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Media RSS ====&lt;br /&gt;
http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS is a vocabulary for use with RSS 2.0s &amp;quot;enclosure&amp;quot; element to enable more detailed metadata to be included with media object syndication. (Note: You will need an enclosure-aware RSS reader to take advantage of the content within RSS 2.0 Enclosures. &amp;gt;br&amp;gt;&lt;br /&gt;
FireANT http://www.antisnottv.net/?q=download is one such RSS reader.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== SMIL (Synchronized Multimedia Integration Language) ====&lt;br /&gt;
http://www.w3.org/TR/SMIL/ &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20050107/metadata.html#q6&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SMIL is a W3C Recommendation for an XML-based language for expressing the properties of largely web-based multimedia presentations. SMIL includes temporal behavior, methods for associating hyperlinks with a media object, and describing layout presentation on a screen. &amp;lt;br&amp;gt;&lt;br /&gt;
(Scalable Vector Graphics SVG - note that it can be used to draw video boxes &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/SVG/metadata.html#MetadataElement) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== OurMedia ====&lt;br /&gt;
http://www.ourmedia.org/tools &amp;lt;br&amp;gt;&lt;br /&gt;
OurMedia provides hosting for user generated media. OurMedia's metadata format conforms to the Internet Archive's metadata format.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shared Online Media Archive (SOMA) ====&lt;br /&gt;
http://soma-dev.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://soma-dev.sourceforge.net/ SOMA] is a draft metadata standard for the exchange of metadata for multimedia files between members. It is based on [http://dublincore.org/ Dublin Core 1.1] as well as [http://mokk.bme.hu/mediatervezo/targyak/metainfo/tech_t3293.pdf EBU Tech 3273].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== The Showcase ====&lt;br /&gt;
http://showcase.commedia.org.uk/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://showcase.commedia.org.uk/ The Showcase] is an online media archive of streaming audio, video and web by individuals and organisations from around the UK and worldwide that was launched in 2003 and implements the [http://soma-dev.sourceforge.net/ SOMA] metadata standard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Internet Archive ====&lt;br /&gt;
 - Movie Database Metadata Format &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.archive.org/details/movies &amp;lt;br&amp;gt;&lt;br /&gt;
The Internet Archive is an attempt at archiving everything on the web, and really, all text and documentation, whether or not it was ever meant to be on the web. The Moving Images archive provides users with the ability to upload their own films and associate some very simple metadata with the files to provide for better search. &lt;br /&gt;
&lt;br /&gt;
==== MIDI Time Code (MTC), based on SMPTE Time Code ====&lt;br /&gt;
http://www.borg.com/~jglatt/tech/mtc.htm &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.borg.com/~jglatt/tech/mtc.htm MIDI Time Code (MTC)] is a low-level binary format spoken by many software packages and MIDI devices. From movie score composition and live theatrical events to home recording, this is in widespread use, and SMPTE is referenced by MPEG7. In order to do broadcast engineering, precise control over time, punch in/out, and cue points, are all a part of this specification.&lt;br /&gt;
&lt;br /&gt;
==== Creative Commons ====&lt;br /&gt;
http://www.creativecommons.org &amp;lt;br&amp;gt;&lt;br /&gt;
Creative Commons provides a set of alternative copyright licenses and a metadata format for expressing the terms of those licenses.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility Table ===&lt;br /&gt;
&lt;br /&gt;
It is important that any newly-emerging video metadata format be compatible with the metadata formats already in extensive use within existing media archives. &lt;br /&gt;
&lt;br /&gt;
Some of these, such as the Internet Archive's format, were designed to be compatible with the Dublin Core Metadata Element Set, so compatibility is easy. Others use different names, but the models are similar, and so it is simple to do a one-to-one mapping between the varying elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Bloqx Element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;SMIL&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Internet Archive&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The URL of the movie (video object).&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;the &amp;quot;url&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;resource&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;link&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The name of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The creator of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Date that the movie was created -- could also be date the movie was uploaded and made available via a URL. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;DCMI Best Practice to use the ISO 8601 profile for date format: YYYY-MM-DD.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date (contains year eg: &amp;quot;2004&amp;quot;), also &amp;quot;publicdate&amp;quot; in the correct format. Our &amp;quot;date&amp;quot; seems that it is more compatible with &amp;quot;publicdate.&amp;quot;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The format of the video file: Quicktime, Windows Media, MPEG, etc. (Mime type)&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;quot;type&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A URL for a text-based explanation of the movie's licensing terms.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;br&amp;gt;(contains text description rather than a url)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;licenseurl&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A set of keywords describing the topic of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Provides a text-based description of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Compatibility Considerations ===&lt;br /&gt;
&lt;br /&gt;
It would be a good idea to consider designing our model to be compatible with most audio and still picture metadata formats, since it is likely that these types of objects would be generated and associated with the video objects we are describing. Also, one might want to compare the soundtrack information of a .mov file with that of an .mp3, etc.. For these reasons, it will be important to maintain one to one element relationships between the semantics of the different vocabularies whenever possible. Some of these formats include the Flickr, itunes, the Internet Archive's audio archive format.&lt;br /&gt;
&lt;br /&gt;
The following is a list of the various elements that could be contained in a video metadata file.&lt;br /&gt;
&lt;br /&gt;
At minimum, a metadata entry would contain the URL of the movie file (identifier), the date the URL was submitted (date), and the name of the person who submitted the metadata (uploader or creator).&lt;br /&gt;
 &lt;br /&gt;
The date and name can be added automatically, because, theoretically, a user would have to be logged in to enter metadata.&lt;br /&gt;
&lt;br /&gt;
The below list represents one possible &amp;quot;core&amp;quot; subset of elements for more simple implementations. A more detailed description of elements is also provided after the list itself.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Suggested Core Elements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. identifier (dc)&lt;br /&gt;
&lt;br /&gt;
The URL of the movie file.&lt;br /&gt;
&lt;br /&gt;
2. title (dc)&lt;br /&gt;
&lt;br /&gt;
The title of the movie.&lt;br /&gt;
&lt;br /&gt;
3. creator (dc)&lt;br /&gt;
&lt;br /&gt;
The creator of the movie.&lt;br /&gt;
&lt;br /&gt;
4. date (dc)&lt;br /&gt;
&lt;br /&gt;
Date that the movie was uploaded (made available via a URL). &lt;br /&gt;
&lt;br /&gt;
This value is automatically added when the metadata is initially entered into the service.&lt;br /&gt;
&lt;br /&gt;
DCMI Recommended Best Practice is to use the ISO 8601 profile for date format: YYYY-MM-DD.&lt;br /&gt;
&lt;br /&gt;
5. subject (dc)&lt;br /&gt;
&lt;br /&gt;
A list of keywords describing the content of the movie. (This is where subject words of a formal classification scheme would be used.)&lt;br /&gt;
&lt;br /&gt;
6. format (dc)&lt;br /&gt;
&lt;br /&gt;
Format of the video file: Quicktime, Windows Media, etc. DCMI Recommended Best Practice is to use MIME type information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. rights (dc)&lt;br /&gt;
&lt;br /&gt;
A URL to a text-based description of the  movie's licensing terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. description - used as a container for &amp;quot;abstract&amp;quot;&lt;br /&gt;
&lt;br /&gt;
9. comment&lt;br /&gt;
&lt;br /&gt;
10. latitude&lt;br /&gt;
&lt;br /&gt;
11. longitude&lt;br /&gt;
&lt;br /&gt;
12. contributor (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization who has contributed to the content of the resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. rightsholder (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization owning or managing rights over the resource. Recommended best practice is to use the URI or name of the Rights Holder to indicate the entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
14. filesize&lt;br /&gt;
&lt;br /&gt;
15. filename&lt;br /&gt;
&lt;br /&gt;
16. duration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
17. hash&lt;br /&gt;
&lt;br /&gt;
A SHA-1 Hash value for the file.&lt;br /&gt;
&lt;br /&gt;
18. clip / time control&lt;br /&gt;
&lt;br /&gt;
A portion of the playback, only. &lt;br /&gt;
From SMIL 2.1:&lt;br /&gt;
begin, dur, end, min, max, marker, clock-value, par, etc&lt;br /&gt;
seeAlso: &lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil-timing.html&lt;br /&gt;
&lt;br /&gt;
=== Other optional elements could include ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- codec  (Sorensen, etc.) - person - image (for that person) - director - producer - aspectradio - framerate - number of audio channels - sample rate&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[media-metadata-examples]], as the follow metadata appears entirely consistent with that usage as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NewTube]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=12391</id>
		<title>video-metadata-model</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=12391"/>
		<updated>2007-01-10T05:53:50Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: /* Author(s) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Video metadata model =&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Author(s) ==&lt;br /&gt;
* Lisa Rein - Bloqx, lisa@lisarein.com&lt;br /&gt;
* Thomas Winningham&lt;br /&gt;
&lt;br /&gt;
== Getting Started On A Harmonized Video Metadata Model ==&lt;br /&gt;
&lt;br /&gt;
=== The Problem Space ===&lt;br /&gt;
&lt;br /&gt;
Currently, video objects are very hard to search for on the web. There a lack of a simple taxonomy for users to implement, and most of the technology used to derive meaning is basically dependent on what text is available from a corresponding web page.&lt;br /&gt;
&lt;br /&gt;
With the emergence of video tools that both allow for some information to be embedded within the files themselves and/or prompt a user to enter such metadata before the file is generated, it is more important than ever to attempt to construct a core set of elements to facilitate metadata interoperability.&lt;br /&gt;
&lt;br /&gt;
Perhaps a vocabulary based on the information that can be derived from the object itself, while also providing a framework for users to include additional data about a media object, if so desired, would be most useful. &lt;br /&gt;
&lt;br /&gt;
This number one goal of this vocabulary would be to enable metadata compatibility between both existing and new types of services and applications. An element set that could be used by many different variations of metadata-based applications and services. &lt;br /&gt;
&lt;br /&gt;
The idea is to create a practical, easy-to-use element set that can both be implemented quickly by software developers and archivists, while also being intuitive to artists, photographers, film makers etc.  A metadata system that makes sense to artists will encourage them to become more involved and add more information about their works. &lt;br /&gt;
&lt;br /&gt;
One starting point could be to begin with a dc-compatible subset that is already in use by numerous applications (and that, by definition, ensures compatibility with all W3C Metadata Formats), and build from there a larger framework capable of encompassing all media objects.&lt;br /&gt;
&lt;br /&gt;
Every attempt should be made to be compatible with the following vocabularies, and, most likely, several others: Dublin Core Metadata Element Set, SMIL (Synchronized Multimedia Integration Language), Media RSS, and the Internet Archive's metadata format.&lt;br /&gt;
&lt;br /&gt;
=== Existing Video Metadata Archive Vocabularies ===&lt;br /&gt;
&lt;br /&gt;
==== DCMI ==== &lt;br /&gt;
Dublin Core Metadata Element Set&amp;lt;br&amp;gt;&lt;br /&gt;
http://dublincore.org/documents/dces/&lt;br /&gt;
&lt;br /&gt;
The Dublin Core metadata element set is a standard for cross-domain information resource description. Here an information resource is defined to be &amp;quot;anything that has identity&amp;quot;. This is the definition used in Internet RFC 2396, &amp;quot;Uniform Resource Identifiers (URI): Generic Syntax&amp;quot;, by Tim Berners-Lee et al. There are no fundamental restrictions to the types of resources to which Dublin Core metadata can be assigned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Media RSS ====&lt;br /&gt;
http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS is a vocabulary for use with RSS 2.0s &amp;quot;enclosure&amp;quot; element to enable more detailed metadata to be included with media object syndication. (Note: You will need an enclosure-aware RSS reader to take advantage of the content within RSS 2.0 Enclosures. &amp;gt;br&amp;gt;&lt;br /&gt;
FireANT http://www.antisnottv.net/?q=download is one such RSS reader.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== SMIL (Synchronized Multimedia Integration Language) ====&lt;br /&gt;
http://www.w3.org/TR/SMIL/ &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20050107/metadata.html#q6&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SMIL is a W3C Recommendation for an XML-based language for expressing the properties of largely web-based multimedia presentations. SMIL includes temporal behavior, methods for associating hyperlinks with a media object, and describing layout presentation on a screen. &amp;lt;br&amp;gt;&lt;br /&gt;
(Scalable Vector Graphics SVG - note that it can be used to draw video boxes &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/SVG/metadata.html#MetadataElement) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== OurMedia ====&lt;br /&gt;
http://www.ourmedia.org/tools &amp;lt;br&amp;gt;&lt;br /&gt;
OurMedia provides hosting for user generated media. OurMedia's metadata format conforms to the Internet Archive's metadata format.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shared Online Media Archive (SOMA) ====&lt;br /&gt;
http://soma-dev.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://soma-dev.sourceforge.net/ SOMA] is a draft metadata standard for the exchange of metadata for multimedia files between members. It is based on [http://dublincore.org/ Dublin Core 1.1] as well as [http://mokk.bme.hu/mediatervezo/targyak/metainfo/tech_t3293.pdf EBU Tech 3273].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== The Showcase ====&lt;br /&gt;
http://showcase.commedia.org.uk/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://showcase.commedia.org.uk/ The Showcase] is an online media archive of streaming audio, video and web by individuals and organisations from around the UK and worldwide that was launched in 2003 and implements the [http://soma-dev.sourceforge.net/ SOMA] metadata standard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Internet Archive ====&lt;br /&gt;
 - Movie Database Metadata Format &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.archive.org/details/movies &amp;lt;br&amp;gt;&lt;br /&gt;
The Internet Archive is an attempt at archiving everything on the web, and really, all text and documentation, whether or not it was ever meant to be on the web. The Moving Images archive provides users with the ability to upload their own films and associate some very simple metadata with the files to provide for better search. &lt;br /&gt;
&lt;br /&gt;
==== MIDI Time Code (MTC), based on SMPTE Time Code ====&lt;br /&gt;
http://www.borg.com/~jglatt/tech/mtc.htm &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.borg.com/~jglatt/tech/mtc.htm MIDI Time Code (MTC)] is a low-level binary format spoken by many software packages and MIDI devices. From movie score composition and live theatrical events to home recording, this is in widespread use, and SMPTE is referenced by MPEG7. In order to do broadcast engineering, precise control over time, punch in/out, and cue points, are all a part of this specification.&lt;br /&gt;
&lt;br /&gt;
==== Creative Commons ====&lt;br /&gt;
http://www.creativecommons.org &amp;lt;br&amp;gt;&lt;br /&gt;
Creative Commons provides a set of alternative copyright licenses and a metadata format for expressing the terms of those licenses.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility Table ===&lt;br /&gt;
&lt;br /&gt;
It is important that any newly-emerging video metadata format be compatible with the metadata formats already in extensive use within existing media archives. &lt;br /&gt;
&lt;br /&gt;
Some of these, such as the Internet Archive's format, were designed to be compatible with the Dublin Core Metadata Element Set, so compatibility is easy. Others use different names, but the models are similar, and so it is simple to do a one-to-one mapping between the varying elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Bloqx Element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;SMIL&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Internet Archive&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The URL of the movie (video object).&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;the &amp;quot;url&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;resource&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;link&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The name of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The creator of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Date that the movie was created -- could also be date the movie was uploaded and made available via a URL. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;DCMI Best Practice to use the ISO 8601 profile for date format: YYYY-MM-DD.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date (contains year eg: &amp;quot;2004&amp;quot;), also &amp;quot;publicdate&amp;quot; in the correct format. Our &amp;quot;date&amp;quot; seems that it is more compatible with &amp;quot;publicdate.&amp;quot;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The format of the video file: Quicktime, Windows Media, MPEG, etc. (Mime type)&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;quot;type&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A URL for a text-based explanation of the movie's licensing terms.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;br&amp;gt;(contains text description rather than a url)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;licenseurl&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A set of keywords describing the topic of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Provides a text-based description of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Compatibility Considerations ===&lt;br /&gt;
&lt;br /&gt;
It would be a good idea to consider designing our model to be compatible with most audio and still picture metadata formats, since it is likely that these types of objects would be generated and associated with the video objects we are describing. Also, one might want to compare the soundtrack information of a .mov file with that of an .mp3, etc.. For these reasons, it will be important to maintain one to one element relationships between the semantics of the different vocabularies whenever possible. Some of these formats include the Flickr, itunes, the Internet Archive's audio archive format.&lt;br /&gt;
&lt;br /&gt;
The following is a list of the various elements that could be contained in a video metadata file.&lt;br /&gt;
&lt;br /&gt;
At minimum, a metadata entry would contain the URL of the movie file (identifier), the date the URL was submitted (date), and the name of the person who submitted the metadata (uploader or creator).&lt;br /&gt;
 &lt;br /&gt;
The date and name can be added automatically, because, theoretically, a user would have to be logged in to enter metadata.&lt;br /&gt;
&lt;br /&gt;
The below list represents one possible &amp;quot;core&amp;quot; subset of elements for more simple implementations. A more detailed description of elements is also provided after the list itself.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Suggested Core Elements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. identifier (dc)&lt;br /&gt;
&lt;br /&gt;
The URL of the movie file.&lt;br /&gt;
&lt;br /&gt;
2. title (dc)&lt;br /&gt;
&lt;br /&gt;
The title of the movie.&lt;br /&gt;
&lt;br /&gt;
3. creator (dc)&lt;br /&gt;
&lt;br /&gt;
The creator of the movie.&lt;br /&gt;
&lt;br /&gt;
4. date (dc)&lt;br /&gt;
&lt;br /&gt;
Date that the movie was uploaded (made available via a URL). &lt;br /&gt;
&lt;br /&gt;
This value is automatically added when the metadata is initially entered into the service.&lt;br /&gt;
&lt;br /&gt;
DCMI Recommended Best Practice is to use the ISO 8601 profile for date format: YYYY-MM-DD.&lt;br /&gt;
&lt;br /&gt;
5. subject (dc)&lt;br /&gt;
&lt;br /&gt;
A list of keywords describing the content of the movie. (This is where subject words of a formal classification scheme would be used.)&lt;br /&gt;
&lt;br /&gt;
6. format (dc)&lt;br /&gt;
&lt;br /&gt;
Format of the video file: Quicktime, Windows Media, etc. DCMI Recommended Best Practice is to use MIME type information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. rights (dc)&lt;br /&gt;
&lt;br /&gt;
A URL to a text-based description of the  movie's licensing terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. description - used as a container for &amp;quot;abstract&amp;quot;&lt;br /&gt;
&lt;br /&gt;
9. comment&lt;br /&gt;
&lt;br /&gt;
10. latitude&lt;br /&gt;
&lt;br /&gt;
11. longitude&lt;br /&gt;
&lt;br /&gt;
12. contributor (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization who has contributed to the content of the resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. rightsholder (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization owning or managing rights over the resource. Recommended best practice is to use the URI or name of the Rights Holder to indicate the entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
14. filesize&lt;br /&gt;
&lt;br /&gt;
15. filename&lt;br /&gt;
&lt;br /&gt;
16. duration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
17. hash&lt;br /&gt;
&lt;br /&gt;
A SHA-1 Hash value for the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other optional elements could include ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- codec  (Sorensen, etc.) - person - image (for that person) - director - producer - aspectradio - framerate - number of audio channels - sample rate&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[media-metadata-examples]], as the follow metadata appears entirely consistent with that usage as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NewTube]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=12390</id>
		<title>video-metadata-model</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=video-metadata-model&amp;diff=12390"/>
		<updated>2007-01-10T05:50:37Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: SMPTE and MTC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Video metadata model =&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Author(s) ==&lt;br /&gt;
* Lisa Rein - Bloqx, lisa@lisarein.com&lt;br /&gt;
&lt;br /&gt;
== Getting Started On A Harmonized Video Metadata Model ==&lt;br /&gt;
&lt;br /&gt;
=== The Problem Space ===&lt;br /&gt;
&lt;br /&gt;
Currently, video objects are very hard to search for on the web. There a lack of a simple taxonomy for users to implement, and most of the technology used to derive meaning is basically dependent on what text is available from a corresponding web page.&lt;br /&gt;
&lt;br /&gt;
With the emergence of video tools that both allow for some information to be embedded within the files themselves and/or prompt a user to enter such metadata before the file is generated, it is more important than ever to attempt to construct a core set of elements to facilitate metadata interoperability.&lt;br /&gt;
&lt;br /&gt;
Perhaps a vocabulary based on the information that can be derived from the object itself, while also providing a framework for users to include additional data about a media object, if so desired, would be most useful. &lt;br /&gt;
&lt;br /&gt;
This number one goal of this vocabulary would be to enable metadata compatibility between both existing and new types of services and applications. An element set that could be used by many different variations of metadata-based applications and services. &lt;br /&gt;
&lt;br /&gt;
The idea is to create a practical, easy-to-use element set that can both be implemented quickly by software developers and archivists, while also being intuitive to artists, photographers, film makers etc.  A metadata system that makes sense to artists will encourage them to become more involved and add more information about their works. &lt;br /&gt;
&lt;br /&gt;
One starting point could be to begin with a dc-compatible subset that is already in use by numerous applications (and that, by definition, ensures compatibility with all W3C Metadata Formats), and build from there a larger framework capable of encompassing all media objects.&lt;br /&gt;
&lt;br /&gt;
Every attempt should be made to be compatible with the following vocabularies, and, most likely, several others: Dublin Core Metadata Element Set, SMIL (Synchronized Multimedia Integration Language), Media RSS, and the Internet Archive's metadata format.&lt;br /&gt;
&lt;br /&gt;
=== Existing Video Metadata Archive Vocabularies ===&lt;br /&gt;
&lt;br /&gt;
==== DCMI ==== &lt;br /&gt;
Dublin Core Metadata Element Set&amp;lt;br&amp;gt;&lt;br /&gt;
http://dublincore.org/documents/dces/&lt;br /&gt;
&lt;br /&gt;
The Dublin Core metadata element set is a standard for cross-domain information resource description. Here an information resource is defined to be &amp;quot;anything that has identity&amp;quot;. This is the definition used in Internet RFC 2396, &amp;quot;Uniform Resource Identifiers (URI): Generic Syntax&amp;quot;, by Tim Berners-Lee et al. There are no fundamental restrictions to the types of resources to which Dublin Core metadata can be assigned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Media RSS ====&lt;br /&gt;
http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS is a vocabulary for use with RSS 2.0s &amp;quot;enclosure&amp;quot; element to enable more detailed metadata to be included with media object syndication. (Note: You will need an enclosure-aware RSS reader to take advantage of the content within RSS 2.0 Enclosures. &amp;gt;br&amp;gt;&lt;br /&gt;
FireANT http://www.antisnottv.net/?q=download is one such RSS reader.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== SMIL (Synchronized Multimedia Integration Language) ====&lt;br /&gt;
http://www.w3.org/TR/SMIL/ &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/2005/REC-SMIL2-20050107/metadata.html#q6&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SMIL is a W3C Recommendation for an XML-based language for expressing the properties of largely web-based multimedia presentations. SMIL includes temporal behavior, methods for associating hyperlinks with a media object, and describing layout presentation on a screen. &amp;lt;br&amp;gt;&lt;br /&gt;
(Scalable Vector Graphics SVG - note that it can be used to draw video boxes &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.w3.org/TR/SVG/metadata.html#MetadataElement) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== OurMedia ====&lt;br /&gt;
http://www.ourmedia.org/tools &amp;lt;br&amp;gt;&lt;br /&gt;
OurMedia provides hosting for user generated media. OurMedia's metadata format conforms to the Internet Archive's metadata format.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shared Online Media Archive (SOMA) ====&lt;br /&gt;
http://soma-dev.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://soma-dev.sourceforge.net/ SOMA] is a draft metadata standard for the exchange of metadata for multimedia files between members. It is based on [http://dublincore.org/ Dublin Core 1.1] as well as [http://mokk.bme.hu/mediatervezo/targyak/metainfo/tech_t3293.pdf EBU Tech 3273].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== The Showcase ====&lt;br /&gt;
http://showcase.commedia.org.uk/ &amp;lt;br&amp;gt;&lt;br /&gt;
[http://showcase.commedia.org.uk/ The Showcase] is an online media archive of streaming audio, video and web by individuals and organisations from around the UK and worldwide that was launched in 2003 and implements the [http://soma-dev.sourceforge.net/ SOMA] metadata standard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Internet Archive ====&lt;br /&gt;
 - Movie Database Metadata Format &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.archive.org/details/movies &amp;lt;br&amp;gt;&lt;br /&gt;
The Internet Archive is an attempt at archiving everything on the web, and really, all text and documentation, whether or not it was ever meant to be on the web. The Moving Images archive provides users with the ability to upload their own films and associate some very simple metadata with the files to provide for better search. &lt;br /&gt;
&lt;br /&gt;
==== MIDI Time Code (MTC), based on SMPTE Time Code ====&lt;br /&gt;
http://www.borg.com/~jglatt/tech/mtc.htm &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.borg.com/~jglatt/tech/mtc.htm MIDI Time Code (MTC)] is a low-level binary format spoken by many software packages and MIDI devices. From movie score composition and live theatrical events to home recording, this is in widespread use, and SMPTE is referenced by MPEG7. In order to do broadcast engineering, precise control over time, punch in/out, and cue points, are all a part of this specification.&lt;br /&gt;
&lt;br /&gt;
==== Creative Commons ====&lt;br /&gt;
http://www.creativecommons.org &amp;lt;br&amp;gt;&lt;br /&gt;
Creative Commons provides a set of alternative copyright licenses and a metadata format for expressing the terms of those licenses.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility Table ===&lt;br /&gt;
&lt;br /&gt;
It is important that any newly-emerging video metadata format be compatible with the metadata formats already in extensive use within existing media archives. &lt;br /&gt;
&lt;br /&gt;
Some of these, such as the Internet Archive's format, were designed to be compatible with the Dublin Core Metadata Element Set, so compatibility is easy. Others use different names, but the models are similar, and so it is simple to do a one-to-one mapping between the varying elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Bloqx Element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;SMIL&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Internet Archive&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The URL of the movie (video object).&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;identifier&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;the &amp;quot;url&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;resource&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;link&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The name of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;title&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The creator of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;creator&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Date that the movie was created -- could also be date the movie was uploaded and made available via a URL. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;DCMI Best Practice to use the ISO 8601 profile for date format: YYYY-MM-DD.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;date (contains year eg: &amp;quot;2004&amp;quot;), also &amp;quot;publicdate&amp;quot; in the correct format. Our &amp;quot;date&amp;quot; seems that it is more compatible with &amp;quot;publicdate.&amp;quot;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The format of the video file: Quicktime, Windows Media, MPEG, etc. (Mime type)&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;quot;type&amp;quot; attribute of the &amp;quot;content&amp;quot; element&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;format&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A URL for a text-based explanation of the movie's licensing terms.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;rights&amp;lt;br&amp;gt;(contains text description rather than a url)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;licenseurl&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;A set of keywords describing the topic of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;tbd&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;subject&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Provides a text-based description of the movie.&amp;lt;/td&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;description&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Compatibility Considerations ===&lt;br /&gt;
&lt;br /&gt;
It would be a good idea to consider designing our model to be compatible with most audio and still picture metadata formats, since it is likely that these types of objects would be generated and associated with the video objects we are describing. Also, one might want to compare the soundtrack information of a .mov file with that of an .mp3, etc.. For these reasons, it will be important to maintain one to one element relationships between the semantics of the different vocabularies whenever possible. Some of these formats include the Flickr, itunes, the Internet Archive's audio archive format.&lt;br /&gt;
&lt;br /&gt;
The following is a list of the various elements that could be contained in a video metadata file.&lt;br /&gt;
&lt;br /&gt;
At minimum, a metadata entry would contain the URL of the movie file (identifier), the date the URL was submitted (date), and the name of the person who submitted the metadata (uploader or creator).&lt;br /&gt;
 &lt;br /&gt;
The date and name can be added automatically, because, theoretically, a user would have to be logged in to enter metadata.&lt;br /&gt;
&lt;br /&gt;
The below list represents one possible &amp;quot;core&amp;quot; subset of elements for more simple implementations. A more detailed description of elements is also provided after the list itself.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Suggested Core Elements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. identifier (dc)&lt;br /&gt;
&lt;br /&gt;
The URL of the movie file.&lt;br /&gt;
&lt;br /&gt;
2. title (dc)&lt;br /&gt;
&lt;br /&gt;
The title of the movie.&lt;br /&gt;
&lt;br /&gt;
3. creator (dc)&lt;br /&gt;
&lt;br /&gt;
The creator of the movie.&lt;br /&gt;
&lt;br /&gt;
4. date (dc)&lt;br /&gt;
&lt;br /&gt;
Date that the movie was uploaded (made available via a URL). &lt;br /&gt;
&lt;br /&gt;
This value is automatically added when the metadata is initially entered into the service.&lt;br /&gt;
&lt;br /&gt;
DCMI Recommended Best Practice is to use the ISO 8601 profile for date format: YYYY-MM-DD.&lt;br /&gt;
&lt;br /&gt;
5. subject (dc)&lt;br /&gt;
&lt;br /&gt;
A list of keywords describing the content of the movie. (This is where subject words of a formal classification scheme would be used.)&lt;br /&gt;
&lt;br /&gt;
6. format (dc)&lt;br /&gt;
&lt;br /&gt;
Format of the video file: Quicktime, Windows Media, etc. DCMI Recommended Best Practice is to use MIME type information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. rights (dc)&lt;br /&gt;
&lt;br /&gt;
A URL to a text-based description of the  movie's licensing terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. description - used as a container for &amp;quot;abstract&amp;quot;&lt;br /&gt;
&lt;br /&gt;
9. comment&lt;br /&gt;
&lt;br /&gt;
10. latitude&lt;br /&gt;
&lt;br /&gt;
11. longitude&lt;br /&gt;
&lt;br /&gt;
12. contributor (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization who has contributed to the content of the resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. rightsholder (dc)&lt;br /&gt;
&lt;br /&gt;
A person or organization owning or managing rights over the resource. Recommended best practice is to use the URI or name of the Rights Holder to indicate the entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
14. filesize&lt;br /&gt;
&lt;br /&gt;
15. filename&lt;br /&gt;
&lt;br /&gt;
16. duration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
17. hash&lt;br /&gt;
&lt;br /&gt;
A SHA-1 Hash value for the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other optional elements could include ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- codec  (Sorensen, etc.) - person - image (for that person) - director - producer - aspectradio - framerate - number of audio channels - sample rate&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[media-metadata-examples]], as the follow metadata appears entirely consistent with that usage as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NewTube]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=12501</id>
		<title>media-metadata-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=12501"/>
		<updated>2007-01-10T05:17:46Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: forgot name add&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an exploratory page to be used for storage of various multimedia data and metadata profiles, formats, and practices currently in use around the web. As this is a very, very early exploration, we should include as many types of multimedia as possible in the opening discussion - but please be sure to place your information in the correct portion of this page.&lt;br /&gt;
&lt;br /&gt;
= Purpose of this exploration (or : The Problem) =&lt;br /&gt;
&lt;br /&gt;
The purpose of the studies on this page is to determine the feasibility and demand for a flexible, semantic markup format for multimedia related paradigms.&lt;br /&gt;
&lt;br /&gt;
This includes such things as:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Providing metadata alongside linked multimedia files.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Typically, multimedia metadata is stored within the header of the media file itself - which has massive implications for any application where metadata is to be indexed, searched, or made externally accessible. Of course, even if you could easily access the correct portions of a media file remotely, you'd still have to cope with a multitude of open and proprietary metadata formats, each with it's own distinct fieldset, nomenclature and storage method.&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Internet TV, IPTV, [http://newtube.org/ NewTube], vlogging, vidblogging, vidlogging, vodcasting, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Podcasting, IPradio, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This study aims to make a start at solving this problem.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
These folks have contributed real-world examples and research to this document, and are interested in helping with a solution.&lt;br /&gt;
&lt;br /&gt;
* Christopher Allen&lt;br /&gt;
* Dougal Campbell&lt;br /&gt;
* Dr. Ernie&lt;br /&gt;
* Rohit Khare&lt;br /&gt;
* Ryan King&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
* Lisa Rein&lt;br /&gt;
* Dan Glegg&lt;br /&gt;
* Chris Messina&lt;br /&gt;
* [http://changelog.ca/ Charles Iliya Krempeaux]&lt;br /&gt;
* Thomas Winningham&lt;br /&gt;
&lt;br /&gt;
If you contribute new real-world examples or research, and wish to help with a solution, please add your name as well.&lt;br /&gt;
&lt;br /&gt;
= Examples on the Web today =&lt;br /&gt;
&lt;br /&gt;
Below is a list of strawman models based on real work examples.  (Links to actual examples have been omitted since many of them have been found on adult sites, and it is believed that it would be inappropriate to list these here.  -- [[User:Charles|Charles]])&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #1 ===&lt;br /&gt;
Single clip with a preview image.  The clip is the full show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #2  ===&lt;br /&gt;
Single clip with a preview image.  The clip is the teaser of the&lt;br /&gt;
full show.  And there is a link that you can go to pay to see the full&lt;br /&gt;
show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;teaser.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #3 ===&lt;br /&gt;
A show divided up in multiple clips, each with a preview image. &lt;br /&gt;
Together the clips make up the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-1.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-1.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-2.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-2.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-3.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-3.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #4 ===&lt;br /&gt;
A set of teasers for a show.  Together they don't make up the full&lt;br /&gt;
show.  And the may or may not overlap in time.  There's a &amp;quot;Pay to&lt;br /&gt;
View&amp;quot; link there too.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-blue.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-blue.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-red.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-red.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-green.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-green.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #5 ===&lt;br /&gt;
A single clip that comes in different formats.  (Could be a&lt;br /&gt;
teaser, a clip, or a full show.)&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpg&amp;quot;&amp;gt;MPEG&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.ogm&amp;quot;&amp;gt;Ogg&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.avi&amp;quot;&amp;gt;AVI&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #6 ===&lt;br /&gt;
A single preview image with the show given in 2 different methods.  The first is the show broken up into a series of pieces (which makes it easier to download.)  And the second is the full show in one file&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-1.mpg&amp;quot;&amp;gt;[1]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-2.mpg&amp;quot;&amp;gt;[2]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-3.mpg&amp;quot;&amp;gt;[3]&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;full.mpg&amp;quot;&amp;gt;full&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #7 ===&lt;br /&gt;
A single clip with a preview image.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a link to older episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;older shows&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #8 ===&lt;br /&gt;
A series of clips with preview images.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a links to older and news episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode122-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode122-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode121-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode121-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode120-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode120-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;newer-shows&amp;quot;&amp;gt;[next]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;[previous]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #9 ===&lt;br /&gt;
A series of preview images.  The title of the show is given in text.  A link to all the show's files via a torrent.  Other metadata is also typically included too, in plain text; some is shown here.  Also, sometimes metadata is put in the description.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    The Name of the Show&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview1.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview2.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;show.torrent&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Torrent Info Hash: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;
&lt;br /&gt;
    Description: blah blah blah .... here some URLs to previews...&lt;br /&gt;
                 blah blah blah .... this is 24 fps&lt;br /&gt;
                 blah blah blah&lt;br /&gt;
&lt;br /&gt;
    Content: tag1, tag2, tag3&lt;br /&gt;
&lt;br /&gt;
    Resolution: 320px x 240px&lt;br /&gt;
&lt;br /&gt;
    Run Time: 24mins 57secs&lt;br /&gt;
&lt;br /&gt;
    Size: 125.42 MB (131,509,108 bytes)&lt;br /&gt;
&lt;br /&gt;
    Type: Movie Clip&lt;br /&gt;
&lt;br /&gt;
    Published/Uploaded By: someone&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of files in torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of people on the torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #10 ===&lt;br /&gt;
An embedded object citing a specific plugin, or simply a link to the media itself, as an object parameter. The rest of the parameters include plugin OR media-specific metadata, and any URIs used are usually unique to the media content.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;object &lt;br /&gt;
    width='400' height='326' type='application/x-shockwave-flash'&lt;br /&gt;
    data='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'&amp;gt;&lt;br /&gt;
    &amp;lt;param name='allowScriptAccess' value='never' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='movie'&lt;br /&gt;
    value='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='quality' value='best'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='bgcolor' value='#ffffff' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='scale' value='noScale' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='wmode' value='window'/&amp;gt;&lt;br /&gt;
    &amp;lt;/object&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;embed &lt;br /&gt;
    src=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    pluginspage=&amp;quot;http://www.apple.com/quicktime/download/&amp;quot;&lt;br /&gt;
    scale=&amp;quot;tofit&amp;quot; kioskmode=&amp;quot;false&amp;quot; &lt;br /&gt;
    qtsrc=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    cache=&amp;quot;false&amp;quot; controller=&amp;quot;true&amp;quot; type=&amp;quot;video/quicktime&amp;quot; autoplay=&amp;quot;true&amp;quot; height=&amp;quot;272&amp;quot; width=&amp;quot;320&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Current / Previous Standards =&lt;br /&gt;
&lt;br /&gt;
== Still image ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF]&lt;br /&gt;
* [http://www.tasi.ac.uk/2000/09/rdfmeta/ RDF for self-describing images]&lt;br /&gt;
* [http://archive.dstc.edu.au/RDU/staff/jane-hunter/PNG/paper.html An Indexing and Querying System for Online Images Based on the PNG Format and Embedded Metadata]&lt;br /&gt;
* [http://www.w3.org/TR/photo-rdf/ Describing and retrieving photos using RDF and HTTP]&lt;br /&gt;
* [http://www.pheed.com/pheed/ Pheed RSS extension for photo syndication]&lt;br /&gt;
&lt;br /&gt;
== Audio Metadata Formats ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.id3.org/ ID3v2]&lt;br /&gt;
&lt;br /&gt;
* iTunes&lt;br /&gt;
** Album : String&lt;br /&gt;
** Artist : String&lt;br /&gt;
** Beats Per Minute : Number&lt;br /&gt;
** Bit Rate : Number&lt;br /&gt;
** Comment : Blob&lt;br /&gt;
** Composer : String&lt;br /&gt;
** Genre : String or Foreign ID&lt;br /&gt;
** Disc Number : Number&lt;br /&gt;
** Kind : Proprietary - could be implimented as MIME type&lt;br /&gt;
** My Rating : Number &amp;lt; 5 (actually an integer from the range 0-100. 1-5 &amp;quot;stars&amp;quot; implemented by incrementing by 20)&lt;br /&gt;
** Sample Rate : Number&lt;br /&gt;
** Size : Number&lt;br /&gt;
** Time : Number&lt;br /&gt;
** Track Number : Number&lt;br /&gt;
** Year : Number&lt;br /&gt;
**Additional metadata used internally by the application : Date Added (Timestamp), Date Modified (Timestamp), Equalizer (foreign ID), Play Count (Number), Grouping (Internal)&lt;br /&gt;
**Noteable absences : Tags, [[rel-license|License]], Copyright year. Also note common complaints about  [http://www.everything2.com/index.pl?node_id=1707402 ID3 and classical music].&lt;br /&gt;
&lt;br /&gt;
* [http://www.xspf.org/ XSPF] (see also [http://gonze.com/playlists/playlist-format-survey.html A survey of playlist formats] and [http://www.xspf.org/xspf-v0.html The XSPF Playlist Format, version 0])&lt;br /&gt;
** album&lt;br /&gt;
** creator&lt;br /&gt;
** duration&lt;br /&gt;
** info&lt;br /&gt;
** title&lt;br /&gt;
** trackNum&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
&lt;br /&gt;
* '''iTunes podcast:''' http://phobos.apple.com/static/podcast_specifications.pdf &lt;br /&gt;
(HTML version of spec: [http://labs.commerce.net/~rohit/How%20To%20Publish%20a%20Podcast%20on%20iTunes%20Music%20Store.html local archive], [http://labs.commerce.net/~rohit/iTunesRSS.html updated version from Apple Chapter Tool Beta docs], [http://phobos.apple.com/static/iTunesRSS.html online copy at Apple])&lt;br /&gt;
&lt;br /&gt;
iTunes release 4.9 was widely heralded as an advance for mainstream acceptance of podcasting. However, while some advocates resist even the fragment of a trademarked name in the label for the phenomenon, the use of &amp;quot;itunes:&amp;quot; in the namespace is one of many design decisions in Apple's original specification that became focal points of debate. While Apple has a tradition of working on breakthrough features very quietly, they have been open to public input after its initial release. Many [http://daringfireball.net/2005/07/podcast_pocket other bloggers] have [http://usefulinc.com/edd/blog/contents/2005/06/28-rss-apple-itunes/read chronicled] [http://www.intertwingly.net/blog/2005/07/05/Insensitive-iTunes some of the feedback], as well as some [http://tantek.com/log/2005/07.html#d10t0130 face-to-face discussions].&lt;br /&gt;
&lt;br /&gt;
A mailing list may be coming soon...&lt;br /&gt;
&lt;br /&gt;
* '''Media RSS:''' http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS has [http://www.ysearchblog.com/archives/000111.html been in the works longer], but doesn't have the overnight-adoption advantage of iTunes. However, it has a much broader ambit, including [http://www.ysearchblog.com/archives/000060.html video]; and a much broader [http://groups.yahoo.com/group/rss-media/ community of interest].&lt;br /&gt;
&lt;br /&gt;
=== A Podcasting Microformat? ===&lt;br /&gt;
&lt;br /&gt;
The best starting point for understanding these two proposals is [http://www.w3.org/2005/07/media-and-rss W3C's summary table, by Karl Dubost].&lt;br /&gt;
&lt;br /&gt;
There are (at least) two paths to consider when 'porting' these proposals into Microformats:&lt;br /&gt;
# '''Standalone.''' What is the most straightforward rendering of each proposal into XHTML? This keeps the interests of the developers of ''consuming'' applications foremost: how can the migration be made as painless as possible?&lt;br /&gt;
# '''Refactored.''' Given the existing core of Microformats, what is the minimal (!) necessary to add on to RelLicense, RelTag, hReview, and so forth? This favors (we'd hope) content ''publishing'' applications: how can the marginal migration costs of adding media be made as painless as possible.&lt;br /&gt;
&lt;br /&gt;
Mapping the existing specs requires understanding the data definitions set forth in each specification, and finding the optimal equivalents (where available). The following is a partial summary of one possible mapping:&lt;br /&gt;
&lt;br /&gt;
==== Comparison Table ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS 2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Authorship&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:contributor&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:owner&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:name&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:email&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:credit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;author&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;source&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[hcard|hCard]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rel-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rev-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;address&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;p&amp;gt;need a way of specifying the &amp;lt;em&amp;gt;role&amp;lt;/em&amp;gt; of the &amp;lt;em&amp;gt;author&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Categorization&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:category&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:keywords&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]] - requires a way to do sub categories?&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:summary&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:summary&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:text&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;description&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;XHTML (e.g. &amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;/nowiki&amp;gt; )&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Licensing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:rights&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:block&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;link&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Not explicitly mentioned&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;ttl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-license]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Metadata&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:duration&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:image&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;media:hash&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;lt;pre&amp;gt;&amp;amp;lt;media:content&lt;br /&gt;
 url=&amp;quot;http://www.example.com/movie.mov&amp;quot;&lt;br /&gt;
 fileSize=&amp;quot;12216320&amp;quot;&lt;br /&gt;
 type=&amp;quot;video/quicktime&amp;quot;&lt;br /&gt;
 isDefault=&amp;quot;true&amp;quot;&lt;br /&gt;
 expression=&amp;quot;full&amp;quot;&lt;br /&gt;
 bitrate=&amp;quot;128&amp;quot;&lt;br /&gt;
 framerate=&amp;quot;25&amp;quot;&lt;br /&gt;
 duration=&amp;quot;185&amp;quot;&lt;br /&gt;
 height=&amp;quot;200&amp;quot;&lt;br /&gt;
 width=&amp;quot;300&amp;quot;&lt;br /&gt;
/&amp;amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;needs a new microformat&amp;lt;/em&amp;gt; &amp;lt;br /&amp;gt; e.g., &amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for duration&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;00:27:35&amp;quot;&amp;amp;gt;&lt;br /&gt;
27 minutes, 35 seconds&lt;br /&gt;
&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:jkinberg|jkinberg]] 11:51, 19 Sept 2005 (PDT))&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Preview&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;For Video Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;strong&amp;gt;For Audio Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat for this&amp;lt;/em&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for video preview&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;img class=&amp;quot;preview&amp;quot; src=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:Charles|Charles]]&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Rating&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:explicit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;s&amp;gt;&amp;amp;lt;media:adult&amp;amp;gt;&amp;lt;/s&amp;gt; &amp;amp;lt;media:rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Title&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:subtitle&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h1&amp;amp;gt;...&amp;amp;lt;/h1&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h2&amp;amp;gt;...&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h3&amp;amp;gt;...&amp;amp;lt;/h3&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h4&amp;amp;gt;...&amp;amp;lt;/h4&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h5&amp;amp;gt;...&amp;amp;lt;/h5&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h6&amp;amp;gt;...&amp;amp;lt;/h6&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;title=&amp;quot;...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;Microformats with class=&amp;quot;title&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
            &amp;lt;/ul&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Show&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:feed&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;self&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A M3U file.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Episode&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:entry&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;alternate&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A single URL line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Media&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:link&amp;amp;nbsp;rel=&amp;quot;enclosure&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;also... dependent on &amp;lt;em&amp;gt;type&amp;lt;/em&amp;gt; of data embedded in or referenced from &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Simply the inclusion of a URL on a line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;amp;lt;img&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;a href=&amp;quot;&amp;quot;&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;object&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;embed&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF] - (Yes, the spec deals with video taken by still cameras. -- RyanKing)&lt;br /&gt;
* [http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm MPEG-7] - MPEG-7, formally named &amp;quot;Multimedia Content Description Interface&amp;quot;, is a standard for describing the multimedia content data that supports some degree of interpretation of the information meaning, which can be passed onto, or accessed by, a device or a computer code. (Very powerful, but you have to pay for documentation -- [[User:ChristopherA|ChristopherA]] 01:53, 29 Jun 2005 (PDT))&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL] - Synchronized Multimedia Integration Language (SMIL, pronounced &amp;quot;smile&amp;quot;) enables simple authoring of interactive audiovisual presentations. (Not exactly video, but has a lot of useful video-related features in it.  -- [[User:ChristopherA|ChristopherA]] 01:55, 29 Jun 2005 (PDT))&lt;br /&gt;
*  [[video-metadata-model| Video Metadata Model - a starting point]]&lt;br /&gt;
&lt;br /&gt;
== Interactive ==&lt;br /&gt;
* [http://www.w3.org/Graphics/SVG/ SVG]&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL]&lt;br /&gt;
* QTVR?&lt;br /&gt;
&lt;br /&gt;
== Offline Media ==&lt;br /&gt;
* [http://xspf.org XSPF] (media may be either offline or online)&lt;br /&gt;
&lt;br /&gt;
=== Printed Publications (books/magazines) ===&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Movies ===&lt;br /&gt;
* [http://imdb.com/ IMDB]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Music ===&lt;br /&gt;
* [http://freedb.org/ FreeDB]&lt;br /&gt;
* [http://musicbrainz.org/ MusicBrainz]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
== Container Formats ==&lt;br /&gt;
The purpose of &amp;lt;strong&amp;gt;container formats&amp;lt;/strong&amp;gt; is to allow the muxing of multiple codecs into a single file or stream. For example, if you want audio, video, and text (subtitles) combined into a single stream.&lt;br /&gt;
&lt;br /&gt;
The purpose of the muxing is for synchronization and so that you can &amp;lt;em&amp;gt;stream&amp;lt;/em&amp;gt; the file and &amp;lt;em&amp;gt;view it&amp;lt;/em&amp;gt; without having to jump around -- seek -- in the file.&lt;br /&gt;
&lt;br /&gt;
Container formats include:&lt;br /&gt;
* AVI&lt;br /&gt;
* MPEG&lt;br /&gt;
* Ogg&lt;br /&gt;
* QuickTime&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Container Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AVI&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MPEG&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Ogg&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;QuickTime&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Audio&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Video&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Text&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Error Detection&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
One of the problems with container formats is that it is often difficult and sometimes impossible to know the disposition of what they contain ahead of time (without reading the file).&lt;br /&gt;
&lt;br /&gt;
For example, Ogg files use the MIME type &amp;lt;em&amp;gt;application/ogg&amp;lt;/em&amp;gt; and generally use the extension &amp;lt;em&amp;gt;.ogg&amp;lt;/em&amp;gt;.  With only these 2 pieces of information, you cannot tell whether such an Ogg file contains video data or not.&lt;br /&gt;
&lt;br /&gt;
There is room for a microformat to help with this.  Perhaps something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;class=&amp;quot;moving-image&amp;quot;&amp;lt;/strong&amp;gt; type=&amp;quot;application/ogg&amp;quot; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Although, this can be done in other ways too.  For example, using [http://changelog.ca/log/2005/08/21/rss-disposition-hinting-proposal disposition hinting] one could do something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;type=&amp;quot;application/ogg;disposition-type:moving-image&amp;quot;&amp;lt;/strong&amp;gt; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anothing thing for any Microformat to consider is that it may be the case that the data files that are muxed in the container format may also be offered in non-muxed forms.  This is important when &amp;lt;em&amp;gt;alternatives&amp;lt;/em&amp;gt; are offered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Audio Formats ==&lt;br /&gt;
&lt;br /&gt;
Audio formats include:&lt;br /&gt;
* AAC&lt;br /&gt;
* MP3&lt;br /&gt;
* PCM WAV&lt;br /&gt;
* Speex&lt;br /&gt;
* Vorbis&lt;br /&gt;
* WMA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Audio Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AAC&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MP3&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;PCM WAV&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Speex&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Vorbis&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;WMA&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossless&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossy&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Streamable&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
* Knowing whether audio data is &amp;lt;em&amp;gt;streamable&amp;lt;/em&amp;gt; or not can affect &amp;lt;em&amp;gt;pre-fetching&amp;lt;/em&amp;gt;.  And can be a metric used when alternatives of the &amp;lt;em&amp;gt;same file&amp;lt;/em&amp;gt; is given.&lt;br /&gt;
* Having audio data marked as &amp;lt;em&amp;gt;lossy&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;lossless&amp;lt;/em&amp;gt; can be useful when alternatives of the same file is made.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Playing Formats ==&lt;br /&gt;
Playing formats include:&lt;br /&gt;
* ASX&lt;br /&gt;
* Atom&lt;br /&gt;
* Atom+SMIL&lt;br /&gt;
* Atomic RSS&lt;br /&gt;
* Atomic RSS+SMIL&lt;br /&gt;
* Extended M3U&lt;br /&gt;
* HTML+Time&lt;br /&gt;
* iTunes RSS&lt;br /&gt;
* KPL&lt;br /&gt;
* M3U&lt;br /&gt;
* MAGMA&lt;br /&gt;
* Media RSS&lt;br /&gt;
* PLS&lt;br /&gt;
* RAM&lt;br /&gt;
* RSS 2.0&lt;br /&gt;
* SMIL&lt;br /&gt;
* WAX&lt;br /&gt;
* WVX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Playing Format Comparison Table ===&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;ASX&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Extended&amp;amp;nbsp;M3U&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;HTML+Time&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS&amp;amp;nbsp;2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Alternatives&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:switch&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Parallel&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Sequence&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the Atom file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the Atom file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;atom:entry&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:seq&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the M3U file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the M3U file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the URL lines provide a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Pre-Fetching&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li style=&amp;quot;white-space:pre;&amp;quot;&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;smil:prefetch&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The M3U format is just list of URL's, with each URL on its own line.  Pre-Fetching would be accomplished by just added a URL to the list.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-enclosure]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Raster Graphic Formats ==&lt;br /&gt;
Raster graphic formats include:&lt;br /&gt;
* GIF&lt;br /&gt;
* PNG&lt;br /&gt;
* JPEG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Graphic Formats ==&lt;br /&gt;
Vector graphic formats include:&lt;br /&gt;
* SVG&lt;br /&gt;
&lt;br /&gt;
= Formats &amp;amp;amp; Protocols =&lt;br /&gt;
&lt;br /&gt;
== AAC ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AAC&amp;lt;/strong&amp;gt; (&amp;lt;strong&amp;gt;Advanced Audio Coding&amp;lt;/strong&amp;gt;) is a lossy audio format.  Like MP3, AAC is part of the MPEG standard.  Since April 2003, AAC has become an integral part of Apple's iPod and iTunes products.  This association between AAC and Apple has become so strong among some that AAC is also sometimes call &amp;lt;em&amp;gt;Apple Audio Codec&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Audio_Coding&lt;br /&gt;
&lt;br /&gt;
== ASF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.  ASF files that contain only audio data are typically called WMA files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Streaming_Format&lt;br /&gt;
&lt;br /&gt;
== Atom ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom&amp;lt;/strong&amp;gt; is a XML-based syndication format that was developed by certain members of the RSS community.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://atomenabled.org/developers/syndication/&lt;br /&gt;
* [http://www.faqs.org/rfcs/rfc3339.html RFC 3339]&lt;br /&gt;
&lt;br /&gt;
== Atom+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom+SMIL&amp;lt;/strong&amp;gt; is Atom with SMIL used in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.  Also see &amp;lt;em&amp;gt;Atomic RSS+SMIL&amp;lt;/em&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with Atom used as an extension module.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.tbray.org/ongoing/When/200x/2005/07/27/Atomic-RSS&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS+SMIL&amp;lt;/strong&amp;gt; is Atomic RSS with SMIL use in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
== AVI ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AVI&amp;lt;/strong&amp;gt; is a container format for Audio/Video formats.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/AVI&lt;br /&gt;
&lt;br /&gt;
== B4S ==&lt;br /&gt;
&amp;lt;strong&amp;gt;B4S&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#B4S&lt;br /&gt;
&lt;br /&gt;
== BitTorrent ==&lt;br /&gt;
&amp;lt;strong&amp;gt;BitTorrent&amp;lt;/strong&amp;gt; is a P2P protocol.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.bittorrent.com/protocol.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/Bittorrent&lt;br /&gt;
* http://wiki.theory.org/BitTorrentFAQ&lt;br /&gt;
&lt;br /&gt;
== Creative Commons RDF ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Creative&lt;br /&gt;
&lt;br /&gt;
== DAAP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#DAAP&lt;br /&gt;
&lt;br /&gt;
== Extended M3U ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
* http://hanna.pyxidis.org/tech/m3u.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/M3U&lt;br /&gt;
&lt;br /&gt;
== FLAC ==&lt;br /&gt;
Free Lossless Audio Codec (FLAC)&lt;br /&gt;
* http://flac.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
== GIF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;GIF&amp;lt;/strong&amp;gt; is a raster graphics format and a movie format.&lt;br /&gt;
&lt;br /&gt;
== HTML+Time ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/TR/NOTE-HTMLplusTIME&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#HTML&lt;br /&gt;
&lt;br /&gt;
== HTTP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/Protocols/&lt;br /&gt;
&lt;br /&gt;
== iTunes Library ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#iTunes&lt;br /&gt;
&lt;br /&gt;
== iTunes RSS ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.apple.com/itunes/podcasts/techspecs.html&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;JPEG&amp;lt;/strong&amp;gt; is a raster graphics format.&lt;br /&gt;
&lt;br /&gt;
== Kapsule ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Kapsule&lt;br /&gt;
&lt;br /&gt;
== KPL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;KPL&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#KPL&lt;br /&gt;
&lt;br /&gt;
== M3U ==&lt;br /&gt;
&amp;lt;strong&amp;gt;M3U&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
&lt;br /&gt;
== MAGMA ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#MAGMA&lt;br /&gt;
&lt;br /&gt;
== Media RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Media RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with the addition of the &amp;lt;em&amp;gt;Media RSS Module&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== MKV/MKA ==&lt;br /&gt;
Matroska &amp;lt;strong&amp;gt;MKV/MKA&amp;lt;/strong&amp;gt; are video and audio containers, respectively.&lt;br /&gt;
* http://www.matroska.org/&lt;br /&gt;
&lt;br /&gt;
== MNG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MNG&amp;lt;/strong&amp;gt; is a Video format.&lt;br /&gt;
&lt;br /&gt;
== MP3 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MP3&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
== MPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
== MusicBrainz ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* [http://www.MusicBrainz.org MusicBrainz.org] &lt;br /&gt;
* [http://wiki.musicbrainz.org MusicBrainz wiki]&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#musicbrainz&lt;br /&gt;
&lt;br /&gt;
== Ogg ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Ogg&amp;lt;/strong&amp;gt; is a media container format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/ogg/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Ogg&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3533.txt RFC 3533] - The Ogg Encapsulation Format Version 0&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3534.txt RFC 3534] - The application/ogg Media Type&lt;br /&gt;
&lt;br /&gt;
== PLS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;PLS&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#PLS&lt;br /&gt;
* http://en.wikipedia.org/wiki/PLS_(file_format)&lt;br /&gt;
&lt;br /&gt;
== RAM ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RAM&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#RAM&lt;br /&gt;
&lt;br /&gt;
== RSS 2.0 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RSS 2.0&amp;lt;/strong&amp;gt; is the defacto standard syndication format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://developer.mozilla.org/en/docs/RSS&lt;br /&gt;
&lt;br /&gt;
== RTSP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.rtsp.org/&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc1889.txt RFC 1889]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol&lt;br /&gt;
&lt;br /&gt;
== SMIL ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/AudioVideo/&lt;br /&gt;
&lt;br /&gt;
== Speex ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.speex.org/&lt;br /&gt;
&lt;br /&gt;
== SVG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;SVG&amp;lt;/strong&amp;gt; is a vector graphics format.&lt;br /&gt;
&lt;br /&gt;
== Theora ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Theora&amp;lt;/strong&amp;gt; is an Audio/Video format/&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.theora.org/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Theora&lt;br /&gt;
&lt;br /&gt;
== Vorbis ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Vorbis&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/vorbis/&lt;br /&gt;
* http://vorbis.com/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Vorbis&lt;br /&gt;
&lt;br /&gt;
== WAX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WAX&amp;lt;/strong&amp;gt; is an SGML-based playlist for that looks exactly like ASX and WVX, except that it can only reference to ASF or WMA, but NOT to WMV files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WAX&lt;br /&gt;
&lt;br /&gt;
== WMA ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMA&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Audio&lt;br /&gt;
&lt;br /&gt;
== WMV ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMV&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Video&lt;br /&gt;
&lt;br /&gt;
== WVX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WVX&amp;lt;/strong&amp;gt; is an SGML-based playlist format that looks exactly like ASX and WAX, except that it can reference ASF, WMA, and WMV media files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WVX&lt;br /&gt;
&lt;br /&gt;
= Comments =&lt;br /&gt;
&lt;br /&gt;
* See separate [[media-metadata-issues]] document.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[video-metadata-models]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=12388</id>
		<title>media-metadata-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-metadata-examples&amp;diff=12388"/>
		<updated>2007-01-10T05:16:51Z</updated>

		<summary type="html">&lt;p&gt;WinningHam: Strawman #10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an exploratory page to be used for storage of various multimedia data and metadata profiles, formats, and practices currently in use around the web. As this is a very, very early exploration, we should include as many types of multimedia as possible in the opening discussion - but please be sure to place your information in the correct portion of this page.&lt;br /&gt;
&lt;br /&gt;
= Purpose of this exploration (or : The Problem) =&lt;br /&gt;
&lt;br /&gt;
The purpose of the studies on this page is to determine the feasibility and demand for a flexible, semantic markup format for multimedia related paradigms.&lt;br /&gt;
&lt;br /&gt;
This includes such things as:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Providing metadata alongside linked multimedia files.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Typically, multimedia metadata is stored within the header of the media file itself - which has massive implications for any application where metadata is to be indexed, searched, or made externally accessible. Of course, even if you could easily access the correct portions of a media file remotely, you'd still have to cope with a multitude of open and proprietary metadata formats, each with it's own distinct fieldset, nomenclature and storage method.&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Internet TV, IPTV, [http://newtube.org/ NewTube], vlogging, vidblogging, vidlogging, vodcasting, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;What is called: Podcasting, IPradio, etc.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This study aims to make a start at solving this problem.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
These folks have contributed real-world examples and research to this document, and are interested in helping with a solution.&lt;br /&gt;
&lt;br /&gt;
* Christopher Allen&lt;br /&gt;
* Dougal Campbell&lt;br /&gt;
* Dr. Ernie&lt;br /&gt;
* Rohit Khare&lt;br /&gt;
* Ryan King&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
* Lisa Rein&lt;br /&gt;
* Dan Glegg&lt;br /&gt;
* Chris Messina&lt;br /&gt;
* [http://changelog.ca/ Charles Iliya Krempeaux]&lt;br /&gt;
&lt;br /&gt;
If you contribute new real-world examples or research, and wish to help with a solution, please add your name as well.&lt;br /&gt;
&lt;br /&gt;
= Examples on the Web today =&lt;br /&gt;
&lt;br /&gt;
Below is a list of strawman models based on real work examples.  (Links to actual examples have been omitted since many of them have been found on adult sites, and it is believed that it would be inappropriate to list these here.  -- [[User:Charles|Charles]])&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #1 ===&lt;br /&gt;
Single clip with a preview image.  The clip is the full show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #2  ===&lt;br /&gt;
Single clip with a preview image.  The clip is the teaser of the&lt;br /&gt;
full show.  And there is a link that you can go to pay to see the full&lt;br /&gt;
show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;teaser.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #3 ===&lt;br /&gt;
A show divided up in multiple clips, each with a preview image. &lt;br /&gt;
Together the clips make up the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-1.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-1.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-2.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-2.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-3.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-3.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #4 ===&lt;br /&gt;
A set of teasers for a show.  Together they don't make up the full&lt;br /&gt;
show.  And the may or may not overlap in time.  There's a &amp;quot;Pay to&lt;br /&gt;
View&amp;quot; link there too.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-blue.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-blue.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-red.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-red.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip-green.mpg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;preview-green.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://example.com/go&amp;quot;&amp;gt;Pay to View&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #5 ===&lt;br /&gt;
A single clip that comes in different formats.  (Could be a&lt;br /&gt;
teaser, a clip, or a full show.)&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.mpg&amp;quot;&amp;gt;MPEG&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.ogm&amp;quot;&amp;gt;Ogg&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;clip.avi&amp;quot;&amp;gt;AVI&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #6 ===&lt;br /&gt;
A single preview image with the show given in 2 different methods.  The first is the show broken up into a series of pieces (which makes it easier to download.)  And the second is the full show in one file&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-1.mpg&amp;quot;&amp;gt;[1]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-2.mpg&amp;quot;&amp;gt;[2]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;part-3.mpg&amp;quot;&amp;gt;[3]&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;full.mpg&amp;quot;&amp;gt;full&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #7 ===&lt;br /&gt;
A single clip with a preview image.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a link to older episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;older shows&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #8 ===&lt;br /&gt;
A series of clips with preview images.  The title of the show is given with an image (and thus the actual machine-readable title is the ''alt attribute'' of the image) and is linked with the main URL for the show.  There's also a links to older and news episodes of the show.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;the-name-of-the-show-png&amp;quot; alt=&amp;quot;The Name of the Show&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode123-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode123-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode122-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode122-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode121-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode121-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;episode120-clip.mpeg&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;episode120-preview.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;newer-shows&amp;quot;&amp;gt;[next]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;older-shows&amp;quot;&amp;gt;[previous]&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #9 ===&lt;br /&gt;
A series of preview images.  The title of the show is given in text.  A link to all the show's files via a torrent.  Other metadata is also typically included too, in plain text; some is shown here.  Also, sometimes metadata is put in the description.&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    The Name of the Show&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview1.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;preview2.png&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;show.torrent&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Torrent Info Hash: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;
&lt;br /&gt;
    Description: blah blah blah .... here some URLs to previews...&lt;br /&gt;
                 blah blah blah .... this is 24 fps&lt;br /&gt;
                 blah blah blah&lt;br /&gt;
&lt;br /&gt;
    Content: tag1, tag2, tag3&lt;br /&gt;
&lt;br /&gt;
    Resolution: 320px x 240px&lt;br /&gt;
&lt;br /&gt;
    Run Time: 24mins 57secs&lt;br /&gt;
&lt;br /&gt;
    Size: 125.42 MB (131,509,108 bytes)&lt;br /&gt;
&lt;br /&gt;
    Type: Movie Clip&lt;br /&gt;
&lt;br /&gt;
    Published/Uploaded By: someone&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of files in torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;...&amp;quot;&amp;gt;Link to page with list of people on the torrent&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Show Strawman #10 ===&lt;br /&gt;
An embedded object citing a specific plugin, or simply a link to the media itself, as an object parameter. The rest of the parameters include plugin OR media-specific metadata, and any URIs used are usually unique to the media content.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;object &lt;br /&gt;
    width='400' height='326' type='application/x-shockwave-flash'&lt;br /&gt;
    data='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'&amp;gt;&lt;br /&gt;
    &amp;lt;param name='allowScriptAccess' value='never' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='movie'&lt;br /&gt;
    value='http://video.google.com/googleplayer.swf?docId=3807826142091223684&amp;amp;amp;hl=en'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='quality' value='best'/&amp;gt;&lt;br /&gt;
    &amp;lt;param name='bgcolor' value='#ffffff' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='scale' value='noScale' /&amp;gt;&lt;br /&gt;
    &amp;lt;param name='wmode' value='window'/&amp;gt;&lt;br /&gt;
    &amp;lt;/object&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;embed &lt;br /&gt;
    src=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    pluginspage=&amp;quot;http://www.apple.com/quicktime/download/&amp;quot;&lt;br /&gt;
    scale=&amp;quot;tofit&amp;quot; kioskmode=&amp;quot;false&amp;quot; &lt;br /&gt;
    qtsrc=&amp;quot;http://media.revver.com/qt;sharer=14854/137027.mov&amp;quot;&lt;br /&gt;
    cache=&amp;quot;false&amp;quot; controller=&amp;quot;true&amp;quot; type=&amp;quot;video/quicktime&amp;quot; autoplay=&amp;quot;true&amp;quot; height=&amp;quot;272&amp;quot; width=&amp;quot;320&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Current / Previous Standards =&lt;br /&gt;
&lt;br /&gt;
== Still image ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF]&lt;br /&gt;
* [http://www.tasi.ac.uk/2000/09/rdfmeta/ RDF for self-describing images]&lt;br /&gt;
* [http://archive.dstc.edu.au/RDU/staff/jane-hunter/PNG/paper.html An Indexing and Querying System for Online Images Based on the PNG Format and Embedded Metadata]&lt;br /&gt;
* [http://www.w3.org/TR/photo-rdf/ Describing and retrieving photos using RDF and HTTP]&lt;br /&gt;
* [http://www.pheed.com/pheed/ Pheed RSS extension for photo syndication]&lt;br /&gt;
&lt;br /&gt;
== Audio Metadata Formats ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.id3.org/ ID3v2]&lt;br /&gt;
&lt;br /&gt;
* iTunes&lt;br /&gt;
** Album : String&lt;br /&gt;
** Artist : String&lt;br /&gt;
** Beats Per Minute : Number&lt;br /&gt;
** Bit Rate : Number&lt;br /&gt;
** Comment : Blob&lt;br /&gt;
** Composer : String&lt;br /&gt;
** Genre : String or Foreign ID&lt;br /&gt;
** Disc Number : Number&lt;br /&gt;
** Kind : Proprietary - could be implimented as MIME type&lt;br /&gt;
** My Rating : Number &amp;lt; 5 (actually an integer from the range 0-100. 1-5 &amp;quot;stars&amp;quot; implemented by incrementing by 20)&lt;br /&gt;
** Sample Rate : Number&lt;br /&gt;
** Size : Number&lt;br /&gt;
** Time : Number&lt;br /&gt;
** Track Number : Number&lt;br /&gt;
** Year : Number&lt;br /&gt;
**Additional metadata used internally by the application : Date Added (Timestamp), Date Modified (Timestamp), Equalizer (foreign ID), Play Count (Number), Grouping (Internal)&lt;br /&gt;
**Noteable absences : Tags, [[rel-license|License]], Copyright year. Also note common complaints about  [http://www.everything2.com/index.pl?node_id=1707402 ID3 and classical music].&lt;br /&gt;
&lt;br /&gt;
* [http://www.xspf.org/ XSPF] (see also [http://gonze.com/playlists/playlist-format-survey.html A survey of playlist formats] and [http://www.xspf.org/xspf-v0.html The XSPF Playlist Format, version 0])&lt;br /&gt;
** album&lt;br /&gt;
** creator&lt;br /&gt;
** duration&lt;br /&gt;
** info&lt;br /&gt;
** title&lt;br /&gt;
** trackNum&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
&lt;br /&gt;
* '''iTunes podcast:''' http://phobos.apple.com/static/podcast_specifications.pdf &lt;br /&gt;
(HTML version of spec: [http://labs.commerce.net/~rohit/How%20To%20Publish%20a%20Podcast%20on%20iTunes%20Music%20Store.html local archive], [http://labs.commerce.net/~rohit/iTunesRSS.html updated version from Apple Chapter Tool Beta docs], [http://phobos.apple.com/static/iTunesRSS.html online copy at Apple])&lt;br /&gt;
&lt;br /&gt;
iTunes release 4.9 was widely heralded as an advance for mainstream acceptance of podcasting. However, while some advocates resist even the fragment of a trademarked name in the label for the phenomenon, the use of &amp;quot;itunes:&amp;quot; in the namespace is one of many design decisions in Apple's original specification that became focal points of debate. While Apple has a tradition of working on breakthrough features very quietly, they have been open to public input after its initial release. Many [http://daringfireball.net/2005/07/podcast_pocket other bloggers] have [http://usefulinc.com/edd/blog/contents/2005/06/28-rss-apple-itunes/read chronicled] [http://www.intertwingly.net/blog/2005/07/05/Insensitive-iTunes some of the feedback], as well as some [http://tantek.com/log/2005/07.html#d10t0130 face-to-face discussions].&lt;br /&gt;
&lt;br /&gt;
A mailing list may be coming soon...&lt;br /&gt;
&lt;br /&gt;
* '''Media RSS:''' http://search.yahoo.com/mrss&lt;br /&gt;
&lt;br /&gt;
Media RSS has [http://www.ysearchblog.com/archives/000111.html been in the works longer], but doesn't have the overnight-adoption advantage of iTunes. However, it has a much broader ambit, including [http://www.ysearchblog.com/archives/000060.html video]; and a much broader [http://groups.yahoo.com/group/rss-media/ community of interest].&lt;br /&gt;
&lt;br /&gt;
=== A Podcasting Microformat? ===&lt;br /&gt;
&lt;br /&gt;
The best starting point for understanding these two proposals is [http://www.w3.org/2005/07/media-and-rss W3C's summary table, by Karl Dubost].&lt;br /&gt;
&lt;br /&gt;
There are (at least) two paths to consider when 'porting' these proposals into Microformats:&lt;br /&gt;
# '''Standalone.''' What is the most straightforward rendering of each proposal into XHTML? This keeps the interests of the developers of ''consuming'' applications foremost: how can the migration be made as painless as possible?&lt;br /&gt;
# '''Refactored.''' Given the existing core of Microformats, what is the minimal (!) necessary to add on to RelLicense, RelTag, hReview, and so forth? This favors (we'd hope) content ''publishing'' applications: how can the marginal migration costs of adding media be made as painless as possible.&lt;br /&gt;
&lt;br /&gt;
Mapping the existing specs requires understanding the data definitions set forth in each specification, and finding the optimal equivalents (where available). The following is a partial summary of one possible mapping:&lt;br /&gt;
&lt;br /&gt;
==== Comparison Table ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS 2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Authorship&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:contributor&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:author&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:owner&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:name&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;itunes:email&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:credit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;author&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;source&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[hcard|hCard]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rel-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[rev-author]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;address&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;p&amp;gt;need a way of specifying the &amp;lt;em&amp;gt;role&amp;lt;/em&amp;gt; of the &amp;lt;em&amp;gt;author&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;contributor&amp;lt;/em&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Categorization&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:category&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:keywords&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;category&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]] - requires a way to do sub categories?&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:summary&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:summary&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:text&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;description&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;XHTML (e.g. &amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;/nowiki&amp;gt; )&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Licensing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:rights&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:block&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;copyright&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;link&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Not explicitly mentioned&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;ttl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-license]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Metadata&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:duration&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;itunes:image&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;media:hash&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;lt;pre&amp;gt;&amp;amp;lt;media:content&lt;br /&gt;
 url=&amp;quot;http://www.example.com/movie.mov&amp;quot;&lt;br /&gt;
 fileSize=&amp;quot;12216320&amp;quot;&lt;br /&gt;
 type=&amp;quot;video/quicktime&amp;quot;&lt;br /&gt;
 isDefault=&amp;quot;true&amp;quot;&lt;br /&gt;
 expression=&amp;quot;full&amp;quot;&lt;br /&gt;
 bitrate=&amp;quot;128&amp;quot;&lt;br /&gt;
 framerate=&amp;quot;25&amp;quot;&lt;br /&gt;
 duration=&amp;quot;185&amp;quot;&lt;br /&gt;
 height=&amp;quot;200&amp;quot;&lt;br /&gt;
 width=&amp;quot;300&amp;quot;&lt;br /&gt;
/&amp;amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;needs a new microformat&amp;lt;/em&amp;gt; &amp;lt;br /&amp;gt; e.g., &amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for duration&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;duration&amp;quot; title=&amp;quot;00:27:35&amp;quot;&amp;amp;gt;&lt;br /&gt;
27 minutes, 35 seconds&lt;br /&gt;
&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:jkinberg|jkinberg]] 11:51, 19 Sept 2005 (PDT))&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Preview&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;For Video Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;amp;lt;media:thumbnail&amp;amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;strong&amp;gt;For Audio Media&amp;lt;/strong&amp;gt;: &amp;lt;br /&amp;gt; &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat for this&amp;lt;/em&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;proposal for video preview&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;pre&amp;gt;&amp;amp;lt;img class=&amp;quot;preview&amp;quot; src=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
-- [[User:Charles|Charles]]&lt;br /&gt;
&amp;lt;/dd&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Rating&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:explicit&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;s&amp;gt;&amp;amp;lt;media:adult&amp;amp;gt;&amp;lt;/s&amp;gt; &amp;amp;lt;media:rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;rating&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-tag]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Title&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;atom:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;atom:subtitle&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;itunes:subtitle&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:title&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h1&amp;amp;gt;...&amp;amp;lt;/h1&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h2&amp;amp;gt;...&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h3&amp;amp;gt;...&amp;amp;lt;/h3&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h4&amp;amp;gt;...&amp;amp;lt;/h4&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h5&amp;amp;gt;...&amp;amp;lt;/h5&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;&amp;amp;lt;h6&amp;amp;gt;...&amp;amp;lt;/h6&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;title=&amp;quot;...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;Microformats with class=&amp;quot;title&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
            &amp;lt;/ul&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Show&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:feed&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;self&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A M3U file.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;channel&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Episode&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:entry&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;nbsp;rel=&amp;quot;alternate&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A single URL line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Media&amp;lt;/em&amp;gt; Concept&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;atom:link&amp;amp;nbsp;rel=&amp;quot;enclosure&amp;quot;&amp;amp;nbsp;href=&amp;quot;...&amp;quot;&amp;amp;nbsp;/&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;also... dependent on &amp;lt;em&amp;gt;type&amp;lt;/em&amp;gt; of data embedded in or referenced from &amp;amp;lt;atom:content&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Simply the inclusion of a URL on a line.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;amp;lt;img&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;a href=&amp;quot;&amp;quot;&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;object&amp;amp;gt; &amp;lt;br /&amp;gt; &amp;amp;lt;embed&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
* [http://www.exif.org/Exif2-2.PDF EXIF] - (Yes, the spec deals with video taken by still cameras. -- RyanKing)&lt;br /&gt;
* [http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm MPEG-7] - MPEG-7, formally named &amp;quot;Multimedia Content Description Interface&amp;quot;, is a standard for describing the multimedia content data that supports some degree of interpretation of the information meaning, which can be passed onto, or accessed by, a device or a computer code. (Very powerful, but you have to pay for documentation -- [[User:ChristopherA|ChristopherA]] 01:53, 29 Jun 2005 (PDT))&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL] - Synchronized Multimedia Integration Language (SMIL, pronounced &amp;quot;smile&amp;quot;) enables simple authoring of interactive audiovisual presentations. (Not exactly video, but has a lot of useful video-related features in it.  -- [[User:ChristopherA|ChristopherA]] 01:55, 29 Jun 2005 (PDT))&lt;br /&gt;
*  [[video-metadata-model| Video Metadata Model - a starting point]]&lt;br /&gt;
&lt;br /&gt;
== Interactive ==&lt;br /&gt;
* [http://www.w3.org/Graphics/SVG/ SVG]&lt;br /&gt;
* [http://www.w3.org/AudioVideo/ SMIL]&lt;br /&gt;
* QTVR?&lt;br /&gt;
&lt;br /&gt;
== Offline Media ==&lt;br /&gt;
* [http://xspf.org XSPF] (media may be either offline or online)&lt;br /&gt;
&lt;br /&gt;
=== Printed Publications (books/magazines) ===&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Movies ===&lt;br /&gt;
* [http://imdb.com/ IMDB]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
=== Music ===&lt;br /&gt;
* [http://freedb.org/ FreeDB]&lt;br /&gt;
* [http://musicbrainz.org/ MusicBrainz]&lt;br /&gt;
* [http://amazon.com/ Amazon]&lt;br /&gt;
&lt;br /&gt;
== Container Formats ==&lt;br /&gt;
The purpose of &amp;lt;strong&amp;gt;container formats&amp;lt;/strong&amp;gt; is to allow the muxing of multiple codecs into a single file or stream. For example, if you want audio, video, and text (subtitles) combined into a single stream.&lt;br /&gt;
&lt;br /&gt;
The purpose of the muxing is for synchronization and so that you can &amp;lt;em&amp;gt;stream&amp;lt;/em&amp;gt; the file and &amp;lt;em&amp;gt;view it&amp;lt;/em&amp;gt; without having to jump around -- seek -- in the file.&lt;br /&gt;
&lt;br /&gt;
Container formats include:&lt;br /&gt;
* AVI&lt;br /&gt;
* MPEG&lt;br /&gt;
* Ogg&lt;br /&gt;
* QuickTime&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Container Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AVI&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MPEG&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Ogg&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;QuickTime&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Audio&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Video&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Allows Text&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Error Detection&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
One of the problems with container formats is that it is often difficult and sometimes impossible to know the disposition of what they contain ahead of time (without reading the file).&lt;br /&gt;
&lt;br /&gt;
For example, Ogg files use the MIME type &amp;lt;em&amp;gt;application/ogg&amp;lt;/em&amp;gt; and generally use the extension &amp;lt;em&amp;gt;.ogg&amp;lt;/em&amp;gt;.  With only these 2 pieces of information, you cannot tell whether such an Ogg file contains video data or not.&lt;br /&gt;
&lt;br /&gt;
There is room for a microformat to help with this.  Perhaps something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;class=&amp;quot;moving-image&amp;quot;&amp;lt;/strong&amp;gt; type=&amp;quot;application/ogg&amp;quot; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Although, this can be done in other ways too.  For example, using [http://changelog.ca/log/2005/08/21/rss-disposition-hinting-proposal disposition hinting] one could do something like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;white-space:pre;padding:1.5em;background-color:black;color:white;&amp;quot;&amp;gt;&amp;amp;lt;a &amp;lt;strong style=&amp;quot;background-color:yellow;color:black;&amp;quot;&amp;gt;type=&amp;quot;application/ogg;disposition-type:moving-image&amp;quot;&amp;lt;/strong&amp;gt; href=&amp;quot;my.ogg&amp;quot;&amp;amp;gt;...&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anothing thing for any Microformat to consider is that it may be the case that the data files that are muxed in the container format may also be offered in non-muxed forms.  This is important when &amp;lt;em&amp;gt;alternatives&amp;lt;/em&amp;gt; are offered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Audio Formats ==&lt;br /&gt;
&lt;br /&gt;
Audio formats include:&lt;br /&gt;
* AAC&lt;br /&gt;
* MP3&lt;br /&gt;
* PCM WAV&lt;br /&gt;
* Speex&lt;br /&gt;
* Vorbis&lt;br /&gt;
* WMA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Audio Format Comparison Table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;AAC&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;MP3&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;PCM WAV&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Speex&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Vorbis&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;WMA&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossless&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Lossy&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Streamable&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes for Microformats ===&lt;br /&gt;
* Knowing whether audio data is &amp;lt;em&amp;gt;streamable&amp;lt;/em&amp;gt; or not can affect &amp;lt;em&amp;gt;pre-fetching&amp;lt;/em&amp;gt;.  And can be a metric used when alternatives of the &amp;lt;em&amp;gt;same file&amp;lt;/em&amp;gt; is given.&lt;br /&gt;
* Having audio data marked as &amp;lt;em&amp;gt;lossy&amp;lt;/em&amp;gt; or &amp;lt;em&amp;gt;lossless&amp;lt;/em&amp;gt; can be useful when alternatives of the same file is made.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Playing Formats ==&lt;br /&gt;
Playing formats include:&lt;br /&gt;
* ASX&lt;br /&gt;
* Atom&lt;br /&gt;
* Atom+SMIL&lt;br /&gt;
* Atomic RSS&lt;br /&gt;
* Atomic RSS+SMIL&lt;br /&gt;
* Extended M3U&lt;br /&gt;
* HTML+Time&lt;br /&gt;
* iTunes RSS&lt;br /&gt;
* KPL&lt;br /&gt;
* M3U&lt;br /&gt;
* MAGMA&lt;br /&gt;
* Media RSS&lt;br /&gt;
* PLS&lt;br /&gt;
* RAM&lt;br /&gt;
* RSS 2.0&lt;br /&gt;
* SMIL&lt;br /&gt;
* WAX&lt;br /&gt;
* WVX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Playing Format Comparison Table ===&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border:1px solid grey;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Aspect&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;ASX&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atom+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Atomic&amp;amp;nbsp;RSS+SMIL&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Extended&amp;amp;nbsp;M3U&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;HTML+Time&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;iTunes&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Media&amp;amp;nbsp;RSS&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;M3U&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;RSS&amp;amp;nbsp;2.0&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Microformat?&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Alternatives&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:switch&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Parallel&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Sequence&amp;lt;/em&amp;gt; Playing&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the Atom file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the Atom file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;atom:entry&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;smil:seq&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the M3U file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the M3U file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the URL lines provide a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;if you consider the RSS file a &amp;lt;em&amp;gt;show&amp;lt;/em&amp;gt;, then &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt;.  if you consider the RSS file an &amp;lt;em&amp;gt;episode&amp;lt;/em&amp;gt;, then the list of &amp;amp;lt;item&amp;amp;gt;'s provides a sequence.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;&amp;lt;em&amp;gt;need a new microformat&amp;lt;/em&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:darkorange;color:black;font-weight:bold;&amp;quot;&amp;gt;Pre-Fetching&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li style=&amp;quot;white-space:pre;&amp;quot;&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;amp;lt;smil:prefetch&amp;amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;link rel=&amp;quot;enclosure&amp;quot; href=&amp;quot;...&amp;quot; /&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;media:content&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The M3U format is just list of URL's, with each URL on its own line.  Pre-Fetching would be accomplished by just added a URL to the list.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;amp;lt;enclosure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;background-color:#eeeeee;color:black;&amp;quot;&amp;gt;[[rel-enclosure]]&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Raster Graphic Formats ==&lt;br /&gt;
Raster graphic formats include:&lt;br /&gt;
* GIF&lt;br /&gt;
* PNG&lt;br /&gt;
* JPEG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Graphic Formats ==&lt;br /&gt;
Vector graphic formats include:&lt;br /&gt;
* SVG&lt;br /&gt;
&lt;br /&gt;
= Formats &amp;amp;amp; Protocols =&lt;br /&gt;
&lt;br /&gt;
== AAC ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AAC&amp;lt;/strong&amp;gt; (&amp;lt;strong&amp;gt;Advanced Audio Coding&amp;lt;/strong&amp;gt;) is a lossy audio format.  Like MP3, AAC is part of the MPEG standard.  Since April 2003, AAC has become an integral part of Apple's iPod and iTunes products.  This association between AAC and Apple has become so strong among some that AAC is also sometimes call &amp;lt;em&amp;gt;Apple Audio Codec&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Audio_Coding&lt;br /&gt;
&lt;br /&gt;
== ASF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.  ASF files that contain only audio data are typically called WMA files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Advanced_Streaming_Format&lt;br /&gt;
&lt;br /&gt;
== Atom ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom&amp;lt;/strong&amp;gt; is a XML-based syndication format that was developed by certain members of the RSS community.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://atomenabled.org/developers/syndication/&lt;br /&gt;
* [http://www.faqs.org/rfcs/rfc3339.html RFC 3339]&lt;br /&gt;
&lt;br /&gt;
== Atom+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atom+SMIL&amp;lt;/strong&amp;gt; is Atom with SMIL used in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.  Also see &amp;lt;em&amp;gt;Atomic RSS+SMIL&amp;lt;/em&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with Atom used as an extension module.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.tbray.org/ongoing/When/200x/2005/07/27/Atomic-RSS&lt;br /&gt;
&lt;br /&gt;
== Atomic RSS+SMIL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Atomic RSS+SMIL&amp;lt;/strong&amp;gt; is Atomic RSS with SMIL use in the &amp;amp;lt;atom:content&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(This was originally used by [http://changelog.ca/ Charles Iliya Krempeaux] for &amp;quot;Internet TV&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
== AVI ==&lt;br /&gt;
&amp;lt;strong&amp;gt;AVI&amp;lt;/strong&amp;gt; is a container format for Audio/Video formats.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/AVI&lt;br /&gt;
&lt;br /&gt;
== B4S ==&lt;br /&gt;
&amp;lt;strong&amp;gt;B4S&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#B4S&lt;br /&gt;
&lt;br /&gt;
== BitTorrent ==&lt;br /&gt;
&amp;lt;strong&amp;gt;BitTorrent&amp;lt;/strong&amp;gt; is a P2P protocol.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.bittorrent.com/protocol.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/Bittorrent&lt;br /&gt;
* http://wiki.theory.org/BitTorrentFAQ&lt;br /&gt;
&lt;br /&gt;
== Creative Commons RDF ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Creative&lt;br /&gt;
&lt;br /&gt;
== DAAP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#DAAP&lt;br /&gt;
&lt;br /&gt;
== Extended M3U ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
* http://hanna.pyxidis.org/tech/m3u.html&lt;br /&gt;
* http://en.wikipedia.org/wiki/M3U&lt;br /&gt;
&lt;br /&gt;
== FLAC ==&lt;br /&gt;
Free Lossless Audio Codec (FLAC)&lt;br /&gt;
* http://flac.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
== GIF ==&lt;br /&gt;
&amp;lt;strong&amp;gt;GIF&amp;lt;/strong&amp;gt; is a raster graphics format and a movie format.&lt;br /&gt;
&lt;br /&gt;
== HTML+Time ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/TR/NOTE-HTMLplusTIME&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#HTML&lt;br /&gt;
&lt;br /&gt;
== HTTP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/Protocols/&lt;br /&gt;
&lt;br /&gt;
== iTunes Library ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#iTunes&lt;br /&gt;
&lt;br /&gt;
== iTunes RSS ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.apple.com/itunes/podcasts/techspecs.html&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;JPEG&amp;lt;/strong&amp;gt; is a raster graphics format.&lt;br /&gt;
&lt;br /&gt;
== Kapsule ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#Kapsule&lt;br /&gt;
&lt;br /&gt;
== KPL ==&lt;br /&gt;
&amp;lt;strong&amp;gt;KPL&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#KPL&lt;br /&gt;
&lt;br /&gt;
== M3U ==&lt;br /&gt;
&amp;lt;strong&amp;gt;M3U&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#M3U&lt;br /&gt;
&lt;br /&gt;
== MAGMA ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#MAGMA&lt;br /&gt;
&lt;br /&gt;
== Media RSS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Media RSS&amp;lt;/strong&amp;gt; is a syndication format that is RSS with the addition of the &amp;lt;em&amp;gt;Media RSS Module&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== MKV/MKA ==&lt;br /&gt;
Matroska &amp;lt;strong&amp;gt;MKV/MKA&amp;lt;/strong&amp;gt; are video and audio containers, respectively.&lt;br /&gt;
* http://www.matroska.org/&lt;br /&gt;
&lt;br /&gt;
== MNG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MNG&amp;lt;/strong&amp;gt; is a Video format.&lt;br /&gt;
&lt;br /&gt;
== MP3 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;MP3&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
== MPEG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;ASF&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
== MusicBrainz ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* [http://www.MusicBrainz.org MusicBrainz.org] &lt;br /&gt;
* [http://wiki.musicbrainz.org MusicBrainz wiki]&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#musicbrainz&lt;br /&gt;
&lt;br /&gt;
== Ogg ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Ogg&amp;lt;/strong&amp;gt; is a media container format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/ogg/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Ogg&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3533.txt RFC 3533] - The Ogg Encapsulation Format Version 0&lt;br /&gt;
* [http://xiph.org/ogg/doc/rfc3534.txt RFC 3534] - The application/ogg Media Type&lt;br /&gt;
&lt;br /&gt;
== PLS ==&lt;br /&gt;
&amp;lt;strong&amp;gt;PLS&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#PLS&lt;br /&gt;
* http://en.wikipedia.org/wiki/PLS_(file_format)&lt;br /&gt;
&lt;br /&gt;
== RAM ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RAM&amp;lt;/strong&amp;gt; is a playlist format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#RAM&lt;br /&gt;
&lt;br /&gt;
== RSS 2.0 ==&lt;br /&gt;
&amp;lt;strong&amp;gt;RSS 2.0&amp;lt;/strong&amp;gt; is the defacto standard syndication format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://developer.mozilla.org/en/docs/RSS&lt;br /&gt;
&lt;br /&gt;
== RTSP ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.rtsp.org/&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc1889.txt RFC 1889]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol&lt;br /&gt;
&lt;br /&gt;
== SMIL ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.w3.org/AudioVideo/&lt;br /&gt;
&lt;br /&gt;
== Speex ==&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.speex.org/&lt;br /&gt;
&lt;br /&gt;
== SVG ==&lt;br /&gt;
&amp;lt;strong&amp;gt;SVG&amp;lt;/strong&amp;gt; is a vector graphics format.&lt;br /&gt;
&lt;br /&gt;
== Theora ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Theora&amp;lt;/strong&amp;gt; is an Audio/Video format/&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://www.theora.org/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Theora&lt;br /&gt;
&lt;br /&gt;
== Vorbis ==&lt;br /&gt;
&amp;lt;strong&amp;gt;Vorbis&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://xiph.org/vorbis/&lt;br /&gt;
* http://vorbis.com/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Vorbis&lt;br /&gt;
&lt;br /&gt;
== WAX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WAX&amp;lt;/strong&amp;gt; is an SGML-based playlist for that looks exactly like ASX and WVX, except that it can only reference to ASF or WMA, but NOT to WMV files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WAX&lt;br /&gt;
&lt;br /&gt;
== WMA ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMA&amp;lt;/strong&amp;gt; is an Audio format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Audio&lt;br /&gt;
&lt;br /&gt;
== WMV ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WMV&amp;lt;/strong&amp;gt; is an Audio/Video format.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Windows_Media_Video&lt;br /&gt;
&lt;br /&gt;
== WVX ==&lt;br /&gt;
&amp;lt;strong&amp;gt;WVX&amp;lt;/strong&amp;gt; is an SGML-based playlist format that looks exactly like ASX and WAX, except that it can reference ASF, WMA, and WMV media files.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* http://gonze.com/playlists/playlist-format-survey.html#WVX&lt;br /&gt;
&lt;br /&gt;
= Comments =&lt;br /&gt;
&lt;br /&gt;
* See separate [[media-metadata-issues]] document.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[video-metadata-models]]&lt;/div&gt;</summary>
		<author><name>WinningHam</name></author>
	</entry>
</feed>