I would have put this into MPEG forum but that is strickly about AVI to DVD which is not what I want. I have a m2v and wav file I want to turn into one or several XviD files. I haven't been able to figure out a way yet, except make it a dvd, then rip to XviD which sounds ludicris...
Run the m2v through DGIndex video = mpeg2source("whatever.d2v") audio = wavsource("whatever.wav") audiodub(audio,video) Add resize, filters, crop, etc. then encode. Alternatively leave the audio out, convert seperatly to he aac or whatever and then mux with your final video.