title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Scripting Codec Settings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Azer
    • Jun 2006
    • 6

    Scripting Codec Settings

    I was looking at the scripting model and I noticed you could access wav and mp3 settings via an object

    Mp3Settings = CreateObject("dMCScripting.Mp3Settings")

    for aac/m4a encoding is there a M4aSettings object for them as well after installation?
  • Spoon
    Administrator
    • Apr 2002
    • 43901

    #2
    Re: Scripting Codec Settings

    No, only by registry (look in HKCU\Software\Illustrate\)

    they will be there somewhere.
    Spoon
    www.dbpoweramp.com

    Comment

    • Azer
      • Jun 2006
      • 6

      #3
      Re: Scripting Codec Settings

      thats fine but I was wondering how I could set the encoding settings, you know vbr, kilohertz, bit rates....

      It does not appear that you can do that with the registry settings...

      Comment

      • LtData
        dBpoweramp Guru
        • May 2004
        • 8288

        #4
        Re: Scripting Codec Settings

        I believe this is done by encoding a file to m4a/aac or your desired file type with your desired settings. These settings are then used for the conversions to this file type thereafter until they are changed manually.

        Comment

        • Azer
          • Jun 2006
          • 6

          #5
          Re: Scripting Codec Settings

          if that is the case, is that going to change in the next version?

          I was looking over dbpoweramp's classes in regedit, and I noticed a shell class, is there anything useful there?

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 43901

            #6
            Re: Scripting Codec Settings

            Probabbly not as each of the add on codecs is not a part of dMC.
            Spoon
            www.dbpoweramp.com

            Comment

            • Azer
              • Jun 2006
              • 6

              #7
              Re: Scripting Codec Settings

              So to clarify there will not be any way to modify the codec settings of any non dbpoweramp codec in any version programatically through shell or cli?

              Comment

              • LtData
                dBpoweramp Guru
                • May 2004
                • 8288

                #8
                Re: Scripting Codec Settings

                Well you could possibly set your script up to merge a registry file into the registry with desired settings, then merge a different file with different settings.

                Comment

                • Spoon
                  Administrator
                  • Apr 2002
                  • 43901

                  #9
                  Re: Scripting Codec Settings

                  >will not be any way to modify the codec settings of any non dbpoweramp codec

                  Yes for the new R12 every codec will be accessible through command line, but that is the future.
                  Spoon
                  www.dbpoweramp.com

                  Comment

                  • KJim
                    • May 2006
                    • 36

                    #10
                    Re: Scripting Codec Settings

                    Isn't this kinda the same issue as my post at http://forum.dbpoweramp.com/showthread.php?t=12106 ? The scripting capabilities of r12 are clearly as versatile, if not more so, than r11... problem is, they are harder to access, and no decent documentation exists. Any chance of making the scripting page in the developer section a bit more comprehensive?

                    Comment

                    • Spoon
                      Administrator
                      • Apr 2002
                      • 43901

                      #11
                      Re: Scripting Codec Settings

                      The codec settings are per codec, not per Music Converter. The issue on that thread was geting the right command line for a codec within a codec (AAC is CLI), and you are calling the CLI coreconverter.
                      Spoon
                      www.dbpoweramp.com

                      Comment

                      Working...

                      ]]>