PDA

View Full Version : LAME Simple GUI


Kuba
30th July 2002, 01:10
Hi! I've created a simple LAME GUI ... can you ppl test it and tell me your opinion?

It could be listed in doom9 downloads if you'll find it useful...

All U need is Windows Installer 2.0 and .NET Framework installed.

I've uploaded it with this post or you can download it from: Download LAME GUI Here! (http://www.volny.cz/jakub_klimek/LAME_GUI.zip)

spyder
30th July 2002, 06:21
Not many requirements, huh.

I once made a Batch encoder GUI for the Vorbis commandline util. It was VB so it required the runtime and all of that mess. It was very handy though, it would make an XML script that told bitrate and so on and automatically added comments. If anyone is interested it should be easy to modify for the newer encoder options as well. I'll see if I can hunt up the code and maybe release it.

Kuba
30th July 2002, 08:21
Yes! I know what you're talking about :) This is also programmed in VB, but the difference is, that VB.NET require only .NET Framework :) I was really surprised by that.