Hello i am having an issue with burning a movie from the terminal. I have this script. run.sh

./mkmpeg.sh $1 /tmp/1.mpg;./mkdvd.sh /tmp/1.mpg;

it works fine i get this error after its done.

Unable to create menu.mpeg no such file or directory

and i looked at this script which is located here

http://paste.ubuntu.com/19755/

i have it point to where my movies are wihch is home/allan

and i cant figure out why i keep getting those errors?

Does anybody have any ideas. If you need more information please let me know.

Thanks much appreciated.