On Wed, 3 Oct 2001 00:36:41 +0200 (WEDT), jeremy brand
<[EMAIL PROTECTED]> wrote:

>You can just write your mp3s to stdout.  split(1) comes to mind.
>
>(example)
>  lame foo.wav - | split -b 10485760 - ~/yourdir/tmp/mp3_prefix_

>Same goes for input.
>
>  cat *.wav | lame - file.mp3
>or
>  cat *.wav | lame - - | split -b 10485760 - ~/yourdir/tmp/mp3_prefix_

>I hope this helps.

It does... however, I forgot I was talking about DOS 7/WinME.  Are cat
and split binaries available for this situation?  Thanks!

-- 
BRENT - The Usenet typo king. :)

Fast Times At Ridgemont High Info http://www.FastTimesAtRidgemontHigh.org
  Voted #87 - American Film Institute's Top 100 Funniest American Films
_______________________________________________
Mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to