<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;">> Is there a way to load mplayer video filters to perform ivtc?<br><br>I only did the minimal stuff to make it work with some good encoding options and the parameters that nuvexport already uses. The options I selected are for high quality after experimenting with 4-5 movies and various combinations of options. I think ivtc video filters support can be added but that would need to go to generic mencoder.pm, rather than just x264 module. It will also require configuration option to make it a visible option to the end user of nuvexport. More changes than I can make. But we can file a ticket for xris to provide this support.<br><br><span>please append your request to the ticket at : <a target="_blank"
href="http://svn.mythtv.org/trac/ticket/2976">http://svn.mythtv.org/trac/ticket/2976</a></span><br><br>-devsk<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Steven Adeff <adeffs.mythtv@gmail.com><br>To: Discussion about mythtv <mythtv-users@mythtv.org><br>Sent: Monday, January 22, 2007 1:53:50 PM<br>Subject: Re: [mythtv-users] How much space should transcoding HDTV to mpeg4 save?<br><br><div>On 1/22/07, Billy Macdonald <billymacdonald@gmail.com> wrote:<br>> On 1/21/07, Steven Adeff <adeffs.mythtv@gmail.com> wrote:<br>> > On 1/19/07, ryan patterson <ryan.goat@gmail.com> wrote:<br>> > > On 1/19/07, Phill Edwards <philledwards@gmail.com> wrote:<br>> > > > > So I'm<br>> > > > > not too interested in down sampling the resolution of my recordings.<br>> > > ><br>> > > > Then you're not really
going to downsize the size of the files very much,<br>> > > > then.<br>> > ><br>> > > Transcoding to a more efficient codec should allow smaller file sizes at the<br>> > > same quality. MPEG-4 is capable of achieving equal quality with a lower<br>> > > bitrate compared to mpeg-2.<br>> ><br>> > Regular mpeg4(aka xvid) 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>> Also, a 1080i stream that you deinterlace to 1920x1080 will need more<br>> bandwidth now that it is a progressive format in order to look good,<br>> at least that is what I've discovered in my limited amount of<br>> transcoding so far.<br>><br>> I'm still tweaking my HD transcoding settings. Any plans to<br>> incorporate the improved HD encoding codecs in
mythtranscode?<br><br>If you run an IVTC filter on the 1080i to get to 1080p you should<br>actually save space since you'll be dropping frames (30fps->24fps)<br><br>On 1/22/07, devsk <funtoos@yahoo.com> wrote:<br>> > 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<br>> easy to extend nuvexport (hats off to its author for making it so easy to<br>> extend it).<br>><br>> Put the attached X264.pm file in<br>> /usr/share/nuvexport/export/mencoder/.<br>> Apply this simple patch to /usr/bin/nuvexport by hand (just add the two<br>> lines marked with '+' in the right place):<br>><br>> # diff -u /usr/bin/nuvexport.orig /usr/bin/nuvexport<br>> --- /usr/bin/nuvexport.orig 2007-01-19 18:10:06.000000000 -0800<br>> +++ /usr/bin/nuvexport 2007-01-21 21:06:41.000000000 -0800<br>> @@ -73,6 +73,7
@@<br>> or die "You need mencoder in order to use nuvexport in<br>> --mencoder mode\n";<br>> # ffmpeg - seems to work better and is the default<br>> require export::mencoder::XviD;<br>> + require export::mencoder::X264;<br>> }<br>><br>> # Load the other export modules<br>> @@ -103,6 +104,7 @@<br>> }<br>> elsif ($export_prog eq 'mencoder') {<br>> push @Exporters, export::mencoder::XviD->new;<br>> + push @Exporters,
export::mencoder::X264->new;<br>> }<br>> push @Exporters, export::NUV_SQL->new;<br>><br>> Add this to your .nuxexportrc:<br>><br>> <mencoder::X264><br>> multipass = yes<br>> vbr = yes<br>> a_bitrate = 128 # Audio bitrate of 128 kbps<br>> v_bitrate = 1800 # Remember, quantisation overrides video bitrate<br>> width = 640 # Height adjusts automatically to width, according to<br>> aspect ratio<br>> height = auto<br>> </mencoder::X264><br>><br>> adjust to taste. And off you go with the best looking video compression<br>> ever.<br>><br>> -devsk<br><br>cool, the mplayer
documentation has a lot of good info on the x264<br>options. Is there a way to load mplayer video filters to perform ivtc?<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>Never Miss an Email<br>Stay connected with Yahoo! Mail on your mobile. <a href="http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/services?promote=mail">Get started!</a></body></html>