Difference between revisions of "Vorbis Comment"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(added link)
(since then, also used notably for Opus)
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
=Introduction=
+
 
'''Vorbis Comment''' is a [[metadata]] format, similar to [[ID3]] and [[APE tags|APE]], specified by Xiph.org for use with [[Ogg Vorbis]] and [[FLAC]].
+
'''Vorbis Comment''' is a [[metadata]] format, similar to [[ID3]] and [[APE tags]], specified by Xiph.org initially for use with (Ogg) [[Vorbis]], and since then also used for, notably, [[Free Lossless Audio Codec|FLAC]] and [[Opus]].
  
 
It is a relatively simple format that allows the user to specify arbitrary fieldname/value pairs, using '''UTF-8''' Unicode as the character encoding.
 
It is a relatively simple format that allows the user to specify arbitrary fieldname/value pairs, using '''UTF-8''' Unicode as the character encoding.
  
To avoid incompatibilities between tags some standard fieldnames are suggested by the Vorbis Comment specification (TITLE, VERSION, ALBUM, ARTIST, TRACKNUMBER, etc.). Every fieldname is allowed and there is no obligatory format for values. One Fieldnames can be used several times. In contrast to [[ID3]] it is a it's quite free of regulations.
+
To avoid incompatibilities between tags some standard fieldnames are suggested by the Vorbis Comment specification (TITLE, VERSION, ALBUM, ARTIST, TRACKNUMBER, DATE, etc.). Every fieldname is allowed and there is no obligatory format for values. One Fieldnames can be used several times. In contrast to [[ID3]] it is a it's quite free of regulations.
  
Several unofficial efforts have been made to establish a kind of standard for Vorbis Comment specification. More information [http://reference.reactor-core.org/ogg-tagging.html here]
+
Several unofficial efforts have been made as proposals and recommendations for Vorbis Comment specification. These documents are available on Web, first one is called [http://web.archive.org/web/20040401200215/reactor-core.org/ogg-tag-recommendations.html Ogg Vorbis Comment Field Recommendations] and second one is called:[http://web.archive.org/web/20101021085402/http://reallylongword.org/vorbiscomment/ Proposals for extending Ogg Vorbis comments].
  
=Used by=
+
== Used by ==
* [[Vorbis|OGG Vorbis]]
+
* (Ogg) [[Vorbis]]
* [[FLAC]]
+
* [[Free Lossless Audio Codec]] (FLAC)
 +
* [[Opus]]
 
* [[Speex]]
 
* [[Speex]]
 +
* [[Theora]]
  
=External links=
+
== External links ==
 
* [http://www.xiph.org/vorbis/doc/v-comment.html official specifications]
 
* [http://www.xiph.org/vorbis/doc/v-comment.html official specifications]
  
 
[[Category:Metadata]]
 
[[Category:Metadata]]

Revision as of 21:07, 28 January 2019

Vorbis Comment is a metadata format, similar to ID3 and APE tags, specified by Xiph.org initially for use with (Ogg) Vorbis, and since then also used for, notably, FLAC and Opus.

It is a relatively simple format that allows the user to specify arbitrary fieldname/value pairs, using UTF-8 Unicode as the character encoding.

To avoid incompatibilities between tags some standard fieldnames are suggested by the Vorbis Comment specification (TITLE, VERSION, ALBUM, ARTIST, TRACKNUMBER, DATE, etc.). Every fieldname is allowed and there is no obligatory format for values. One Fieldnames can be used several times. In contrast to ID3 it is a it's quite free of regulations.

Several unofficial efforts have been made as proposals and recommendations for Vorbis Comment specification. These documents are available on Web, first one is called Ogg Vorbis Comment Field Recommendations and second one is called:Proposals for extending Ogg Vorbis comments.

Used by

External links