Major feature: Added support for makemkv script
[rip_dvd/.git] / rip_dvd.conf.dist
index 146f8254b801360875e8badc8539e8a2eae9d73e..658eddaf3edf8d2d8ff11475cb38fde3c1dd788d 100644 (file)
@@ -50,7 +50,7 @@ trust_feature_title_autodetect_when_uncertain=0
 # detected by mplayer. This makes the routine that converts target size into target bitrate get
 # the wrong answer. In these cases, throw out the calculated bitrate, and rely on the bitrate
 # provided on the command line. The units of this are in minutes.
-minimum_feature_title_length=10
+minimum_feature_title_length=60
 
 # specify the number of threads that mencoder should use when encoding the video (AVI mode)
 # an optimal setting for this should be the number of cores you have times 2
@@ -67,5 +67,20 @@ mencoder_threads=2
 # The rip_dvd script will complain if they are not "" and it can't find them.
 handbrake_xvid="HandBrakeCLI-0.9.3"
 handbrake_mp4="HandBrakeCLI-0.9.4"
+# apt-get install ogmtools
+dvdxchap="dvdxchap"
+# apt-get install gpac
+mp4box="MP4Box"
+
+# MakeMKV Executable Name:
+# http://www.makemkv.com/download/
+# Set the option below to "" if you don't have it/want to use it
+# Set the disc_id option to be the ID of the DVD drive in your system
+makemkv="makemkvcon"
+makemkv_disc_id="0"
+# http://www.bunkus.org/videotools/mkvtoolnix/
+mkvextract="mkvextract"
+mkvpropedit="mkvpropedit"
+mkvmerge="mkvmerge"
 
 ###########################################################################################