[xiph-commits] r8224 - in websites/xiph.org/ogg/howto: . linux

nilesh at motherfish-iii.xiph.org nilesh at motherfish-iii.xiph.org
Thu Nov 18 13:55:23 PST 2004


Author: nilesh
Date: 2004-11-18 13:55:22 -0800 (Thu, 18 Nov 2004)
New Revision: 8224

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
Log:
Updated linux ogg howto.


Modified: websites/xiph.org/ogg/howto/links.html
===================================================================
--- websites/xiph.org/ogg/howto/links.html	2004-11-18 19:47:39 UTC (rev 8223)
+++ websites/xiph.org/ogg/howto/links.html	2004-11-18 21:55:22 UTC (rev 8224)
@@ -7,29 +7,43 @@
 <!--#include virtual="/xiphmid.include" -->
 <style>
 <!--
-.shift {margin-left: 15px;}
+.shift {margin-left: 15px; line-height: 20pt}
 -->
 </style>
-<h2>Ogg on windows</h2>
+<!--<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">
+	Use <a href="">Ogg directshow filters</a> for playing 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://neroplugins.cd-rw.org/">audio-plugins</a> for nero
+	Use <a href="http://neroplugins.cd-rw.org/">audio-plugins</a> for nero
 	burning room.
 	<br>
-	</div>
+	<!--</div>-->
+	<a href="https://player.helixcommunity.org/">Helix</a> provides a open 
+	source player for playing Ogg 
+	files on both windows and linux.
+	<br>
+	<a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a> can be
+	used to convert .dv and .avi format video into Ogg Theora.
+	<br>
+	<a href=
+	"http://www.dogphilosophy.net/SECTION-Technical_Stuff/ogg-theora-microhowto.html">
+	 Ogg Theora Micro-HOWTO</a> provides information using theora.
+	<br>
+	<a href="http://www.videolan.org/">VideoLan</a> also supports Ogg file
+	formats.
+	<br>
+	<a href="http://www.mplayerhq.hu/">MPlayer</a> - The Movie Player
+	<br>
+	<a href="http://www.xinehq.de">xine</a> - Another popular open source 
+	movie player that supports Ogg.
+	<br>
 </div>
 
-<h2>Ogg on linux</h2>
-<div class="shift">
-	As all common linux players support Ogg, this should not be a
-problem. (But you will have to install libvorbis, libtheora and libogg).
-</div>
 <br>
 Back to <a href="">Ogg howto for novices</a>
 

Modified: websites/xiph.org/ogg/howto/linux/create-audio.html
===================================================================
--- websites/xiph.org/ogg/howto/linux/create-audio.html	2004-11-18 19:47:39 UTC (rev 8223)
+++ websites/xiph.org/ogg/howto/linux/create-audio.html	2004-11-18 21:55:22 UTC (rev 8224)
@@ -8,9 +8,30 @@
 <style>
 <!--
 .shift {margin-left: 15px;}
+table.command {border: thin dotted black; background-color: #f5f5f5; width: 80%}
 -->
 </style>
 
-	
+You can try using <a href="http://oggasm.sf.net/">oggasm</a> to convert mp3 to ogg vorbis. 
+You can also try <a href="http://www.hut.fi/~tajyrink/proj_info.html#convvorbis">
+a modified version</a> of same software with some enhancements.
+<br><br>
+One can also try <a href="http://www.vorbis.com/">oggenc</a> which is 
+supplied with vorbis-tools to convert raw wav files to wav.
+<table class="command">
+<tr><td>
+oggenc input.wav
+</td></tr>
+<table>
+<br>
+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.
+<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
+to other will result in degradation in quality.
+<br><br>
 Go back to <a href="/ogg/howto/">ogg howto</a>
 <!--#include virtual="/xiphbottom.include" -->

Modified: websites/xiph.org/ogg/howto/linux/create-video.html
===================================================================
--- websites/xiph.org/ogg/howto/linux/create-video.html	2004-11-18 19:47:39 UTC (rev 8223)
+++ websites/xiph.org/ogg/howto/linux/create-video.html	2004-11-18 21:55:22 UTC (rev 8224)
@@ -8,9 +8,49 @@
 <style>
 <!--
 .shift {margin-left: 15px;}
+table.command {border: thin dotted black; background-color: #f5f5f5; width: 80%}
 -->
 </style>
 
-	
+A easy way to convert a video to theora (ogg) format is to use 
+<a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a>.
+Just <a href="http://www.v2v.cc/~j/ffmpeg2theora/download.html">download</a>
+the binary and run
+<br>
+<table class="command">
+<tr><td>
+ffmpeg2theora videoclip.avi
+</td></tr>
+<table>
+This will create videoclip.avi.ogg. To explore see some more
+<a href="http://www.v2v.cc/~j/ffmpeg2theora/examples.html"> examples</a>. 
+You can also try a KDE fontend 
+(<a href="http://www.kde-apps.org/content/show.php?content=17831">Katiuska</a>)
+for same.
+<br><br>
+You can also use mplayer/encoder_example to encode your videos. 
+Firstly, using mencoder you will need to extract from your video file
+raw video and audio stream. Then you can use encoder_example (supplied
+with theora package) to make a ogg video.
+<table class="command">
+<tr><td>
+mkfifo stream.wav
+</td></tr>
+<tr><td>
+mkfifo stream.yuv
+</td></tr>
+<tr><td>
+mplayer -quiet -ao pcm -aofile stream.wav -vo null -vc null inputvideo.avi
+</td></tr>
+<tr><td>
+mplayer -quiet -vo yuv4mpeg -ao null -ac null -nosound inputvideo.avi
+</td></tr>
+<tr><td>
+encoder_example -v 3 -a 2 stream.wav stream.yuv &gt; outfile.ogg
+</td></tr>
+<table>
+You can <a href="http://www.hut.fi/~tajyrink/proj_info.html">
+download a script</a> that does all this.
+<br><br>
 Go back to <a href="/ogg/howto/">ogg howto</a>
 <!--#include virtual="/xiphbottom.include" -->



More information about the commits mailing list