<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: FLAC --> ALAC?</title>
	<link>http://ask.metafilter.com/107172/FLAC-ALAC/</link>
	<description>Comments on Ask MetaFilter post FLAC --> ALAC?</description>
	<pubDate>Tue, 18 Nov 2008 15:29:31 -0800</pubDate>
	<lastBuildDate>Tue, 18 Nov 2008 15:29:31 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: FLAC --&gt; ALAC?</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC</link>	
		<description>What&apos;s the best way to convert FLAC to ALAC (Apple lossless)? &lt;br /&gt;&lt;br /&gt; I would like to convert my FLAC files to the Apple lossless format (ALAC) so I can listen to them in iTunes and on my iPhone.&lt;br&gt;
&lt;br&gt;
I already know about &lt;a href=&quot;http://cubicfruit.com/fluke/&quot;&gt;Fluke&lt;/a&gt; for listening to FLAC files in iTunes, but as far as I know there is no way to play FLACs on the iPhone.&lt;br&gt;
&lt;br&gt;
Hence, I want to convert FLAC to ALAC. What&apos;s the best software to do this? Am I going to get any loss of data even though they&apos;re both lossless formats?&lt;br&gt;
&lt;br&gt;
(Alternately, if there&apos;s a way to play FLACs on the iPhone, I&apos;d love to hear it.)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.107172</guid>
		<pubDate>Tue, 18 Nov 2008 15:07:26 -0800</pubDate>
		<dc:creator>cosmic osmo</dc:creator>
		
			<category>itunes</category>
		
			<category>iphone</category>
		
			<category>flac</category>
		
			<category>lossless</category>
		
			<category>alac</category>
		
	</item> <item>
		<title>By: holgate</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545537</link>	
		<description>The two-step way is FLAC to WAV/AIFF to Apple Lossless, but there are apps that simplify the process. &lt;a href=&quot;http://tmkk.hp.infoseek.co.jp/xld/index_e.html&quot;&gt;XLD&lt;/a&gt; &lt;a href=&quot;http://blog.adamnash.com/2008/03/26/how-to-convert-flac-to-apple-lossless-mp4-on-mac-os-x/&quot;&gt;does it&lt;/a&gt; for the Mac; &lt;a href=&quot;http://www.dbpoweramp.com/dmc.htm&quot;&gt;dbPoweramp&lt;/a&gt; or &lt;a href=&quot;http://www.foobar2000.org/&quot;&gt;foobar2000&lt;/a&gt; should do it for the PC, with the right codecs installed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545537</guid>
		<pubDate>Tue, 18 Nov 2008 15:29:31 -0800</pubDate>
		<dc:creator>holgate</dc:creator>
	</item><item>
		<title>By: starzero</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545543</link>	
		<description>&lt;a href=&quot;http://sbooth.org/Max/&quot;&gt;Max&lt;/a&gt; should work for lossless conversion, I&apos;m assuming you&apos;re on OS X.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545543</guid>
		<pubDate>Tue, 18 Nov 2008 15:36:13 -0800</pubDate>
		<dc:creator>starzero</dc:creator>
	</item><item>
		<title>By: strangecargo</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545547</link>	
		<description>A bash command line to convert every .flac file in the current directory to ALAC encoded .m4a files using  &lt;a href=&quot;http://ffmpeg.mplayerhq.hu/&quot;&gt;ffmpeg&lt;/a&gt;:&lt;br&gt;
&lt;br&gt;
for i in *.flac; do ffmpeg -i &quot;$i&quot; -acodec alac &quot;`basename &quot;$i&quot; .flac`.m4a&quot;; done;&lt;br&gt;
&lt;br&gt;
My copy of ffmpeg spews out a lot of text when it does this, but the resulting files play fine. Should work in OS X/Linux or anything else you unixory that has bash and you can install ffmpeg on.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545547</guid>
		<pubDate>Tue, 18 Nov 2008 15:41:29 -0800</pubDate>
		<dc:creator>strangecargo</dc:creator>
	</item><item>
		<title>By: pompomtom</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545548</link>	
		<description>&lt;a href=&quot;http://forums.ilounge.com/showthread.php?t=63297&quot;&gt;This thread&lt;/a&gt; may be helpful. The last post seems to show a way to do this which would preserve any tags you have... which going via AIFF will not.&lt;br&gt;
