merging audio and video for a dvd 

> i was trying something like this:
> tcmplex -i old.vob -o sound.wav -o new.vob -m d

IMHO tcmplex is not the tool of choice at all. Try mplex from mjpeg-tools.

> ERROR: File VTS_01_1.VOB is not a 11172-2 or 13818-2 Video stream.

Not familiar with tcmplex, but tcprobe -i <VOBfile> should give you advice if the file is usable on dvd or not.

Maik Holtkamp

merging audio and video for a dvd 

> the tcprobe output returns the following:
> [tcprobe] MPEG program stream (PS)

Your file is a program stream (already muxed), mplex wants elementary streams (mpeg video/mpeg audio/ac3 audio)

Erik Slagter