From 1ed01efcec794b87acd65726f58dc2101810f6c1 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 18 Sep 2010 23:45:33 +1000 Subject: [PATCH] Fixed bug in x264/copyac3 --- encode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode.py b/encode.py index f0f30d3..31cc0de 100755 --- a/encode.py +++ b/encode.py @@ -222,7 +222,7 @@ class MencoderCopyAC3(Command): cmd += ["-of", "rawaudio", "-o", "audio.ac3"] insert_mplayer_options(cmd, self.opts) cmd += self.profile.extra - self.do_exec(cmd, wait=False) + self.do_exec(cmd) class X264(Command): -- 2.39.2