Re: [mp3encoder] Conversion from mono to stereo

2006-05-15 Thread Steve Swinsburg
Correct me if I'm wrong, but you cant simply just concatenate mp3s together to form one big mp3. Even though you have them in consistent formats, you'll run in to problems with the header blocks being repeated over and over for the various different mp3s. Unless you use some sort of library which

Re: [mp3encoder] lame and linux!

2006-08-04 Thread Steve Swinsburg
t;> > >> or something to go though all the folders and re-encode every >> > >> single mp3 one >> > >> at a time using this command >> > >> lame -b 64 -f -m s SongName.mp3 stream_SongName.mp3 >> > > >> > > Write a script called /tm

Re: [mp3encoder] using stdin stdout with lame

2006-09-11 Thread Steve Swinsburg
When the tgz archive extracts on its own, where is teh mp3. Is it in the current directory or some other directory? >From what you said here: tar -zxvf rob.tgz | lame - rob.mp3 where /dirpath/rob.wav is in the tgz file, looks like it will extract into another directory. If you do the first step