View Full Version : BeSweet/BeLight: Click at the end of the track.
castellanos
7th December 2007, 13:00
Hi there!
I wanted to do a normal wav/mp3 convertion using BeLight/BeSweet and everytime I do the convertion I get a click at the end of the track.
I have last versions of both applications.
I've tried with Nero and no problem, even MeGui did the job without click.
Some ideas why is this happening?
Greetings! ;)
Kurtnoise
7th December 2007, 13:20
:logfile: + upload a wav sample
castellanos
7th December 2007, 16:23
Here they are:
Log:
BeSweet v1.5b31 by DSPguru.
--------------------------
Using lame_enc.dll v1.32 (3/10/2006), Engine 3.97 <http://www.mp3dev.org/>.
Logging start : 12/07/07 , 16:09:25.
C:\Programme\BeSweet\BeSweet.exe -core( -input E:\Film\Base3.wav -output E:\Film\Base3.mp3 -logfile E:\Film\Base3.log ) -lame( -b 192 )
[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : E:\Film\Base3.wav
[00:00:00:000] | Output: E:\Film\Base3.mp3
[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 : 192
[00:00:00:000] | Channels Mode : Joint Stereo
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
[00:02:49:221] Conversion Completed !
[00:02:49:221] Actual Avg. Bitrate : 192kbps
[00:00:12:000] <-- Transcoding Duration
Logging ends : 12/07/07 , 16:09:37.
And sample:
http://rapidshare.com/files/74933874/Base3_-_exmple.wav
Thanks!
Kurtnoise
7th December 2007, 16:55
it seems that BeSweet doesn't like the end of your sample...:o I don't know why actually. You should ping DSPGuru for that.
tebasuna51
7th December 2007, 19:39
Some ideas why is this happening?
Hello Castellanos.
File ........: D:\Internet\Base3_-_exmple.wav
Size ........: 4440222 bytes
---------------------------------------------- Header Info
ChunkID .....: RIFF
RiffLength ..: 4440214
Container ...: WAVE
SubchunkID ..: fmt (Length: 16)
AudioFormat .: 1 (Integer)
NumChannels .: 2
SampleRate ..: 44100
ByteRate ....: 176400
BlockAlign ..: 4
BitsPerSample: 16
SubchunkID ..: data (Length: 4438732)
Offset data .: 44 (WARNING: Extrachunks at end of file: 1446 bytes)
Duration ....: 25.16288 sec., (0h. 0m. 25.16288s.)
------------------------------------------ End Header Info
... (audio data)
SubchunkID ..: cue (Length: 28)
SubchunkID ..: LIST (Length: 32)
SubchunkID ..: LIST (Length: 4)
SubchunkID ..: muma (Length: 176)
SubchunkID ..: chrp (Length: 12)
SubchunkID ..: bext (Length: 1145)
Seems your wav have ExtraChunks at end of file (legal but unusual), then BeSweet send this values like audio data ignoring the datalength info. (one more reason to modify BeSweet).
There are some tools to delete the extrachunks at end of file and rewrite the header. If you really need this I wrote a simple one (wavfix.exe) and I can send you.
Tested and verified with your sample.
castellanos
7th December 2007, 23:00
Gracias tebasuna51!
The sample is a recording of myself playing barroque cello and I made that thogether with Samplitude.
Nero made the encoding without problems, so it is a solution there, but if you are kind enough and want to send me your tool, your more than welcome.
Gracias otra vez! ;)
tebasuna51
8th December 2007, 01:54
Nero made the encoding without problems, so it is a solution there, but if you are kind enough and want to send me your tool, your more than welcome.
You can encode also with lame.exe but I can send you this tool:
##################################################################
WavFix v1.0.0.3: Fix or create PCM wav header. (Tebasuna 2007)
##################################################################
Usage:
WavFix <input.wav> [output.wav] [-ignorelength] [-i/f #] [-c #] [-s #]
Where:
<input.wav> wav or w64 up to 8 channels, int or float, 8-16-24-32-64 bits,
PCM/WAVE_FORMAT_EXTENSIBLE/W64, any extra chunks, allowed > 4GB.
[output.wav] If not present, input.wav is used suffixed with: _fix
The header is always PCM.
[-ignorelength] If present the length in wav header is ignored, useful for wav
> 2/4 GB. Problem: extrachunks at end of file treated as data
If any of the next parameters are present the input is considered RAW:
[-i #] BitsPerSample Integer. Default 16. Valid 8, 16, 24, 32
[-f #] BitsPerSample Float. Valid 32 or 64.
[-c #] NumChannels. Default 2. Valid only 1 to 8.
[-s #] SampleRate. Default 48000 Hz. Any value is allowed.
Note: To use STDIN use - as input filename (now output.wav is necessary).
Here is a temporary link (http://files.filefront.com/Wav2Utilzip/;9213513;/fileinfo.html) (only 10 Kb) to this tool and WavSplit.
You only need WavFix.exe, but you can Drag&Drop more than one wav file over Wav2Util.vbs (or a link in the DeskTop, Wav2Util.vbs must be at same folder than wavfix.exe) more easy than command line option.
De nada.
castellanos
8th December 2007, 08:52
Gracias tebasuna51!
It worked! ;)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.