Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Lame Encoder (Read 5057 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Lame Encoder

Hi all,

I have downloaded the lame source code. Now i wish to try to encode a wav file into mp3

I am currently on vista. From cmd, when i cd into the directory, i type lame --help.

But they return 'lfnfor' is not recognised as an internal or external command.

What is wrong here?


 

Lame Encoder

Reply #2
You first have to compile the source code before getting it worked.
Just download newest stable and compiled lame version here:
http://rarewares.org/mp3-lame-bundle.php


Thanks memomai.. But if i want to compile the code which file do i compile? I downloaded cygwin.. Then i try to compile the file encoder.c.. But it return me lots and lots of errors. Im sure i have did something wrong.

Can anyone correct me?

Lame Encoder

Reply #3
the link I've posted for you contains pre-compiled LAME bundles. You don't have to compile anymore.

But if you want to compile the source code on your own, you have to use visual studio with an compiler for example.

download visual studio express from microsoft.com, it is free for use (LAME is written with C). Try it out.

EDIT: Correction of the programming language from VB to C.
FB2K,APE&LAME

Lame Encoder

Reply #4
download visual studio express from microsoft.com, it is free for use (I think Lame is written with VB). Try it out.


That was funny 
If Lame was written in VB, it would take ages to compress one file and it would most probably crash at the end, anyway.
Lame is written in C and you can compile with VC++ express (open solution file provided with the soulrce) or cygwin (run ./configure and then make).

Lame Encoder

Reply #5
sorry for the mistake. I've corrected it anyway. I was too busy with good old Monkey's Audio Version History at this moment
FB2K,APE&LAME