<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How-To: Join Audio Files Together Into Audiobooks</title>
	<atom:link href="http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 09:49:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Smart</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389432</link>
		<dc:creator><![CDATA[Smart]]></dc:creator>
		<pubDate>Mon, 09 Aug 2010 05:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389432</guid>
		<description><![CDATA[Best soft for Windows: Markable2
http://rightwordsoft.com/products/markable/default.php

Easy to use and makes chapter ....]]></description>
		<content:encoded><![CDATA[<p>Best soft for Windows: Markable2<br />
<a href="http://rightwordsoft.com/products/markable/default.php" rel="nofollow">http://rightwordsoft.com/products/markable/default.php</a></p>
<p>Easy to use and makes chapter &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389431</link>
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 07 Aug 2010 11:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389431</guid>
		<description><![CDATA[Perhaps that was poorly phrased.  I actually only use Windows for the neroaacenc encode.

I am in fact using both cdparanoia and sox out of Macports.]]></description>
		<content:encoded><![CDATA[<p>Perhaps that was poorly phrased.  I actually only use Windows for the neroaacenc encode.</p>
<p>I am in fact using both cdparanoia and sox out of Macports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389430</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Sat, 07 Aug 2010 03:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389430</guid>
		<description><![CDATA[Actually you can do all of above on your Mac with cdparanoia/sox from MacPorts and afconvert utility]]></description>
		<content:encoded><![CDATA[<p>Actually you can do all of above on your Mac with cdparanoia/sox from MacPorts and afconvert utility</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389429</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Sat, 07 Aug 2010 03:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389429</guid>
		<description><![CDATA[Actually you can do it all of these on your Mac with cdparanoia/sox from MacPorts and afconvert utility]]></description>
		<content:encoded><![CDATA[<p>Actually you can do it all of these on your Mac with cdparanoia/sox from MacPorts and afconvert utility</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389428</link>
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 23:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389428</guid>
		<description><![CDATA[This works, but I much prefer my solution.  It&#039;s more CLI oriented, but the results are much better, IMHO.

1. Use cdparanoia to rip each CD as a single WAV file (cdparanoia 1-4, for ex)
2. Combine the wav files using sox -s cd*.wav book.wav
3. Encode using the nero aac encoder on Linux or Windows.

My neroaacenc command of choice is:

neroaacenc -q 0.3 -cbr 32000 -if foo.wav -of foo.m4a

4. Import into itunes on the mac, use the applescript to convert it to m4b.

Definitely a bit more work, but it doesn&#039;t involve two steps of lossy compression, so better overall quality.]]></description>
		<content:encoded><![CDATA[<p>This works, but I much prefer my solution.  It&#8217;s more CLI oriented, but the results are much better, IMHO.</p>
<p>1. Use cdparanoia to rip each CD as a single WAV file (cdparanoia 1-4, for ex)<br />
2. Combine the wav files using sox -s cd*.wav book.wav<br />
3. Encode using the nero aac encoder on Linux or Windows.</p>
<p>My neroaacenc command of choice is:</p>
<p>neroaacenc -q 0.3 -cbr 32000 -if foo.wav -of foo.m4a</p>
<p>4. Import into itunes on the mac, use the applescript to convert it to m4b.</p>
<p>Definitely a bit more work, but it doesn&#8217;t involve two steps of lossy compression, so better overall quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PD</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389427</link>
		<dc:creator><![CDATA[PD]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389427</guid>
		<description><![CDATA[Doug&#039;s Scripts is one big reason I could never become a full-time Windows user. How do you manage your iTunes music on that platform? I use applescripts from Doug&#039;s site all the time and would not want to compute without them.]]></description>
		<content:encoded><![CDATA[<p>Doug&#8217;s Scripts is one big reason I could never become a full-time Windows user. How do you manage your iTunes music on that platform? I use applescripts from Doug&#8217;s site all the time and would not want to compute without them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Finnamore</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389426</link>
		<dc:creator><![CDATA[David Finnamore]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389426</guid>
		<description><![CDATA[Thanks for this tip!  I produce audio books occasionally, and have always released them as a zip file full of individual mp3s, one per chapter.  I love the idea of having one file with internal chapter markers.

I checked out the programs mentioned here as well as a couple others I stumbled across via googling the topic.  Each falls into one of three categories: made for Windows only, made for Leopard+ only, and paid.  (I&#039;m still on Tiger because the audio program I use most at work doesn&#039;t have a really stable Leopard version out yet.) If I were cranking out a new book every week, I&#039;d pay for a more feature-rich program, but for 3 or 4 a year?  Nah.  Join Together should work fine for me.  Very happy to know about it.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this tip!  I produce audio books occasionally, and have always released them as a zip file full of individual mp3s, one per chapter.  I love the idea of having one file with internal chapter markers.</p>
<p>I checked out the programs mentioned here as well as a couple others I stumbled across via googling the topic.  Each falls into one of three categories: made for Windows only, made for Leopard+ only, and paid.  (I&#8217;m still on Tiger because the audio program I use most at work doesn&#8217;t have a really stable Leopard version out yet.) If I were cranking out a new book every week, I&#8217;d pay for a more feature-rich program, but for 3 or 4 a year?  Nah.  Join Together should work fine for me.  Very happy to know about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389425</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389425</guid>
		<description><![CDATA[Audiobook Builder get&#039;s my vote, simple drag and drop. Been using it for a couple of years and it works flawlessly!!]]></description>
		<content:encoded><![CDATA[<p>Audiobook Builder get&#8217;s my vote, simple drag and drop. Been using it for a couple of years and it works flawlessly!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389424</link>
		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389424</guid>
		<description><![CDATA[Audiobook Builder +1]]></description>
		<content:encoded><![CDATA[<p>Audiobook Builder +1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://gigaom.com/2010/08/05/how-to-join-audio-files-together-into-audiobooks/#comment-389423</link>
		<dc:creator><![CDATA[ALEX]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 23:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49387#comment-389423</guid>
		<description><![CDATA[I use free tool called Audiobook Binder (http://bluezbox.com/audiobookbinder.html). Works fine to me.]]></description>
		<content:encoded><![CDATA[<p>I use free tool called Audiobook Binder (<a href="http://bluezbox.com/audiobookbinder.html" rel="nofollow">http://bluezbox.com/audiobookbinder.html</a>). Works fine to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
