From: Alan J. Pippin Date: Fri, 22 May 2009 20:58:20 +0000 (-0600) Subject: Added comment to the mp4 encoding profiles to indicate they aren't working yet. X-Git-Tag: 1_0~5 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;ds=sidebyside;h=716bd9c4457107464e59d8340289c9e31fdc62ed;p=rip_dvd%2F.git Added comment to the mp4 encoding profiles to indicate they aren't working yet. --- diff --git a/rip_dvd b/rip_dvd index c0de21f..ed395b2 100755 --- a/rip_dvd +++ b/rip_dvd @@ -449,6 +449,7 @@ function encode_vob_file { fi # MP4 encoding profiles + # These are currently in BETA. They don't work that great. A new recipe is needed, for the audio. if [ "$profile" == "mp4" ] || [ "$profile" == "mp4hq" ] || [ "$profile" == "mp4vhq" ]; then found_profile=1 final_output_file="$dest/$dvdname.mp4"