From 716bd9c4457107464e59d8340289c9e31fdc62ed Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Fri, 22 May 2009 14:58:20 -0600
Subject: [PATCH] Added comment to the mp4 encoding profiles to indicate they
 aren't working yet.

---
 rip_dvd | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.34.1