# rip a file with handbrake and good options rip() { HandBrakeCLI -i /dev/dvd -o $HOME/tmp/$1.mp4 -L -2 -T -m -f mp4 -e x264 -b 4000 -B 192 }