hey
I remember doing it this way:
Code:
1. get mpg from CD
mount CD
vcdxrip
vcdxrip --cdrom-device=/dev/cdrom -v -p
2. create cue/bin
vcdimager
vcdimager --type=svcd -v <file>
3. burn
cdrdao
cdrdao write --device 0,0,0 --speed 12 --buffers 20 -v 1 videocd.cue
If you google for the mentioned programmes, then you will find where to download them
hamish