ffmpeg is failing to re-encode the mpeg4 file. crashes when it is
almost done re-encoding. bug in ffmpeg. attempting to figure it out.<br>
<br>
----<br>
>ffmpeg -v 2 -i "i/mythtv/recordings/1006_20060530232900.nuv" -r
ntsc -target dvd -b 3000 -s 720x480 -ab 192 -ac 2 -copyts -aspect 16:9
/mythtv/tmp/work/1/newfile2.mpg -map 0:0 -map 0:1<br>
....<br>
.........<br>
frame= 1084 q=2.0 size= 12524kB time=35.4 bitrate=2898.9kbits/s dup=27 drop=0 <br>
*** glibc detected *** double free or corruption (!prev): 0x086e9270 ***<br>
Aborted<br>
---<br>
<br>
if i workaround this bug , causing a memory leak, mytharchive completes and creates the iso....<br>
<br>
i really like mytharchive.. :)<br>
<br>