<div class="gmail_quote">On Wed, Jan 28, 2009 at 8:03 PM, Adam Siegel <span dir="ltr">&lt;<a href="mailto:agsiegel@gmail.com">agsiegel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I just replaced my PVR350 with a pair of AVerTVHD MCE A180s in preparation for the HDTV deadline.&nbsp; Yes, I use an antenna - no cable here.&nbsp; Having two cards is great as I can record more than one program at a time.&nbsp; I had very few problems with their install, thanks to this forum.&nbsp; They are working perfectly.<br>

<br>My front-end units on a couple of the televisions in the house are Hauppauge MediaMVPs.&nbsp; I&#39;ve used the mvpmc distro for a couple of years now without any issues.&nbsp; However, these units can&#39;t process the 1920x1080 mpeg2 stream (not to mention network bandwidth issues).&nbsp; So I need to transcode the recordings.<br>

<br>I can&#39;t seem to get a good read on what to use and the paramters for the various programs.&nbsp; I have tried both mencoder and ffmpeg.<br><br>The first thing I do is check to see what resolution the recording is by doing<br>

<br>$w = `mplayer -nosound -vo null -ss 03:00:00 -really-quiet -identify $F1 2&gt;/dev/null | grep ID_VIDEO_WIDTH`;<br><br>in a perl script.&nbsp; If the width is less than 720, the the MediaMVPs seem to work fine and no transcoding is necessary.&nbsp; However if it&#39;s greater than 720 I transcode with ffmpeg <br>

<br>ffmpeg -i $F1 -croptop 12 -target ntsc-dvd $F2<br><br>I needed to add the croptop because there is some noise that I get in the recording (don&#39;t know why).<br><br>Anyway, with ffmpeg I have noticed some voice sync problems with the MediaMVP.&nbsp; The picture looks fine.&nbsp; Playback on a PC using either the ASX stream from MythWeb or using MythTVPlayer on widows is fine.<br>

<br>Appreciate any advise available for a better transcoding method!!!<br><br></blockquote></div><br>Everything you need should be in the wiki. I know that nuvexport is a popular choice: <a href="http://www.mythtv.org/wiki/Nuvexport">http://www.mythtv.org/wiki/Nuvexport</a><br>