[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: how to use mplayer to convert DVD to a file?



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


--- On Tue, 11/11/08, paul <paul@mastermoz.com> wrote:

> From: paul <paul@mastermoz.com>
> Subject: RE: how to use mplayer to convert DVD to a file?
> To: qipaishi2006@yahoo.com, 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:qipaishi2006@yahoo.com]
> > 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
> debian-user-REQUEST@lists.debian.org
> > with a subject of "unsubscribe". Trouble?
> Contact
> > listmaster@lists.debian.org
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org


      


Reply to: