PDA

View Full Version : Mono Encoding - Missing!?


snake-boy
11th August 2002, 04:45
Hi all,

Trying to encode a mono .wav file to .mp3, using:

"e:\audio\BeSweet.exe" -core( -input "f:\temp\audio.wav" -output "f:\temp\audio.mp3" ) -ota( -G max ) -lame( --scale 1 -p --alt-preset 160 ) -profile( ~~~~~ Default Profile ~~~~~ )

I get this error:

Error 72: In order to encode a Mono inputfile, download Mono2Stereo Plugin : http://DSPguru.doom9.org/effects.html

But this page doesn't seems to exist! (404 error).

Could anyone point me to an alternate location for this plugin..?

thanks

-snake

DSPguru
11th August 2002, 07:03
my webpage is down..

snake-boy
11th August 2002, 15:55
Originally posted by DSPguru
my webpage is down..

I assumed as much, but that still doesn't answer my question:

>>"Could anyone point me to an alternate location for this plugin..?"

Or perhaps you could estimate when you expect your web page to be functional again?

ta

-snake

DSPguru
11th August 2002, 18:38
Originally posted by snake-boy
Or perhaps you could estimate when you expect your web page to be functional again? i have no idea..

check attach.

snake-boy
11th August 2002, 20:19
Many thanks!!

Now if I could just figure how to use it within this command: :)

"e:\audio\BeSweet.exe" -core( -input "f:\temp\audio.wav" -output "f:\temp\audio.mp3" ) -ota( -G max ) -lame( --scale 1 -p --alt-preset 160 ) -profile( ~~~~~ Default Profile ~~~~~ )"

Do I add the -plugin at the end?

-snake

DSPguru
11th August 2002, 20:40
Originally posted by snake-boy
Do I add the -plugin at the end?it doesn't matter.
yea.. add it at the end :)

snake-boy
11th August 2002, 21:25
Well, I added it to the end, but it isn't happy...

What's wrong with the syntax?


E:\audio\BeSweet.exe" -core( -input "f:\temp\audio.wav" -output "f:\temp\audio.mp3" ) -ota( -G max ) -lame( --scale 1 -p --alt-preset 160 ) -profile( ~~~~~ Default Profile ~~~~~ ) -plugin( name BS_M2S.dll -func Simple )
Error 72: In order to encode a Mono inputfile, download Mono2Stereo Plugin : http://DSPguru.doom9.org/effects.html

(help) ;) Thanks!

-snake

pacohaas
11th August 2002, 21:46
do you have BS_M2S.dll(not the plugin folder) in E:\audio\ ? it needs to be in the same folder as BeSweet.

snake-boy
11th August 2002, 21:56
yep, besweet.exe and BS_M2S.dll are in the same folder. (E:\audio)

Am I just really stupid? I cannot see why this isn't working?


I even tried pointing directly at the BS_M2S.dll like this:

E:\audio\BeSweet.exe" -core( -input "f:\temp\audio.wav" -output "f:\temp\audio.mp3" ) -ota( -G max ) -lame( --scale 1 -p --alt-preset 160 ) -profile( ~~~~~ Default Profile ~~~~~ ) -plugin( name e:\audio\BS_M2S.dll -func Simple )

But still no joy... Jeez, how hard can it be to just encode a damn 500meg mono .wav file to mp3..? :-(

-snake

pacohaas
11th August 2002, 22:21
Originally posted by snake-boy
What's wrong with the syntax?just looked at it again, it should be:
-name BS_M2S.dll

snake-boy
12th August 2002, 19:46
Thanks, but that didn't seem to help, I just don't get it. This is what I am using:

-----------------
E:\audio\BeSweet.exe" -core( -input "f:\temp\audio.wav" -output "f:\temp\audio.mp3" ) -ota( -G max ) -lame( --scale 1 -p --alt-preset 160 ) -profile( ~~~~~ Default Profile ~~~~~ ) -plugin( -name BS_M2S.dll -func Simple )
-----------------

And this is what it tells me:

-----------------
Error 72: In order to encode a Mono inputfile, download Mono2Stereo Plugin :http://DSPguru.doom9.org/effects.html

Quiting...
-----------------

And BeSweet.exe as well as BS_M2S.dll are in the same folder. (E:\audio\)


What am I missing here? Why doesn't it see the plugin?

-snake

DSPguru
12th August 2002, 19:56
what can i say - a very "good" bug report.
no search on the forum before posting..
partial logfile which forces me to assume you're using an old BeSweet version...
and so on..

http://forum.doom9.org/showthread.php?s=&threadid=15738

nytr0x
20th August 2002, 11:49
I had the same problem with V1.3
V1.4RC7 works though.

DSPguru
20th August 2002, 12:46
that's why i assumed snake-boy is using an old version.. ;)

snake-boy
20th August 2002, 18:58
Thanks for all the help guys! I was recently forced to do a format and reinstall (don't even get me started on that story..) :)

I had to re-d/l and setup eveything from scratch, and now (mysteriously) everything works. I was probably missing something really obvious, but it's working now.

Just wanted to let y'all know :)

THANKS!

-snake-boy