<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">When ffmpeg is called from mytharchive the command designates both the audio and video stream options. For instance, the ffmpeg command for LP is:<br><br>ffmpeg -v 1 -i "/mnt/store/temp/work/1/tmp" -r ntsc -target dvd -b 2344k -s 352x480 -acodec ac3 -ab 192 -ac 2 -copyts -aspect 4:3 "/mnt/store/temp/work/1/newfile2.mpg" -map 0:0 -map 0:1<br><br>When I ran this from the command line, I got the error:<br><br>Stream #0.1: Audio: ac3, 48000 Hz, stereo, 0 kb/s<br>Stream mapping:<br> Stream #0.0 -> #0.0<br> Stream #0.1 -> #0.1<br>Error while opening codec for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height<br><br>Notice the 0 kb/s for the audio stream. So I went into the profile xml
file and deleted the following lines.<br><br>...<br> <parameter name="-acodec" value="ac3"/><br> <parameter name="-ab" value="192"/><br> <parameter name="-ac" value="2"/><br>...<br><br>I then tried mytharchive again and had success.<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Michael Williams <gberz3@gmail.com><br>To: mythtv-users@mythtv.org<br>Sent: Friday, May 11, 2007 5:53:39 PM<br>Subject: Re: [mythtv-users] Why is DVD burning failing with ffmpeg?<br><br><div>It is also of note that ffmpeg fails during video encoding, not <br>audio. So, although they may have very well changed the
audio <br>requirements, we need to get past the video issue first.<br><br>Thanks,<br>Michael<br>_______________________________________________<br>mythtv-users mailing list<br>mythtv-users@mythtv.org<br><a target="_blank" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div><br></div></div><br>
<hr size=1>The fish are biting.<br>
<a href="http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php?o=US2140&cmp=Yahoo&ctv=Q107Tagline&s=Y&s2=EM&b=50"> Get more visitors</a> on your site using <a href="
http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php?o=US2140&cmp=Yahoo&ctv=Q107Tagline&s=Y&s2=EM&b=50">Yahoo! Search Marketing.</a></body></html>