<?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: AAC, SqueezeCenter and Windows Home Server</title>
	<atom:link href="http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/</link>
	<description>My blog for things that I find interesting.</description>
	<lastBuildDate>Tue, 16 Mar 2010 01:19:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Roch</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-485</link>
		<dc:creator>George Roch</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-485</guid>
		<description>&lt;p&gt;This worked great with SqueezeCenter 7.2, but appearantly 7.3 requires a change in context.&lt;/p&gt;
&lt;p&gt;My custom-convert.conf looks like this:  # Transcoding for AAC files.&lt;br /&gt;
mov flc * *&lt;br /&gt;
# F&lt;br /&gt;
[faad] -w -f 2 $FILE$ &#124; [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -&lt;/p&gt;
&lt;p&gt;mov mp3 * *&lt;br /&gt;
# FB:{BITRATE=-B %B}&lt;br /&gt;
[faad] -w -f 2 $FILE$ &#124; [lame] --resample 44100 --silent -q $QUALITY$ $BITRATE$ -r - -&lt;/p&gt;
&lt;p&gt;mov wav * *&lt;br /&gt;
# F&lt;br /&gt;
[faad] -w -f 2 $FILE$&lt;/p&gt;
&lt;p&gt;If that does not copy right, you can search the Slimdevices forum for FAAD and find it.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This worked great with SqueezeCenter 7.2, but appearantly 7.3 requires a change in context.</p>
<p>My custom-convert.conf looks like this:  # Transcoding for AAC files.<br />
mov flc * *<br />
# F<br />
[faad] -w -f 2 $FILE$ | [flac] -cs &#8211;totally-silent &#8211;compression-level-0 &#8211;endian little &#8211;sign signed &#8211;channels 2 &#8211;bps 16 &#8211;sample-rate 44100 -</p>
<p>mov mp3 * *<br />
# FB:{BITRATE=-B %B}<br />
[faad] -w -f 2 $FILE$ | [lame] &#8211;resample 44100 &#8211;silent -q $QUALITY$ $BITRATE$ -r &#8211; -</p>
<p>mov wav * *<br />
# F<br />
[faad] -w -f 2 $FILE$</p>
<p>If that does not copy right, you can search the Slimdevices forum for FAAD and find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-484</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 25 Dec 2008 10:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-484</guid>
		<description>&lt;p&gt;I am experiencing a similiar or identical issue. My aac files sometimes skip or restart using slimserver on WHS. PLaying a high bit rate aac is impossible, always restarts.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I am experiencing a similiar or identical issue. My aac files sometimes skip or restart using slimserver on WHS. PLaying a high bit rate aac is impossible, always restarts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musician</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-483</link>
		<dc:creator>Musician</dc:creator>
		<pubDate>Tue, 11 Nov 2008 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-483</guid>
		<description>&lt;p&gt;Hi Jonathan,&lt;br /&gt;
