<br>HI All,<br><br>I&#39;ll be posting to the list a lot more in the future now that I&#39;m setting up a PVR hardware solution based on mythtv for retail in Australia.<br><br>Anyone who is using a PVR-350 and wants to use low CPU when playing back DVDs will find that they don&#39;t get the audio channel because most DVDs use AC3 for the audio track and the firmware can&#39;t handle that format.
<br><br>I get 5% cpu on a AMD 1.8GHZ, and probably most of that is reading from a software raid5 (doing XOR operations) so the utilization you get should be lower on equivalent hardware.<br><br>Users of mythtv can add the appropriate DVD player command in their sql database.
<br><br>mencoder -ovc copy -of mpeg -oac twolame -noskip -mpegopts format=dvd:tsaf -twolameopts mode=jstereo:br=224&nbsp;&nbsp; -o /dev/video18 dvd://1<br><br>You need a version of mplayer compiled with twolame or toolame libraries available at compile time. 
<br>There are other codecs but they are more cpu intensive.<br><br>Add -quiet in production. I didn&#39;t test the tsaf option but I guess it works.<br><br>Where can I get information on the full capabilities of the firmware? What other audio formats does it accept (
e.g. pcm?)<br><br>To take advantage of this mythv I&#39;d like to see it do a similar kind of coversion when TV-Output is enabled in configuration, also the ability to ts-&gt;ps stream conversion for those of us who also capture from DVB.
<br>Keeping the CPU down should be a priority for those of use who want to use cheap hardware in embedded systems.<br><br><br>Cheers,<br><br>Luke<br><br><br>P.S. All my problems with the player card freezing the PC are gone! Everyone should have larger buffer sizes by default!! (module options)
<br>