1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/mencoder.py Wed May 30 23:14:38 2007 +0100
1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/mencoder.py Thu May 31 20:27:11 2007 +0100
1.3 @@ -14,7 +14,6 @@
1.4
1.5 import lib.utils as utils
1.6 import lib.server as server
1.7 -import lib.file_handler as files
1.8 import plugins.transcoders.mencoder_lib.mythtv as mythtv
1.9
1.10 from select import select
1.11 @@ -205,6 +204,8 @@
1.12
1.13 stdout = self._check_opened_file(stdw, _stdin)
1.14
1.15 + outfd.write("OK ")
1.16 +
1.17 try:
1.18 while self.proc and self.proc.poll() == None:
1.19 if not finished:
1.20 @@ -227,7 +228,6 @@
1.21 self.stop()
1.22 return False
1.23
1.24 - files.TranscodedFile("", self.args)
1.25 self.log.info(self.tid, "OK: Done")
1.26 return True
1.27 # _start_outfile()