From a765eff91d0c9e94cc24fe73f1f6fbd0b9034448 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Mon, 8 Feb 2010 22:06:45 -0700 Subject: [PATCH] Additional tweaks --- rip_dvd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rip_dvd b/rip_dvd index 77edf33..ce9f0c7 100755 --- 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 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" -- 2.34.1