| HOME |
ACHIEVEMENTS
|
INSPIRATIONS
|
PEOPLE
|
BLOGS |
CHALLENGES
|
SUPPORT GROUPS
|
PROGRAMS
|
ASK
|
SHARE |
Rexo: 2008-06-02 00:00:00
Hi ericchen Thanks for the boost - much appreciated. Have a great week Rexo
RobertFarrell: 2008-07-08 12:21:11
A boost for you for getting to Day 81> Don't stop. You're almost there.
rrmajiros: 2008-06-20 00:00:00
A big Boost for being a great Toolmate!
St_Nick: 2008-06-20 00:00:00
9 days to go. Great job... keep it going
Rexo: 2008-05-22 00:00:00
For the man that has everything - a big BOOST! (that Man Han banquet sounds fascinating - would love to know what it consists of).
Most popular answers
says:
Easy. There's a command-line tool called "LAME" that you can install on any OS.
When you have it installed, do the following.
- Linux/Mac users
open a terminal and type:
$ cd "directory/with/the/file"
$ lame -h -m j input_file.ext output_file.mp3
- Windows users
click Start -> Run, type CMD and press enter.
Then type:
> cd "directory\with\the\file"
> lame -h -m j input_file.ext output_file.mp3
you'll find the output file in the same directory as the input file.
Note: .ext must be replaced by the actual input file extension