Fixed mp4 profile
authorAlan J. Pippin <ajp@pippins.net>
Thu, 21 May 2009 19:56:18 +0000 (13:56 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 21 May 2009 19:56:18 +0000 (13:56 -0600)
rip_dvd

diff --git a/rip_dvd b/rip_dvd
index b83e060122f2fdc50bf7e6a187a1c4eadc3a1e47..18ef46017ee89b6b4088c832ac76fc0ae90fcf7c 100755 (executable)
--- 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"