Re: [Encode2mpeg-users] avi to kvcd
Brought to you by:
encode2mpeg
From: Giacomo C. <enc...@us...> - 2006-12-06 16:32:50
|
On Wed, Dec 06, 2006 at 07:29:39AM +0000, David Murphy wrote: > Hi, > > I am trying to use encode2mpeg to produce a kvcd mpg output from an avi file. > I would like to be able to transcode to kvcd or ksvcd ie m1v or m2v with mp2 > audio. > > I have tried to fathom a command line that will do this with no succes, any > ideas? > > with tovid I would use something like: tovid -pal -kvcd -quality 7 -in > <file.avi> -out movie and the output would be a kvcd mpg transcoded to pal > format if the input avi was NTSC. > > Cheers, > > David Murphy You should use a standard mpeg command line: encode2mpeg -o movie -n p <file.avi> -stdvid 3 (or -stdvid 6 for svcd) (use a more complex/different command line if you need it) and add the desidered kvcd options: -qmatrix kvcd -kvcd <1-4> the option "-qmatrix kvcd" is necessary, the option "-kvcd n" can be used if you do not want the standard S/VCD resolution. Regards, Giacomo |