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
Byte sized tech know-how.
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
Copyright © 2024 Txt
dude, you’re saving the file to NULL. What the heck?
Change -o /dev/null to -o filename
Should be fixed now.