]> code.delx.au - transcoding/commitdiff
Fixed bug in x264/copyac3
authorJames Bunton <jamesbunton@fastmail.fm>
Sat, 18 Sep 2010 13:45:33 +0000 (23:45 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Sat, 18 Sep 2010 13:45:33 +0000 (23:45 +1000)
encode.py

index f0f30d3750da91479407758ccd6b6df48e7bfa07..31cc0de0a72c23de21838e8a86ec8dd0c564b76c 100755 (executable)
--- 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):