I'm using the following method to rip dvd's with mplayer. I use the
following script : 


-- start of script
#!/bin/sh
# Transcodes given dvd to divx5/mp3 format

nice -n+19 mencoder -ovc lavc -lavcopts vcodec=mpeg4:vhq -oac mp3lame
-lameopts preset=extreme -noskip -o $1.divx -alang en -dvd $2

-- end of script

Create a file called dvdcode and insert the above text, make it
executable and voila ! Use it like so 

dvdcode moviefilename titleno

eg :

dvdcode matrix_reloaded 1

Hope anyone can use this. I use it for all my dvd ripping and it rips it
to a good quality movie, within reasonable size.

My 2c worth

Tom



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to