Thanks!
What is "263 avi file"?
How big is output.avi after 1st pass and 2nd pass?


--- On Tue, 11/11/08, paul <[EMAIL PROTECTED]> wrote:

> From: paul <[EMAIL PROTECTED]>
> Subject: RE: how to use mplayer to convert DVD to a file?
> To: [EMAIL PROTECTED], debian-user@lists.debian.org
> Date: Tuesday, November 11, 2008, 10:54 PM
> > I have copy DVD to hard drive.
> > It's at /mnt/dos4/1415
> > I want to convert it to save space.
> > Do you know the command?
> 
> 
> Encoding DVD to a file is a complex subject. 
> 
> The code below will do a two pass encode from your file to
> a 263 avi file. 
> When done it will play the file.  You can ctrl-c to stop
> the encode at any
> time. 
> 
> 
> mencoder /mnt/dos4/1415 -oac mp3lame -ovc lavc -lavcopts
> vcodec=h263p:vhq:vbitrate=629:vpass=1 -vf
> scale=854:480,pullup -sid 0 -o
> /output.avi
> 
> mencoder /mnt/dos4/1415 -oac mp3lame -ovc lavc -lavcopts
> vcodec=h263p:vhq:vbitrate=629:vpass=2 -vf
> scale=854:480,pullup -sid 0 -o
> /output.avi
> 
> mplayer /output.avi
> 
> 
> Paul Yurt founder mastermoz.com 
> Check out our site to make webmasters happy 
> www.mastermoz.com
> 
> 
> 
> > -----Original Message-----
> > From: Serena Cantor [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 11, 2008 7:04 PM
> > To: debian-user@lists.debian.org
> > Subject: how to use mplayer to convert DVD to a file?
> > 
> > I have copy DVD to hard drive.
> > It's at /mnt/dos4/1415
> > I want to convert it to save space.
> > Do you know the command?
> > 
> > 
> > 
> > 
> > 
> > --
> > To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble?
> Contact
> > [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]


      


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to