Simple command line to create VCD/SVCD

encode2mpeg has may options. In can be difficult, sometime, to find the correct set of options necessary to create a standard VCD or SVCD. Since 0.4.0 a very simple command line should be enough:
encode2mpeg -o <TITLE> -n <NORM> <SOURCEVIDEO> -stdvid <n>
where n can be:
  1. VCD Direct Mode
  2. VCD Indirect Mode
  3. VCD Mpeg Mode
  4. SVCD Direct Mode
  5. SVCD Indirect Mode
  6. SVCD Mpeg Mode
You only need to specify the TITLE of the output mpeg stream, the video norm (PAL/NTSC), the video source (anything MPlayer can understand) and what kind of Mode for your VCD/SVCD you want.

These are my recomendations about the different Modes:
So, what the -stdvid option does? It set the Mode and other options equivalent to these: -asr 44100, -mp2 toolame, -a 2, -mpegfixaspect, -addchapter copy. The log file will show the options actually used.