<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Wanted: GStreamer Knowledge</title><guid isPermaLink="false">computers/wanted-2006-06-14-17-40</guid><link>http://www.burtonini.com/blog/computers/wanted-2006-06-14-17-40</link><description>This afternoon I discovered that the FAAC and FAAD encoders have been ported to GStreamer 0.10, so I hastily installed ...</description><content:encoded><![CDATA[    <p>
      This afternoon I discovered that the FAAC and FAAD encoders have been
      ported to GStreamer 0.10, so I hastily installed
      <tt>gstreamer0.10-plugins-bad-multiverse</tt> and started writing a
      profile so that I could encode straight to AAC files from Sound Juicer,
      for my iPod. This is where the world would rejoice, if it were so simple.
    </p>
    <p>
      My first worry was that the <tt>faac</tt> element doesn't implement the
      tagging interface, so I may have AAC data but there is no track
      information.  I then noticed that <tt>file</tt> wasn't identifying the
      files as AAC, but as just data.  Starting to panic, I dived into
      <tt>#gstreamer</tt> and discovered some bad news.  By setting an option on
      the encoder (<tt>outputformat=1</tt>) I get AAC data that is recognised,
      and Xine will play it, but it's not wrapped in a Quicktime container so
      can't be tagged and probably won't play on an iPod.
    </p>
    <p>
      This is my challenge.  If someone can write enough of a Qt muxer that
      supports tagging so that straight from Sound Juicer I can create
      <tt>.m4a</tt> files that play on my iPod without any hassle, I'll give you
      a free Sound Juicer t-shirt and my eternal gratitude.  Anyone interested?
    </p>
    <p>
      <small>NP: <cite>Remembranza</cite>, Murcof.  Yes, again, it's great.</small>
    </p>]]></content:encoded><dc:date>2006-06-14T16:40:00Z</dc:date></item></channel></rss>