gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py
branchtrunk
changeset 772 47de5c5976bf
parent 748 bf9dac4bdc5d
child 775 7cd98c74da22
     1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py	Tue Jun 12 22:13:46 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py	Tue Jul 03 22:45:24 2007 +0100
     1.3 @@ -60,6 +60,7 @@
     1.4              self._insert_param("-o", "file://%s" % path)
     1.5          else:
     1.6              self._insert_param ("-o", "fd://%d" % outfd.fileno())
     1.7 +            self.opts.append ("-c") 
     1.8  
     1.9          cmd = " ".join(self.opts)
    1.10          self.log.info(self.tid, "GMencoder: %s" % cmd)