vote up 0 vote down star

Hi, I'm doing some converting of wav-files to mp3 and I use lame.exe. Now, when using "lame.exe sourcefile.wav endfile.mp3" in cmd it works great and shows it's own progressbar. But is it possible to have my own progressbar inside my application form to show it's progress? Because when using the command from my application, it just converts and doesn't show anything.

flag

60% accept rate

1 Answer

vote up 1 vote down check

I suspect that in order to get a progress bar, you should really be using lame as an API rather than as a straight executable. I suggest you try to find some class libraries wrapping lame.

Having done a quick search, LameShell might do what you want. Ironically, that does wrap the executable instead of the library... I'm not sure how it manages to get progress, but it does expose an appropriate event.

link|flag
Yea, lame.exe alone won't give you want you need. – o.k.w Oct 28 at 7:11
Ah, thanx! I'll check this out! :) I knew it was possible somehow :) – Kenny Bones Oct 28 at 7:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.