How To Copy a DVD/VCD Using Mplayer/Mencoder
Here’s the command:
mencoder dvd://4 -oac copy -avc copy
mencoder is the executable program
dvd:// is the name of the input device
4 means the fourth track. You can omit this information to copy the whole disc.
-oac copy means just copy the default audio encoding.
-ovc copy means just copy the default video encoding.
Leave a comment