<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Rip DVD audio to mp3 or ogg</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike Rofone</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-115182</link>
		<dc:creator>Mike Rofone</dc:creator>
		<pubDate>Sat, 12 Nov 2011 20:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-115182</guid>
		<description>After some more fiddling with it, I ran across some more issues which I overcame.

1) Another live DVD had both a Stereo and 5.1 mix. As the 5.1 was the second audio track, I had to change all the &quot;-a 0&quot; entries to &quot;-a 1&quot;.

2) I found about half of the files to be unplayable in both VLC and totem. ffmpeg could process them, giving some &quot;incomplete block&quot; and other other errors, but the output files where then okay. Turn out that just dropping the &quot;tcextract&quot; invocation fixed the problem as well. The resulting files are a few 100kb larger, but they all play fine in VLC and totem.

So finally I ended up using the following for the DVD Title 4, Chapters 1-9, Audio Track 0:
for i in {1..9}  ; do tccat -T 4,${i},1 -i &quot;/dev/sr0&quot; -t dvd -d 0 &#124; tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 &gt; Syschaos_${i}.ac3 ; done

For another DVD (&quot;Where Death is most alive&quot; by &quot;Dark Tranquillity&quot;) I needed Title 1, Chapters 2-21, Audio Track *1*:
for i in {2..21}  ; do tccat -T 1,${i},1 -i &quot;/dev/sr0&quot; -t dvd -d 0 &#124; tcdemux -a 1 -x ac3 -S 0 -M 1  &gt; Deathalive_${i}.ac3 ; done

