Wav2Bor Trouble

  • Thread starter Thread starter GodotGuy2
  • Start date Start date
G

GodotGuy2

Guest
Hello everyone,
I'm a little new at this OpenBor engine and I'm having trouble converting Wav files to Bor files. I put my test song at 22 mHz, 16 bit, stereo and put it in a wav2bor folder with the program text:
wav2bor.exe testsong.wav testsong.bor
and yet the program won't create a Bor file. it only returns an error like "wav2bor is not a legitimate command". can someone please help me? I have a windows 8 system and I could use all the help I can get.
 
No, it does not, I have a convert batch file. Should there be a Wav2Bor.exe?
 
So should I change the text from Wav2Bor.exe to Convert.bat?
If so, I already tried that, and it doesn't make any bor files and
traps the command prompt in an infinite loop. If not, what changes
should I make?
 
No you should actually get wav2bor.exe

Download here
http://www.chronocrash.com/forum/index.php?action=tpmod;dl=item131
 
BeasTie said:
No you should actually get wav2bor.exe

Download here
http://www.chronocrash.com/forum/index.php?action=tpmod;dl=item131
It's still not doing anything. I double clicked on the program, I tried dragging and dropping, I put them all in the same folder. No .bor file is showing up! I can't even edit the program beacuse in notepad it's all encrypted. What do I do?
 
It's command based program, you must do it from console or create a batch file.

Wav2Bor mymusic.wav mymusic.bor

make a .txt file, add the lines to it you need, rename it CONVERT.BAT, run it.

example

Code:
Wav2Bor mymusic.wav mymusic.bor
Wav2Bor mymusic2.wav mymusic2.bor
Wav2Bor mymusic3.wav mymusic3.bor
Wav2Bor mymusic4.wav mymusic4.bor
Wav2Bor mymusic5.wav mymusic5.bor
Wav2Bor mymusic6.wav mymusic6.bor

IMO it's better to use .OGG anyway, try this program, it will let you drag and drop files.
http://www.chronocrash.com/forum/index.php?topic=1001.msg9586#msg9586
 
Back
Top Bottom