<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>My Delusional Dream &#187; aac</title>
	<atom:link href="http://patrick.wagstrom.net/weblog/tags/aac/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrick.wagstrom.net/weblog</link>
	<description>Thoughts of a Cautious Technocrat</description>
	<pubDate>Tue, 16 Dec 2008 01:28:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LazyWeb: Ogg-&gt;AAC converter</title>
		<link>http://patrick.wagstrom.net/weblog/2005/08/02/oggconverter/</link>
		<comments>http://patrick.wagstrom.net/weblog/2005/08/02/oggconverter/#comments</comments>
		<pubDate>Tue, 02 Aug 2005 18:32:00 +0000</pubDate>
		<dc:creator>Patrick Wagstrom</dc:creator>
		
		<category><![CDATA[lazyweb]]></category>

		<category><![CDATA[aac]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[iTunes]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[ogg]]></category>

		<guid isPermaLink="false">http://patrick.wagstrom.net/wp/?p=19</guid>
		<description><![CDATA[
Over the last few years I&#8217;ve managed to rip quite a few of my CD&#8217;s to
OGG Vorbis format.  While it&#8217;s
partially a political statement, it&#8217;s more just a technological issue.
OGG is better than MP3 and it&#8217;s easier for me to get going under Linux.
Anyway, a few months ago Kristina
bought an iPod Mini, which sadly does [...]]]></description>
			<content:encoded><![CDATA[<p>
Over the last few years I&#8217;ve managed to rip quite a few of my CD&#8217;s to<br />
<a href="http://www.vorbis.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vorbis.com');">OGG Vorbis</a> format.  While it&#8217;s<br />
partially a political statement, it&#8217;s more just a technological issue.<br />
OGG is better than MP3 and it&#8217;s easier for me to get going under Linux.<br />
Anyway, a few months ago <a href="http://kristina.wagstrom.net/" >Kristina</a><br />
bought an iPod Mini, which sadly does not play OGG (note to self: email<br />
<a href="http://www.apple.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.apple.com');">Apple</a> about getting OGG support).
</p>
<p>
This leaves us in a conundrum as I don&#8217;t want to rerip all of my music, and<br />
Kristina would like to not have rip everything either.  I&#8217;ve found<br />
<a href="http://www.livejournal.com/users/davyd/135047.html">Davyd Madeley&#8217;s<br />
OGG-&gt;MP3 script</a>.  This works just fine under linux (mad props to<br />
<a href="http://gstreamer.freedesktop.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/gstreamer.freedesktop.org');">GStreamer</a> folks).  But<br />
that still leaves us with the fact that MP3 is<br />
<a href="http://www.urbandictionary.com/define.php?term=teh+suck" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.urbandictionary.com');">teh suck</a>.
</p>
<p>
A little hacking shows that there are AAC plugins for GStreamer (based on<br />
<a href="http://www.audiocoding.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.audiocoding.com');">libfaac</a>) and that they<br />
<a href="http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.8.html">should<br />
be able to create AAC files</a>.  Unfortunately, with GStreamer<br />
0.8.8 this does not seem to be the case.  Which is sad, because I might<br />
actually consider converting my music to AAC, but that&#8217;s not going to happen<br />
now.
</p>
<p>
So here&#8217;s what I&#8217;d like to do, provide an easy way for Kristina to load<br />
OGG files, transcoded of course, onto her iPod.  Ideally, it would be cool<br />
if this could be relatively transparent.  Here&#8217;s our setup to work with:
</p>
<ul>
<li>music hosted on <a href="http://www.ubuntulinux.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ubuntulinux.com');">Ubuntu</a> Hoary</li>
<li>Client runs Windows XP Home edition</li>
<li>Relatively new iPod Mini</li>
</ul>
<p>
Samba takes care of the file access.  Is there a way I can make a virtual<br />
sort of share that automatically transcodes music as it is accessed (similar<br />
to what <a href="http://www.kde.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.kde.org');">KDE</a> does with KIO Slaves?).  This<br />
would be the ideal situation.  If that&#8217;s not possible, is a way to have iTunes<br />
transcode from OGG when it gets ogg files?  If that&#8217;s not possible, anyone know<br />
of a simple desktop app that my wife could use to transcode between OGG and<br />
AAC or MP3?
</p>
<p>
Yeah, this is a lazyweb request.  I&#8217;ve done my share of searching on this<br />
problem.  I dislike how everything in the windows world is hidden behind a<br />
&#8220;pay me now&#8221; ideology.  ::sigh::  There is an<br />
<a href="http://qtcomponents.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/qtcomponents.sourceforge.net');">OGG QuickTime component</a>,<br />
but I&#8217;ve heard mixed results on that.
</p>
<p>
ps: don&#8217;t even try and suggest <a href="http://www.ipodlinux.org/Main_Page">iPod<br />
Linux</a>.  I&#8217;m not going there with Kristina&#8217;s iPod.  Both her and I have<br />
something better to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.wagstrom.net/weblog/2005/08/02/oggconverter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
