Another round of tweaks to the handbrake integration.
[rip_dvd/.git] / rip_dvd.conf.dist
index c05e4b4a2b8db4143acf1cbbe09a4a3f7c25187b..6f6b80f37d33d62598bb6167e8c63eca8d70af53 100644 (file)
@@ -53,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"
+
 ###########################################################################################