Log in

View Full Version : mp3 to wav


Alwayscamp
7th October 2003, 02:12
hi and thanks in advance for any help ....

question #1

i am trying to take an mp3 file and cut it in half and change the bitrate. i open up in BeSweet Gui find the file and then tell it where i want it to cut it i then click the MP3 to MP3 button and this is the log file i get..

BeSweet v1.5b18 by DSPguru.
--------------------------
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>
Using lame_enc.dll v1.32 (3/12/2002), Engine 3.93 <http://www.mp3dev.org/>.

Logging start : 10/06/03 , 21:05:31.

C:\Program Files\Gordian Knot\BeSweet.exe -core( -input c:\Documents and Settings\Owner\Desktop\Holiday Songs.mp3 -output c:\Documents and Settings\Owner\Desktop\Holiday Songs-New.mp3 -logfile C:\Program Files\Gordian Knot\BeSweet.log ) -split( -end 953 ) -lame( -v --vbr-new -V 5 -b 8 -B 32 --resample 11.025 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : c:\Documents and Settings\Owner\Desktop\Holiday Songs.mp3
[00:00:00:000] | Output: c:\Documents and Settings\Owner\Desktop\Holiday Songs-New.mp3
[00:00:00:000] | Floating-Point Process: Yes
Error 47: Error with LAME dll!
Quiting...
[00:00:00:000] Conversion Completed !

Logging ends : 10/06/03 , 21:05:31.

can anyone help...

question #2

i try to convert the mp3 file to a wav to cut it since mp3 to mp3 isn't working for me i get a file this time but not the size i was looking for or close. here is the log file .. i was looking for a file that was 953 seconds the file i got was 381 ... here is the log..
its also telling me a weird bitrate

BeSweet v1.5b18 by DSPguru.
--------------------------
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>

Logging start : 10/06/03 , 21:07:26.

C:\Program Files\Gordian Knot\BeSweet.exe -core( -input c:\Documents and Settings\Owner\Desktop\Holiday Songs.mp3 -output c:\Documents and Settings\Owner\Desktop\Holiday Songs-New.wav -2ch -logfile C:\Program Files\Gordian Knot\BeSweet.log ) -split( -end 953 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : c:\Documents and Settings\Owner\Desktop\Holiday Songs.mp3
[00:00:00:000] | Output: c:\Documents and Settings\Owner\Desktop\Holiday Songs-New.wav
[00:00:00:000] | Floating-Point Process: No
[00:00:00:000] | Source Sample-Rate: 11.0KHz
[00:00:00:000] +---------------------
[00:15:53:231] Conversion Completed !
[00:15:53:231] Actual Avg. Bitrate : 141kbps
[00:00:03:000] <-- Transcoding Duration

Logging ends : 10/06/03 , 21:07:29.


any help would be great

DSPguru
7th October 2003, 06:23
1. remove "-lame( --resample 11.025 )" and add "-shibatch( --rate 11025 )"
2. yes, there is a chance that BeSweet wrongly calculate the time for 11khz mp3 streams, i wonder if the problem is there in BeSplit is well..
please try splitting with BeSplit and post a BeSplit logfile.