This page has moved to DVD Ripping in Linux


Some useful linkx

Just a few links to send you on your way to DVD ripping in Linux.

How I do it

I use mencoder(mplayer) to play and encode my movies. I rescale the movie to the correct aspect ration so that some broken players don't have to deal with the "scale" variable. I normally get good results with 700MB (1 cd). For large or "complex" movies I use 1400MB (2 cds) to maintain quality.

  1. Watch part of the movie with mplayer, make sure you are getting the audio/chapter right.
    mplayer -dvd 1
  2. Extract the movie from the dvd with mencoder
    mencoder -dvd 1 -oac copy -ovc copy -o movie-rip.avi
  3. Get aspect ratio from movie with mecoder using cropdetect
  4. Calculate the scaling and cropping I want
  5. Encode (mencoder) with some good default options
    mecoder -o movie-pass1.avi -oac ...
  6. Check movie-pass1, guesstimate the options for pass2 (size, audio)
  7. Encode pass 2 with new options
    mecoder -o movie.avi -oac ...
  8. Enjoy movie
    mplayer -fs movie.avi

You guessed it, under construction


Ignacio Solis - [ @igso ] [ @ucsc ] [ @sluglug ] [ knowledgebase ] [ blog ]
Mail any questions or comments to isolis @ igso.net
Last updated October 7, 2003