3) As a side node, when creating MP3 files with transcode, one can alter the default of 128kbit/s using the -b switch, e.g. &quot;-b 256k&quot;.</description>
		<content:encoded><![CDATA[<p>After some more fiddling with it, I ran across some more issues which I overcame.</p>
<p>1) Another live DVD had both a Stereo and 5.1 mix. As the 5.1 was the second audio track, I had to change all the &#8220;-a 0&#8243; entries to &#8220;-a 1&#8243;.</p>
<p>2) I found about half of the files to be unplayable in both VLC and totem. ffmpeg could process them, giving some &#8220;incomplete block&#8221; and other other errors, but the output files where then okay. Turn out that just dropping the &#8220;tcextract&#8221; invocation fixed the problem as well. The resulting files are a few 100kb larger, but they all play fine in VLC and totem.</p>
<p>So finally I ended up using the following for the DVD Title 4, Chapters 1-9, Audio Track 0:<br />
for i in {1..9}  ; do tccat -T 4,${i},1 -i &#8220;/dev/sr0&#8243; -t dvd -d 0 | tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 &gt; Syschaos_${i}.ac3 ; done</p>
<p>For another DVD (&#8220;Where Death is most alive&#8221; by &#8220;Dark Tranquillity&#8221;) I needed Title 1, Chapters 2-21, Audio Track *1*:<br />
for i in {2..21}  ; do tccat -T 1,${i},1 -i &#8220;/dev/sr0&#8243; -t dvd -d 0 | tcdemux -a 1 -x ac3 -S 0 -M 1  &gt; Deathalive_${i}.ac3 ; done</p>
<p>3) As a side node, when creating MP3 files with transcode, one can alter the default of 128kbit/s using the -b switch, e.g. &#8220;-b 256k&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rofone</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-115165</link>
		<dc:creator>Mike Rofone</dc:creator>
		<pubDate>Sat, 12 Nov 2011 09:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-115165</guid>
		<description>Argh, sorry I missed some important point in the summary of the &quot;Bad Address&quot; fix: Instead of using &quot;-y null,raw&quot; one should now use &quot;-y null,tcaud&quot;, as the output of transcode will also state. I did not try the &quot;-y null,wav&quot; option, but perhaps it applies to it as well.</description>
		<content:encoded><![CDATA[<p>Argh, sorry I missed some important point in the summary of the &#8220;Bad Address&#8221; fix: Instead of using &#8220;-y null,raw&#8221; one should now use &#8220;-y null,tcaud&#8221;, as the output of transcode will also state. I did not try the &#8220;-y null,wav&#8221; option, but perhaps it applies to it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rofone</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-115164</link>
		<dc:creator>Mike Rofone</dc:creator>
		<pubDate>Sat, 12 Nov 2011 09:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-115164</guid>
		<description>This article has been very helpful, and thanks in particular for Ascentury to his pointers on how to fix the &quot;Bad address&quot; error (summary: replace the &quot;-x dvd&quot; by &quot;-x dvd,dvd&quot; and the &quot;-y $CODEC&quot; to &quot;-y null,$CODEC&quot; in the above instructions, and there you go!

As this is the first page to come up on Google when searching for &quot;rip dvd audio linux&quot;, I want to share how I succeeded in extracting the 5.1 Audio from a music DVD directly to AC3 files. I could not find any other resources on how to do so without retranscoding or conversion to Stereo Audio.

I could not get direct AC3 extraction to work using transcode, as it would always fail with different errors depending on the &quot;-y&quot; values chosen. But from its output, I could derive how to do it. The following line will extract the multichannel AC3 audio from chapters 1-9 of track 4 of the DVD (&quot;Systematic Chaos&quot; 5.1 Mix DVD from Dream Theater) in the first optical drive in Arch Linux for files &quot;Syschaos_{1..9].ac3&quot;, which just play fine in VLC:

for i in {1..9} ; do tccat -T 4,${i},1 -i &quot;/dev/sr0&quot; -t dvd -d 0 &#124; tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 &#124; tcextract -t vob -x ac3 -a 0 -d 0 &gt; Syschaos_${i}.ac3 ; done

The syntax of the tccat &quot;-T&quot; command is identical to transcode&#039;s.

Again, thanks to the author and Ascentury for their valuable information! :)
Cheers from Germany,
Mike</description>
		<content:encoded><![CDATA[<p>This article has been very helpful, and thanks in particular for Ascentury to his pointers on how to fix the &#8220;Bad address&#8221; error (summary: replace the &#8220;-x dvd&#8221; by &#8220;-x dvd,dvd&#8221; and the &#8220;-y $CODEC&#8221; to &#8220;-y null,$CODEC&#8221; in the above instructions, and there you go!</p>
<p>As this is the first page to come up on Google when searching for &#8220;rip dvd audio linux&#8221;, I want to share how I succeeded in extracting the 5.1 Audio from a music DVD directly to AC3 files. I could not find any other resources on how to do so without retranscoding or conversion to Stereo Audio.</p>
<p>I could not get direct AC3 extraction to work using transcode, as it would always fail with different errors depending on the &#8220;-y&#8221; values chosen. But from its output, I could derive how to do it. The following line will extract the multichannel AC3 audio from chapters 1-9 of track 4 of the DVD (&#8220;Systematic Chaos&#8221; 5.1 Mix DVD from Dream Theater) in the first optical drive in Arch Linux for files &#8220;Syschaos_{1..9].ac3&#8243;, which just play fine in VLC:</p>
<p>for i in {1..9} ; do tccat -T 4,${i},1 -i &#8220;/dev/sr0&#8243; -t dvd -d 0 | tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 | tcextract -t vob -x ac3 -a 0 -d 0 &gt; Syschaos_${i}.ac3 ; done</p>
<p>The syntax of the tccat &#8220;-T&#8221; command is identical to transcode&#8217;s.</p>
<p>Again, thanks to the author and Ascentury for their valuable information! <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Cheers from Germany,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ascentury</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-102603</link>
		<dc:creator>Ascentury</dc:creator>
		<pubDate>Thu, 28 Apr 2011 14:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-102603</guid>
		<description>For those who are receiving a ``Bad address&#039;&#039; error, see the advice at http://ubuntuforums.org/archive/index.php/t-330856.html which clarifies that transcode has changed the way it handles command-line input slightly.</description>
		<content:encoded><![CDATA[<p>For those who are receiving a &#8220;Bad address&#8221; error, see the advice at <a href="http://ubuntuforums.org/archive/index.php/t-330856.html" rel="nofollow">http://ubuntuforums.org/archive/index.php/t-330856.html</a> which clarifies that transcode has changed the way it handles command-line input slightly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-21808</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-21808</guid>
		<description>Thanks Kirby, that script works perfectly!  note: minor tweaks to # of chapters (the x&lt;=8 for future reference) and the title (1st 1 in the 1,$x,1) and I&#039;m golden!</description>
		<content:encoded><![CDATA[<p>Thanks Kirby, that script works perfectly!  note: minor tweaks to # of chapters (the x&lt;=8 for future reference) and the title (1st 1 in the 1,$x,1) and I&#039;m golden!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-17460</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-17460</guid>
		<description>Great excepg that this just doesn&#039;t work.  Transcode just borks.  You can try getting the latest version.  But it is only available as source and won&#039;t build.  Best not to waste your time trying with transcode.  Back to google to search for something that actually works.</description>
		<content:encoded><![CDATA[<p>Great excepg that this just doesn&#8217;t work.  Transcode just borks.  You can try getting the latest version.  But it is only available as source and won&#8217;t build.  Best not to waste your time trying with transcode.  Back to google to search for something that actually works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirby</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-2#comment-12553</link>
		<dc:creator>Kirby</dc:creator>
		<pubDate>Tue, 01 Sep 2009 05:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-12553</guid>
		<description>For some reason a couple DVDs (Springsteen concert videos) would just come out with static when I tried the -y raw option but work with WAV output.  1 DVD worked (U2 concert video) as MP3.  

I gave up trying to figure out why and instead just used lame to convert my WAV to an MP3

for((x=1; x&lt;=8; x++)) do transcode -i /dev/dvd -x dvd -T 1,$x,1 -a 0 -y wav -m track$x.wav; lame -V2 track$x.wav track$x.mp3; rm track$x.wav; done;</description>
		<content:encoded><![CDATA[<p>For some reason a couple DVDs (Springsteen concert videos) would just come out with static when I tried the -y raw option but work with WAV output.  1 DVD worked (U2 concert video) as MP3.  </p>
<p>I gave up trying to figure out why and instead just used lame to convert my WAV to an MP3</p>
<p>for((x=1; x&lt;=8; x++)) do transcode -i /dev/dvd -x dvd -T 1,$x,1 -a 0 -y wav -m track$x.wav; lame -V2 track$x.wav track$x.mp3; rm track$x.wav; done;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-12275</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-12275</guid>
		<description>If that is the case you can do as I say in my first post, the one with the repetitive structure. Hope this helps.</description>
		<content:encoded><![CDATA[<p>If that is the case you can do as I say in my first post, the one with the repetitive structure. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-12274</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-12274</guid>
		<description>Did you try including the space between the &quot;T&quot; and &quot;24&quot;??
Are you sure the audio is recorded in the same chapter number?? I mean, maybe the audio is longer, but maybe it is in 2 chapters, for example -T 24,1,1 and -T 24,2,1.</description>
		<content:encoded><![CDATA[<p>Did you try including the space between the &#8220;T&#8221; and &#8220;24&#8243;??<br />
Are you sure the audio is recorded in the same chapter number?? I mean, maybe the audio is longer, but maybe it is in 2 chapters, for example -T 24,1,1 and -T 24,2,1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Habanero</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-12272</link>
		<dc:creator>Habanero</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-12272</guid>
		<description>I&#039;ve tried this command on two different DVDs and both times the transcoding stops at 1:25:29 though the audio length is longer.

transcode -i /media/cdrom0 -x dvd -T24,1 -a 0 -y raw -m redvsblue_s5.mp3</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this command on two different DVDs and both times the transcoding stops at 1:25:29 though the audio length is longer.</p>
<p>transcode -i /media/cdrom0 -x dvd -T24,1 -a 0 -y raw -m redvsblue_s5.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick Ozaki</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-9620</link>
		<dc:creator>Erick Ozaki</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-9620</guid>
		<description>Man, this trick is awesome! Congratulations for the great tip!

Is because of people like you this thing called OpenSource works so fine!</description>
		<content:encoded><![CDATA[<p>Man, this trick is awesome! Congratulations for the great tip!</p>
<p>Is because of people like you this thing called OpenSource works so fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-9477</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Thu, 28 May 2009 06:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-9477</guid>
		<description>Please, can anyone tell me how can i decrease de weight of an audiofile while i&#039;m ripping the audio from the dvd?
Thank you very much</description>
		<content:encoded><![CDATA[<p>Please, can anyone tell me how can i decrease de weight of an audiofile while i&#8217;m ripping the audio from the dvd?<br />
Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-9473</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Thu, 28 May 2009 04:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-9473</guid>
		<description>I found how to increase the volume; it is with the flag -s [1,1,1] 
changing the number, you can increase the volume.</description>
		<content:encoded><![CDATA[<p>I found how to increase the volume; it is with the flag -s [1,1,1]<br />
changing the number, you can increase the volume.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-9471</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Thu, 28 May 2009 03:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-9471</guid>
		<description>Hello. Thanks for posting all these things, they were very useful to me.
I would like to say Roberto that there is a better way to do that; picture yourself that the DVD has 60 chapters...are you going to write all the 60 numbers?
I venture to suggest that if you want to rip all chapters from 1 to 16, you use this code:
 
for ((w=1; w&lt;=16; w++)) do   transcode -i /dev/dvd -x dvd -T 4,$w,1 -a 0 -y raw -m yourartistname-0$w.mp3; done

That is just a repetitive structure, where w represents the first number of the chapter and the second w the last chapter you want to rip. Instead of writing down all the numbers, you can tell the compiler to do it for you. The line where it says &quot;yourartistname&quot; is for you to substitute that for the name of your favorite artist, or the single, or the disc or anything you want.
The output filename will have the number of the chapter next to the name of your artist (specially useful if you want them to be ordered numerically)
I get rid of longer locations in the filenames by locating the parser to the desired directory before executing the preceding order (this is writing cd /yourhomefolder/yourdesiredfolder before executing the order).
But i have a little problem: when i do all that, the file volume is considerably low, so my question is how can i increase the volume level of my output file?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello. Thanks for posting all these things, they were very useful to me.<br />
I would like to say Roberto that there is a better way to do that; picture yourself that the DVD has 60 chapters&#8230;are you going to write all the 60 numbers?<br />
I venture to suggest that if you want to rip all chapters from 1 to 16, you use this code:</p>
<p>for ((w=1; w&lt;=16; w++)) do   transcode -i /dev/dvd -x dvd -T 4,$w,1 -a 0 -y raw -m yourartistname-0$w.mp3; done</p>
<p>That is just a repetitive structure, where w represents the first number of the chapter and the second w the last chapter you want to rip. Instead of writing down all the numbers, you can tell the compiler to do it for you. The line where it says &#8220;yourartistname&#8221; is for you to substitute that for the name of your favorite artist, or the single, or the disc or anything you want.<br />
The output filename will have the number of the chapter next to the name of your artist (specially useful if you want them to be ordered numerically)<br />
I get rid of longer locations in the filenames by locating the parser to the desired directory before executing the preceding order (this is writing cd /yourhomefolder/yourdesiredfolder before executing the order).<br />
But i have a little problem: when i do all that, the file volume is considerably low, so my question is how can i increase the volume level of my output file?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Pockspen</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-7323</link>
		<dc:creator>Steve Pockspen</dc:creator>
		<pubDate>Sat, 11 Apr 2009 13:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-7323</guid>
		<description>Ubuntu 8.04 LTS here.

Error factory when attempting the build on handbrake. Many errors shown during config, but no final message saying it was fubared.

SP</description>
		<content:encoded><![CDATA[<p>Ubuntu 8.04 LTS here.</p>
<p>Error factory when attempting the build on handbrake. Many errors shown during config, but no final message saying it was fubared.</p>
<p>SP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faithman</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-6479</link>
		<dc:creator>Faithman</dc:creator>
		<pubDate>Tue, 10 Mar 2009 04:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-6479</guid>
		<description>Thanks for the guide.

I ripped audio from a dvd but found that there was clipping on some of the louder parts of the music. Is there a way of preventing this? i.e. can you normalize the levels whilst ripping?

thanks for a reply from anyone,
Faithman2k</description>
		<content:encoded><![CDATA[<p>Thanks for the guide.</p>
<p>I ripped audio from a dvd but found that there was clipping on some of the louder parts of the music. Is there a way of preventing this? i.e. can you normalize the levels whilst ripping?</p>
<p>thanks for a reply from anyone,<br />
Faithman2k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seccanj</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-6444</link>
		<dc:creator>Seccanj</dc:creator>
		<pubDate>Sun, 08 Mar 2009 21:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-6444</guid>
		<description>If you have an AVI video file instead of a DVD, another useful command to extract the audio into an mp3 file is the following, assuming the video file already has audio encoded in mp3:

transcode -i input_file.avi -x null,mp3 -y null,raw -m output_file.mp3</description>
		<content:encoded><![CDATA[<p>If you have an AVI video file instead of a DVD, another useful command to extract the audio into an mp3 file is the following, assuming the video file already has audio encoded in mp3:</p>
<p>transcode -i input_file.avi -x null,mp3 -y null,raw -m output_file.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan morgan</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-5692</link>
		<dc:creator>alan morgan</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-5692</guid>
		<description>Please advise on copying sound from dvd and converting it to mp3 format.  Can a cd be reformatted to mp3 format, so that I can transfer 6 hours of music from dvd to cd.  Please advise on price of software.

A. C. M.</description>
		<content:encoded><![CDATA[<p>Please advise on copying sound from dvd and converting it to mp3 format.  Can a cd be reformatted to mp3 format, so that I can transfer 6 hours of music from dvd to cd.  Please advise on price of software.</p>
<p>A. C. M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-1483</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Wed, 24 Sep 2008 21:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-1483</guid>
		<description>Thanks everyone!  Can someone tell me how to get the audio from the menu portion of the DVD?  I want to get the short music that plays with the DVD menu.</description>
		<content:encoded><![CDATA[<p>Thanks everyone!  Can someone tell me how to get the audio from the menu portion of the DVD?  I want to get the short music that plays with the DVD menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html/comment-page-1#comment-1482</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 24 Aug 2008 20:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-rip-dvd-audio-to-mp3-or-ogg.html#comment-1482</guid>
		<description>To transcode all music chapters from 1 to 16:

for x in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16; do  transcode -i /dev/dvd -x dvd -T 1,$x,1 -a 0 -y raw -m track$x.mp3; done</description>
		<content:encoded><![CDATA[<p>To transcode all music chapters from 1 to 16:</p>
<p>for x in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16; do  transcode -i /dev/dvd -x dvd -T 1,$x,1 -a 0 -y raw -m track$x.mp3; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>

