Fixed default threads option (from 8 to 2 since 2 is faster than 8)
[rip_dvd/.git] / rip_dvd.conf.dist
index e03d86e10a6c165bdcd4b16d5256555055ad3653..b2a5669e39437c74353d113795c324350321db6b 100644 (file)
@@ -49,6 +49,7 @@ 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
+###########################################################################################