From: Alan J. Pippin <ajp@pippins.net>
Date: Thu, 21 May 2009 19:56:18 +0000 (-0600)
Subject: Fixed mp4 profile
X-Git-Tag: 1_0~16
X-Git-Url: http://git.pippins.net/%7Blink_attendance%7D?a=commitdiff_plain;h=0351d84115c4761640f41b40b14425b68bded584;p=rip_dvd%2F.git

Fixed mp4 profile
---

diff --git a/rip_dvd b/rip_dvd
index b83e060..18ef460 100755
--- a/rip_dvd
+++ b/rip_dvd
@@ -880,8 +880,8 @@ function compress_vob_file {
       video_encoder_opts[6]="b_pyramid"
       video_encoder_opts[7]="weight_b"
     fi
-    # Fast
-    if [ "$profile" == "mp4hq" ]; then
+    # Fast (17fps)
+    if [ "$profile" == "mp4" ]; then
       video_encoder_opts[0]="bitrate=$target_bitrate"
       video_encoder_opts[1]="threads=$mencoder_threads"
       video_encoder_opts[2]="subq=4"