--- libtovid/gui/options.py 2006-05-09 06:11:48.000000000 +0400 +++ libtovid/gui/options.py.new 2006-07-23 01:10:21.879879250 +0400 @@ -81,7 +81,7 @@ curConfig.curDiscFormat = self.format # Use output directory - strCommand += "\"%s/%s\"" % (curConfig.strOutputDirectory, self.outPrefix) + strCommand += "\"%s/%s\"" % -out (curConfig.strOutputDirectory, self.outPrefix) return strCommand