<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">&gt; but you would have to do the encode manually with mencoder (x264).<br><br>I went ahead and wrote a module for mencoder x264 for nuvexport. Its pretty easy to extend nuvexport (hats off to its author for making it so easy to extend it).<br><br>Put the attached X264.pm file in /usr/share/nuvexport/export/mencoder/.<br>Apply this simple patch to /usr/bin/nuvexport by hand (just add the two lines marked with '+' in the right place):<br><br># diff -u /usr/bin/nuvexport.orig /usr/bin/nuvexport<br>--- /usr/bin/nuvexport.orig&nbsp;&nbsp;&nbsp;&nbsp; 2007-01-19 18:10:06.000000000 -0800<br>+++ /usr/bin/nuvexport&nbsp; 2007-01-21 21:06:41.000000000 -0800<br>@@ -73,6 +73,7
 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or die "You need mencoder in order to use nuvexport in --mencoder mode\n";<br>&nbsp;&nbsp;&nbsp;&nbsp; # ffmpeg - seems to work better and is the default<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; require export::mencoder::XviD;<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; require export::mencoder::X264;<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;# Load the other export modules<br>@@ -103,6 +104,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp; elsif ($export_prog eq 'mencoder') {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; push @Exporters, export::mencoder::XviD-&gt;new;<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; push @Exporters, export::mencoder::X264-&gt;new;<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp; push @Exporters, export::NUV_SQL-&gt;new;<br><br>Add this to your .nuxexportrc:<br><br>&lt;mencoder::X264&gt;<br>&nbsp;&nbsp;&nbsp; multipass =
 yes<br>&nbsp;&nbsp;&nbsp; vbr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = yes<br>&nbsp;&nbsp;&nbsp; a_bitrate = 128&nbsp;&nbsp; # Audio bitrate of 128 kbps<br>&nbsp;&nbsp;&nbsp; v_bitrate = 1800&nbsp;&nbsp; # Remember, quantisation overrides video bitrate<br>&nbsp;&nbsp;&nbsp; width&nbsp;&nbsp;&nbsp;&nbsp; = 640&nbsp;&nbsp; # Height adjusts automatically to width, according to aspect ratio<br>&nbsp;&nbsp;&nbsp; height&nbsp;&nbsp;&nbsp; = auto<br>&lt;/mencoder::X264&gt;<br><br>adjust to taste. And off you go with the best looking video compression ever.<br><br>-devsk<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Steven Adeff &lt;adeffs.mythtv@gmail.com&gt;<br>To: Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br>Sent: Sunday, January 21, 2007 3:46:31 PM<br>Subject: Re: [mythtv-users] How much space should transcoding HDTV to mpeg4 save?<br><br><div>On 1/19/07, ryan patterson
 &lt;ryan.goat@gmail.com&gt; wrote:<br>&gt; On 1/19/07, Phill Edwards &lt;philledwards@gmail.com&gt; wrote:<br>&gt; &gt; &gt; So I'm<br>&gt; &gt; &gt; not too interested in down sampling the resolution of my recordings.<br>&gt; &gt;<br>&gt; &gt; Then you're not really going to downsize the size of the files very much,<br>&gt; &gt; then.<br>&gt;<br>&gt; Transcoding to a more efficient codec should allow smaller file sizes at the<br>&gt; same quality.&nbsp;&nbsp;MPEG-4 is capable of achieving equal quality with a lower<br>&gt; bitrate compared to mpeg-2.<br><br>Regular mpeg4(aka xvid)&nbsp;&nbsp;for HDTV size doesn't have this advantage,<br>which is where h264 comes in, but you would have to do the encode<br>manually with mencoder (x264).<br><br><br>-- <br>Steve<br>Before you ask, read the FAQ!<br><a target="_blank" href="http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions">http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions</a><br>then search the
 Wiki, and this list,<br><a target="_blank" href="http://www.gossamer-threads.com/lists/mythtv/">http://www.gossamer-threads.com/lists/mythtv/</a><br>Mailinglist etiquette -<br><a target="_blank" href="http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette">http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette</a><br>_______________________________________________<br>mythtv-users mailing list<br>mythtv-users@mythtv.org<br><a target="_blank" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div><br></div></div><br>

<hr size=1>TV dinner still cooling?<br><a href="http://us.rd.yahoo.com/evt=49979/*http://tv.yahoo.com/">Check out "Tonight's Picks"</a> on Yahoo! TV.</body></html>