getting some problems:
[root@localhost doom test]# lame --preset d_adrian.mid doom1.mp3
LAME 32bits version 3.98 (
http://www.mp3dev.org/)
Error: You did not enter a valid profile and/or options with --preset
Available profiles are:
<fast> medium
<fast> standard
<fast> extreme
insane
<cbr> (ABR Mode) - The ABR Mode is implied. To use it,
simply specify a bitrate. For example:
"--preset 185" activates this
preset and uses 185 as an average kbps.
Some examples:
or "lame-actual --preset fast standard <input file> <output file>"
or "lame-actual --preset cbr 192 <input file> <output file>"
or "lame-actual --preset 172 <input file> <output file>"
or "lame-actual --preset extreme <input file> <output file>"
For further information try: "lame-actual --preset help"
[root@localhost doom test]# lame-actual --preset fast standard d_adrian.mid doom1.mp3
Warning: unsupported audio format
[root@localhost doom test]#