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 12:58, 19 June 2014 editConquerist (talk | contribs)Extended confirmed users3,044 editsm link cleanup← Previous edit Revision as of 13:22, 28 October 2014 edit undo88.104.104.65 (talk)No edit summaryNext edit →
Line 1: Line 1:
A '''Vorbis comment''' is a ] container used in the ], ], ], ] and ] ]s. 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:<ref>, with suggestions for field names</ref> A '''Vorbis comment''' is a ] container used in the ], ], ], ] and ] ]s. 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:<ref>, with suggestions for field names</ref>


{{cquote| 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.}} <blockquote>“The comment header 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.”</blockquote>


== Format == ==Format==


A Vorbis tag is a list of fields in the format <code>FieldName=Data</code>. The field name can be composed of printable ] characters, 0x20 (space) through 0x7D ('}'), with 0x3D ('=') and 0x7E ('~') excluded. It is case insensitive, so <code>artist</code> and <code>ARTIST</code> 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-] ]), but most tag editing applications impose stricter limits. A Vorbis tag is a list of fields in the format <code>FieldName=Data</code>. The field name can be composed of printable ] characters, 0x20 (space) through 0x7D ('}'), with 0x3D ('=') and 0x7E ('~') excluded. It is case insensitive, so <code>artist</code> and <code>ARTIST</code> 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-] ]), but most tag editing applications impose stricter limits.
Line 15: Line 15:
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 ] such as ], 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 into a Vorbis comment. 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 ] such as ], 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 into a Vorbis comment.


== See also == ==See also==
* ] *]
* ] *]
* ] *]

== References ==


==References==
{{Reflist}} {{Reflist}}


== External links == ==External links==
*

* *
* *
* *
*


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

Revision as of 13:22, 28 October 2014

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:

“The comment header 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