<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Record and Reverie &#187; AC3</title>
	<atom:link href="http://www.cod3r.com/tag/ac3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cod3r.com</link>
	<description>General things I find interesting</description>
	<lastBuildDate>Sat, 07 Jan 2012 15:44:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>AC3 Passthrough Compatibility Matrix</title>
		<link>http://www.cod3r.com/2008/06/ac3-passthrough-compatibility-matrix/</link>
		<comments>http://www.cod3r.com/2008/06/ac3-passthrough-compatibility-matrix/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:36:47 +0000</pubDate>
		<dc:creator>Graham Booker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AC3]]></category>

		<guid isPermaLink="false">http://www.cod3r.com/?p=174</guid>
		<description><![CDATA[Since some parts of AC3 passthrough work, and others do not, I decided to create a bit of a compatibility matrix to summarize it. I&#8217;ve added the related bug id&#8217;s I&#8217;ve reported, which have gone unanswered, in parentheses. The latest version of perian (to be released soon), will choose between using the hack method for [...]]]></description>
			<content:encoded><![CDATA[<p>Since some parts of AC3 passthrough work, and others do not, I decided to create a bit of a compatibility matrix to summarize it.  I&#8217;ve added the related bug id&#8217;s I&#8217;ve reported, which have gone unanswered, in parentheses.</p>
<p>The latest version of perian (to be released soon), will choose between using the hack method for passthrough, and Apple&#8217;s method.  Anywhere labeled &#8220;Hack&#8221; will never work with Apple&#8217;s method, so it is bypassed to avoid their broken code.  The hack does not work with all 5.1 receivers.  Taking a file format which is not properly framed, and making it into a .mov file will not correct the framing.  Likewise, it will not destroy the framing of a properly framed file format.</p>
<p>AppleTV:</p>
<table style="border-spacing: 15px 0px;">
<tbody>
<tr>
<th>File Format</th>
<th>Properly Framed</th>
<th>Improperly Framed</th>
</tr>
<tr>
<td>.mov</td>
<td>Will Passthrough</td>
<td>Silence (5876598, 5994328)</td>
</tr>
<tr>
<td>.mkv</td>
<td>Will Passthrough <strong>*1</strong></td>
<td>N/A</td>
</tr>
<tr>
<td>.avi</td>
<td>N/A</td>
<td>Hack (5876598)</td>
</tr>
</tbody>
</table>
<p><strong>Note:</strong> I have never seen properly framed avi files, nor improperly framed mkv files.<br />
<strong>*1:</strong> MKV files will passthrough if the import is allowed to complete.  I tested this by making a reference movie out of the mkv file.  If the import does not complete, this will result in silence.</p>
<p>Mac:<br />
As far as I know, the hack always works, and real passthrough does not, in all cases.  See <a href="http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/">related post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cod3r.com/2008/06/ac3-passthrough-compatibility-matrix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rescuing videos from AVI</title>
		<link>http://www.cod3r.com/2008/05/rescuing-videos-from-avi/</link>
		<comments>http://www.cod3r.com/2008/05/rescuing-videos-from-avi/#comments</comments>
		<pubDate>Thu, 29 May 2008 05:11:07 +0000</pubDate>
		<dc:creator>Graham Booker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Perian]]></category>

		<guid isPermaLink="false">http://www.cod3r.com/?p=173</guid>
		<description><![CDATA[As I wrote in a previous entry, people have used avi for things which it was never designed. &#160;One of the more notable examples is multi-channel audio bitstreams. In addition, the people who make such files went as far as to do in the completely wrong manner. So, as a result, I looked for a [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote in a <a href="http://www.cod3r.com/2008/04/imited-real-ac3-passthrough/">previous entry</a>, people have used avi for things which it was never designed. &nbsp;One of the more notable examples is multi-channel audio bitstreams. In addition, the people who make such files went as far as to do in the completely wrong manner. So, as a result, I looked for a way to rescue data from the avi format so it is actually usable.</p>
<p>Basically, use mkvmerge from <a href="http://www.bunkus.org/videotools/mkvtoolnix/">mkvtoolnix</a> to convert the avi file to an mkv file.  Then, open the file with <a href="http://www.perian.org/">Perian</a>, and save it as a .mov file.  The result is a file which both has the proper framing for AC3 data, and also has the proper frame decode and display information.  This means that one can do real AC3 passthrough on avi files.  Maybe this will be the ultimate solution.</p>
<p>Now, if only the designers of MKV had any sense when they designed the timecode system.  For those that don&#8217;t know what I mean, ask yourself this:  Which system can give greater precision:</p>
<ol>
<li>value * timescale / 1E9</li>
<li>value / timescale</li>
</ol>
<p>The answer is the second.  If you don&#8217;t believe me, try to figure out how to do the value of 1/48000 in the first system (both value and timescale are integers).  It isn&#8217;t possible, yet the MKV designers decided to go with this system for defining time.  The latter was designed by Apple over a decade prior, and is still the superior system.</p>
<p>What does this mean for MKV?  It means the default timescale used for 48KHz AC3 audio isn&#8217;t exact.  If one forces it to 1E6, then it works, but this timescale doesn&#8217;t work as well for video.  Once could use a finer timescale, such as 100, but the real problem still remains.  BTW, with AC3 data, no timescale in MKV works 44.1KHz audio.  Yet another case where mov is better, because it has a timescale for the movie as a whole, and then separate timescales for each track, in addition to having a more useful timescale system.  It&#8217;s a shame the MKV people didn&#8217;t realize a superior format already existed when they decided to make their own system.  At the least, they could have learned from it and not make new mistakes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cod3r.com/2008/05/rescuing-videos-from-avi/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Limited Real AC3 Passthrough</title>
		<link>http://www.cod3r.com/2008/04/imited-real-ac3-passthrough/</link>
		<comments>http://www.cod3r.com/2008/04/imited-real-ac3-passthrough/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 04:27:52 +0000</pubDate>
		<dc:creator>Graham Booker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Perian]]></category>

		<guid isPermaLink="false">http://www.cod3r.com/?p=171</guid>
		<description><![CDATA[Well, I got to fiddling around with the existing passthrough on the AppleTV. I found where it works, and where it doesn&#8217;t. AC3 passthrough does work in .mov files with 48KHz files, of any bit rate. I did this with importing a .ac3 file into .mov, and adding a video track (ATV doesn&#8217;t like playing [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I got to fiddling around with the existing passthrough on the AppleTV.  I found where it works, and where it doesn&#8217;t.  AC3 passthrough does work in .mov files with 48KHz files, of any bit rate.  I did this with importing a .ac3 file into .mov, and adding a video track (ATV doesn&#8217;t like playing audio only files).  I still need to test 44.1KHz, and 32KHz, but they are a bit harder to find.  I have still to come across one of them.</p>
<p>My tests did turn up one interesting fact.  I spent forever trying to figure out why an .avi file I had would refuse to passthrough using Apple&#8217;s method.  I eventually concluded that the difference is that the brilliant people who decided to stuff AC3 into a format never designed to handle anything of the sort, also decided that it was acceptable to destroy the whole point of the format.  AC3 is comprised of a frame of data, which is entirely self contained, and must be complete to decode.  AVI (and other formats), have the concept of a packet of audio data for decode.  Now the &#8220;brilliant people&#8221; decided there was no need to make the packet and frame have a 1 to 1 correspondence.  Result, badly packetized AC3 frames, where several frames are in a single packet, and some frames span two packets.</p>
<p>Apple&#8217;s passthrough requires that a packet begin with a frame, and a frame not be split across two packets.  I haven&#8217;t tested multiple frames in a packet, but I really don&#8217;t care to since the above is a deal breaker.  This means that Apple&#8217;s passthrough will never work with AVI files, hence commit <a href="http://trac.perian.org/changeset/858">r858 to perian</a>.  Since I figured I had nothing to loose, I filed a ticket with Apple about this issue, number 5876598.  Maybe they&#8217;ll care to fix it, but since it has no bearing on the consumer AppleTV, I doubt it.  Since they haven&#8217;t done anything yet about passthrough on the desktop (see my <a href="http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/">other post</a> on this topic), I doubt they will do anything about this either.</p>
<p>Guess we can always hope that they will surprise us all someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cod3r.com/2008/04/imited-real-ac3-passthrough/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s real AC3 Passthrough on the Mac?</title>
		<link>http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/</link>
		<comments>http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 03:11:17 +0000</pubDate>
		<dc:creator>Graham Booker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Perian]]></category>

		<guid isPermaLink="false">http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/</guid>
		<description><![CDATA[In my previous post, I discussed how to do AC3 passthrough using Perian. Unfortunately, this method is really a hack, and doesn&#8217;t work in all situations. There is a better solution though. Apple has enabled AC3 passthrough with Quicktime. They have enabled it on the AppleTV to support playback of their HD movies. The code [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/">previous post</a>, I discussed how to do AC3 passthrough using <a href="http://www.perian.org">Perian</a>.  Unfortunately, this method is really a hack, and doesn&#8217;t work in all situations.  There is a better solution though.</p>
<p>Apple has enabled AC3 passthrough with Quicktime.  They have enabled it on the AppleTV to support playback of their HD movies.  The code for passthrough is even in the latest version of Quicktime on the desktop, but the celebration ends there.  Apple has not exposed a method for enabling passthrough on the desktop either through the user interface, or a hidden preference.  They have not even exposed a method for developers to use it through Quicktime (I&#8217;ve tried).</p>
<p>So, what is to be done about it?  Tell Apple to address this.  Go to <a href="http://bugreport.apple.com">http://bugreport.apple.com</a> and fill in an enhancement request.  You can reference my report id, which is 5799133, and says:</p>
<blockquote><p>Please enable a method for AC3 passthrough on the desktop using Quicktime.  There are no licensing issues for passthrough, and you already have the enabling code in place.  The AppleTV proves that your code works, so please add the interface so this can be used on the desktop.</p>
<p>The hack in use by Perian isn&#8217;t perfect.  It does not work with all receivers where the true passthrough will.  Audio outputted using the encoded digital audio output of the optical interface works, as evident by the DVD player, but this method is not available to Quicktime in any documented manner.</p></blockquote>
<p>If enough people fill in reports, Apple should realize this is important to people and enable the interface.  Please use your own words in your own reports; it says more to them if the reports are not copy/paste.</p>
<p><strong>Update:</strong>  Apple has marked my ticket as a duplicate of 4557501.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>The Correct Way to Enable AC3 Passthrough with Quicktime</title>
		<link>http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/</link>
		<comments>http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 19:36:35 +0000</pubDate>
		<dc:creator>Graham Booker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Perian]]></category>

		<guid isPermaLink="false">http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/</guid>
		<description><![CDATA[I have seen a few people post methods about enabling AC3 passthrough, and many of them are overly complicated or in some cases even wrong. This also serves as the first place to describe how to enable DTS passthrough. Since I designed the code that actually does this, I&#8217;ll list the steps here: Note: This [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen a few people post methods about enabling AC3 passthrough, and many of them are overly complicated or in some cases even wrong.  This also serves as the first place to describe how to enable DTS passthrough.  Since I designed the code that actually does this, I&#8217;ll list the steps here:<br />
<strong>Note:</strong> This does not work with all receivers.  If these instructions fail for you, most likely your receiver will not work with this.  Passthrough is still a hack, and thus this hack is still outside of the specs.<br />
<del datetime="2008-05-17T21:38:30+00:00"><strong>Note 2:</strong> Apple broke AC3 rather seriously in QT 7.3 (bug id 5594478, go tell them to fix it).  If have a .mov file, open it, and it says that it is stereo audio rather than 5.1, this is a symptom of that bug.  You will need to have at least Perian 1.1 and re-open the original file that made the .mov file.</del>  This bug has been fixed in 7.4.5, but any .mov files created with QT 7.3 or 7.4 are still affected by this bug.<br />
<del datetime="2009-12-18T19:56:28+00:00"><strong>Note 3:</strong> Perian 1.1.4 contains a bug in which DTS passthrough fails to work.  This will be fixed in the next version.</del>  This has been fixed in Perian 1.2, released Dec 17, 2009.</p>
<ol>
<li><strong>Install Perian</strong><br />
Just go to <a href="http://www.perian.org">Perian.org</a> and click the big download link.  Double click on the pref pane, and it&#8217;ll install itself.</li>
<li><strong>Connect your receiver</strong><br />
The audio connection must be a digital connection.  In all cases that I know of, this means an optical cable from your mac to the receiver.  In the case of the AppleTV, this is certainly the case.  I suppose this could work with the coaxial digital connection, but I don&#8217;t know of the audio hardware that provides this connection.</li>
<li><strong>Change the sample rate to 48KHz</strong>
<ul>
<li>On the mac, open <code>/Applications/Utilities/AudioMidiSetup.app</code></li>
<li>In the lower right, change the format to <code>48000.0 Hz</code>, and <code>2ch-16bit</code><img src="http://www.cod3r.com/images/2008/02/audiomidisetup.png" alt="Audio Midi Setup Screenshot" title="Audio Midi Setup" width="326" height="104" class="size-full wp-image-227" /><br />
				<strong>Note:</strong> If, in the off situation, you are playing a file with 44.1KHz audio, you will need to set it to <code>44100.0 Hz</code> instead.</li>
<li>On the AppleTV, this is much more difficult.  I recommend using <a href="http://appletv.nanopi.net">Sapphire</a> instead for playback.  It&#8217;ll do this step for you</li>
</ul>
</li>
<li><strong>Enable AC3/DTS passthrough.</strong><br />
This is easy when done correctly.  For AC3 passthrough, open <code>/Applications/Utilities/Terminal.app</code> and type </p>
<blockquote><p>defaults write com.cod3r.a52codec attemptPassthrough 1</p></blockquote>
<p>To turn off AC3 passthrough, you type this instead:</p>
<blockquote><p>defaults delete com.cod3r.a52codec attemptPassthrough</p></blockquote>
<p>DTS passthrough is done through:</p>
<blockquote><p>defaults write org.perian.Perian attemptDTSPassthrough 1</p></blockquote>
<p>To turn off DTS passthrough, you type this instead:</p>
<blockquote><p>defaults delete org.perian.Perian attemptDTSPassthrough</p></blockquote>
</li>
<li>Launch your application to play with passthrough.  This means if it was already running, quit it and start it again.  You can quit Frontrow by entering Frontrow, and pressing Cmd-Opt-Esc.</li>
<li><strong>Play with 100% volume</strong><br />
This does not mean modify the movie to play with greater gain than the original movie file in the properties, but it does mean you shouldn&#8217;t change the volume level of the movie file.  If it has been changed, set it to the top with the little volume slider.  Most likely, you will not have to do anything with this step.</li>
<li><strong>Check Channel Layout</strong><br />
<strong>Note:</strong> Since Apple refuses to do the right thing and fix their bugs, A52Codec now attempts to detect this layout and adjust itself accordingly.  This is yet another hack to work around Apple&#8217;s refusals to correct their errors.  It may not work correctly in all circumstances.<br />
Due to bugs in Apple&#8217;s Quicktime components, (rdar:5799879 reported in March of 2008, not fixed), some methods of reading <strong>AC3</strong> will have the wrong channel layout.  Furthermore, due to issues related to how multi-channel audio is handled, the decoder is unaware of the order QuickTime expects (rdar:6921431).  Make sure the channel layout is ordered: L, R, C, LFE, Ls, Rs.  This can be verified by the &#8220;Show Movie Properties&#8221; within QuickTime Player.  Select the audio track, and &#8220;Audio Settings&#8221;.  It should look like this:<br />
<a href="http://www.cod3r.com/images/2008/02/channel-layout.png"><img src="http://www.cod3r.com/images/2008/02/channel-layout-300x238.png" title="channel-layout" width="300" height="238" class="size-medium wp-image-238" /></a><br />
<strong>Note</strong>: I&#8217;ve been arguing with Apple about this one for almost <strong>2 years</strong> now!  For those within the company, see to it that rdar <strong>5799879</strong> and <strong>6921431</strong> get more attention than a single comment every 3-18 months!  Either one would resolve this, but neither are getting response consistent with documentation.  What&#8217;s worse is that Apple&#8217;s chosen layouts are even used anywhere!</li>
<li><strong>Check Receiver&#8217;s Settings</strong><br />
As Dominik Pich pointed out, some receivers have an encoding setting.  In his example, some Sony receivers need to be changed from <code>DEC PCM</code> to <code>DEC AUTO</code></li>
</ol>
<p>That&#8217;s it.  Play you movies with AC3/DTS audio and enjoy your 5.1 system.</p>
<p><strong>Edit</strong>:  Added volume information which was missing.<br />
<strong>Edit</strong>:  Added restarting the app which was missing.</p>
<table border="1">
<tr>
<th>Brand</th>
<th>Model</th>
<th>Works</th>
</tr>
<tr>
<td>Cambridge Soundworks</td>
<td>DTT-3500</td>
<td>NO</td>
</tr>
<tr>
<td>Creative</td>
<td>Inspire Digital 5500</td>
<td>YES</td>
</tr>
<tr>
<td>Creative</td>
<td>DDTS-100</td>
<td>YES</td>
</tr>
<tr>
<td>Denon</td>
<td>AVR-65</td>
<td>NO</td>
</tr>
<tr>
<td>Denon</td>
<td>AVR-786</td>
<td>NO</td>
</tr>
<tr>
<td>Denon</td>
<td>AVR-1706</td>
<td>NO</td>
</tr>
<tr>
<td>Denon</td>
<td>AVR-1803</td>
<td>YES</td>
</tr>
<tr>
<td>Denon</td>
<td>AVR-1910</td>
<td>YES</td>
</tr>
<tr>
<td>Harman Kardon</td>
<td>AVRs435</td>
<td>YES</td>
</tr>
<tr>
<td>JVC</td>
<td>RX-5060</td>
<td>YES</td>
</tr>
<tr>
<td>JVC</td>
<td>RX-5062</td>
<td>YES</td>
</tr>
<tr>
<td>KODA</td>
<td>AV-600</td>
<td>YES</td>
</tr>
<tr>
<td>Logitech</td>
<td>Z-5500</td>
<td>YES</td>
</tr>
<tr>
<td>Marantz</td>
<td>SR5200</td>
<td>YES</td>
</tr>
<tr>
<td>Marantz</td>
<td>SR5300</td>
<td>YES</td>
</tr>
<tr>
<td>Marantz</td>
<td>SR7200</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-DS575</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR507</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR605</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR606</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR674E</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR707</td>
<td>YES</td>
</tr>
<tr>
<td>Onkyo</td>
<td>TX-SR876</td>
<td>YES</td>
</tr>
<tr>
<td>Panasonic</td>
<td>SA-HT40</td>
<td>YES</td>
</tr>
<tr>
<td>Panasonic</td>
<td>SA-XR70</td>
<td>YES</td>
</tr>
<tr>
<td>Pioneer</td>
<td>VSX-21-TXH</td>
<td>YES</td>
</tr>
<tr>
<td>Pioneer</td>
<td>VSX-518</td>
<td>YES</td>
</tr>
<tr>
<td>Pioneer</td>
<td>VSX-1014TX</td>
<td>YES</td>
</tr>
<tr>
<td>Pioneer</td>
<td>VSX-D906S</td>
<td>NO</td>
</tr>
<tr>
<td>Pioneer</td>
<td>VSX-D2011</td>
<td>YES</td>
</tr>
<tr>
<td>Sherwood</td>
<td>RVD-6095RDS</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>DAV-HDX501W</td>
<td>NO</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DE475</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DE598</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DE698</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DE835</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DE875</td>
<td>YES</td>
</tr>
<tr>
<td>Sony</td>
<td>STR-DG910</td>
<td>YES</td>
</tr>
<tr>
<td>Technics</td>
<td>SA-DA8</td>
<td>YES</td>
</tr>
<tr>
<td>Technics</td>
<td>SA-DX930</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>DSP-A3090</td>
<td>NO</td>
</tr>
<tr>
<td>Yamaha</td>
<td>HTR-5250</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>HTR-5950</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>HTR-6063</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>HTR-6160</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V361</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V365</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V457</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V461</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V657</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V667</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V3900</td>
<td>YES</td>
</tr>
<tr>
<td>Yamaha</td>
<td>RX-V27000</td>
<td>YES</td>
</tr>
</table>
<p><del datetime="2011-05-28T01:19:56+00:00">I&#8217;ve re-enabled comments on this post for the purposes of constructing a list of receivers which work and those that don&#8217;t.  <strong>Please reply with the make/model of your receiver and whether it works.</strong></del>  Comments disabled due to spammers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