&lt;br&gt;
(however, I really don&apos;t know, as I just found this looking for something else entirely, and don&apos;t actually use FLAC for anything, or dbPowerAmp, for that matter...)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545548</guid>
		<pubDate>Tue, 18 Nov 2008 15:42:22 -0800</pubDate>
		<dc:creator>pompomtom</dc:creator>
	</item><item>
		<title>By: cosmic osmo</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545551</link>	
		<description>Oops, yes I am on OS X (10.5)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545551</guid>
		<pubDate>Tue, 18 Nov 2008 15:46:27 -0800</pubDate>
		<dc:creator>cosmic osmo</dc:creator>
	</item><item>
		<title>By: Inspector.Gadget</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545584</link>	
		<description>Seconding ffmpeg.  Better compression than the native ALAC encoder as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545584</guid>
		<pubDate>Tue, 18 Nov 2008 16:26:25 -0800</pubDate>
		<dc:creator>Inspector.Gadget</dc:creator>
	</item><item>
		<title>By: chairface</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545618</link>	
		<description>No one answered your second question: No, you won&apos;t get any audio loss. You might lose metadata (album/track/lyrics/whatnot) but the audio streams should be completely intact. That&apos;s what lossless means. You can verify this if you are paranoid by dumping the final apple format back into a WAV/AIFF and comparing with the intermediate WAV/AIFF from the FLAC file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545618</guid>
		<pubDate>Tue, 18 Nov 2008 16:48:50 -0800</pubDate>
		<dc:creator>chairface</dc:creator>
	</item><item>
		<title>By: archagon</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545624</link>	
		<description>I&apos;d use foobar2000.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545624</guid>
		<pubDate>Tue, 18 Nov 2008 16:56:56 -0800</pubDate>
		<dc:creator>archagon</dc:creator>
	</item><item>
		<title>By: tomierna</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545634</link>	
		<description>XLD works pretty darn well, and keeps metadata most of the time. I haven&apos;t quite figured out what makes metadata choke on some FLAC files, but for the majority, it&apos;s just drag and drop.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545634</guid>
		<pubDate>Tue, 18 Nov 2008 17:01:55 -0800</pubDate>
		<dc:creator>tomierna</dc:creator>
	</item><item>
		<title>By: cosmic osmo</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545757</link>	
		<description>XLD is it. Thanks all.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545757</guid>
		<pubDate>Tue, 18 Nov 2008 19:12:37 -0800</pubDate>
		<dc:creator>cosmic osmo</dc:creator>
	</item><item>
		<title>By: floam</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1545925</link>	
		<description>&lt;a href=&quot;http://sbooth.org/Max/&quot;&gt;Max&lt;/a&gt; is nicer to use, more reliable, and quicker. I use it for using my FLAC stuff with iTunes and my iPod.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1545925</guid>
		<pubDate>Tue, 18 Nov 2008 23:42:55 -0800</pubDate>
		<dc:creator>floam</dc:creator>
	</item><item>
		<title>By: Jay Levitt</title>
		<link>http://ask.metafilter.com/107172/FLAC-ALAC#1551853</link>	
		<description>I recently switched from Windows to Mac, and last week I finally converted my music library from FLAC to ALAC, for the same reasons as you.&lt;br&gt;
&lt;br&gt;
XLD seems nice, but there&apos;s no way to convert a whole drive of music at once; you have to open each .flac individually.  (You can actually open multiple files - by drag-and-drop or by the usual Command-key multi-select method - but they all have to be audio files; it won&apos;t accept folders.)&lt;br&gt;
&lt;br&gt;
I used &lt;a href=&quot;http://sbooth.org/Max/&quot;&gt;Max&lt;/a&gt;, and it seems to have worked well. The conversion interface is a bit clunky, though.  First, you need to go to Preferences/Formats, and add the ALAC format (called &quot;MPEG-4 Audio (Apple Lossless)&quot;).  Make sure that this is checked, and that other formats are unchecked, because Max will convert to any format that&apos;s checked here.&lt;br&gt;
&lt;br&gt;
Next, go to Preferences/Output, and set your output directory.&lt;br&gt;
&lt;br&gt;
Now go to Preferences/iTunes, and check &quot;Use iTunes compatibility mode&quot;.  You can also have Max add the output directly to the iTunes library; I decided not to do that, and instead I imported files into iTunes later.  I forget why I did that.&lt;br&gt;
&lt;br&gt;
Finally, you can now click the &quot;+&quot; button, add your FLAC folder to the list, and click the &quot;Convert&quot; icon on the toolbar to convert all your files.&lt;br&gt;
&lt;br&gt;
 I haven&apos;t noticed any missing data in iTunes, with the following exceptions:&lt;br&gt;
&lt;ul&gt;&lt;br&gt;
&lt;li&gt;My ratings and play counts from MediaMonkey were lost&lt;/li&gt;&lt;br&gt;
&lt;li&gt;ReplayGain won&apos;t get copied over; iTunes doesn&apos;t support ReplayGain, but it has its own equivalent, called SoundCheck.  You can scan your library automatically to compute that; I forget what triggers it.  (Maybe just enabling SoundCheck in iTunes Preferences.)&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Album covers that are stored as &quot;folder.jpg&quot; won&apos;t be copied.  I think album covers that are in FLAC tags (a fairly recent FLAC feature) might be copied.  There&apos;s a program called Corripio that I&apos;ve heard will go re-fetch all your album artwork, lyrics, fix up tags, etc. but I haven&apos;t tried it yet.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;
And, as chairface said, lossless is lossless; all the original audio is preserved in full fidelity.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107172-1551853</guid>
		<pubDate>Tue, 25 Nov 2008 05:29:28 -0800</pubDate>
		<dc:creator>Jay Levitt</dc:creator>
	</item>
	</channel>
</rss>
