From 07aa2154f13a2c90ac3f98b676cddd4e2b1a82b8 Mon Sep 17 00:00:00 2001 From: mikeos Date: Sat, 28 Sep 2013 16:38:17 +0400 Subject: support of different output encoding formats --- config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 7baf99a..29cd396 100644 --- a/config.py +++ b/config.py @@ -44,8 +44,10 @@ cfg = CfgParser() cfg.read(os.path.expanduser("~/.cutter.cfg")) DIR = cfg.get("encoding", "dir", ".") +TYPE = cfg.get("encoding", "type") USE_TEMPDIR = cfg.getbool("encoding", "use_tempdir") COMPRESSION = cfg.getint("encoding", "compression") +BITRATE = cfg.getint("encoding", "bitrate") SAMPLE_RATE = cfg.getint("output", "sample_rate") CHANNELS = cfg.getint("output", "channels") -- cgit v1.2.3-70-g09d2