<?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: extracting audio from a DVD</title>
	<atom:link href="http://www.3till7.net/2005/12/24/extracting-audio-from-a-dvd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net/2005/12/24/extracting-audio-from-a-dvd/</link>
	<description>Programming, espresso, and grumbling.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:27:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://www.3till7.net/2005/12/24/extracting-audio-from-a-dvd/comment-page-1/#comment-359790</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.3till7.net/?p=1016#comment-359790</guid>
		<description>something i often do to rip audio/live concert dvd audio is to use the track divisions that are often already on the dvd. something like:

for n in `seq -w 1 $MAXTRACKNUMBER`; do;
mplayer -ao pcm:file=$n.wav -vo null -chapter $n-$n dvd://$TITLENUMBER
done</description>
		<content:encoded><![CDATA[<p>something i often do to rip audio/live concert dvd audio is to use the track divisions that are often already on the dvd. something like:</p>
<p>for n in `seq -w 1 $MAXTRACKNUMBER`; do;<br />
mplayer -ao pcm:file=$n.wav -vo null -chapter $n-$n dvd://$TITLENUMBER<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.3till7.net/2005/12/24/extracting-audio-from-a-dvd/comment-page-1/#comment-2354</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 18 Mar 2006 17:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.3till7.net/?p=1016#comment-2354</guid>
		<description>I find it works better if you split up the wav file.  Since the wav file is uncompressed, you can break it up with command-line tools (man split).  Then you can encode each of the small wav files into ogg files.  I have a bash script that does exactly this; very handy for listening to Futurama in the car.</description>
		<content:encoded><![CDATA[<p>I find it works better if you split up the wav file.  Since the wav file is uncompressed, you can break it up with command-line tools (man split).  Then you can encode each of the small wav files into ogg files.  I have a bash script that does exactly this; very handy for listening to Futurama in the car.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trinity</title>
		<link>http://www.3till7.net/2005/12/24/extracting-audio-from-a-dvd/comment-page-1/#comment-1525</link>
		<dc:creator>Trinity</dc:creator>
		<pubDate>Mon, 26 Dec 2005 02:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.3till7.net/?p=1016#comment-1525</guid>
		<description>Ohh!  It works, it works!  This is too spiffy!</description>
		<content:encoded><![CDATA[<p>Ohh!  It works, it works!  This is too spiffy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

