[www] r873 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-01-24 18:28:35 +0300 (Mon, 24 Jan 2005) New Revision: 873 Modified: trunk/www.matroska.org/data/technical/specs/notes.html Log: spec: add our semi-official MIME types Modified: trunk/www.matroska.org/data/technical/specs/notes.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/notes.html 2005-01-19 15:16:11 UTC (rev 872) +++ trunk/www.matroska.org/data/technical/specs/notes.html 2005-01-24 15:28:35 UTC (rev 873) @@ -1,15 +1,10 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--#set var="docroot" value="../../" --> -<html><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" --> +<html> <head> -<!-- InstanceBeginEditable name="doctitle" --> <title>Matroska</title> -<!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <!--#include virtual="/include/stylesheet-main.html" --> -<!-- InstanceBeginEditable name="head" --> -<!-- InstanceEndEditable --> - </head> <body> @@ -33,7 +28,7 @@ </ul> </div> -<div id="content"><!-- InstanceBeginEditable name="Content" --> +<div id="content"> <h3 id="Beginning_of_File">Beginning of File</h3> <p>An EBML file always starts with 0x1A. The 0x1A makes the DOS command "type" @@ -90,6 +85,14 @@ <p>Encryption information is stored in the ContentEncodings section under the ContentEncryption element.</p> <p></p> + +<h3 id="MIME">Mime Types</h3> +<p>There is no IETF endorsed MIME type for Matroska files. But you can use the ones we have defined on your system :</p> +<ul> +<li>.mka : Matroska audio <code>audio/x-matroska</code></li> +<li>.mkv : Matroska video <code>video/x-matroska</code></li> +</ul> + <h3 id="Octet">Octet</h3> <p>An Octet refers to a byte made of 8 bits.</p> <p></p> @@ -255,10 +258,9 @@ <p></p> <p></p> <p></p> -<!-- InstanceEndEditable --> </div> <!--#include virtual="/include/page-tail.html" --> </div> </body> -<!-- InstanceEnd --></html> +</html>