I'm trying to make a bin/cue file to use to burn to a VCD with MissingMediaBurner. I am trying to use MissingMediatools' vcdxbuild but I get the following error in terminal:

Last login: Tue Jan 21 23:07:42 on ttyp2
cd /Apps/MissingMpegTools.app//Contents/Resources
Welcome to Darwin!
./vcdxbuild -c videocd.cue /Movies/mymovie/vcd2.xml
mv videocd.cue /Movies/Bedrooms\[Talisman-Computer:~] talisman% cd /Apps/MissingMpegTools.app//Contents/Resources
[Talisman-Computer:MissingMpegTools.app/Contents/Resources] talisman% ./vcdxbuild -c videocd.cue /Movies/mymovie/vcd2.xml//
mv videocd.bin /Movies/mymovie//
++ WARN: initializing libvcd 0.7.12 [darwin5.2/powerpc]
++ WARN:
++ WARN: this is the UNSTABLE development branch!
++ WARN: use only if you know what you are doing
++ WARN: see http://www.hvrlab.org/~hvr/vcdimager/ for more information
++ WARN:
++ WARN: mpeg scan: pack header code (0x000001ba) expected, but 0x0c424544 found (buflen = 2324)
**ERROR: input mpeg stream has been deemed invalid -- aborting
[Talisman-Computer:MissingMpegTools.app/Contents/Resources] winstonbliss% mv videocd.cue /Movies/mymovie//
mv: rename videocd.cue to /Movies/mymovie///videocd.cue: No such file or directory
[talisman-Computer:MissingMpegTools.app/Contents/Resources] talisman% mv videocd.bin /Movies/mymovie//
mv: rename videocd.bin to /Movies/mymovie///videocd.bin: No such file or directory
[Talisman-Computer:MissingMpegTools.app/Contents/Resources] talisman%


It's saying the mpeg is invalid, yet I can watch it on my computer without any difficultites. How do I go about correcting this?[/b]