<?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: IT Conversations Announcement for February 18, 2005</title>
	<atom:link href="http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/</link>
	<description>Doug Kaye&#039;s Weblog</description>
	<lastBuildDate>Thu, 19 Jan 2012 17:38:13 +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 L.</title>
		<link>http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/comment-page-1/#comment-512</link>
		<dc:creator>Mike L.</dc:creator>
		<pubDate>Wed, 22 Mar 2006 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/#comment-512</guid>
		<description>Convert mp3 -&gt; m4b on Linux:
mpg123 -s input.mp3 &#124; faac -b 80 -P -X -w -o output.m4b -</description>
		<content:encoded><![CDATA[<p>Convert mp3 -> m4b on Linux:<br />
mpg123 -s input.mp3 | faac -b 80 -P -X -w -o output.m4b -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tego</title>
		<link>http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/comment-page-1/#comment-311</link>
		<dc:creator>Tego</dc:creator>
		<pubDate>Sat, 19 Feb 2005 12:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/#comment-311</guid>
		<description>I personally use faac to encode AAC files under Linux which seems to work fine.  Just naming them with a .m4b extension seems to be all that&#039;s required to make them into a bookmarkable AAC file for iPods.</description>
		<content:encoded><![CDATA[<p>I personally use faac to encode AAC files under Linux which seems to work fine.  Just naming them with a .m4b extension seems to be all that&#8217;s required to make them into a bookmarkable AAC file for iPods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: map</title>
		<link>http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/comment-page-1/#comment-310</link>
		<dc:creator>map</dc:creator>
		<pubDate>Sat, 19 Feb 2005 11:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/#comment-310</guid>
		<description>Addendum: A free AAC encoder for Linux is available from &lt;a href=&quot;http://www.audiocoding.com/modules/wiki/?page=FAAC&quot;&gt;audiocoding.org&lt;/a&gt;. They even mention creating .m4b in their help.</description>
		<content:encoded><![CDATA[<p>Addendum: A free AAC encoder for Linux is available from <a href="http://www.audiocoding.com/modules/wiki/?page=FAAC">audiocoding.org</a>. They even mention creating .m4b in their help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: map</title>
		<link>http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/comment-page-1/#comment-309</link>
		<dc:creator>map</dc:creator>
		<pubDate>Sat, 19 Feb 2005 10:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogarithms.com/index.php/archives/2005/02/19/itc-announcement-20050218/#comment-309</guid>
		<description>Hi Doug.

Creating bookmarkable AAC files under Linux is as easy as renaming them from m4a to m4b. AFAIK there is no proprietary magic to bookmarkable AAC files, they do not differ one bit from their non-bookmarkable counterparts.

On a Mac there are two ways of creating a bookmarkable AAC file: Either set the right type/creator in the file&#039;s HFS+ resource fork (&quot;M4B &quot; instead of &quot;M4A &quot;) or rename the file to .m4b. In the latter case you will have to be sure that the file has no resource fork type set which would override the file extension. The &quot;GetFileInfo&quot; and &quot;SetFile&quot; tools in /Developer/Tools/ installed with the Developer Tools are a great help if you want to play with resource forks. As resource forks only live on HFS+ and can&#039;t travel the internet without further packaging, this is probably irrelevant to your use case anyway...

I just tested both procedures with your announcement and it works great.</description>
		<content:encoded><![CDATA[<p>Hi Doug.</p>
<p>Creating bookmarkable AAC files under Linux is as easy as renaming them from m4a to m4b. AFAIK there is no proprietary magic to bookmarkable AAC files, they do not differ one bit from their non-bookmarkable counterparts.</p>
<p>On a Mac there are two ways of creating a bookmarkable AAC file: Either set the right type/creator in the file&#8217;s HFS+ resource fork (&#8220;M4B &#8221; instead of &#8220;M4A &#8220;) or rename the file to .m4b. In the latter case you will have to be sure that the file has no resource fork type set which would override the file extension. The &#8220;GetFileInfo&#8221; and &#8220;SetFile&#8221; tools in /Developer/Tools/ installed with the Developer Tools are a great help if you want to play with resource forks. As resource forks only live on HFS+ and can&#8217;t travel the internet without further packaging, this is probably irrelevant to your use case anyway&#8230;</p>
<p>I just tested both procedures with your announcement and it works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

