illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Converting .wav to .wma in C* DMC.COnvert

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nalina Santhosh

    • Nov 2012
    • 1

    #1

    Converting .wav to .wma in C* DMC.COnvert

    Hi all,

    I am using dBpoweramp musicconverter R14 and Windows Media Audio 10 Pro Release 7 (Windows XP).

    I am trying to convert .wav to .wma in C* as mentioned below:

    DMCSCRIPTINGLib.Converter dMC = new DMCSCRIPTINGLib.ConverterClass();
    dMC.Convert("c:\\record.wav", "c:\\file.wma", "Windows Media Audio 10",
    "-codec={qt}Windows Media Audio 9.1{qt} -settings=VBR Quality 98, 44 kHz, stereo VBR -vbr",@"c:\log.txt");

    I got the above example from
    http://forum.dbpoweramp.com/showthre...B-C*-C-Example

    however the above script doesnt seem to be working

    it gives :
    Error Creating WMA Profile. [clEncoder::BeginConversion]


    please guide me on what is wrong in the above code.Let me know if i am missing out anything .
    this would be a great help

    Thanks in advance
    Nalina
  • Spoon
    Administrator
    • Apr 2002
    • 45000

    #2
    Re: Converting .wav to .wma in C* DMC.COnvert

    See:

    http://forum.dbpoweramp.com/showthre...-For-Scripting

    As the WMA settings change depending on which Windows version you have...
    Spoon
    www.dbpoweramp.com

    Comment

    Working...