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~ 2007-03-31 08:54:57.000000000 -0400<br>+++ DVD.pm 2007-09-20 13:44:24.000000000 -0400<br>@@ -142,7 +142,7 @@<br> . ' -vcodec mpeg2video'
<br> . ' -qmin ' . $self->{'quantisation'}<br> . ' -ab ' . $self->{'a_bitrate'}<br>- . " -ar 48000 -acodec mp2 -f dvd";
<br>+ . " -ar 48000 -acodec copy -f dvd";<br> # Execute the parent method<br> $self->SUPER::export($episode, ".mpg");<br> }<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> <<a href="mailto:joe.maldonado@gmail.com">joe.maldonado@gmail.com</a>> 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 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. When it is done I have no audio on the mpg file. 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 '[my show destination]':<br> Stream #0.0: Video: mpeg2video, yuv420p, 720x480, q=1-31, 6144 kb/s,
29.97 fps(c)<br> Stream #0.1: Audio: mp2, 48000 Hz, stereo, 0 kb/s<br clear="all"><br>While the input read <br>Input #0, s16le, from '/tmp/fifodir_13523/audout':<br> Duration: N/A, bitrate: N/A<br> Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
<br>Input #1, yuv4mpegpipe, from 'pipe:':<br> Duration: N/A, bitrate: N/A<br> 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> mythtv<br> Installed versions: 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: 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