Hello all,<br><br>I apologize if this has been answered before though I have not been able to find an answer to it yet.&nbsp; I am running the mythtv-0.20.1_p13783 package&nbsp; from gentoo.&nbsp; My shows are being recoded just fine to mpg files though when I use nuvexport-dvd nuvexport-divx I get video files with no audio.&nbsp; Running nuvexport- with --debug seems to show that it was not able to find the audio track though I do not know how to correct this.
<br><br>Below is the output and as always any help is greatly appreciated.<br><br>====== nuvexport-divx --debug BEGIN ======<br><span><br>Where would you like to export the files to? [.] <br>Enable Myth cutlist? [Yes] <br>
Enable noise reduction (slower, but better results)? [Yes] <br>Enable deinterlacing? [Yes] <br>Crop broadcast overscan border (0-5%) ? [2] <br>Audio bitrate? [128] <br>Variable bitrate video? [No] <br>Video bitrate? [960] 
<br>Default resolution based on 4:3 aspect ratio.<br>Width? [624] <br>Height? [464] <br><br>--------------------------------<br>To encode:&nbsp; Battlestar Galactica:&nbsp; Home<br>Use the following commands:<br><br>system call:<br>
mkdir -m 0755 /tmp/fifodir_10210/<br><br>forking:<br>/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p autodetect -c 1244 -s 2006-09-19-11-00-00 -f &quot;/tmp/fifodir_10210/&quot; --honorcutlist 2&gt;&amp;1<br><br>
forking:<br>/usr/bin/nice -n19 ffmpeg -f rawvideo -s 480x480 -r 29.970 -i /tmp/fifodir_10210/vidout -f yuv4mpegpipe - 2&gt; /dev/null | /usr/bin/nice -n19 yuvdenoise 2&gt; /dev/null | /usr/bin/nice -n19 ffmpeg -y -f s16le -ar 48000 -ac 2 -i /tmp/fifodir_10210/audout -f yuv4mpegpipe -s 480x480 -aspect 
1.33333333333333 -r 29.970 -i - -aspect 1.33333333333333 -r 29.970 -deinterlace -croptop&nbsp;&nbsp;&nbsp; 10 -cropright 10 -cropbottom 10 -cropleft&nbsp; 10 -padleft 2 -padright 2 -s 620x464&nbsp; -vcodec mpeg4 -b 960 -lumi_mask 0.05 -dark_mask 
0.02 -scplx_mask 0.5 -mv4 -part -vtag divx -acodec mp3 -ab 128 -f avi &#39;./Battlestar Galactica - Home.avi&#39; 2&gt;&amp;1<br><br>Cleaning up temp files.</span><br><br><br> ====== nuvexport-divx --debug END ======<br><br>
Thanks,<br><br>Joe