
This is just a frontent for the programs

- transcode (with mjpegtools)
- mplex
- vcdimager
- cdrdao.

It is supposed to help you, to create Video CDs from avi-files.

Another simple way to do this, is the command line:

transcode -i galaxy_quest.avi -V -y mpeg2enc,mp2enc -F 4 -E 44100 -b 128  -o galaxy -j -92 -Z 480x576  -k
mplex -f 4 -S 700 -o galaxy%d.mpg galaxy.m2v galaxy.mpa
vcdimager -t svcd -c /data2/video2.cue -b /data2/video2.bin --volume-count=3 --volume-number=3 galaxy3.mpg
sudo cdrdao write --device 0,3,0 --speed 4  --eject video2.cue


but if you don't like the command line, take this programm.

You should have kde 3 and QT 3 installed to compile kavi2svcd.

The installation instruction can be found in INSTALL.

bye
Cornelius Klbel