title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 3 of 3

Thread: AAC encoder with VBR problem

  1. #1

    Join Date
    Aug 2008
    Posts
    3

    AAC encoder with VBR problem

    I use the batch converter converting from WMA to AACplus with VBR. But when I choose from the menu I cannot choose the 0.2 quality (estimated 48Kbps). In fact from this menu I can only choose discrete values of qualities. But for command line version of the Nero AAC encoder, I can choose any quality value. How can I use the batch converter and choose any quality value at the same time?

  2. #2
    dBpoweramp Guru LtData's Avatar
    Join Date
    May 2004
    Location
    USA
    Posts
    8,288

    Re: AAC encoder with VBR problem

    Open up the encoder.txt file from the AAC folder in the encoder directory. All you have to do is add an entry for 0.2 as a choice, as done below:
    Code:
    Quality (VBR)
    
    5
    Quality .05   (estimated bit rate: 16 Kbps)
    -q .05
    Quality .15   (estimated bit rate: 32 Kbps)
    -q .15
    Qualith .20   (estimated bit rate: 48 Kbps)
    -q .2
    Quality .25   (estimated bit rate: 64 Kbps)
    -q .25
    Quality .35   (estimated bit rate: 100 Kbps)
    -q .35
    Quality .45   (estimated bit rate: 150 Kbps)
    -q .45
    Quality .5    (estimated bit rate: 170 Kbps)
    -q .5
    Quality .55   (estimated bit rate: 200 Kbps)
    -q .55
    Quality .65   (estimated bit rate: 250 Kbps)
    -q .65
    Quality .75   (estimated bit rate: 300 Kbps)
    -q .75
    Quality .85   (estimated bit rate: 350 Kbps)
    -q .85
    Quality .95   (estimated bit rate: 400 Kbps)
    -q .95
    [/sliderend]

  3. #3

    Join Date
    Aug 2008
    Posts
    3

    Re: AAC encoder with VBR problem

    It works! Thank you very much!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •