Final updates for new release of the script 2_0
authorAlan J. Pippin <ajp@pippins.net>
Wed, 10 Feb 2010 05:18:24 +0000 (22:18 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Wed, 10 Feb 2010 05:18:24 +0000 (22:18 -0700)
README
rip_dvd

diff --git a/README b/README
index 0f2d206d228421aa6fc232b46f540a201ee47056..02b8a0f34458845e59379a72a83f04f86caf2295 100644 (file)
--- a/README
+++ b/README
@@ -109,13 +109,13 @@ COMMAND LINE EXAMPLES
 ----------------------------------------------
 
 Rip a DVD into a compressed AVI file with default xvidvhq profile:
-> rip_dvd -d /path/to/dest/dir -b 2000 -x
+> rip_dvd -d /path/to/dest/dir -b 2000 -z
 
 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_dvd -d /path/to/dest/dir -b 2000 -z -a 320:240
 
 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_dvd -d /path/to/dest/dir -b 2000 -z -s 650
 
 Rip a DVD into a VOB file:
 > rip_dvd -d /path/to/dest/dir -v
@@ -127,18 +127,18 @@ Rip a DVD into a burnable DVD compliant folder (creating VIDEO_TS and AUDIO_TS f
 > rip_dvd -d /path/to/dest/dir -f
 
 Rip a VOB file into a compressed AVI file:
-> rip_dvd -d /path/to/dest/dir -b 2000 -x -n /path/to/file.vob
+> rip_dvd -d /path/to/dest/dir -b 2000 -z -n /path/to/file.vob
 
 Rip a DVD Folder into a compressed AVI file:
-> rip_dvd -d /path/to/dest/dir -b 2000 -x -n /path/to/dvd/folder/that/contains/a/VIDEO_TS
+> rip_dvd -d /path/to/dest/dir -b 2000 -z -n /path/to/dvd/folder/that/contains/a/VIDEO_TS
 
 Rip a DVD into a compressed MP4 file for an ipod:
-> rip_dvd -d /path/to/dest/dir -b 2000 -x -p ipod
+> rip_dvd -d /path/to/dest/dir -b 2000 -z -p ipod
 
 Rip a DVD into a compressed MP4 file for an ipod AND again for a compressed AVI file:
 > 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 xvidvhq -n /path/to/dest/dir/$dvdname.VOB
+> rip_dvd -d /path/to/dest/dir/ipod -b 2000 -z -p ipod -n /path/to/dest/dir/$dvdname.VOB
+> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -z -p xvidvhq -n /path/to/dest/dir/$dvdname.VOB
 > rm /path/to/dest/dir/$dvdname.VOB
 
diff --git a/rip_dvd b/rip_dvd
index aa4b13ba6ae64c2dac4186e9b02df8ea85ce0637..18a1830b27bf1f53a78b49ffb2b227b4baf53d85 100755 (executable)
--- a/rip_dvd
+++ b/rip_dvd
@@ -553,6 +553,8 @@ function encode_vob_file_handbrake {
     handbrake_cli="$handbrake_mp4"
     final_output_file="$dest/$dvdname.mp4"
     PASSES=""
+    audio_2ch=1
+    audio_6ch=0
 
     # iphone
     if [ "$profile" == "iphone" ]; then