Additional tweaks
authorAlan J. Pippin <ajp@pippins.net>
Tue, 9 Feb 2010 05:06:45 +0000 (22:06 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Tue, 9 Feb 2010 05:06:45 +0000 (22:06 -0700)
rip_dvd

diff --git a/rip_dvd b/rip_dvd
index 77edf338d262226ca239eec09c319a99fafcbe0f..ce9f0c767502a92f75f46635467bf8d6d9d8c1be 100755 (executable)
--- a/rip_dvd
+++ b/rip_dvd
@@ -38,7 +38,7 @@ typeset dvdpath=""
 typeset aspect=""
 typeset SCALE=""
 typeset CROP=""
-typeset profile="xvidvhq"
+typeset profile="xvidhq"
 typeset extension=""
 typeset mailto=""
 typeset encoder=""
@@ -146,8 +146,8 @@ function usage() {
     echo >&2 "                 5) If dvdname is a full path to a VOB file, it will be ripped as a DVD instead of $dev"
     echo >&2 "   -p <profile>  Specify which encoding profile to use in -x mode as shown below:"
     echo >&2 "                 Mencoder and Handbrake Encoder Profiles:"
-    echo >&2 "                 - xvidvhq = AVI, very high quality encoding, Xvid codec, 2 pass encoding (default)"
-    echo >&2 "                 - xvidhq = AVI, high quality encoding, Xvid codec, 2 pass encoding"
+    echo >&2 "                 - xvidvhq = AVI, very high quality encoding, Xvid codec, 2 pass encoding"
+    echo >&2 "                 - xvidhq = AVI, high quality encoding, Xvid codec, 2 pass encoding (default)"
     echo >&2 "                 - xvid = AVI, fast encoding, Xvid codec, 2 pass encoding"
     echo >&2 "                 - iphone = MP4, x264 codec, 2 pass encoding, forced 480:320 scaling"
     echo >&2 "                 - ipod = MP4, x264 codec, 2 pass encoding, forced 320:240 scaling"
@@ -491,7 +491,7 @@ function encode_vob_file_handbrake {
     if [ "$profile" == "xvidvhq" ]; then
       handbrake_opts[0]="-f avi"
       handbrake_opts[1]="-b $target_bitrate"
-      handbrake_opts[2]="-e ffmpeg"
+      handbrake_opts[2]="-e xvid"
       handbrake_opts[3]="-T"
       handbrake_opts[4]="-5"
       handbrake_opts[5]="-8"