From ce589a2e47fd4267e9cdd93c1c4e17921f8c3c43 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 17 Mar 2008 00:57:31 +1100 Subject: [PATCH] Don't use the turbo option --- toh264.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toh264.py b/toh264.py index ef9c042..ad61f51 100755 --- a/toh264.py +++ b/toh264.py @@ -5,7 +5,7 @@ import optparse, subprocess, sys cmd = [ "mencoder", "%(input)s", "-o", "%(output)s", "-vf", "%(filters)s", - "-ovc", "x264", "-x264encopts", "pass=%(pass)d:turbo:bitrate=%(vbitrate)d:me=umh:partitions=all:trellis=1", + "-ovc", "x264", "-x264encopts", "pass=%(pass)d:bitrate=%(vbitrate)d:me=umh:partitions=all:trellis=1", "-oac", "faac", "-faacopts", "br=%(abitrate)d:mpeg=4:object=2", "-channels", "2", "-srate", "48000", ] -- 2.39.2