Bugfix release
/mp3togo/conf.py
blob:4ec6814c38ddeb1b4382ee34fc7a84c88bf63526 -> blob:617c46556e1220ac0dc6efd99fc7ab3024e68010
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -104,7 +104,7 @@ class Options(options.Options):
'''The encoder to use to create the output files. Options are wav, lame or oggenc.'''),
('encopts', 'E', 'encoder-options', '', None,
'''Compression options for the encoder.'''),
- ('compfactor', 'z', 'compression-factor', 16.0, None,
+ ('compfactor', 'z', 'compression-factor', 18.0, None,
'''If you change the lame options, you must change this factor to match the compression rate of the new options. This is used to estimate completed file size.'''),
('makecache', '', 'make-cache', '', self._absfile, '''Make an output file cache at the given path.'''),
('cachesize', '', '', 0L, None, ''),