Rip DVD using Mencoder
Rip a DVD to an AVI file using mencoder
mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac mp3lame -o dvd.avi
Rip a DVD to an AVI file using mencoder
mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac mp3lame -o dvd.avi
dude, you’re saving the file to NULL. What the heck?
Change -o /dev/null to -o filename
Should be fixed now.