title
Products            Buy            Support Forum            Professional            About            Codec Central
 

DMC Scripting and m4a

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gahuntly
    • Dec 2005
    • 7

    DMC Scripting and m4a

    I downloaded the m4a(FAAC CLI) codec and am now able to create m4a files; however, when I try to run it from C++ (BCB) , I get the following error message:

    "Unable to create compression CODEC 'm4a(FAAC CLI)', please check software installation"

    Any suggestions?!
  • LtData
    dBpoweramp Guru
    • May 2004
    • 8288

    #2
    Re: DMC Scripting and m4a

    Can you run the codec from dMC itself manually? I believe you have to run it manually first to set the compression settings, and THEN use scripting to repeat those settings afterwards.

    Comment

    • gahuntly
      • Dec 2005
      • 7

      #3
      Re: DMC Scripting and m4a

      Yes, I can run it manually.

      Comment

      • LtData
        dBpoweramp Guru
        • May 2004
        • 8288

        #4
        Re: DMC Scripting and m4a

        Have you ran it manually before now, or is this your first time running it manually? If its your first time running it manually, try your script again. If it still doesn't work, I'll move this thread to the Developer forum, where you should be able to get more scripting help.

        Comment

        • gahuntly
          • Dec 2005
          • 7

          #5
          Re: DMC Scripting and m4a

          I've run the converter manually using the m4a codec several times, and it still refuses to work from BCB -- Note: I've had no problems with Wave or Mp3 (lame).

          the relevant line of code is:;

          Converter.GoConversion(bstrDeviceName, 1, 1, 1, 1);

          where bstrDeviceName is set to "m4a(FAAC CLI)". I assume (?!) that the value to use is the same as that displayed by the converter console,

          Comment

          • LtData
            dBpoweramp Guru
            • May 2004
            • 8288

            #6
            Re: DMC Scripting and m4a

            Moved to Developer forum.

            Comment

            • Spoon
              Administrator
              • Apr 2002
              • 43930

              #7
              Re: DMC Scripting and m4a

              >"m4a(FAAC CLI)".

              Should be

              "m4a (FAAC CLI)"
              Spoon
              www.dbpoweramp.com

              Comment

              • gahuntly
                • Dec 2005
                • 7

                #8
                Re: DMC Scripting and m4a

                Opps! Sorry

                Comment

                Working...

                ]]>