On Saturday 15 December 2007 15:41, Carl Hartung wrote:
> On Sat December 15 2007 05:59:18 pm Paul Hands wrote:
> > Here's a simple example:
> >
> > *mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi*
>
> Okay, let's see...  I /think/ I get much of this:
>
> mencoder is the program, input file, unexplained options :-), -output video
> codec, -output audio codec, unexplained 'copy' argument, -output to,
> filename.
>
> If you don't mind, what are the unexplained bits for?

heh - you think that's wild? Check out the one I just did for converting an 
avi file to mpeg for putting on a dvd...

mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf 
scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts 
vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:aspect=16/9:acodec=ac3:abitrate=192
 -ofps 
30000/1001 -o movie_out.mpg Movie_Dvd_rip.Dino.avi

There is somewhere that actually describes all the options.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to