[xiph-commits] r7166 - in websites/xiph.org: container ogg ogg/howto

nilesh at dactyl.lonelymoon.com nilesh
Fri Jul 16 09:56:53 PDT 2004


Author: nilesh
Date: Fri Jul 16 09:56:53 2004
New Revision: 7166

Added:
websites/xiph.org/ogg/howto/
websites/xiph.org/ogg/howto/index.html
websites/xiph.org/ogg/howto/links.html
websites/xiph.org/ogg/howto/linux/
websites/xiph.org/ogg/howto/windows/
Modified:
websites/xiph.org/container/index.html
Log:
Did some more changes in xiph.org/container/, Also added some howotos
for Ogg.


Modified: websites/xiph.org/container/index.html
===================================================================
--- websites/xiph.org/container/index.html	2004-07-16 15:47:12 UTC (rev 7165)
+++ websites/xiph.org/container/index.html	2004-07-16 16:56:50 UTC (rev 7166)
@@ -7,7 +7,7 @@
<!--#include virtual="/xiphmid.include" -->
<style>
<!--
-.shift {margin-left: 15px;
+.shift {margin-left: 15px;}
-->
</style>

@@ -83,28 +83,22 @@
<h2>Ogg</h2>
<p>
Ogg Media Container is developed by <a href="http://www.xiph.org/">
-	Xiph</a>. The Ogg bitstream is defined in RFC 3533 and its MIME
-	media type (application/ogg) in RFC 3534.
-	This format was designed with main aim of media streaming (which
-	does not mean it is not good for other uses). More
-	information about ogg can be found <a
-	href="http://www.xiph.org/ogg/doc/">here</a> (probably outdated).
+	Xiph</a> as the framework of a larger initiative aimed at
+	developing a set of components for the coding and decoding of multimedia
+	content which are both freely available and freely re-implementable in
+	software. The Ogg bitstream is defined in <a
+	href="http://www.faqs.org/rfcs/rfc3533.html">RFC 3533</a> and its MIME
+	media type (application/ogg) in <a
+	href="http://www.faqs.org/rfcs/rfc3534.html">RFC 3534</a>.
+	This format was designed with main aim of media streaming (but is
+	good for all common needs). More information about ogg can be found <a
+	href="http://www.xiph.org/ogg/doc/">here</a> (which is probably outdated).
</p>
-	<p><b>Using Ogg</b>: Ogg (and theora and vorbis) are very well
-	supported by GNU/Linux (mplayer, xine etc ..). For windows you
-	can install directshow <a href="http://www.illiminable.com/ogg/">plugins</a>.
-	</p>
<p>
-	<b>Creation of Ogg files</b>: To create audio-only-vorbis files,
-	you can use command line utility <a
-	href="http://www.gnu.org/directory/audio/ogg/OggEnc.html">oggenc</a>.
-	To encode theora-video + vorbis-audio in Ogg, libtheora provides
-	a command line utility (encoder_example) which can be used as shown
-	in following <a
-href="http://www.dogphilosophy.net/SECTION-Technical_Stuff/ogg-theora-microhowto.html">
-	document</a>. On windows, just follow instructions mentioned <a
-	href="http://www.illiminable.com/ogg/enc_theora_graphedit.html">here</a>.
+	To start using Ogg, just read <a href="../ogg/howto/">Ogg
+	howto</a>.
</p>
+
<a name="ogm-container">
<h2>OGM</h2>
<p>
@@ -191,18 +185,13 @@
<a name="more-about-ogg"></a>
<h2>Tell me more about Ogg Project?</h2>
<div class="shift">
-Ogg project aims at creating open standards for multimedia content on
-internet. We have developed audio and video compression formats that are
-ready for use (like streaming video). For more info go to <a
+Ogg is the umbrella for a group of several related multimedia and signal
+processing projects that are open source and royalty free. Development of
+these projects is controlled by Xiph.org. For more information go to <a
href="http://www.xiph.org/ogg/">Ogg project page</a>.
<br>
-Using Ogg files on Linux should not be a problem as most of the players
-support them. On windows, you can play audio files in winamp or install
-direct show plugins. Ogg video files are also playable on windows if you
-install appropriate filters from <a
-href="http://www.illuminable.org/ogg/">http://www.illuminable.org/ogg/</a>.
-<br>
-To create Ogg files, please read following <a href="i-have-to-write-it">howto</a>.
+Ogg files can be easily used on both Linux and Windows. Just read
+<a href="../ogg/howto/">Ogg howto</a> and start using Ogg.
</div>



Added: websites/xiph.org/ogg/howto/index.html
===================================================================
--- websites/xiph.org/ogg/howto/index.html	2004-07-16 15:47:12 UTC (rev 7165)
+++ websites/xiph.org/ogg/howto/index.html	2004-07-16 16:56:50 UTC (rev 7166)
@@ -0,0 +1,70 @@
+<title>  xiph.org: Ogg howto </title>
+
+<!--#include file="../oggtop.include" -->
+
+Ogg howto for novices
+
+<!--#include virtual="/xiphmid.include" -->
+<style>
+<!--
+.shift {margin-left: 15px;}
+-->
+</style>
+
+<p>
+This document provides basic howto on using Ogg. Aim is to provide a very
+simple tutorial for a complete layman.
+</p>
+
+<h2>I have some Ogg files, how do I play them?</h2>
+<div class="shift">
+	<p>
+	To start using Ogg files, just select and read document for your
+operating system.
+	</p>
+	<div class="shift">
+	Play Ogg on <a href="windows/play.html">Windows</a>
+	<br>
+	Play Ogg on <a href="linux/play.html">Linux</a>
+	</div>
+</div>
+
+<h2>And how can I create Ogg files?</h2>
+<div class="shift">
+	<p>
+	Just select from tutorials below.
+	</p>
+	<div class="shift">
+	<a href="windows/create-audio.html">Encode audio on Windows</a>
+	<br>
+	<a href="windows/create-video.html">Encode videos(+audio) on Windows</a>
+	<br>
+	<a href="linux/create-audio.html">Encode audio on Linux</a>
+	<br>
+	<a href="linux/create-video.html">Encode videos(+audio) on Linux</a>
+	</div>
+</div>
+
+<h2>And what about vorbis and theora files?</h2>
+<div class="shift">
+	<p>
+		Vorbis and Theora are audio and video compression
+		algorithms used by Ogg files.
+	</p>
+</div>
+
+<h2>Okay, tell me more about Ogg.</h2>
+<div class="shift">
+        <p>
+	Ogg is the umbrella for a group of several related multimedia and
+	signal processing projects that are open source and royalty free.
+	Development of these projects is controlled by Xiph.org. For more
+	information go to <a href="http://www.xiph.org/ogg/">Ogg project page</a>.
+	</p>
+</div>
+
+Note: This document is a quick howto for Ogg. For advanced topics checkout
+<a href="links.html">links</a>.<br>
+7th July, 2004
+
+<!--#include virtual="/xiphbottom.include" -->

Added: websites/xiph.org/ogg/howto/links.html
===================================================================
--- websites/xiph.org/ogg/howto/links.html	2004-07-16 15:47:12 UTC (rev 7165)
+++ websites/xiph.org/ogg/howto/links.html	2004-07-16 16:56:50 UTC (rev 7166)
@@ -0,0 +1,39 @@
+<title>  xiph.org: Ogg howto </title>
+
+<!--#include file="../oggtop.include" -->
+
+Ogg HowTo : Links
+
+<!--#include virtual="/xiphmid.include" -->
+<style>
+<!--
+.shift {margin-left: 15px;}
+-->
+</style>
+<h2>Ogg on windows</h2>
+<div class="shift">
+	Try <a href="">Ogg directshow filters</a> for using Ogg on windows.
+	<h3>Vorbis (audio only)</h3>
+	<div class="shift">
+	<a href="http://www.angrycoffee.com/tutorials/vorbis/">Vorbis
+	tutorial</a> by angrycofee.com provides vorbis creation and usage
+	guide.
+	<br>
+	<a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=184">
+	Using vorbis</a>on windows by livejournal.com.
+	<br>
+	<a href="http://neroplugins.cd-rw.org/">audio-plugins</a>for nero
+	burning room.
+	<br>
+	</div>
+</div>
+
+<h2>Ogg on linux</h2>
+<div class="shift">
+	As all common linux players support Ogg, this should not be a
+problem. (You will have to install libvorbis, libtheora and libogg).
+</div>
+<br>
+<a href="">Ogg howto for novices</a>
+
+<!--#include virtual="/xiphbottom.include" -->



More information about the commits mailing list