Help - Search - Members - Calendar
Full Version: Lame Encoder
Hydrogenaudio Forums > Lossy Audio Compression > MP3 > MP3 - General
cunningvan
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?
memomai
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
cunningvan
QUOTE (memomai @ Sep 10 2009, 07:18) *
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?
memomai
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.
Xire
QUOTE (memomai @ Sep 10 2009, 14:18) *
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 laugh.gif
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).
memomai
sorry for the mistake. I've corrected it anyway. I was too busy with good old Monkey's Audio Version History at this moment blush.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.