N900-encode.py small correction for audio encoding
This commit is contained in:
parent
b82de7f927
commit
9f1d85ce16
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue