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
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
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
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
Comment