I&#39;m having trouble using MythArchive with a couple of my recordings. It seems to be picking the wrong audio. Shouldn&#39;t it be picking only the ac3 audio?<br><br>I&#39;m seeing this in the log:<br><br>2007-09-06 21:17:16 Preferred audio languages eng and aar
<br>2007-09-06 21:17:16 Video id: 0x1e0, Audio1: [2] 0x80 (AC3, N/A), Audio2: [1] - 0x1c0 (MP2, N/A)<br>2007-09-06 21:17:16 Aspect ratio is 4:3<br>2007-09-06 21:17:16 Re-encoding audio and video<br>2007-09-06 21:17:16 Encoding profile (LP) found
<br>2007-09-06 21:17:16 ffmpeg -threads 2 -v 1 -i &quot;/transcode/work/1/newfile.mpg&quot; -r ntsc -target dvd -b 2344k -s 352x480 -acodec copy -copyts -aspect 4:3 &quot;/transcode/work/1/newfile2.mpg&quot; -newaudio -map 0:0 -map 0:2 -map 0:1
<br>2007-09-06 21:17:16 ************************************************************<br>2007-09-06 21:17:16 ERROR: Failed while running ffmpeg to re-encode video.<br>Command was ffmpeg -threads 2 -v 1 -i &quot;/transcode/work/1/newfile.mpg&quot; -r ntsc -target dvd -b 2344k -s 352x480 -acodec copy -copyts -aspect 4:3 &quot;/transcode/work/1/newfile2.mpg&quot; -newaudio -map 0:0 -map 0:2 -map 0:1
<br>2007-09-06 21:17:16 ************************************************************<br>2007-09-06 21:17:16 <br>2007-09-06 21:17:16 Terminated<br><br>When running ffmpeg manually with those options I get:<br><br>ffmpeg -threads 2 -v 1 -i &quot;/transcode/work/1/newfile.mpg&quot; -r ntsc -target dvd -b 2344k -s 352x480 -acodec copy -copyts -aspect 4:3 &quot;/transcode/work/1/newfile2.mpg&quot; -newaudio -map 0:0 -map 0:2 -map 0:1
<br>FFmpeg version SVN-r10287, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br>&nbsp; configuration: --prefix=/usr --enable-liba52 --enable-liba52bin --disable-decoder=ac3 --enable-encoder=ac3 --enable-gpl --enable-libmp3lame --enable-shared
<br>&nbsp; libavutil version: 49.5.0<br>&nbsp; libavcodec version: 51.42.0<br>&nbsp; libavformat version: 51.12.2<br>&nbsp; built on Sep&nbsp; 3 2007 18:24:32, gcc: 4.1.3 20070429 (prerelease) (Debian 4.1.2-5)<br>Warning: not compiled with thread support, using thread emulation
<br>Input #0, mpeg, from &#39;/transcode/work/1/newfile.mpg&#39;:<br>&nbsp; Duration: 02:30:14.7, start: 0.360000, bitrate: 2883 kb/s<br>&nbsp; Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x480, 15000 kb/s, 29.97 fps(r)<br>&nbsp; Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, 192 kb/s
<br>&nbsp; Stream #0.2[0x80]: Audio: liba52, 48000 Hz, 5:1, 384 kb/s<br>Assuming NTSC for target.<br>File &#39;/transcode/work/1/newfile2.mpg&#39; already exists. Overwrite ? [y/N] y<br>Output #0, dvd, to &#39;/transcode/work/1/newfile2.mpg&#39;:
<br>&nbsp; Stream #0.0: Video: mpeg2video, yuv420p, 352x480, q=2-31, 2344 kb/s, 29.97 fps(c)<br>&nbsp; Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s<br>&nbsp; Stream #0.2: Audio: mp2, 48000 Hz, 5:1, 448 kb/s<br>Stream mapping:<br>&nbsp; Stream #0.0 -&gt; #0.0
<br>&nbsp; Stream #0.2 -&gt; #0.1<br>&nbsp; Stream #0.1 -&gt; #0.2<br>[mp2 @ 0xb7d48410]encoding 6 channel(s) is not allowed in mp2<br>Error while opening codec for output stream #0.2 - maybe incorrect parameters such as bit_rate, rate, width or height
<br><br>- Mark.<br>