title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Scripting dMC Options for VBR mMP3 Encoding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leninmardanof
    • Dec 2003
    • 2

    Scripting dMC Options for VBR mMP3 Encoding

    In the online documentation for dbPowerAmp Music (Media?) Converter it enumerates 4 values for the bitrate "mode" argument (argument 4) of the Mp3Settings.Set method:

    "0= CBR 1= VBR (Low Qual) 2= VBR (Med Qual) 3= VBR (high)"

    1. What do the values for VBR (1, 2, and 3) correspond to in the LAME encoder quality scale (where 0 = highest (least distortion), and 9 = lowest (most distortion))?
    2. Is there any way to get better quality resolution than this 3 increment scale?
    3. How does one specify minimum and maximum bitrates as is done with the slider control in the GUI?

    Also is there more complete reference for dMC's Scripting objects?

    Thanks
    -lenin
  • Spoon
    Administrator
    • Apr 2002
    • 43901

    #2
    Re: Scripting dMC Options for VBR mMP3 Encoding

    The scripting has fallen behind the features offered for Lame, if you are savey with the registry they can be found there:

    HKCU\Software\illustrate\dbpoweramp
    Spoon
    www.dbpoweramp.com

    Comment

    • Unregistered

      #3
      Re: Scripting dMC Options for VBR mMP3 Encoding

      Originally posted by Spoon
      The scripting has fallen behind the features offered for Lame
      That is too bad. Are there any plans to update the Scripting objects?

      Originally posted by Spoon
      if you are savey with the registry they can be found there:

      HKCU\Software\illustrate\dbpoweramp
      I notice for the key "DMCMp3LameVBRQuality" the value appears to represent a 1-based scale (1 - 10) corresponding to the increments of the slider in the "Quality" Field (dMC - Advanced Lame Options form).
      Can I assume that a value of "1" corresponds to the quality value of "9" in the LAME codec quality scale and a value of "10" similarly to "0"?

      Can I assume that manipulating these settings (programatically or otherwise) prior to running the application via script, and not calling the Scripting interface settings will have the desired effect?

      The desired effect is this:
      For a CBR MP3 file with bitrate x Kbs, convert to VBR (LAME quality: 6) minimum bitrate 32 Kbs, maximum bitrate x Kbs.

      Comment

      • leninmardanof
        • Dec 2003
        • 2

        #4
        Re: Scripting dMC Options for VBR mMP3 Encoding

        Sorry, that last post was me. (Didn't log in).

        Comment

        • Spoon
          Administrator
          • Apr 2002
          • 43901

          #5
          Re: Scripting dMC Options for VBR mMP3 Encoding

          If you change the settings before the script then it will take hold.

          The quality is the reverse of what you would expect.
          Spoon
          www.dbpoweramp.com

          Comment

          Working...

          ]]>