diff --git a/src/baseclasses.py b/src/baseclasses.py index 7623a3d..9f6f952 100644 --- a/src/baseclasses.py +++ b/src/baseclasses.py @@ -222,7 +222,7 @@ def encode(self): soxcommand = [u'sox', ] for i in range(0, len(self.chapters)): soxcommand.append(self.chapters[i].filename) - soxcommand += [u'-t', u'.wav', u'-o', u'-'] + soxcommand += [u'-t', u'.wav', u'-'] faaccommand = QString(self.encodeString) faaccommand = faaccommand.trimmed()