From b22417a1c41920b7bc50a8b911c4ca191f2bfffd Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Wed, 10 Feb 2010 22:42:36 -0700 Subject: [PATCH] Do not allow audio settings to override HB profiles: ipod and iphone --- rip_dvd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rip_dvd b/rip_dvd index 18a1830..3696fe8 100755 --- a/rip_dvd +++ b/rip_dvd @@ -553,7 +553,9 @@ function encode_vob_file_handbrake { handbrake_cli="$handbrake_mp4" final_output_file="$dest/$dvdname.mp4" PASSES="" - audio_2ch=1 + + # Do not override the audio settings for these profiles + audio_2ch=0 audio_6ch=0 # iphone -- 2.34.1