[mp3encoder] using stdin stdout with lame
e wav Thanks for your help Robb ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org https://minnie.tuhs.org/mailman/listinfo/mp3encoder
Re: [mp3encoder] using stdin stdout with lame
get lame to encode it > into an MP3 in one process > > ie > > tar -zxvf rob.tgz | lame - rob.mp3 > > where /dirpath/rob.wav is in the tgz file, > > is this possible as I can only get an output from lame that is 1.2Kb and is > not an mp3 of the wav > > > Tha