PDA

View Full Version : Besweet Help


towerblocks
21st September 2004, 15:12
Hi

Im trying to convert a wav 48.000khz to 44.100khz mp2,The problem is it won't convert to 44.100khz.

Heres my command line
"C:\Documents and Settings\Administrator\Desktop\DVD TOOLS\besweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Administrator\Desktop\Profiler.wav" -output "C:\Documents and Settings\Administrator\Desktop\Profiler.mp2" -logfilea "C:\Documents and Settings\Administrator\Desktop\DVD TOOLS\besweet\BeSweet.log" ) -ota( -r 23976 25000 ) -ssrc( --rate 44.1 ) -mp2enc( -s 48.000 -m s -b 224 -e )

Here's the Besweet log.

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : C:\Documents and Settings\Administrator\Desktop\Profiler.wav
[00:00:00:000] | Output: C:\Documents and Settings\Administrator\Desktop\Profiler.mp2
[00:00:00:000] | Floating-Point Process: Yes
Error 47: Error with LAME dll!
Quiting...
[00:00:00:000] Conversion Completed !

Does anyone know what im doing wrong.


thanks :)

Kurtnoise
21st September 2004, 17:50
First, try to recover the last BeSweet version.

Then, try this command :

"C:\Documents and Settings\Administrator\Desktop\DVD TOOLS\besweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Administrator\Desktop\Profiler.wav" -output "C:\Documents and Settings\Administrator\Desktop\Profiler.mp2" -logfilea "C:\Documents and Settings\Administrator\Desktop\DVD TOOLS\besweet\BeSweet.log" ) -ota( -r 23976 25000 ) -ssrc( --rate 44100 ) -mp2enc( -m j -b 192 )

;)