[Encode2mpeg-users] Bug in version 0.5.0
Brought to you by:
encode2mpeg
From: Giacomo C. <enc...@us...> - 2005-09-19 20:33:13
|
Hello, there is a bug in encode2mpeg 0.5.0 that shows up if you use Mpeg Mode with the options '-encode 0:m:i -vcd' and that just makes encode2mpeg do nothing. The fix is simple: edit encode2mpeg (0.5.0), go to line 3820 and change it from: [[ $a != mp3 ]] && echo "**ERROR: [$PROGNAME] you cannot copy $a audio in a $frameformat" ; exit 1 to: [[ $a != mp3 ]] && echo "**ERROR: [$PROGNAME] you cannot copy $a audio in a $frameformat" && exit 1 This is an annoing bug, therefore I will probably relase a new version including also the fix soon. Giacomo |