Phil Ehrens wrote: > Ivan Kowalenko wrote: > > > > On Sep 12, 2006, at 15.32, Abylai Ospan wrote: > > > > > >I need to convert DVD to mpeg2 ps filw with audio. I am doing: > > > ... > > >But on some DVD (with silence at the beginning) I have audio and > > >video desynchronization (audio is start faster than needed). How I > > >can transcode video and audio into one file without mplex ? > > > > Why not just pipe from MPlayer and use Audio and Video codec copy, > > throw that into an AVI container, then remultiplex that? > > If that will do what he wants, he can just do this (I think): > > mencoder -oac copy -ovc copy -o $clipname.mpg dvd://1
And if the dvd is really screwed up, with holes punched in it or something: mencoder -oac pcm -ovc copy -ofps 30000/1001 -o $clipname.mpg dvd://1