X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=rip_dvd;h=18ef46017ee89b6b4088c832ac76fc0ae90fcf7c;hb=0351d84115c4761640f41b40b14425b68bded584;hp=b83e060122f2fdc50bf7e6a187a1c4eadc3a1e47;hpb=1326f3fcfd3d0888e6a6f0dfda7cf526cd66aadf;p=rip_dvd%2F.git 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"