<br><br><div><span class="gmail_quote">On 15/02/2008, <b class="gmail_sendername">A JM</b> &lt;<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the reply&#39;s.<br><br>Steve, can you be alittle more specific where this setting is located? <span class="q"><br><br>&quot;edit the perl code to use -b for bitrate.&quot;<br><br></span>When creating DVD&#39;s from within Myth I&#39;m able to get good results from not re-encoding the recording. Does that still run the recording through some kind of Transcoding process to make it fit or be DVD compliant?<br>

<br>Doesn&#39;t myth use Transcoding when creating DVD&#39;s? <br><br>Since this process is really about watching my Myth recordings on my Xbox 360 and it recognizes Xvid what would be the best way to convert / relabel the recordings to Xvid so they could be watched? shouldn&#39;t it be a 1 to 1 transfer?<br>

<br>AJM,<br>
<br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br><br>The file is /usr/local/share/nuvexport/export/ffmpeg.pm<br><br>Around line 172:<br>Change<br><br>&nbsp;&nbsp;&nbsp; # Unknown, just return the parameter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return param_pair($param, $value);<br>&nbsp;&nbsp;&nbsp; }<br>
<br>To:<br><br>&nbsp;&nbsp;&nbsp; # Unknown, just return the parameter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return param_pair(&#39;b&#39;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $value) if ($param eq &#39;bit_rate&#39;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return param_pair($param, $value);<br>&nbsp;&nbsp;&nbsp; }<br><br>It&#39;s a bit of a hack but it worked on my installation, really it needs debugging it&#39;s due to a mismatch between the versions of nuvexport and ffmpeg. Ffmpeg keep changing their command line options, nuvexport tries to compensate but it looks like in the unbuntu version the compensation has quite worked.<br>
<br>An easier way is to set nuvexport to use &quot;transcode&quot; or &quot;mencoder&quot; instead... look in the wiki for details.<br><br>Cheers<br><br>Steve<br>