Log in

View Full Version : Unable to encode to MP3 CBR using BeSweet


citro
7th October 2006, 22:49
Did the development of BeSeeet stopped ? I cannot encode WAV to MP3 CBR, using BeSweet and BeLight (latest versions, using latest lame_enc.dll).

Using standalone lame.exe works just fine.

tebasuna51
8th October 2006, 02:18
With lastest BeSweet and lame_enc.dll versions:
BeSweet v1.5b31 by DSPguru.
--------------------------
Using lame_enc.dll v1.32 (24/9/2006), Engine 3.97 <http://www.mp3dev.org/>.

Logging start : 10/08/06 , 03:07:44.

D:\besweet\BeSweet.exe -core( -input D:\2_16ip.wav -output D:\2_16ip.mp3
-logfile D:\2_16ip.log -noid3 ) -lame( -b 128 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : D:\2_16ip.wav
[00:00:00:000] | Output: D:\2_16ip.mp3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[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:00:20:000] Conversion Completed !
[00:00:20:000] Actual Avg. Bitrate : 128kbps
[00:00:01:000] <-- Transcoding Duration

Logging ends : 10/08/06 , 03:07:45.
and the mp3 have all the frames at 128 Kb/s (CBR).

Kurtnoise
8th October 2006, 08:12
Works fine for me also with the last BeLight daily build...

citro
8th October 2006, 08:21
Yes, it is the same for me. However, when I use AVI Mux GUI (latest version) to mux audio and video, the MP3 is always seen as VBR.

tebasuna51
8th October 2006, 11:19
This is an AviMuxGui problem.

Try encode mp3 without id3Tag (or delete the tag with WinAmp or similar):
BeSweet.exe -core( -input p.wav -output p.mp3 -noid3 ) ...

In old AviMuxGui I see the same mp3 with/without id3Tag is loaded like VBR/CBR.