Ok, I just made my first VCD. Pretty cool. I whipped up a couple of scripts so I didn't have to remember the commands but basically I used kino to capture and edit the video from my digital video camera then saved the video in DV2 format (say in a file called "file.avi"). Then I use my two scripts to create the VCD:
$ 2vcdmpeg file.avi
This script will take the DV2 file "file.avi" and convert it to the VCD MPEG format "file.mpeg".
$ 2vcdwrite "My VCD Volume Label" file.mpeg
This script will take one or more VCD MPEG files and create the VCD with a volume label.
Here is the "2vcdmpeg" script:
Here is the "2vcdwrite" script:
Now, this is for the extremely basic. You can also create a VCD menu and chapters. These scripts will not do that, you'll need to read the docs on the web site for that. There is also a good forum. Also, this assumes you have all the proper software install (mjpegtools, vcdimager, cdrdao, kino).
I haven't tried the graphical frontends for vcdimager but they looked sort of cheesy and limiting. But I don't know enough about them.
There are a couple of sample VCDs on the web site that you can download and burn with "cdrdao" that show a graphical chapter menu and have some sample movies.
[ November 01, 2002: Message edited by: void main ]