Different source videos on a single VCD/SVCD/DVD

Sometimes you would like to put on a single disk videos from different source streams. Since 0.4.1 encode2mpeg support this feature.

For each source stream add the option -video followed by the argument(s) necessary to completely identify the video stream.
encode2mpeg -o <NAME> <common options> -video video1.avi -video video2.ogm -ss 60 -frames 2500 -video dvd://1 -chapter 3-4
encode2mpeg will create a mpeg for each source video and then the binary image or the DVD filesystem. There will be as many chapters as the number of source videos.
This new feature can be considered beta code. It should work, but there could be some bugs present.