title
Products            Buy            Support Forum            Professional            About            Codec Central
 

VBScript for MP2 code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Boulli
    • Sep 2005
    • 3

    VBScript for MP2 code

    Hi,

    I can access the Mp3Settings with the .vsb script like this:
    Set Mp3Settings = CreateObject("dMCScripting.Mp3Settings")
    Call Mp3Settings.Set(256, 48000, 0, 0)


    How can I do this for the MP2 codec I installed?????

    Thx, Roel
    Last edited by Boulli; October 18, 2005, 09:59 AM.
  • LtData
    dBpoweramp Guru
    • May 2004
    • 8288

    #2
    Re: VBScript for MP2 code

    Moved to Developer

    Comment

    • Spoon
      Administrator
      • Apr 2002
      • 44003

      #3
      Re: VBScript for MP2 code

      You can call the codec (it will use the last used settings), to edit those settings you need to edit directly in the registry, somehwere in HKCU\software\illustrate\dbpoweramp
      Spoon
      www.dbpoweramp.com

      Comment

      • daren
        dBpoweramp Enthusiast
        • Apr 2002
        • 153

        #4
        Re: VBScript for MP2 code

        The registry values you need to change are in HKCU\software\illustrate\dbpoweramp:

        DMCMP2BitRate
        DMCMP2Channels
        DMCMP2Freq

        I think they speak for themselves.

        Good luck!

        Daren.

        Comment

        Working...

        ]]>