From: Alan J. Pippin Date: Tue, 9 Feb 2010 05:06:45 +0000 (-0700) Subject: Additional tweaks X-Git-Tag: 2_0~2 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=a765eff91d0c9e94cc24fe73f1f6fbd0b9034448;p=rip_dvd%2F.git Additional tweaks --- 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"