Posted in Command Line, Linux Rip DVD using Mencoder Binny V A January 1, 2008 2 Comments on 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 Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
dude, you’re saving the file to NULL. What the heck?
Change -o /dev/null to -o filename
Should be fixed now.