Log in

View Full Version : Lame error


valeras
21st March 2002, 21:26
I encounter a very strange error when trying to encode ac3 to mp3 with BeSweet: Error 47: Error with LAME dll!
I get such error when encoding in vbr, in cbr everything is ok.
If somebody can help...
thanks...

DSPguru
21st March 2002, 22:18
you didn't Read before reporting BeSweet bug (http://forum.doom9.org/showthread.php?s=&threadid=15738)!

valeras
22nd March 2002, 11:11
I have read "Reporting BeSweet bug" : Here is my log file:
BeSweet v1.3b3 logfile.
--------------------------
Logging start : 03/22/02 , 12:08:47.

c:\Program Files\DVD software\Lame\BeSweet.exe -core( -input f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.ac3 -output f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.mp3 -logfile C:\Program Files\DVD software\Lame\BeSweet.log ) -azid( -z1 -b1 -c normal -L -3b ) -ota( -d -66 -G max ) -lame( -m j -v --vbr-old -V 5 -b 60 -B 192 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.ac3
[00:00:00:000] | Output: f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.mp3
[00:00:00:000] | Floating-Point Process: Yes
Error 47: Error with LAME dll!
Quiting...
[00:00:00:000] Conversion Completed !
Logging ends : 03/22/02 , 12:08:47.
I use Lame 3.91, BeSweet 1.2 and BeSweetGUI0.6b26. My OS - WinXP, the same is on Win 98.

LigH
22nd March 2002, 11:39
Originally posted by valeras
-core( -input f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.ac3 -output f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.mp3 -logfile C:\Program Files\DVD software\Lame\BeSweet.log )

Did you know that long filenames with spaces must be quoted? Try this:

-core( -input "f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.ac3" -output "f:\blade AC3 T01 3_2ch 448Kbps DELAY -66ms.mp3" -logfile "C:\Program Files\DVD software\Lame\BeSweet.log" )

But well, I see that they are reported correctly...
_ _ _

Other strange places I see:

-azid( -z1 -b1 -c normal -L -3b )
shall probably be -3db?

Or this:

-lame( -m j -v --vbr-old -V 5 -b 60 -B 192 )
This option -v is not documented. And the bitrate 60 is not possible - the next allowed bitrates are 56 or 64.



(Thank you very much for your refreshing report - that's just what saves a boring day! :D - Yes, I really mean it, I liked this little challenge! :p )

DSPguru
22nd March 2002, 12:21
i guess your problem is the wrong bitrate...

KoVaR
22nd March 2002, 19:47
Originally posted by LigH
This option -v is not documented.
check LAME doc's
i'ts right there

LigH
22nd March 2002, 23:14
-V # (uppercase) is documented as VBR quality (# = 0..9).

-v (lowercase) is not documented, neither in the official LAME 3.90 documentation at mp3dev.org nor in the edited documentation shipped with BeSweet 1.2 final.

You know that LAME switches are case sensitive? And if this switch is present and I just missed it, could you please tell me what it does?
:rolleyes: