![]() |
What is the correct syntax for Lame
I am trying to use Lame to convert a WAV file to MP3. Do I need to put in any options or should the following work?
Lame /home/user/file.wav /home/user/file.mp3 |
Quote:
Code:
lame file.wavBut it will not give you real stereo and only a 128Kbits/sec bitrate. For stereo and a higher bitrate(in this case you do need to type the resulting file): Code:
lame -b 160 -m s file.wav file.mp3 |
Quote:
Quote:
|
| All times are GMT -5. The time now is 05:34 PM. |