Seek42
https://seek42.net:443/phpBB3/

Compressing WAV files
https://seek42.net:443/phpBB3/viewtopic.php?f=10&t=21675
Page 1 of 1

Author:  ben laden [ Tue 12-15-2009 4:08PM ]
Post subject:  Compressing WAV files

So normally when I rip my music, I use Exact Audio Copy and I rip the CDs into -V0 mp3.

An obscure band I like that is defunct has put out their songs on their Myspace for download, but they're all uncompressed WAV files. Does anyone have any suggestions or trusted programs for how to compress the files into specifically -V0 or -V2 mp3?

Author:  da_spork [ Tue 12-15-2009 5:57PM ]
Post subject:  Re: Compressing WAV files

You could uhh just grab a LAME binary and run it through with the -V0 flag. That's what EAC does

Author:  ben laden [ Tue 12-15-2009 6:41PM ]
Post subject:  Re: Compressing WAV files

Yeah I don't really know what that means. I'm kinda computer retarded too.

Author:  blitzvergnugen [ Tue 12-15-2009 7:09PM ]
Post subject:  Re: Compressing WAV files

Find the lame.exe on your computer (Open EAC, F11, Ext Compression tab and there'll be a box telling you where it is). Copy that into the directory of the files you want to compress. Then open a command prompt (if you have Win7, hold shift and right click on the folder > "Open Command Prompt Here") then run "lame.exe -V0 something.wav" and it will compress that file to V0.

There's probably a way to make it do them all at once, but *.wav isn't doing it.

Author:  Cylord [ Tue 12-15-2009 7:51PM ]
Post subject:  Re: Compressing WAV files

blitzvergnugen wrote:
There's probably a way to make it do them all at once, but *.wav isn't doing it.


Code:
for %%file in (*.wav) do (
  lame.exe -V0 %%file
)

Author:  ben laden [ Tue 12-15-2009 8:37PM ]
Post subject:  Re: Compressing WAV files

"Lame.exe is not recognized as an internal or external command, operable program, or batch file."

God this is such a pain in the ass.

Author:  blitzvergnugen [ Tue 12-15-2009 8:42PM ]
Post subject:  Re: Compressing WAV files

did you copy it into the folder? send me an IM if you want some help

Author:  zeroluck [ Wed 12-16-2009 9:08AM ]
Post subject:  Re: Compressing WAV files

just get cdex. it can encode .wav files straight into .mp3 and has a gui.

http://cdexos.sourceforge.net/

you can set your encode settings to VBR0 in Tools --> Settings (or F4)
then hit wav --> mp3 (or F11) and find the wav files on your computer and hit convert.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/