RE: 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?
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
Reply to: