ripstream.sh 295 B

123456789101112
  1. #!/bin/bash
  2. #read $ISO
  3. echo "Which movie is this?"
  4. read movie
  5. #echo "Which track is the movie on?"
  6. #read track
  7. echo "Output file is: /mnt/hd1/Movies"/"$movie.mpg"
  8. # I was able to rip all the movies I had using.
  9. mplayer dvdnav://1 -dvd-device /dev/sr0 -dumpstream -dumpfile /mnt/hd1/$movie.mpg