I have been seaching for a long time to get my m4a files transcoded by squeezecenter until I read your tip concerning faad.&lt;/p&gt;
&lt;p&gt;I am running SC on Windows 2003 Server and I have the same problem with QT which requires XP or Vista. Also, I found an earlier version but this didn&#039;t help and SC was only playing the first 10 seconds without any sound.&lt;/p&gt;
&lt;p&gt;But your faad installation tip is great for me *** THANKS A LOT FOR YOUR WORK ****&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,<br />
I have been seaching for a long time to get my m4a files transcoded by squeezecenter until I read your tip concerning faad.</p>
<p>I am running SC on Windows 2003 Server and I have the same problem with QT which requires XP or Vista. Also, I found an earlier version but this didn&#8217;t help and SC was only playing the first 10 seconds without any sound.</p>
<p>But your faad installation tip is great for me *** THANKS A LOT FOR YOUR WORK ****</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-482</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 04:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-482</guid>
		<description>Word wrapping of the faad command lines on my previous comments may make things confusing. There should be three pairs of lines that you add to the file, each pair separated from the others by a blank line. Each pair has one line beginning with &quot;mov&quot; and one line beginning with &quot;[faad]&quot; (indented).</description>
		<content:encoded><![CDATA[<p>Word wrapping of the faad command lines on my previous comments may make things confusing. There should be three pairs of lines that you add to the file, each pair separated from the others by a blank line. Each pair has one line beginning with &#8220;mov&#8221; and one line beginning with &#8220;[faad]&#8221; (indented).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-481</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 04:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-481</guid>
		<description>&lt;p&gt;Here&#039;s how you get faad to work (I just finished doing this on my WHS).&lt;/p&gt;
&lt;p&gt;1. Copy faad.exe to &quot;C:\Program Files\SqueezeCenter\server\bin\MSWin32-x86-multi-thread&quot;&lt;/p&gt;
&lt;p&gt;2. Then go to &quot;C:\Program Files\SqueezeCenter\server&quot; and make a copy of convert.conf. Name the copy custom-convert.conf.&lt;/p&gt;
&lt;p&gt;3. Open custom-convert.conf in Notepad. You&#039;ll see there&#039;s a bunch of lines at the top that begin with #. Delete everything that comes after that, and add the following:&lt;/p&gt;
&lt;p&gt;mov wav * *&lt;br /&gt;
[faad] -w $FILE$&lt;/p&gt;
&lt;p&gt;mov flc * *&lt;br /&gt;
[faad] -w $FILE$ &#124; [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -&lt;/p&gt;
&lt;p&gt;mov mp3 * *&lt;br /&gt;
[faad] -w $FILE$ &#124; [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r --big-endian - -&lt;/p&gt;
&lt;p&gt;4. Restart the SqueezeCenter service and you should be golden&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how you get faad to work (I just finished doing this on my WHS).</p>
<p>1. Copy faad.exe to &#8220;C:\Program Files\SqueezeCenter\server\bin\MSWin32-x86-multi-thread&#8221;</p>
<p>2. Then go to &#8220;C:\Program Files\SqueezeCenter\server&#8221; and make a copy of convert.conf. Name the copy custom-convert.conf.</p>
<p>3. Open custom-convert.conf in Notepad. You&#8217;ll see there&#8217;s a bunch of lines at the top that begin with #. Delete everything that comes after that, and add the following:</p>
<p>mov wav * *<br />
[faad] -w $FILE$</p>
<p>mov flc * *<br />
[faad] -w $FILE$ | [flac] -cs &#8211;totally-silent &#8211;compression-level-0 &#8211;endian little &#8211;sign signed &#8211;channels 2 &#8211;bps 16 &#8211;sample-rate 44100 -</p>
<p>mov mp3 * *<br />
[faad] -w $FILE$ | [lame] &#8211;resample 44100 &#8211;silent -q $QUALITY$ &#8211;abr $BITRATE$ -r &#8211;big-endian &#8211; -</p>
<p>4. Restart the SqueezeCenter service and you should be golden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-480</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sat, 06 Sep 2008 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-480</guid>
		<description>Also had this problem, I decided to separate the iTunes files from SC files and used dbPowerAmp to batch convert all the aac files to flac. I am now (slowly) re-ripping everything to flac. It&#039;s a bit of a long way round, but avoids installing QT etc - no good though if you also want to use iTunes for playing the files...</description>
		<content:encoded><![CDATA[<p>Also had this problem, I decided to separate the iTunes files from SC files and used dbPowerAmp to batch convert all the aac files to flac. I am now (slowly) re-ripping everything to flac. It&#8217;s a bit of a long way round, but avoids installing QT etc &#8211; no good though if you also want to use iTunes for playing the files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graham taylor</title>
		<link>http://www.paulstimesink.com/post/2008/08/21/aac-squeezecenter-and-windows-home-server/comment-page-1/#comment-479</link>
		<dc:creator>graham taylor</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2008/08/21/aac-squeezecenter-and-windows-home-server/#comment-479</guid>
		<description>&lt;p&gt;HI very interested in this blog got exactly this problem - but what heppened my copy ends with you looking for a version of quicktime...&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>HI very interested in this blog got exactly this problem &#8211; but what heppened my copy ends with you looking for a version of quicktime&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
