From 0351d84115c4761640f41b40b14425b68bded584 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Thu, 21 May 2009 13:56:18 -0600 Subject: [PATCH] Fixed mp4 profile --- rip_dvd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.34.1