Difference between revisions of "OGG"

From Creative Commons
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Developer]]
 +
[[Category:Technology]]
 +
{{Filetype|
 +
    license_url=True|
 +
    web_statement=True|
 +
    more_permissions=False
 +
}}
 +
= Using Creative Commons Metadata in OGG Files =
 +
 
<div style="float: right">
 
<div style="float: right">
 
[http://creativecommons.org/technology/mp3-diagram http://creativecommons.org/images/metadata/mp3-small.gif]<br />
 
[http://creativecommons.org/technology/mp3-diagram http://creativecommons.org/images/metadata/mp3-small.gif]<br />
Line 4: Line 13:
 
</div>
 
</div>
  
'''This is a developer-oriented document.  Read our [http://creativecommons.org/technology/embedding non-technical account with explanatory comics] first.'''
+
'''This is a developer-oriented document.  Read our [[Embedded Metadata|non-technical account with explanatory comics]] first.'''
 
 
This document describes how to apply [[Nonweb Tagging|our non-web content guidelines]] to MP3s.
 
 
 
Ogg embedded metadata is placed in [http://www.xiph.org/ogg/vorbis/doc/v-comment.html comment fields]. One of these will be used for embedding Creative Commons license claim metadata:
 
  
The '''LICENSE''' comment should include a human-readable license and license claim information. The contents of this frame are displayed by some programs in a "file info" window. Example value: <code>1995 Example Band. Licensed to the public under http://creativecommons.org/licenses/by/2.0/ verify at http://example.com/cclicenses.html</code>
+
This document describes how to apply [[Nonweb Tagging|our non-web content guidelines]] to OGG files.
  
If "verify at " exists in LICENSE, everything after it must be the license claim URL, and if there is a license claim URL then it must be preceded by "verify at ".
+
OGG embedded metadata is placed in []. Two of these will be used for embedding Creative Commons license claim metadata:
  
== Tools ==
+
'''LICENSE''' (Copyright/Legal information) should include the license URL.  For example, http://creativecommons.org/licenses/by/2.5/. 
  
Example code for embedding license claims in files and generating license claim RDF is available at the [http://cctools.sourceforge.net/ cctools project on sourceforge].
+
'''CONTACT''' (Contact information for track creators) should include the URL where the work metadata, including verification information, may be found.  See [[Nonweb Tagging]] for information on verification metadata.

Latest revision as of 18:56, 10 October 2007


File Type Information
Supports embedding license URL: supports_license_url::True
Supports embedding web statement: supports_web_statement::True
Supports embedding more permissions: supports_more_permissions::False
Metadata Location: [[Metadata location::{{{metadata_location}}}]] | (unknown) }}
Metadata Format: [[Metadata format::{{{metadata_format}}}]] | (unknown) }}


Using Creative Commons Metadata in OGG Files

http://creativecommons.org/images/metadata/mp3-small.gif
Click to See Full Image

This is a developer-oriented document. Read our non-technical account with explanatory comics first.

This document describes how to apply our non-web content guidelines to OGG files.

OGG embedded metadata is placed in []. Two of these will be used for embedding Creative Commons license claim metadata:

LICENSE (Copyright/Legal information) should include the license URL. For example, http://creativecommons.org/licenses/by/2.5/.

CONTACT (Contact information for track creators) should include the URL where the work metadata, including verification information, may be found. See Nonweb Tagging for information on verification metadata.