N900-encode.py small correction for audio encoding

This commit is contained in:
seiichiro 2010-05-15 17:47:50 +02:00
parent b82de7f927
commit 9f1d85ce16

View file

@ -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",