X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bupdate_day%7D?a=blobdiff_plain;f=rip_dvd.conf.dist;h=42504ace84954ea47c901f6c05e23896f3332376;hb=1b45d633c67e15045b8a6ba6113913af08bc163b;hp=c05e4b4a2b8db4143acf1cbbe09a4a3f7c25187b;hpb=f34156ef86753dd27309b3038b4b6fa60107422c;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index c05e4b4..42504ac 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -53,4 +53,13 @@ trust_feature_title_autodetect_when_uncertain=0 # note: the xvid codec seems to be fastest with threads set to 2. mencoder_threads=2 +# 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" + ###########################################################################################