From e5157e53fd38700e8c75a4361f842bfc5a938104 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 16 Sep 2010 01:18:41 +1000 Subject: [PATCH] Improved MencoderDemux --- encode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode.py b/encode.py index 708cf6e..a46a642 100755 --- a/encode.py +++ b/encode.py @@ -336,7 +336,7 @@ class MencoderDemux(Command): p = self.profile cmd = ["mencoder", "-ovc", "copy", "-oac", "copy", o.output + ".avi"] - cmd += ["-noconfig", "all"] + cmd += ["-noconfig", "all", "-noskip", "-mc", "0"] self.do_exec(cmd + ["-of", "rawaudio", "-o", p.audio_tmp]) self.do_exec(cmd + ["-of", "rawvideo", "-o", p.video_tmp]) self.do_exec(["rm", "-f", o.output + ".avi"]) -- 2.39.2