[xiph-commits] r8285 - in websites/xiph.org/ogg/howto: . linux
windows
nilesh at motherfish-iii.xiph.org
nilesh at motherfish-iii.xiph.org
Thu Nov 25 00:35:43 PST 2004
Author: nilesh
Date: 2004-11-25 00:35:43 -0800 (Thu, 25 Nov 2004)
New Revision: 8285
Modified:
websites/xiph.org/ogg/howto/links.html
websites/xiph.org/ogg/howto/linux/create-audio.html
websites/xiph.org/ogg/howto/linux/create-video.html
websites/xiph.org/ogg/howto/windows/create-audio.html
websites/xiph.org/ogg/howto/windows/create-video.html
websites/xiph.org/ogg/howto/windows/play.html
Log:
Additions to windows howtos for Ogg.
Modified: websites/xiph.org/ogg/howto/links.html
===================================================================
--- websites/xiph.org/ogg/howto/links.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/links.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -1,6 +1,6 @@
<title> xiph.org: Ogg howto </title>
-<!--#include file="/ogg/oggtop.include" -->
+<!--#include virtual="/ogg/oggtop.include" -->
Ogg HowTo : Links
@@ -15,6 +15,7 @@
Use <a href="">Ogg directshow filters</a> for playing Ogg on windows.
<!-- <h3>Vorbis (audio only)</h3>
<div class="shift">-->
+ <br>
<a href="http://www.angrycoffee.com/tutorials/vorbis/">Vorbis
tutorial</a> by angrycofee.com provides vorbis creation and usage
guide.
@@ -22,9 +23,10 @@
Use <a href="http://neroplugins.cd-rw.org/">audio-plugins</a> for nero
burning room.
<br>
+ <a href="http://www.illiminable.com/ogg/">Illiminable</a> - Directshow Filters for Ogg Vorbis, Speex, Theora and FLAC.
<!--</div>-->
<a href="https://player.helixcommunity.org/">Helix</a> provides a open
- source player for playing Ogg
+ source player and codecs for playing Ogg
files on both windows and linux.
<br>
<a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a> can be
Modified: websites/xiph.org/ogg/howto/linux/create-audio.html
===================================================================
--- websites/xiph.org/ogg/howto/linux/create-audio.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/linux/create-audio.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -1,6 +1,6 @@
<title> xiph.org: Ogg howto </title>
-<!--#include file="/ogg/oggtop.include" -->
+<!--#include virtual="/ogg/oggtop.include" -->
Creating Ogg audio files on Linux
@@ -27,7 +27,7 @@
To rip audio on CD to ogg files, you can first rip it to wav files using
<a href="http://www.xiph.org/paranoia/">CD Paranoia</a> and then use oggenc
to convert wav to ogg. <a href="http://korbis.sourceforge.net/korbis.html">
-Korbis</a> provides a KDE based frontend to this.
+Korbis</a> provides a KDE based frontend for same.
<br><br>
Note: Converting files from mp3 to ogg is not recommended. This is becase,
both mp3 and ogg vorbis are lossy formats and changing from one lossy format
Modified: websites/xiph.org/ogg/howto/linux/create-video.html
===================================================================
--- websites/xiph.org/ogg/howto/linux/create-video.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/linux/create-video.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -1,6 +1,6 @@
<title> xiph.org: Ogg howto </title>
-<!--#include file="/ogg/oggtop.include" -->
+<!--#include virtual="/ogg/oggtop.include" -->
Creating Ogg video files on Linux
@@ -49,7 +49,7 @@
encoder_example -v 3 -a 2 stream.wav stream.yuv > outfile.ogg
</td></tr>
<table>
-You can <a href="http://www.hut.fi/~tajyrink/proj_info.html">
+You can <a href="http://www.hut.fi/~tajyrink/proj_info.html#convtheora">
download a script</a> that does all this.
<br><br>
Go back to <a href="/ogg/howto/">ogg howto</a>
Modified: websites/xiph.org/ogg/howto/windows/create-audio.html
===================================================================
--- websites/xiph.org/ogg/howto/windows/create-audio.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/windows/create-audio.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -1,6 +1,6 @@
<title> xiph.org: Ogg howto </title>
-<!--#include file="/ogg/oggtop.include" -->
+<!--#include virtual="/ogg/oggtop.include" -->
Creating Ogg audio files on Windows
@@ -11,6 +11,7 @@
-->
</style>
-
+Check <a href="http://www.illiminable.com/ogg/graphedit.html">encode vorbis, speex, FLAC and theora files using graphedit</a>.
+<br><br>
Go back to <a href="/ogg/howto/">ogg howto</a>
<!--#include virtual="/xiphbottom.include" -->
Modified: websites/xiph.org/ogg/howto/windows/create-video.html
===================================================================
--- websites/xiph.org/ogg/howto/windows/create-video.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/windows/create-video.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -1,6 +1,6 @@
<title> xiph.org: Ogg howto </title>
-<!--#include file="/ogg/oggtop.include" -->
+<!--#include video="/ogg/oggtop.include" -->
Creating Ogg video files on Windows
@@ -11,6 +11,8 @@
-->
</style>
-
+Check <a href="http://www.illiminable.com/ogg/enc_theora_graphedit.html">How to encode theora files with directshow</a>.
+<br><br>
+
Go back to <a href="/ogg/howto/">ogg howto</a>
<!--#include virtual="/xiphbottom.include" -->
Modified: websites/xiph.org/ogg/howto/windows/play.html
===================================================================
--- websites/xiph.org/ogg/howto/windows/play.html 2004-11-25 08:24:17 UTC (rev 8284)
+++ websites/xiph.org/ogg/howto/windows/play.html 2004-11-25 08:35:43 UTC (rev 8285)
@@ -32,9 +32,8 @@
</ul>
</p>
<p>
-<a href="http://www.helixcommunity.org">Helix Player</a> can also be used to play Ogg files.
-You may need to
- <a href="https://helixcommunity.org/project/showfiles.php?group_id=7">download codecs</a>.
+Real Player can also be used to play Ogg files. You will have to
+ <a href="https://helixcommunity.org/download.php/713/xiphplins_win32_0_5.exe">download and install codecs</a> from <a href="https://helixcommunity.org/project/showfiles.php?group_id=7">helix community website</a>.
</p>
Go back to <a href="/ogg/howto/">ogg howto</a>
More information about the commits
mailing list