X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=rip_dvd.conf.dist;h=74e65221375bb4d576babaa3dd885be1f288a6b1;hb=fee74246afcd6c4db82dc6e55f4358131ece33ef;hp=c05e4b4a2b8db4143acf1cbbe09a4a3f7c25187b;hpb=f34156ef86753dd27309b3038b4b6fa60107422c;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index c05e4b4..74e6522 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -6,8 +6,9 @@ # 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 path to the rip_dvd script (no need to do this if rip_dvd is in +# the same directory as the rip_dvd.wrap script (which is likely). +# ripcmd="/myth/video/bin/rip_dvd" # Specify the device path to the DVD drive dev=/dev/dvd @@ -53,4 +54,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" + ###########################################################################################