So after some time of putting this off, actually my drives were filling up and I really needed to export off my stuff I edited the ffmpeg::export perl modules to get the right audio out config though still not sure this is the correct solution,
<br><br>current solution, which seems to work:<br><br>--- DVD.pm~&nbsp;&nbsp;&nbsp;&nbsp; 2007-03-31 08:54:57.000000000 -0400<br>+++ DVD.pm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2007-09-20 13:44:24.000000000 -0400<br>@@ -142,7 +142,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . &#39; -vcodec mpeg2video&#39;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . &#39; -qmin &#39; . $self-&gt;{&#39;quantisation&#39;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . &#39; -ab &#39; . $self-&gt;{&#39;a_bitrate&#39;}<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . &quot; -ar 48000 -acodec mp2 -f dvd&quot;;
<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . &quot; -ar 48000 -acodec copy -f dvd&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp; # Execute the parent method<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $self-&gt;SUPER::export($episode, &quot;.mpg&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>thoughts?<br><br>Thanks, 
<br><br>Joe<br><br><div><span class="gmail_quote">On 5/8/07, <b class="gmail_sendername">Joe Maldonado</b> &lt;<a href="mailto:joe.maldonado@gmail.com">joe.maldonado@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;">
Hello all,<br><br>My apologies if this has already been answered, though I have not found&nbsp; this topic on the list so far.<br><br>I have run <span id="st" name="st" class="st">nuvexport</span>, selecting DVD as my output format.&nbsp; When it is done I have no audio on the mpg file.&nbsp; I ran it again with DivX as the output format and was able to get audio in the output file.
<br><br>So I ran <span id="st" name="st" class="st">nuvexport</span> with --debug then rand the commands manually and saw the following....<br><br>Output #0, dvd, to &#39;[my show destination]&#39;:<br>&nbsp; Stream #0.0: Video: mpeg2video, yuv420p, 720x480, q=1-31, 6144 kb/s, 
29.97 fps(c)<br>&nbsp; Stream #0.1: Audio: mp2, 48000 Hz, stereo, 0 kb/s<br clear="all"><br>While the input read <br>Input #0, s16le, from &#39;/tmp/fifodir_13523/audout&#39;:<br>&nbsp; Duration: N/A, bitrate: N/A<br>&nbsp; Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
<br>Input #1, yuv4mpegpipe, from &#39;pipe:&#39;:<br>&nbsp; Duration: N/A, bitrate: N/A<br>&nbsp; Stream #1.0: Video: rawvideo, yuv420p, 480x480, 29.97 fps(r)<br><br>Is this a configuration issue or do I need to rebuild with different options set.
<br><br>My mythtv system is a gentoo install on an Athlon64 3800+ <br><br>Output from eix...<br>&nbsp;mythtv<br>&nbsp;Installed versions:&nbsp; 0.20_p12325(13:02:45 05/02/07)(alsa -altivec -autostart -backendonly -crciprec -dbox2 -debug -dts -dvb dvd -freebox -frontendonly -hdhomerun -ieee1394 -ivtv -jack -joystick -lcd -lirc mmx opengl perl video_cards_i810 -video_cards_nvidia video_cards_via vorbis -xvmc)
<br><br><span id="st" name="st" class="st">nuvexport</span><br>Installed versions:&nbsp; 0.4_p20061203(08:54:57 03/31/07)<br><br>Thanks,<br>-- <br><span class="sg">Joe Maldonado
</span></blockquote></div><br><br clear="all"><br>-- <br>Joe Maldonado