From 9f1d85ce165ccc7c0f3bb29a0f9eff0082fea027 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sat, 15 May 2010 17:47:50 +0200 Subject: [PATCH] N900-encode.py small correction for audio encoding --- n900-encode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/n900-encode.py b/n900-encode.py index e7c2047..0ccfda1 100755 --- a/n900-encode.py +++ b/n900-encode.py @@ -194,6 +194,8 @@ def convert(input, output, res, abitrate, vbitrate, threads, mpopts): "-oac", "faac", "-faacopts", "br=" + str(abitrate) + ":mpeg=4:object=2", "-ovc", "copy", + "-mc", "0", + "-vf", "softskip", "-of", "rawaudio", "-o", aac, "-noskip",