> 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: [email protected] > 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]

