<?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: DVD Audio Extraction</title>
	<atom:link href="http://carltonbale.com/dvd-audio-extraction/feed/" rel="self" type="application/rss+xml" />
	<link>http://carltonbale.com/dvd-audio-extraction/</link>
	<description>A personal take on tech and home theater</description>
	<lastBuildDate>Mon, 21 May 2012 15:29:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: John F</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1021</link>
		<dc:creator>John F</dc:creator>
		<pubDate>Sun, 12 Dec 2010 03:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1021</guid>
		<description>Great stuff. This helped me out immensely. Thanks.</description>
		<content:encoded><![CDATA[<p>Great stuff. This helped me out immensely. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1020</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1020</guid>
		<description>Thanks Matt for the very helpful comments.  This will definitely be beneficial to me and to others as well.</description>
		<content:encoded><![CDATA[<p>Thanks Matt for the very helpful comments.  This will definitely be beneficial to me and to others as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1019</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1019</guid>
		<description>Thanks for this guide - found it very useful, especially the first half.

I had trouble getting lpcm24 to work with my DVD.  Ended up using eac3to instead (available from Doom9 site) which allowed more flexibility when interpreting the PCM files.

Noticed an earlier comment about having difficulty batch converting files.  I wrote a four line script to do this for me:
REM Add a .pcm extension to the vStripped files to help eac3to
FOR %%I IN (T*) DO MOVE &quot;%%I&quot; &quot;%%I.pcm&quot;
REM Convert 2 channel, 16 bit, 48KHz PCM files to WAVs
FOR %%I IN (T*.pcm) DO eac3to.exe &quot;%%I&quot; &quot;%%~nI.wav&quot; -override -2 -16 -big

To make your own version copy the two lines into a text file using the file extension .bat or .cmd, change the value in the parenthesis to match your files (my files started with a T and had no file extension), then save the file.  You might need to experiment with the eac3to parameters to get the desired result.</description>
		<content:encoded><![CDATA[<p>Thanks for this guide &#8211; found it very useful, especially the first half.</p>
<p>I had trouble getting lpcm24 to work with my DVD.  Ended up using eac3to instead (available from Doom9 site) which allowed more flexibility when interpreting the PCM files.</p>
<p>Noticed an earlier comment about having difficulty batch converting files.  I wrote a four line script to do this for me:<br />
REM Add a .pcm extension to the vStripped files to help eac3to<br />
FOR %%I IN (T*) DO MOVE &#8220;%%I&#8221; &#8220;%%I.pcm&#8221;<br />
REM Convert 2 channel, 16 bit, 48KHz PCM files to WAVs<br />
FOR %%I IN (T*.pcm) DO eac3to.exe &#8220;%%I&#8221; &#8220;%%~nI.wav&#8221; -override -2 -16 -big</p>
<p>To make your own version copy the two lines into a text file using the file extension .bat or .cmd, change the value in the parenthesis to match your files (my files started with a T and had no file extension), then save the file.  You might need to experiment with the eac3to parameters to get the desired result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1018</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Fri, 24 Apr 2009 14:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1018</guid>
		<description>Phil, this method works for de-muxing the audio file from the DVD video. You&#039;ll need a different program to convert the ac3 audio to a standard format, and I&#039;m not sure what software supports that.</description>
		<content:encoded><![CDATA[<p>Phil, this method works for de-muxing the audio file from the DVD video. You&#8217;ll need a different program to convert the ac3 audio to a standard format, and I&#8217;m not sure what software supports that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1017</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 22 Apr 2009 20:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1017</guid>
		<description>Carlton, Does this method work with DVD&#039;s that have AC3 2 channel audio rather than the LPCM</description>
		<content:encoded><![CDATA[<p>Carlton, Does this method work with DVD&#8217;s that have AC3 2 channel audio rather than the LPCM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1016</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1016</guid>
		<description>That&#039;s what I&#039;ve been doing as well.  It would be nice if someone could develop a nice GUI or work with the multifrontend program to add this program to it.  Thanks for the quick response.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I&#8217;ve been doing as well.  It would be nice if someone could develop a nice GUI or work with the multifrontend program to add this program to it.  Thanks for the quick response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1015</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1015</guid>
		<description>Phil, unfortunately, I&#039;ve haven&#039;t found a way to automate the process. I just hit the &quot;up arrow&quot; key to bring up the previous command in the command prompt, edit it, and hit enter to get it to run again.

It is possible to drag a file and drop it on an executable from within Windows File Explorer, but lpcm24.exe requires that an output file name be specified, so I don&#039;t believe this method works in this case.</description>
		<content:encoded><![CDATA[<p>Phil, unfortunately, I&#8217;ve haven&#8217;t found a way to automate the process. I just hit the &#8220;up arrow&#8221; key to bring up the previous command in the command prompt, edit it, and hit enter to get it to run again.</p>
<p>It is possible to drag a file and drop it on an executable from within Windows File Explorer, but lpcm24.exe requires that an output file name be specified, so I don&#8217;t believe this method works in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1014</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 03 Apr 2009 02:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1014</guid>
		<description>Carlton I&#039;ve been using the lpcm24 program.  It&#039;s been working great.  The one issue I have is the command line for multiple files.  I convert a file, then type in the next file, etc.  What is the best way to convert multiple files from raw to wav instead of having to type each file name after each conversion.  Is there a batch mode syntax for the command line?  As always thanks so much for your help.</description>
		<content:encoded><![CDATA[<p>Carlton I&#8217;ve been using the lpcm24 program.  It&#8217;s been working great.  The one issue I have is the command line for multiple files.  I convert a file, then type in the next file, etc.  What is the best way to convert multiple files from raw to wav instead of having to type each file name after each conversion.  Is there a batch mode syntax for the command line?  As always thanks so much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1013</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Mon, 19 Jan 2009 14:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1013</guid>
		<description>Phil: You have 2 options.  If you want a standard file that is playable by any music application, convert it to a 16-bit, 44.1 kHz wav file. If you want to play by the high-definition original, you&#039;ll need a software player that can send the original 24-bit, 96 kHz file out the digital output of your computer to a receiver that can decode at that bit rate.

For simplicity, I think the down-conversion to a lower fidelity is worth more than the hassles of trying to play back the original audio stream.</description>
		<content:encoded><![CDATA[<p>Phil: You have 2 options.  If you want a standard file that is playable by any music application, convert it to a 16-bit, 44.1 kHz wav file. If you want to play by the high-definition original, you&#8217;ll need a software player that can send the original 24-bit, 96 kHz file out the digital output of your computer to a receiver that can decode at that bit rate.</p>
<p>For simplicity, I think the down-conversion to a lower fidelity is worth more than the hassles of trying to play back the original audio stream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://carltonbale.com/dvd-audio-extraction/comment-page-1/#comment-1012</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 18 Jan 2009 21:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://carltonbale.com/blog/dvd-audio-extraction/#comment-1012</guid>
		<description>I should probably mention that I ripped the VOB files using DVDfab5.</description>
		<content:encoded><![CDATA[<p>I should probably mention that I ripped the VOB files using DVDfab5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

