<br><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 11:54 AM, Raymond Wagner <span dir="ltr">&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, 22 Jul 2011 11:15:23 -0500, Andrew Bernat &lt;<a href="mailto:abernat@zathras.net">abernat@zathras.net</a>&gt;<br>
wrote:<br>
<div class="im">&gt; Is there a good mechanism in MythTV to transcode recorded MPEG-2 files<br>
to<br>
&gt; h.264 while keeping them &quot;in&quot; MythTV?<br>
&gt;<br>
&gt; As background, I am playing around with running XBMC on my iPad as an<br>
&gt; alternative Myth frontend. I&#39;ve got XBMC set up and talking to my server<br>
&gt; just fine, but the recordings play back really choppily. This is<br>
&gt; undoubtedly due to the recordings being in MPEG-2 (from a OTA HDTV<br>
&gt; recording card) and the iPad not having hardware acceleration.<br>
<br>
</div>The iPad does have hardware acceleration. If it did not, you wouldn&#39;t be<br>
able to play much of anything due to lack of any significant FPU<br>
performance in the ARM chip.  The iPad&#39;s video decoder is the same one<br>
found in Intel GMA500 units, capable of HD MPEG2 decoding but artificially<br>
limited by Apple.  The XBMC devs released a version at the beginning of the<br>
year that uses an undocumented video API that should allow hardware<br>
accelerated MPEG2.<br>
<br>
If you want to transcode due to network throughput or storage constraints<br>
on the iPad, check out:<br>
<a href="http://www.mythtv.org/wiki/Transcode_wrapper_stub" target="_blank">http://www.mythtv.org/wiki/Transcode_wrapper_stub</a><br>
Give it the command you want, and configure it as a user job.  It will the<br>
whatever command you define, delete the old copy of the file, update the<br>
path and filesize to match the new file, and flush the seektable.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>Here <a href="http://www.mythtv.org/wiki/Low_Quality_Transcode">http://www.mythtv.org/wiki/Low_Quality_Transcode</a> is an example of someone using Mr. Wagners stub listed above, and I have another one I can post if you are interested.</div>
<div><br></div><div>Jeremy</div><div> </div></div>