Log in

View Full Version : problem trying to use toolame


paulrll
24th November 2003, 12:06
when i try to use toolame besweet creates an mp3 file with the default lame options (128kbps etc) and an mp2 extention. no errors are produced.

also, given that besweet is using bundled dlls, what are the path specifications for lame.exe, ssrc.exe etc for in the gui?


BeSweet v1.4 by DSPguru.
--------------------------
Using lame_enc.dll v1.28 (4/6/2002), Engine 3.92 <http://www.mp3dev.org/>.

Logging start : 11/24/03 , 11:01:30.

D:\programs\BeSweet\BeSweet.exe -core( -input d:\audio\jam.wav -output d:\audio\jam.mp2 -logfilea D:\programs\BeSweet\BeSweet.log ) -toolame( -m s -b 192 -e )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : d:\audio\jam.wav
[00:00:00:000] | Output: d:\audio\jam.mp2
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Source Sample-Rate: 44.1KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 128
[00:00:00:000] | Channels Mode : Joint Stereo
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
[00:04:25:527] Conversion Completed !
[00:04:25:527] Actual Avg. Bitrate : 128kbps
[00:00:26:000] <-- Transcoding Duration
Logging ends : 11/24/03 , 11:01:56.

symonjfox
24th November 2003, 18:08
Try to use the lastest BeSweet beta and the lastest GUI. It may work, and also it uses the lastest Toolame.

KpeX
24th November 2003, 18:34
@paulrll

This may sound silly, but in your command line, try changing -toolame( -m s -b 192 -e )to-2lame( -m s -b 192 -e )
When you get lame at 128kbps that's a sign that besweet has not understood your command line correctly, the default output is lame 128 CBR. I tried your commandline and it works fine with besweet 1.5b23, but 1.4 stable appears to require the -2lame switch rather than -toolame.