Added new xvid profiles: xvidvhq (default), xvidhq, and xvid
[rip_dvd/.git] / README
diff --git a/README b/README
index 8fb2589e2a629e0319f8814871d7145416f51cb8..89e8224716c4629fbdb1d1a7016c492c385064fe 100644 (file)
--- a/README
+++ b/README
@@ -59,13 +59,13 @@ I choose to place it on the optical menu.
 COMMAND LINE EXAMPLES
 ----------------------------------------------
 
-Rip a DVD into a compressed AVI file with default xvid profile:
+Rip a DVD into a compressed AVI file with default xvidvhq profile:
 > rip_dvd -d /path/to/dest/dir -b 2000 -x
 
-Rip a DVD into a compressed AVI file with default xvid profile scaling to 320x240 compressed video size:
+Rip a DVD into a compressed AVI file with default xvidvhq profile scaling to 320x240 compressed video size:
 > rip_dvd -d /path/to/dest/dir -b 2000 -x -a 320:240
 
-Rip a DVD into a compressed AVI file with default xvid profile targetting a certain compressed video filesize (in MB):
+Rip a DVD into a compressed AVI file with default xvidvhq profile targetting a certain compressed video filesize (in MB):
 > rip_dvd -d /path/to/dest/dir -b 2000 -x -s 650
 
 Rip a DVD into a VOB file:
@@ -90,6 +90,6 @@ Rip a DVD into a compressed MP4 file for an ipod AND again for a compressed AVI
 > dvdname=`volname /dev/dvd | awk '{ print $1 }'`
 > rip_dvd -d /path/to/dest/dir -v
 > rip_dvd -d /path/to/dest/dir/ipod -b 2000 -x -p ipod -n /path/to/dest/dir/$dvdname.VOB
-> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -x -p xvid -n /path/to/dest/dir/$dvdname.VOB
+> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -x -p xvidvhq -n /path/to/dest/dir/$dvdname.VOB
 > rm /path/to/dest/dir/$dvdname.VOB