X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=rip_dvd.conf.dist;h=a9c865af3f5051304f8ccbd20f5f1790e814694f;hb=HEAD;hp=4b15b7175095be47b60172ffd38508598dc3a0c9;hpb=6e9e0c34ec53f0ce22bdf993da8fa50beeb0b275;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index 4b15b71..a9c865a 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -19,12 +19,18 @@ logdir=/var/log/ripdvd # Specify the path to the tmp rip directory tmpdir=/myth/video/DVDs/.ripdvd +# Specify the path to the base destination dir for ripped movies +moviedir=/myth/video/Movies + # Specify the email address to send job notifications to mailto=root # Setup the path to the tools needed by this ripper PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/usr/share/tovid:.:$PATH +# Specify the options to use with the eject command +eject_opts="-T" + # Use mplayer dumpstream to create the main VOB file # If set to 0, cat and other utils will be used to make it instead. # Using mplayer dumpstream is by far the best way to create the main VOB file @@ -44,6 +50,14 @@ fill_mythvideo_metadata=0 # Otherwise, you will need to rerun the script providing the feature title with the -t option. trust_feature_title_autodetect_when_uncertain=0 +# Set what you expect to be the minimum feature title length. If the length of the DVD being +# ripped is detected to be less than this, throw out the calculated bitrate since it will be wrong. +# Some movies, like "The Saint", have VOBs created of the main feature whose length is incorrectly +# 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=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 # note: you have to have an mplayer version that has been compiled with multi thread support. @@ -59,5 +73,23 @@ 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" +makemkv_copy_largest_title_only=1 + +# MKV Tools +# http://www.bunkus.org/videotools/mkvtoolnix/ +mkvextract="mkvextract" +mkvpropedit="mkvpropedit" +mkvmerge="mkvmerge" ###########################################################################################