X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=rip_dvd.conf.dist;h=42504ace84954ea47c901f6c05e23896f3332376;hb=1b45d633c67e15045b8a6ba6113913af08bc163b;hp=e03d86e10a6c165bdcd4b16d5256555055ad3653;hpb=a0392e5f7d75539a0a6831d88fda15c821507dae;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index e03d86e..42504ac 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -3,13 +3,14 @@ # - rip_dvd.conf.dist = contains default values (tracked by GIT) # - rip_dvd.conf = contains localized overrides to the default values (not tracked by GIT) # should initially be created by copying the rip_dvd.conf.dist +# NOTE: You can override ANY of the global variables listed in the top of rip_dvd here ########################################################################################### # specify the path to the rip_dvd script ripcmd="/myth/video/bin/rip_dvd" # Specify the device path to the DVD drive -dev=/dev/dvd2 +dev=/dev/dvd # Specify the path to the log directory logdir=/var/log/ripdvd @@ -21,7 +22,7 @@ tmpdir=/myth/video/DVDs/.ripdvd mailto=root # Setup the path to the tools needed by this ripper -PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:.:$PATH +PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/usr/share/tovid:.:$PATH # Use mplayer dumpstream to create the main VOB file # If set to 0, cat and other utils will be used to make it instead. @@ -49,6 +50,16 @@ trust_feature_title_autodetect_when_uncertain=0 # 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. # if you don't, this will have no effect, but won't hurt anything to have it set otherwise. -mencoder_threads=4 +# note: the xvid codec seems to be fastest with threads set to 2. +mencoder_threads=2 -########################################################################################### \ No newline at end of file +# HandBrakeCLI Executable Name: +# HandBrake version <=0.9.3 was the last one to support xvid encoding. +# HandBrake version >=0.9.4 is all about mp4 encoding. +# The HandBrakeCLI executable names below must be found in your PATH. +# Set the handbrake_* variables below to "" for any you don't want to use. +# 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" + +###########################################################################################