Re: Lame,cdparanoia,AidioCD

2003-01-24 Thread Paul Johnson
On Thu, Jan 23, 2003 at 03:51:41PM +0200, Sergey A. Ovchar wrote: > How can I convert several *.wav to *.mp3, by the _one_ command, using lame. I'm >interesting about batch mode. > Reading This F.. Manual didn't take desired effect :(. > > And how can I redirect output trom "cdparanoia -B" to the

Re: Lame,cdparanoia,AidioCD

2003-01-23 Thread Benedict Verheyen
Op do 23-01-2003, om 16:41 schreef David Z Maze: > "Sergey A. Ovchar" <[EMAIL PROTECTED]> writes: > > How can I convert several *.wav to *.mp3, by the _one_ command, using lame. I'm >interesting about batch mode. > > Reading This F.. Manual didn't take desired effect :(. > > > > And how can I redi

Re: Lame,cdparanoia,AidioCD

2003-01-23 Thread Tim Ayers
Sergey A. Ovchar wrote: Hi. How can I convert several *.wav to *.mp3, by the _one_ command, using lame. I'm interesting about batch mode. Reading This F.. Manual didn't take desired effect :(. And how can I redirect output trom "cdparanoia -B" to the lame ? It's not clear. Are you trying to r

Re: Lame,cdparanoia,AidioCD

2003-01-23 Thread Tim Ayers
Tim Ayers wrote: > me@mymachine:~$ for f in *.wav; do lame $f ${f%%wav}mp3"; done Darn. Syntax error. Take off the errant double-quote after 'mp3' in both examples... for f in *.wav; do lame $f ${f%%wav}mp3; done Hope you have a very nice day, :-) Tim Ayers ([EMAIL PROTECTED]) -- To UNSU

Re: Lame,cdparanoia,AidioCD

2003-01-23 Thread James Hughes
On Thu, Jan 23, 2003 at 03:51:41PM +0200, Sergey A. Ovchar wrote: > Hi. > How can I convert several *.wav to *.mp3, by the _one_ command, using lame. I'm >interesting about batch mode. lame file.wav file.mp3 Add the '--decode' option to go in the opposite direction. I have a perl script that wil

RE: Lame,cdparanoia,AidioCD

2003-01-23 Thread Ernst-Magne
you could search in google, there was someone that had some nice scripts 2-3 weeks back, I think the subject was something like 'howto conwert wav'. good luck /ernst -Original Message- From: Sergey A. Ovchar [mailto:[EMAIL PROTECTED]] Sent: 23. januar 2003 14:52 To: [EMAIL PROTECT

RE: Lame,cdparanoia,AidioCD

2003-01-23 Thread Narins, Josh
I can't speak to it's very nature, but the command line tool abcde says in it's man page it does exactly as you wish. apt-get install abcde man abcde > -Original Message- > From: Sergey A. Ovchar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 9:06 AM > To: [EMAIL PROTECTE

Re: Lame,cdparanoia,AidioCD

2003-01-23 Thread David Z Maze
"Sergey A. Ovchar" <[EMAIL PROTECTED]> writes: > How can I convert several *.wav to *.mp3, by the _one_ command, using lame. I'm >interesting about batch mode. > Reading This F.. Manual didn't take desired effect :(. > > And how can I redirect output trom "cdparanoia -B" to the lame ? It sounds l