X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=rip_dvd.conf.dist;h=6f6b80f37d33d62598bb6167e8c63eca8d70af53;hb=07092917b95a335109b0118d95a9e1b5c58eebfb;hp=b2a5669e39437c74353d113795c324350321db6b;hpb=7b5df66230bc8b3ddc7d83a92f7269e8a736c77e;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index b2a5669..6f6b80f 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. @@ -52,4 +53,11 @@ trust_feature_title_autodetect_when_uncertain=0 # note: the xvid codec seems to be fastest with threads set to 2. mencoder_threads=2 +# handbrake parameters +# handbrake version 0.9.3 was the last one to support xvid encoding +# handbrake version 0.9.4 is all about mp4 encoding +# handbrake executable name (must be found within your PATH) +handbrake_xvid="HandBrakeCLI-0.9.3" +handbrake_mp4="HandBrakeCLI-0.9.4" + ###########################################################################################