file-format-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Created file format examples page (according to template))
 
Line 32: Line 32:
** [http://a.scarywater.net/lunar/ File Format Example]
** [http://a.scarywater.net/lunar/ File Format Example]
** Information: type, size, checksum
** Information: type, size, checksum
* [http://www.eztakes.com/ EZTakes]
** [http://www.eztakes.com/store/movie/Super-Size-Me-Movie-Download.jsp File Format Example]
** Information: type, size, color, color format, sound format, aspect ratio


== Existing Practices ==
== Existing Practices ==

Revision as of 04:33, 9 April 2007

File Format

There is a clear differentiation between the content of a file (a song) and the format of a file (MP3). This exploratory discussion focuses on the need for displaying file format information on web pages.

The Problem

There is a clear differentiation between the content of a file (a song) and the format of a file (MP3). A song (content) can be represented as an AAC audio file (format), or an MPEG-2 music video (format). It is beneficial to identify file content along with available file formats on a web page to ensure that all download options are clear to site visitors.

  • Example 1:
    • audio-info (content): A song called "Hung Up" by "Madonna"
    • file-format (format): 4.5MB MP3 file encoded at 192Kbps bitrate.
  • Example 2:
    • audio-info (content): A music video called "Hung Up" by "Madonna"
    • file-format (format): 35MB AVI file, MP3 audio codec encoded at 192Kbps, DiVX video codec encoded at 600Kbps

The goal of file-format is to define a method of markup for file format information such as size, type, codec, bit-rate, sampling rate, and other file format specific variables.

Participants

Real-World Examples

Existing Practices

Summary of common patterns discovered

HTTP and FTP accessible directory listings are the most common example of file format. These often include at least file extension and size.

Other attempts to solve The Problem

Currently, most programs utilize screen scrapers and partial downloads to detect file type and format information. For example, Songbird will guess a file type by parsing the file extension. Items such as bitrate and number of audio channels are retrieved from the header of the file, which must be downloaded from the server. Doing so creates a burden on the server when the information could just as easily be embedded in the HTML code for the website.

Proposal

  • Early drafts
    • file-format-brainstorming
    • file-format-proposal
    • file-format-microformat

See Also