IWantVCD v0.01 - A VCD transcoder tcl script.
Copyright (C) 2003 Roi Dayan

Release under the GPL license.

Contact: roi_d at gamebox dot net


Packages required:

tcl - for running this script.
transcode - main program for converting video to vcd.
            (copiled with mjpegtools, mplayer and ImageMagick support)
mjpegtools - Using mjpegtools export modules and multiplexing.
mplayer - Using mplayer import module.

ImageMagick - I guess you dont need this I am just telling you I also compiled transcode with ImageMagick support.
vcdimager - if you want to make bin/cue at the end.

NOTE: The script doesn't encode the movie for you, it just probe the movie file
      for information using tcprobe and gives you the commands you need.
      So actually you need transcode alone to use this script but you need all
      the packages mentiond for doing the encoding.


The encoding is used with transcode program and mjpegtools interface.
