2 pass Nero AAC

Discussion about AudioCoder
Post Reply
PRUNY
Beginner
Beginner
Posts: 2
Joined: Mon Dec 13, 2010 6:27 am

2 pass Nero AAC

Post by PRUNY » Tue Aug 02, 2011 8:13 am

Nero AAc suport 2pass encoding already, but Audiocoder seems to skped that option. :roll:
Please integrate this in the next update. :idea:

stanley
Site Admin
Site Admin
Posts: 4135
Joined: Mon May 15, 2006 7:43 pm
Location: Sydney

Re: 2 pass Nero AAC

Post by stanley » Wed Aug 17, 2011 4:28 pm

Which version of Nero encoder supports 2-pass mode?
When things work together, things work.

Wizardzim
Beginner
Beginner
Posts: 1
Joined: Tue Aug 30, 2011 4:29 am

Re: 2 pass Nero AAC

Post by Wizardzim » Tue Aug 30, 2011 4:35 am

stanley wrote:Which version of Nero encoder supports 2-pass mode?
1.5.4.0 from 18.02.2010

Code: Select all

C:\>neroAacEnc.exe -help
*************************************************************
*                                                           *
*  Nero AAC Encoder                                         *
*  Copyright 2009 Nero AG                                   *
*  All Rights Reserved Worldwide                            *
*                                                           *
*  Package build date: Feb 18 2010                          *
*  Package version:    1.5.4.0                              *
*                                                           *
*  See -help for a complete list of available parameters.   *
*                                                           *
*************************************************************

Usage:
neroAacEnc.exe [options] -if <input-file> -of <output-file>
Where:
<input-file>  : Path to source file to encode.
                The file must be in Microsoft WAV format and contain PCM data.
                Specify - to encode from stdin.
                Note that multiple input files can be specified, they will be
                encoded together into a single output file with chapter marks
                indicating source file divisions.
<output-file> : Path to output file to encode to, in MP4 format.

  ==== Available options: ====

Quality/bitrate control:
-q <number>   : Enables "target quality" mode.
                <number> is a floating-point number in 0...1 range.
-br <number>  : Specifies "target bitrate" mode.
                <number> is target bitrate in bits per second.
-cbr <number> : Specifies "target bitrate (streaming)" mode.
                <number> is target bitrate in bits per second.
                When neither of above quality/bitrate options is used,
                the encoder defaults to equivalent of -q 0.5

Multipass encoding:
-2pass        : Enables two-pass encoding mode.
                Note that two-pass more requires a physical file as input,
                rather than stdin.
-2passperiod  : Overrides two-pass encoding bitrate averaging period,
  <number>    : in milliseconds.
              : Specify zero to use least restrictive value possible (default).

Advanced features / troubleshooting:
-lc           : Forces use of LC AAC profile (HE features disabled).
-he           : Forces use of HE AAC profile (HEv2 features disabled).
-hev2         : Forces use of HEv2 AAC profile
                Note that the above switches (-lc, -he, -hev2) should not be
                used; optimal AAC profile is automatically determined from
                quality/bitrate settings when no override is specified.
-ignorelength : Ignores length signaled by WAV headers of input file.
                Useful for certain frontends using stdin.

Post Reply