Log in

View Full Version : besweet gui v6 b63 other bugs?


wotef
2nd December 2002, 17:20
hi,

on azid1, if i try to uncheck everything, the gui crashes and exits to windows, saying it can't create an array cause an object doesn't exist

then when you re-launch the gui,
on azid1: i can't uncheck "output modes stereo" or "normalise to 100%"
and
on ssrc: i can't uncheck "set sampling rate to 44100 khz"

also, when i just converted a wav to wav-mp3 doing nothing but alt-preset cbr 160, the output file unfortunately was 10 minutes longer than the source!
also, i'm not sure why azid is being invoked for a wav to mp3-wav conversion

command line:
"C:\Program Files\noins\besweet\BeSweet.exe" -core( -input "e:\1heh.wav" -output "e:\besweet.wav" -wavmp3 -logfile "C:\Program Files\noins\besweet\BeSweet.log" ) -azid( -s stereo ) -ota( -d 0 -g max ) -lame( --alt-preset cbr 160 )

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

Logging start : 12/02/02 , 16:22:30.

C:\Program Files\noins\besweet\BeSweet.exe -core( -input e:\1heh.wav -output e:\besweet.wav -wavmp3 -logfile C:\Program Files\noins\besweet\BeSweet.log ) -azid( -s stereo ) -ota( -d 0 -g max ) -lame( --alt-preset cbr 160 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : e:\1heh.wav
[00:00:00:000] | Output: e:\besweet.wav
[00:00:00:000] | RIFF header will be added
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Overall Track Gain: 2.718dB
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | 'cbr 160' preset is used
[00:00:00:000] +---------------------
[00:43:23:840] Conversion Completed !
[00:43:23:840] Actual Avg. Bitrate : 160kbps
[00:08:19:000] <-- Transcoding Duration
Logging ends : 12/02/02 , 16:30:49.


anyone know where I can download the previous version?

DSPguru
2nd December 2002, 18:27
Originally posted by wotef
when i just converted a wav to wav-mp3 doing nothing but alt-preset cbr 160, the output file unfortunately was 10 minutes longer than the source!try fixing your source wavefile :
http://www.lightlink.com/tjweber/StripWav/StripWav.html

also, i'm not sure why azid is being invoked for a wav to mp3-wav conversion.azid.dll is only needed for deocoding ac3.
anyone know where I can download the previous version? http://BeSweet.notrace.dk/BeSweetGUI0.6b61.zip

wotef
2nd December 2002, 18:32
thanks for the link, dspguru

- fyi, don't think anything's wrong with the source wav as i can use oggmachine to create a vorbis file with the correct length directly, also razor lame + wavtomp3 to create a perfect length 160 cbr with wav header, again with the same source wav - so this must be caused by the command line generated by the new gui

- re: azid, exactly, there's no way the new gui allows you to omit azid from the commandline even when you're doing a wav to mp3-wav transcode - is probably another bug

DSPguru
2nd December 2002, 18:41
Originally posted by wotef
alt-preset cbr 160, the output file unfortunately was 10 minutes longer than the source!what length are you talking about ? length reported by BeSweet ? length reported by WMP ?

wotef
2nd December 2002, 18:43
the audio length of the output mp3 file (with wav header) reported by wmp + virtualdub when interleaving the file onto a video stream

DSPguru
2nd December 2002, 18:46
use the latest BeSplit's beta (http://dspguru.doom9.net/beta.html) with the following commandline :
BeSplit -core( -input [yourfile.wav] -output [newname.wav] -type mp3 -addriff -logfile BeSplit.txt )

DanniDin
2nd December 2002, 22:25
Thanks wotef. I'll Check it Out...

Danni.