Added comment to the mp4 encoding profiles to indicate they aren't working yet.
authorAlan J. Pippin <ajp@pippins.net>
Fri, 22 May 2009 20:58:20 +0000 (14:58 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Fri, 22 May 2009 20:58:20 +0000 (14:58 -0600)
rip_dvd

diff --git a/rip_dvd b/rip_dvd
index c0de21f53d55e811377582495099e5a7e0466e77..ed395b2e409c17d44393bbdd0e25d479519fc4a1 100755 (executable)
--- 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"