Showing posts with label mencoder video transcode rip dvd. Show all posts
Showing posts with label mencoder video transcode rip dvd. Show all posts

27 January, 2011

Use MEncoder to remux a DVD image to a single MPEG2 file


OK, This is really just another "note to self", but someone might find it useful:

% mencoder {PATH}/VIDEO_TS.IFO -ovc copy -oac copy -of mpeg -o {OUTPUT FILE}


That's it (It runs quite fast due to the lack of any transcoding). This assumes your DVD only has a single title, but I suspect it's possible to select which track of a multiple-video image somehow (I might update this article if I ever need to do this).