Misplaced Pages

Vorbis comment: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 22:42, 16 November 2014 editDemocraticLuntz (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers, Rollbackers228,201 edits Reverted 1 good faith edit by 88.104.104.65 using STiki← Previous edit Revision as of 09:05, 17 January 2015 edit undoSilverbackNet (talk | contribs)Extended confirmed users1,047 editsm Archive link to dead siteNext edit →
Line 29: Line 29:
* *
* *
* *


{{Xiph.org}} {{Xiph.org}}

Revision as of 09:05, 17 January 2015

A Vorbis comment is a metadata container used in the Vorbis, FLAC, Theora, Speex and Opus file formats. It allows information such as the title, artist, album, track number or other information about the file to be added to the file itself. However, as the official Ogg Vorbis documentation notes:

is meant for short, text comments, not arbitrary metadata; arbitrary metadata belongs in a separate logical bitstream (usually an XML stream type) that provides greater structure and machine parseability.

Format

A Vorbis tag is a list of fields in the format FieldName=Data. The field name can be composed of printable ASCII characters, 0x20 (space) through 0x7D ('}'), with 0x3D ('=') and 0x7E ('~') excluded. It is case insensitive, so artist and ARTIST are the same field. The number of fields and their length is restricted to 4,294,967,295 (the maximum value of an unsigned 32-bit integer), but most tag editing applications impose stricter limits.

The data are encoded in UTF-8, and so any Unicode string may be used as a value.

Any tag name is allowed, and there is no format that the data values must be in. This is in contrast to the ID3 format used for MP3s, which is highly structured. Field names are also permitted to be used more than once. It is encouraged to use this feature to support multiple values, for example two ARTIST=... fields to list both artists of a single composition.

The specification gives several example tag names such as TITLE and TRACKNUMBER. Most applications also support common de facto standards, such as DISCNUMBER and tags for ReplayGain information.

There are no provisions for storing binary data in Vorbis comments. This is by design; they are intended to be used as part of a container format such as Ogg, and any additional binary data should be encoded into the container as a stream. The exception to this, by popular request, is a proposal to incorporate cover art into a Vorbis comment.

See also

References

  1. Ogg Vorbis I format specification: comment field and header specification, with suggestions for field names

External links

Xiph.Org Foundation
Ogg Project codecs
Media tools
Related articles
Categories:
Vorbis comment: Difference between revisions Add topic