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
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
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
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
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
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
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
"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
8 matches
Mail list logo